@charset "utf-8";
/* CSS Document */

#content {
	background: none;
	color: #333333;
}

/** Category Bar Styles **/
	#category_bar {
		height: 15px;
		background-color: #000000;
		padding: 10px;
		overflow: hidden;
	}
	
	#category_bar ol {
		list-style-type: none;
		float: left;
		margin: 10px 0px 0px 10px;
		display: inline;
	}
	
	#category_bar li {
		display: inline;
		padding: 0px 17px;
		text-transform: uppercase;
	}
	
	#category_bar li a {
		font-size: 11px;
		color: #E3E3E3;
		font-weight: bold;
		
	}
	
	#category_bar li a:hover, #category_bar .active_category {
		color: #D70A0A;
	}
	
	#category_bar .last_item {
		padding-right: 0px;
	}
/** End Category Bar Styles**/

/** body box styles **/
	#body_box {
		width: 940px;		/** True width of 940 minus 20 for padding **/
		/*    height: 327px;		*/
		padding: 0px 0px;
		background: #FFF;
		overflow-y: no-scroll;
		line-height:20px;
	}
	
	h3.category_title {
		font-size: 14px;
		color: #D70A0A;
	}
	
	#body_q_box {
		width: 440px;		/** True width of 455 minus 15 for padding **/
		float: left;
		margin: 10px 0px 0px 5px;
		padding-right: 15px;
		border-right: 1px solid #DEDEDE;
		color: #9C9C9C;
		display: inline;
	}
	
	#body_q_box a {
		color: #9C9C9C;
	}
	
	#body_q_box a:hover {
		color: #666;
	}
	
	.body_question, .body_question_active {
		line-height: 20px;
		margin: 0px 0px 5px 15px;
		text-indent: -15px;
	}
	
	.body_question_active_link {
		color: #000;
	}
	
	.body_question_q, .body_answer_a {
		color: #D70A0A;
		font-weight: bold;
	}
	
	#body_a_box {
		width: 395px;
		float: right;
		margin: 10px 25px 0px 0px;
		display: inline;
		line-height: 20px;
	}
/** END body box styles **/

