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

#faq
{
	height: 	500px;
	overflow:	auto;
	margin: 	20px 0;
		
	box-shadow:				0 0px 20px #111, 0 0.9px 20px #111;
	-moz-box-shadow:		0 0px 20px #111, 0 0.9px 20px #111;
	-webkit-box-shadow:		0 0px 20px #111, 0 0.9px 20px #111;
}

#faq h4
{
	font-size: 	14px;
	text-align:	center;
	margin:		7px 0 8px 0;
	color:		#FF9900;
}

#faq ol
{
	list-style-type:		lower-alpha;
	
	color:					#FF9900;
	font-size: 				12px;
	font-weight:			bold;

	width:					520px;
}

#faq ol .title
{
	
}

#faq > ol > li
{
	margin:					20px 0;
}

#faq > ol > li > ol > li
{
	margin:					0 0 10px 0;
}

#faq ol ol
{
	color:					#FFFFFF;
	font-weight:			normal;

	list-style-type:		decimal;
	padding-left:			10px;
}

#faq table#example
{
	width:					100%;
}

#faq table#example td.price
{
	text-align:				center;
}

#faq table#example thead,
#faq table#example tfoot
{
	background-color:		#FF9900;
	font-weight:			bold;
}

#faq ol ul
{
	list-style-type:		disc;
}

#faq ol ul ul
{
	list-style-type:		square;
}
