@charset "iso-8859-1";
/* Reliance Recruitment */

.faq {
	margin: 10px 0px;
	}

.faq dd, .faq dt {
	margin: 0;
	padding: 0;
	}

.faq dt {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	min-height: 20px;
	position: relative;
	z-index: 10;
	background-color: #393939;
	background-image: url(../images/dt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
}

* html .faq dt {
	height: 1px;
	}

html .faq dt:hover, html .faq dt.hover {
	color: #fff;
	background-color: #393939;
	background-image: url(../images/dt_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

.faq dt span {
	font-weight: bold;
	width: 100px;
	float: left;
  	text-decoration: none;
}

* html .faq dt {
	height: 1px;
	}


.faq dt.open {
	margin-bottom: 0;
	background-color: #393939;
	background-image: url(../images/dt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

html .faq dt.open:hover, html .faq dt.open.hover {
	color: #fff;
	}


.faq dd {
	display: none;
	padding: 10px 30px 20px 30px;
	margin: 0px 0 20px 0;
	color: #666;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-image: url(../images/dd.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	}
	
* html .faq dd {
	height: 1px;
	}
