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


.faq-question {	
	border-bottom: 0px solid #FFFFFF;
	cursor: pointer;
	/*margin-bottom: 10px;*/
	
	}
	

	
.faq-answer {	
	background: #FFFFFF;
	display: none;
	font-size: 12px;
	color: #666666;
	padding-top: 15px;
	padding-bottom:10px;
	padding-left: 7px;
	}



.header-faq{
	display: block;
  	width: 440px;
 	height: 25px;
  	background-image: url(../images/faqs/question-header.png); 
  	background-repeat: no-repeat;
  	align: center;
  	font-family: Verdana, Geneva, sans-serif;
  	font-size:10px;
  	color: #FFF;
}

.header-faq a{
	display: block;
  	width: 440px;
 	height: 25px;
  	background-image: url(../images/faqs/question-header.png); 
  	background-repeat: no-repeat;
  	align: center;
  	font-family: Verdana, Geneva, sans-serif;
  	font-size:10px;
  	color: #FFF;
}

.header-faq-active {
	display: block;
  	width: 440px;
 	height: 25px;
  	background-image: url(../images/faqs/question-header-over.png); 
  	background-repeat: no-repeat;
  	align: center;
  	font-family: Verdana, Geneva, sans-serif;
  	font-size:10px;
  	color: #FFF;
}

.header-faq:hover
{ 
background-image: url(../images/faqs/question-header-over.png); 
}


.header-faq span
{
  	display: block;
  	padding-left: 20px;
  	padding-top: 2px;
	margin-left: 5px;
}

.faq-category {
	font-size:15px;
	font-weight:bold;
	color: #cc3333;
	margin-top: 15px;
	padding-left: 7px;
}

.faq-description {
	font-size:13px;
	font-style:italic;
	color: #666666;
	padding-left: 7px;
}
	

