@charset "utf-8";
/* CSS Document */

#basic-accordian{
	margin:0;
	padding:0;
	width:647px;
	height:auto;
}

#basic-accordian:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.accordion_headings{
	position:relative; 
	width:627px;  
	text-align:left; 
	background:url(images/container_content_left_top.png) center top no-repeat;
	height:40px;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#909090;
	font-size:1.3em;
	text-align:left;
	padding:4px 0 0 20px;
	margin:0 0 0 0;
}

/*.accordion_header_bottom {
	background:url(images/container_content_left_bottom.png) bottom no-repeat;
	position:relative; 
	width:647px; 
	margin:0 auto 0 auto; 
	text-align:left; 
	margin:0 0 20px 0;
	}
*/

/*.accordion_header_top {
background:url(images/container_content_left_repeat.png) center top repeat-y;
	width:647px;
	height:54px;
	}
*/
	
.accordion_headings:hover {
	color:#b41212;
}

.accordion_child{
	padding:0 17px 10px 20px;
	background:url(images/container_content_left_repeat.png) repeat-y center top;
	color:#dde1e0;
	font-family:"Tw Cen MT", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

.container_content_left_bottom_news {
	background:url(images/container_content_left_bottom_news.png) bottom no-repeat;
	padding-top:-20px;
	height:15px;
	}

.header_highlight {
	color:#dde1e0;
}
