/* FAQ Styles */
.faq-note{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	background:#f2f2f2 url(/images/support/faq-note.png) 10px 15px no-repeat;
	padding:5px 15px 15px 38px;
	margin-top:10px;
}
.faq-important{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	background:#feffc9 url(/images/support/faq-important.png) 7px 15px no-repeat;
	padding:5px 15px 15px 38px;
	margin-top:10px;
}
.faq-quote{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	background:#f2f2f2 url(/images/support/faq-quote.png) 8px 15px no-repeat;
	padding:5px 15px 15px 38px;
	margin-top:10px;
}
#body .faq-togtitle{
	display:block;
	background:#f2f2f2 url(/images/returning-plus.gif) no-repeat 4px 10px;
	padding:10px 33px;
	color:#0f5b9a;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	margin:10px 0 0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}
.faq-togtitle-active{
	background:#f2f2f2 url(/images/products/minus.gif) no-repeat 4px 10px;
	color:#0f5b9a;
	border-bottom:4px solid #fff;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-khtml-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}
.faq-togcontent{padding:0 0 0 34px;color:#444;overflow:hidden;margin:0;display:none}
.faq-togcontent ol{margin-left:0;padding-left:17px;}

div.taxact-content {
    font-family: Verdana !important;
    margin-top: 0;
}

p.taxact-content {
    margin-top: 0;
}

ul.taxact-content, 
ol.taxact-content {
    margin-top: 1em; 
    margin-bottom: 1em;
}

