/*#################################### 
FAQ QUESTIONS CSS
####################################*/
#faq .points {
	margin-left:0px;
	}
#faq .points li{
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:1px 5px;
	margin:0 0 15px 0;
	padding-left:15px;
	}
#faq .points li a {
	font-weight:bold;
	color:#8F2353;
	}
#faq .points li a:hover {
	color:#BF6B94;
	}
#faq .linkbox {
	text-align:right;
	font-weight:bold;
	font-size:85%;
	}
/*==================================
CATEGORY FAQ CSS 
==================================*/
#faq .questions {
	
	background-image:url(../images/topbarbg.gif);/*same bg as topbar*/
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#F8F8F8;
	}
.questions dt {
	background-color:#51243B;
	color:#FFFFFF;
	}
.questions .contentboxdata h2 {
	background-color:#7A9F77;
	padding:8px 10px;
	color:#FFFFFF;
	}
#faq .questions .points {
	margin:15px 10px 0px 10px;
	}
/*==================================*/
.answers dt{
	margin:-15px -15px 0px -15px;
	}
.answers .contentboxdata {
	padding:0px 10px 0px 10px;
	min-height:1px;
	}
.answers h2 {
	background-color:#ffffff;
	padding:8px 10px;
	color:#000000;
	margin:15px -10px 15px -10px;
	min-height:1px;
	}
.answers .contentboxdata h3{
	margin:0px 0 5px 0;
	padding:0 0 5px 0;
	font-size:100%;
	}
.answers .cat_answers {
	border-bottom:1px solid #cccccc;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	}
.answers .linkbox {
	margin:0px;
	}
/*===============================*/
