#faq {
	margin-top: 1px;
	border:1px solid #000;	
	font-size: 12px;
	color:#000;
	padding:0; 
	background-color: #ddd4b3;
	margin-bottom:5px;
}

#faq ul {
	margin: 0;
	padding: 0;
	overflow: hidden;	
}

#faq li {
	margin: 0;
	padding:0;
	clear: both;
	list-style: none;
}

#faq li.faq-expandable label.has_expander {
	padding: 5px 20px 5px 5px !important;
	margin:0;
	font-weight:bold;
	color:#7b2525;
	display:block;
}

#faq li.faq-expandable {
	position: relative;
}

#faq div.faq_answer {
	overflow: hidden;
}

#faq div.faq_answer p{padding:0 15px 0 15px; margin:0 0 10px 0;}

/*#faq .faq_answer ul li a{
	font-weight: normal;
	padding: 3px 3px 3px 15px;
	line-height: 13px;
	display: block;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #B9B9B9;
	background-color: #fff;
	color:#000;
	cursor:text;
}

#left_menu a:hover {
	color: #434343;
	text-decoration:none;
}

#left_menu a.sub {
	padding: 2px 16px 2px 2px;
	border: 0px;
	background: #F7F7F7 url(../gfx/menu_connect.gif) top right no-repeat;
}

#left_menu a.sub:hover{
	background-color: #FFFFFF;
	color: #434343;
}

#left_menu a.last_sub{
	border-bottom:1px solid #B9B9B9;
	padding: 2px 16px 2px 2px;
	padding-right: 14px;
	background: #F7F7F7 url(../gfx/menu_connect_bottom.gif) center right no-repeat;
}

#left_menu a.last_sub:hover{
	background-color: #FFFFFF;
	color: #434343;
}

#left_menu a.cur_page{
	background-color: #143273;
	font-weight: normal;
	color: white;
}

#left_menu a.cur_page:hover{
	background-color: #143273;
	font-weight: normal;
	color: white;
}

#left_menu b, #left_menu strong {
	font: 11px tahoma, arial, helvetica, sans-serif;
	padding: 0 10px 0 0;
	height: 18px;
	line-height: 18px;
	text-align:right;
	display: block;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
	background-color: #e0e0e0;
}*/

#faq span.faq-expand {
	display: block;
	width: 20px;
	line-height: 8px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #222;
	color: #555;
	font-size:18px;
	float: right;
	top: 2px;
	right: 3px;
	position: absolute;
	padding-top:5px;
	padding-bottom:7px;
}
