
#faq_wrapper {
	width: 650px;
	margin:0px auto;
	height:100%;
	display:block;
-webkit-font-smoothing: antialiased;
	}

.accordionButton, .on, .over {	
	width: 650px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	background-image:url(../images/faq_tab_vjr_650.png);
	background-repeat:no-repeat;
	height:55px;
	position:relative;
	z-index:1000;
	display:block;
	margin-bottom:5px;
	line-height:6px;
	*line-height:46px;
	
	}
	
.accordionContent {	
	width: 598px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #fff;
	padding:8px 25px;
	border:1px solid #eeece6;
-moz-border-radius: 12px; /* Firefox */
-webkit-border-radius: 12px; /* Safari, Chrome */
-khtml-border-radius: 12px; /* Konqueror */
border-radius: 12px; /* Opera 10.50 and later (CSS3 standard) */
margin:-2px 0px 8px 0px;
	z-index:1;
	position:relative;
	font-size:13px;
	color:#333;
	
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background-position:0px -120px;
	}
	
.over {
	background-position:0px -60px;
	}
	
/**/

.faq_header { width:650px; height:207px; background:url(../images/faq_header_vjr_650.png) no-repeat; display:block; }
.faq_wrapper_big { margin:0px auto; width:750px; overflow:auto}
.accordionButton h3 { font-size:22px; color:#6d6d6d; display:block; padding:0px 0px 0px 60px; }
.accordionButton h3:hover { color:#22cdea;}

.accordionContent ul { margin:0px; padding:0px; list-style:none}
.accordionContent li { margin:6px 0px; line-height:26px}
.accordionContent h4 { color:#508126; font-size:16px; margin-top:12px; font-weight:bold; height:20px}
.txt_indent { text-indent:15px}
.accordionContent p { line-height:20px; padding:3px 0; text-align:left}
.faq_header .breadcrumbs {display:block; margin-top:25px; position:absolute}