#section_header {
	margin:0;
	padding: 0;
	border: 0px solid transparent;
	margin-bottom:10px;
}

.section_header_icon {
	width:68px;
	height:68px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom: 5px;
	float:left;
}



.question {
	min-width: 240px;
	width: 32.8%;
	overflow: hidden;
	background:#171717;
	margin:0px;
	margin-right:4px;
	margin-bottom: 4px;
	float:left;
	opacity:1;
}

.question-unanswered {

	width: 32.8%;
	min-width:240px;
	overflow: hidden;
	background:#0d0d0d;
	margin:0px;
	margin-right:4px;
	margin-bottom: 4px;
	float:left;
	
}

.question:hover {
	background:#222;
	opacity:1;
	
	
}

.question-unanswered:hover {
	background:#222;
	opacity:1;
}

.question_inner {
	width: 100%;
	height:55px;
	margin:0px;
	border-top:1px solid transparent;
}

.question a img {
	border:1px solid black;

}

.qa {
	margin-top:-2px;
	margin-left:7px;
	float:left;
	
}

.qb {
	margin-top:-2px;
	margin-right:7px;
	float:right;
	

}

.qb span, .qa span {
	font-size: 10px;
	font-weight: normal;

}

.q_slider{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.q_title {height:37px;margin-top:9px;}


.q_throbber {opacity:0;position:relative;z-index: 100;top:115px;left:142px;width:16px;height:16px;overflow: hidden;}


.question h3, .question-unanswered h3{
	font-weight: 100;
	color: #fff;
	line-height: 1em;
	font-size:12px;
	width:225px;
	overflow: hidden;
	padding:0px 10px 30px 10px;
	text-transform:none;

	
}

.question h3 strong, .question-unanswered h3 strong{

	vertical-align:text-bottom;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	color: #37db22;

	letter-spacing: -0.08em;
	margin-right:8px;
	margin-bottom:10px;
	
}

#question_container {
	padding:5px 30px 5px 30px;
	margin:30px;
	border:1px solid #ddd;
	background: #eee;
	width: 600px;

}


#question_container h2{
	line-height: 1.2em;

}
.answer {
	background: #aaa;
	color: white;
	width:100%;
	font-size: 11px;
	font-weight: bold;
}

.left {
	float:left;
	background: #1b4b13;
	padding-left:10px;
	}

.left p{
	width:170px;
	
	}

.right {
	float:right;
	background: #52e43b;
	padding-left: 120px;
	width:190px;
	}
	
	
	
	

.answer2 {
	background: transparent url(../images/q-bg.gif) top left repeat-y;
	color: #444;
	width:100%;
	font-size: 12px;
	font-weight: bold;
	border:1px solid #ddd;
}

.left2 {
	float:left;
	color: #fff;
	padding-left:10px;
	}

.left2 p{
	width:170px;
	
	}

.right2 {
	float:right;
	color: #444;
	padding-left: 120px;
	width:190px;
	}


.answer3 {
	background: #e6d6e6 url(../images/q-bg-grad.png) top left repeat-x;
	color: #444;
	width:100%;
	font-size: 12px;
	font-weight: bold;
	border:1px solid #ddd;
}


.clear {
	clear: both;
	
}
	
.clear-float {
	clear: both;
	border:0px solid transparent;
	height: 1px;
}

/* tooltips */


