/** * =========================================================================================== * @name marknt_sidebar_accordion_style.css - The sidebar css file - TABLELESS * @author Mark Edward Tan (PHP Developer / Bodybuilder) * @package CSS * @since August 26, 2007 * =========================================================================================== *//*#sidebarContainer { color: #7e8e4a; font-size: 11px; font-family: sans-serif; text-decoration: none; position: absolute; top: -100px; left: 20px; right: auto; width: 180px; clear: both; padding-left: 8px; }*//*Accordian Styles*//*#right_sidebar  { font-family: sans-serif; text-align: left; position: absolute; top: 180px; left: 620px; width: 160px; height: auto; visibility: visible; overflow:hidden;}*/#accordion_wrapper { 	position:relative; 	width:100%; 	border:0px; 	margin:0px; 	/*padding:0px; */	padding-bottom:0px;	overflow:hidden; 	background:#99CCFF;	/*background-image: url(../../img/bg/bg111.gif);*/}/******************************************************************************************/.acToggle { 	background-color: #fff; 	/*background-image: url(../../img/bg/firefox_bg.jpg);*/	background-image: url(../../img/bg/tab-sprite.gif);		/*width: 120px; */	background-color:#FFFF99;	width:100%;	height: 20px; 	margin-bottom: 3px; 	padding: 0px; 	cursor: pointer; 	text-align:center;}.acCurrent { 	background-color: #fff; 	background-image: url(./titlesHighlightImage_1.gif); 	clear: both; }.acContent { 	text-align: left; 	/*width: 150px; */	/*width:158px;*/		width:184px;		/*margin: 5px 10px 0 0;*/	margin: 0 auto;				clear: both; 	/*padding-left: 10px; */	padding:5px;	background-color:#DDEEFE;}.acStretch { 	color: #808080; 	font-size: 10px; 	width: 120px; 	padding: 5px 5px 5px 3px; }.acAlignment { 	position:relative; 	border:0px; 	padding:0px; 	margin-bottom:0px; 	margin-top:0px; 	margin-right:auto; 	margin-left:0px; 	width:140px; }/******************************************************************************************/.acCurrent a { color: #7e8e4a; }.acCurrent a:hover { color: #f60; }.acToggle a { 	color: #3366FF; 	font-size: 10px; 	font-weight: normal; 	line-height: 19px; 	text-decoration: none; 	clear: both; }.acToggle a:hover { 	color: #FF9900; 	font-size: 10px; 	font-weight: normal; 	line-height: 19px; 	text-decoration: none; 	clear: both; }.acCurrent a { color: #7e8e4a; font-size: 10px; font-weight: normal; line-height: 19px; text-decoration: none; clear: both; }