.page .faq {
	width:170px;
}

.faq .content ul li {
	background: url(/img/bullet-grey.gif) no-repeat left 7px;
	padding-left:9px;
}

.faq .content li {
	margin-bottom: 10px;
}

.faq .content ul a {
	color: #5A5A5A;
	font-size:10px;
}

.faq .content a.more {
	float: right;
}

.recruitmentPage .faq .pushTop {
	height:38px;
	background:transparent url(/img/push/push-top-bg-grey.png) repeat-x;
}
* html .recruitmentPage .faq .pushTop {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/push/push-top-bg-grey.png',sizingMethod='scale');
}

.recruitmentPage  .faq .borderTpushl {
	height:38px;
	background:transparent url(/img/push/push-left-bg-grey.png) repeat-x;
}
* html .recruitmentPage  .faq .borderTpushl { 
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/push/push-left-bg-grey.png',sizingMethod='crop');
}

.recruitmentPage  .faq .borderTpushr {
	height:38px;
	background:transparent url(/img/push/push-right-bg-grey.png) repeat-x;
}
* html .recruitmentPage  .faq .borderTpushr { 
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/push/push-right-bg-grey.png',sizingMethod='crop');
}
.recruitmentPage  .faq .pushTop h2 {
	color:#fff;
	font-family:Arial, sans-serif; font-size:13px; font-weight:bold;
	padding-top:15px; padding-left:6px;
}
