/* BRAVADO */
/* Section Help Stylesheet
--------------------------------------------------------------------------------- */


/* HELP
----------------------------------------------------------------------------- */


/* Answers */


	#answers {
	
	width: 936px;
	min-height: 311px;
	padding: 15px;
	margin: 0;
	clear: left;
	float: left;
	border: #363636 2px solid;

	}
	
	/* #answers div.widget-editorial {
	
	width: 700px;
	
	} */
	
	#answers div.widget-editorial li {
	
	margin-bottom: 15px;
	float: left;
	
	}
	
	#answers div.widget-editorial li.last {
	
	margin-bottom: 0;
	
	}
	
	#answers div.widget-editorial h3,
	#answers div.widget-editorial li strong,
	#answers div.widget-editorial a.comments {

	display: none;
	
	}
	
	#answers div.widget-editorial li p strong {

	display: inline;
	
	}


/* Answer */


	#answer {
	
	width: 936px;
	min-height: 311px;
	padding: 15px;
	margin: 0;
	clear: left;
	float: left;
	border: #363636 2px solid;

	}
	
	#answer h4 {
	
	color: #8bd300;
	
	}
	
	#answer h3,
	#answer > strong {
	
	display: none;
	
	}
	

/* REQUIREMENTS
----------------------------------------------------------------------------- */

	
	#requirements {
	
	float: left;
	clear: left;
	width: 936px;
	padding: 15px;
	border-left: #363636 2px solid;
	border-right: #363636 2px solid;
	border-bottom: #363636 2px solid;

	}
	
	#requirements div {
	
	float: left;
	font-size: 10px;
	line-height: 15px;
	padding-right: 14px;
	width: 294px;
	
	}
	
	#requirements div.features {
	
	padding-top: 26px;
	
	}
	
	#requirements ul {
	
	margin-left: 10px;
	
	}
		
	#requirements li {
	
	list-style-type: disc;
	margin: 0 0 10px 15px;
	
	}
	

/* INQUIRY
----------------------------------------------------------------------------- */
	
	
	#inquiry {
	
	float: left;
	clear: left;
	width: 936px;
	padding: 15px;
	border-left: #363636 2px solid;
	border-right: #363636 2px solid;
	border-bottom: #363636 2px solid;

	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	}


