body {
	background-image:url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0px;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
}

.clear {
	clear: both;
}

/*Header */
#header {
	background-image:url(../images/top-bg.gif); 
	width: 901px; 
	height: 89px; 
	margin: 0 auto;
}

/*Search & Nav */
#search_nav_holder {
	float: right; 
	text-align: right;
}

#search {
	margin-top: 14px;
	margin-left: 190px;
}

.search_textfield {
	border: 1px solid #D3D3D3;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	width: 200px;
	padding: 4px 3px 3px 3px; /* top, right, bottom, left */
}

.search_form {
	padding: 0px;
	margin: 0px;
}

#top_nav {
	text-transform: uppercase;
	margin: 12px 9px 0px 0px; /* top, right, bottom, left */
	font-size: 11px;
	font-weight: bold;
	word-spacing: 20px;
}

#top_nav a:link {color: #00A9E8; text-decoration: none;}
#top_nav a:visited {color: #00A9E8; text-decoration: none;}
#top_nav a:hover {color: #fff; text-decoration: none; background-color: #00A9E8;}

/*Middle */
#middle_wrapper {
	width: 873px; 
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;	
	border-bottom: 1px solid #D3D3D3;
	padding: 3px 13px 3px 13px; /* top, right, bottom, left */
}


/*Left */
#left_home {
	float: left; 
	width: 285px; 
	line-height: 20px;
}

/*Hot Item */

#hot_item {
	width: 265px; 
	margin: 0 auto;
	background-image:url(../images/hot_item_middle.jpg);
	padding-left: 10px;
	padding-right: 10px;
	display: table;
}

.hot_item_img_holder {
	float: right; 
	background-image:url(../images/hot-item-bg.png); 
	width: 117px; 
	height: 92px;
}

.hot_item_make {
	font-size: 16px;
	font-weight: bold;
}

.hot_item_price {
	font-size: 16px;
	font-weight: bold;
}

.hot_item_date {
	color: #00A9E8;
}


/*Right */

#right_home {
	float: right; 
	width: 576px; 
}

/*JavaScript Items on Home Page*/
.js_item {
	width: 279px; 
	height: 304px; 
	float: left; 
	margin: 3px;
}

.js_bg_autos {
	background-image:url(../images/home-box-bg.jpg);
	padding: 5px;
	height: 155px;
}

.js_bg_powersports {
	background-image:url(../images/home-box-bg.jpg);
	padding: 5px;
	height: 105px;
}

.js_bg_electronics {
	background-image:url(../images/home-box-bg.jpg);
	padding: 5px;
	height: 130px;
}

.js_bg_books {
	background-image:url(../images/home-box-bg.jpg);
	padding: 5px;
	height: 155px;
}

.js_item_left {
	float: left; 
	width: 120px; 
	padding-left: 10px;
	line-height: 17px;
}

.js_item_left b {color: #00A7E7}

.js_item_right {
	float: right; 
	width: 120px; 
	text-align: right; 
	padding-right: 10px;
	line-height: 17px;
}

.js_item_right b {color: #00A7E7;}

.js_item_category {
	background-color: #EDEDED;
	border: 1px solid #C9C9C9;
	padding: 3px 10px 3px 10px; /* top, right, bottom, left */
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #00A7E7;
}

.js_item_left a:link, .js_item_right a:link {color: #000; text-decoration: none;}
.js_item_left a:visited, .js_item_right a:visited {color: #000; text-decoration: none;}
.js_item_left a:hover, .js_item_right a:hover {color: #000; text-decoration: underline;}

/*Footer */

#footer {
	width: 881px; 
	margin: 0 auto;
	font-weight: bold;
	padding: 10px;
}

#footer a:link {color: #00A7E7; text-decoration: none;}
#footer a:visited {color: #00A7E7; text-decoration: none;}
#footer a:hover {color: #00A7E7; text-decoration: underline;}


/*Listing Page*/
#middle_wrapper_listing {
	width: 893px; 
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;	
	border-bottom: 1px solid #D3D3D3;
	padding: 0px 0px 0px 6px; /* top, right, bottom, left */
}

#left_column_listing {
	float: left; 
	width: 176px; 
	margin: 2px;
	background-color: #F6F6F6;
	padding: 10px 6px 6px 6px; /* top, right, bottom, left */
}

#middle_column_listing {
	float: left; 
	width: 509px; 
	margin: 2px;
}

#right_column_listing {
	float: left; 
	width: 166px; 
	margin: 2px;
	background-color: #F6F6F6;
	text-align: center;
	padding: 5px;
}

/*Refine Search*/
.refine_search_heading {
	font-weight: bold;
	border-bottom: 3px solid #E9E9E9;
	padding-bottom: 4px;
}

.refine_search_links {
	font-size: 11px;
	line-height: 17px;
	padding: 3px;
}

.refine_search_links a:link {color: #000; font-weight: bold; text-decoration: none;}
.refine_search_links a:visited {color: #000; font-weight: bold; text-decoration: none;}
.refine_search_links a:hover {color: #000; font-weight: bold; text-decoration: underline;}

.refine_search_amount {
	color: #8B8B8B;
}

.refine_more_link {
	text-align: right;
}

.refine_more_link a:link {color: #00A7E7; font-weight: bold; text-decoration: none;}
.refine_more_link a:visited {color: #00A7E7; font-weight: bold; text-decoration: none;}
.refine_more_link a:hover {color: #00A7E7; font-weight: bold; text-decoration: underline;}

/*Listing */

.listing_holder {
	background-image: url(../images/listing_bg.jpg); 
	width: 501px; 
	height: 144px; 
	margin: 0 auto;
	margin-bottom: 4px;
}

.listing_title {
	background-color: #EFFBFF; 
	color: #00A7E7; 
	padding: 6px; 
	font-size: 14px; 
	font-weight: bold; 
	border-top: 1px solid #E6E6E6; 
	border-left: 1px solid #E6E6E6; 
	border-right: 1px solid #E6E6E6;
}

.listing_image_div {
	float: left; 
	width: 138px; 
	padding: 13px 3px 3px 5px; /* top, right, bottom, left */ 
	margin: 2px; 
	text-align: center;
}

.listing_img {
	border: 3px solid #E1E1E1
}

.listing_left_stats {
	float: left; 
	width: 186px; 
	padding: 12px 3px 3px 10px; /* top, right, bottom, left */ 
	margin: 1px; 
	font-size: 11px;
	line-height: 17px;
}

.listing_left_stats b {
	font-weight: normal;
	color: #00A7E7;
}

.listing_right_stats {
	float: left; 
	width: 133px; 
	padding: 12px 3px 3px 3px; /* top, right, bottom, left */ 
	margin: 1px; 
	font-size: 11px;
	line-height: 17px;
}

.listing_right_stats b {
	font-weight: normal;
	color: #00A7E7;
}

/*Results Info */

.results_info_left {
	float: left; 
	padding: 5px;
}

.results_info_right {
	float: right; 
	padding: 5px;
}

.results_info_right a:link {color: #00A7E7; font-weight: bold; text-decoration: none;}
.results_info_right a:visited {color: #00A7E7; font-weight: bold; text-decoration: none;}
.results_info_right a:hover {color: #00A7E7; font-weight: bold; text-decoration: underline;}
