/* CSS Document */
.faq_container {
	width: 750px;
}
.faq_main_left {
	width:500px;
	float:left;
	padding-left: 40px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
}

.faq_main_right {
	width:350px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
.faq_answer {
	position: relative;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	width: 500px;
	float: left;
}

.faq_questions li { 
	float: left;
	padding: 2px 0;
	}
	
.faq_helpful {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
}

.faq_helpful input{
	border: 1px #ccc solid;
	font-size: 10px;
	width: 40px;
	text-align: center;
}

.faq_message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f37141;
	position: absolute;
	bottom: 10px;
	left: 20px;
}
.faq_category {
	float: left;
	width: 500px;
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

