﻿
#faq_list li
{
	margin-bottom: 12px;
	line-height: 150%;
}

#faq_list a
{
	color: #ff6600;
	font-weight: bold;
}

#questions
{
	margin: 0px 0px 18px 0px;
	padding-bottom: 15px;
}

#questions li
{
	margin: 1px 0px 1px 10px;
	padding: 0px;
	border-bottom: solid 1px white;	
	color: #336699;
}

#questions a
{
	color: #336699;
	display: block;
	text-decoration: none;
	padding: 3px 0px 6px 2px;
}

#questions li:hover, #questions a:hover
{
	background-color: #ffeecc;	
}

#answers h2 
{
	padding-top: 14px;
	border-top: dashed 1px #ff6600;
}

#answers p, #answers ul, #answers ol, #answers h3
{
	margin-left: 16px;
	margin-right: 10px;
}

#answers table
{
	margin: 10px 0px 0px 16px;
	width: 520px;
}

#answers li 
{
	margin: 5px 0px;
}

#answers li p
{
	margin: 6px 0px 0px 0px;
	font-size: 100%;
}


#answers .lefttoright, #answers .lefttoright3 
{
	display: block;
	list-style-type: none;
	margin-left: 0px;
}

#answers .lefttoright li
{
	width: 25%;
	float: left;
}

#answers .lefttoright3 li
{
	width: 33%;
	float: left;
	margin: 1px 0px 1px 0px;
}

#answers li li 
{
	font-size: 100%;
	margin-left: -15px;
}

#answers li ul li {
	list-style-type: circle;
}

#answers li ol li 
{
	list-style-type: lower-alpha;
}

#answers li li ol li 
{
	list-style-type: lower-roman;
}

#answers .totop 
{
	text-align: right;
	font-size: 70%;
}

#answers .totop a 
{
	color: #ff6600;
}

#answers table thead 
{
	font-weight: bold;
}

.code 
{
	font-family: Lucida Console, Courier;
}


