.current td {
	color: #fff;
	}
	
td.one {
	width: 300px;
	}
	
.faq.fuel dt {
	background: #f7f8f4 url(images/bullet_bg.gif) no-repeat 10px 12px;
	border: 1px solid #dcdcdc;
	color: #666;
	padding: 0px;
	padding-left: 15px;
	cursor: pointer;
	margin: 0px !important;
	text-decoration: none;
	width: 396px;
	min-height: 30px;
	position: relative;
	z-index: 10;
	margin-top: -13px !important;
	margin-bottom: -10px !important;
	}
	
html .faq.fuel dt:hover, html .faq.fuel dt.hover {
	background: #b7d30b url(images/bullet_bg.gif) no-repeat 10px 12px;
	color: #fff;
	}
	
.faq.fuel dt.open {
	margin-bottom: 0px !important;
	}
	
.faq dt span {
	float: left;
  	text-decoration: none;
	margin: 8px;
	font-size: 11px !important;
	}
	
.faq.fuel dd {
	display: none;
	padding: 0px;
	margin: 0px;
	margin-top: -1px;
	color: #666;
	background: none;
	width: 412px;
	position: relative;
	z-index: 1;
	margin-bottom: -10px !important;
	}