#main_content .fuel_table {
 	border: 1px solid #ccc;
	padding: 2px;
  }
	
#main_content .fuel_table table {
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0;
  	}
  
 #main_content .fuel_table td {
	padding: 8px;
	border-bottom: 1px solid #ccc;
  	}

 #main_content .fuel_table td.one {
	border-right: 1px solid #ccc;
  	}
	
 #main_content .fuel_table tr.current {
	background: #308c2b;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
  	}
	
#main_content .thumb {
  	border: 1px solid #ccc;
  	padding: 2px;
	margin-bottom: 20px;
	}
	
.form_wrapper sup {
	top: 5px;
	}

.fuel_table td.one {
	width: 300px;
	}

.current {
	background: #308c2b;
	}

.faq.fuel dt {
	background: #f1f1f1 url(../images/bullet_bg_2.gif) no-repeat 0px 3px !important;
	border: 1px solid #ccc;
	color: #666;
	padding: 0px;
	padding-left: 10px;
	cursor: pointer;
	margin: 0px !important;
	text-decoration: none;
	width: 472px;
	min-height: 30px;
	position: relative;
	z-index: 10;
	margin-top: -11px !important;
	margin-bottom: -10px !important;
	}
	
html .faq.fuel dt:hover, html .faq.fuel dt.hover {
	background: #308c2b  url(../images/bullet_bg_ql_hover_2.gif) no-repeat 0px 3px !important;
	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: 484px;
	position: relative;
	z-index: 1;
	margin-bottom: -10px !important;
	}
