/*#################################### 
FAQ QUESTIONS CSS
####################################*/
#faq .points {
	margin-left:0px;
	}
#faq .points li{
	background-image:url(../images/bullet.gif);
	background-position:1px 5px;
	margin:0 0 15px 0;
	padding-left:15px;
	}
#faq .points li a {
	font-weight:bold;
	color:#741A1A;
	}
#faq .points li a:hover {
	color:#C94B00;
	}
/*#faq .linkbox {
	text-align:right;
	font-weight:bold;
	font-size:85%;
	}*/
.backtotopbtn {
	background-image:url(../images/backtotopbtn.gif);
	width:73px;
	height:20px;
	}
.backtotopbtn:hover {
	background-position:0 -20px;
	}
/*==================================
CATEGORY FAQ CSS 
==================================*/
#faq .questions {
	background-color:#FFF8F4;
	}
.questions dt {
	background-color:#EC7300;
	border-top:2px solid #DA4E00;
	color:#FFFFFF;
	font-size:130%;
	padding:7px 15px;
	}
/*==================================*/
.answers dt{
	margin:-15px -15px 0px -15px;
	}
.answers .contentboxdata {
	padding:0px 10px 0px 10px;
	min-height:1px;
	}
.answers .linkbox {
	margin:0px;
	}
/*===============================*/
