/*	List Layout - Fuel Industries Stylesheet
================================================================================*/

/*	Content
-------------------------------------------------------------------------------*/

#midsection {
	background: transparent url('../../include/images/bg_layout_list.gif') repeat 261px 0;
	}
	
#content {
	float: left;
	width: 783px;
	margin: 0; padding: 0;
	overflow: hidden;
	}


/*	Bucket
-------------------------------------------------------------------------------*/

.bucket {
	margin: 0 21px 10px 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	}
	
.bucket div, .bucket img {
	text-align: left;
	float: left;
	}

.bucket .logo {
	margin: 4px 0 0 2px;
	width: 109px;
	}

.bucket .text {
	padding: 9px 0 0 0;
	margin: 0 0 0 5px;
	width: 118px;
	height: 77px;
	font-size: 10px;
	}

.bucket .link {
	float: right;
	margin: 6px 8px 0 0;
	}

.bucket .thumb {
  	border-top: 1px solid #c7c7c7;
	background-color: #000000;
	width: 240px;
	height: 158px;
	}
	
.bucket .cs {
	background: transparent url('../../include/images/cs_bucketbg.gif') no-repeat 0 0;
	padding: 0 0 9px 0;
	position: relative;
	}
	
	
/*	Contact Us
-------------------------------------------------------------------------------*/

#contactus .bucket {
	cursor: default;
	width: 240px;
	}

#contactus .ctitle {
	border-bottom: 1px solid #dadada;
	width: 240px;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
	float: left;
	}

#contactus .contitle {
	width: 100%;
	}
	
	
/*	Sort By List
-------------------------------------------------------------------------------*/

.selecttitle {
	background-color: #000;
	color: #fff;
}





