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;
}


/*Logo */
#logo_holder {
	float: left; 
	text-align: left;
	width: 342px;
}


/*Search & Nav */
#search_nav_holder {
	float: right; 
	text-align: right;
	height: 44px;
}

#addthisbox {
	float: left;
	text-align: center;
	width: 250px;
	margin-top: 17px;
	padding-left: 30px;

}

#search {
	width: 200px;
	text-align: right;
	margin-top: 14px;
	margin-left: 30px;
}

.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 {
	margin: 5px 9px 0px 0px; /* top, right, bottom, left */
	font-size: 11px;
	font-weight: bold;
}


/*Middle */
#middle_wrapper {
/*	float: center; */
	width: 901px; 
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;	
	border-bottom: 1px solid #D3D3D3;
	padding: 3px 0px 3px 0px; /* top, right, bottom, left */
}


/*Left */
#left_home {
	float: left; 
	width: 285px; 
	line-height: 20px;
}

/*Hot Item */

#hot_item {
	width: 265px; 
	width: "285px";
	margin: 0 auto;
	background:url(../images/hot_item_middle.jpg);
	padding: 10px;
	display: table;
	overflow: hidden;
}

.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: 404px; 
	float: left; 
	margin: 3px;
}

.js_bg_hidden {
	background-image:url(images/home-box-bg.jpg);
	padding: 5px;
	height: 185px;
	visibility: hidden; 
	display: none; 
	overflow: hidden; 
	padding: 0px;	
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	background-color:#f8f8f8;

}

.js_bg_autos {
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	background-color:#f8f8f8;
	padding: 5px;
	height: 185px;
}

.js_bg_powersports {
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	background-color:#f8f8f8;
	padding: 5px;
	height: 185px;
}

.js_bg_electronics {
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	background-color:#f8f8f8;
	padding: 5px;
	height: 185px;
}

.js_bg_books {
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	background-color:#f8f8f8;
	padding: 5px;
	height: 185px;
}

.js_item_left {
	float: left; 
	width: 120px; 
	padding-left: 10px;
	line-height: 17px;
	text-align: left;
}

.js_item_left b {color: #00A7E7}

.js_item_right {
	float: right; 
	width: 120px; 
	text-align: right; 
	padding-right: 10px;
	line-height: 17px;
	border-left: 1px solid #C9C9C9;
}

.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;
}

.cattitlelink {
	font-size: 14px;
	font-weight: bold;
	color: #00A7E7;
	text-decoration: none;
}

.catsublinks {
	color: #000000;
	text-decoration: none;
}

.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: 171px; 
	margin: 2px;
	background-color: #F6F6F6;
	text-align: center;
	padding: 5px 0px 5px 5px;
}

/*Refine Search*/
.refine_search_heading {
	font-weight: bold;
	border-bottom: 3px solid #E9E9E9;
	color:#00a7e7;
	padding-bottom: 4px;
}

.refine_search_category_box {
	position: relative;
	font-size: 11px;
	line-height: 17px;
	height: 125px;
	padding: 3px;
	width: 170px;
	overflow: hidden;
	display: block;
	z-index: 1;
}


.refine_search_links_box {
	font-size: 11px;
	line-height: 17px;
	padding: 3px;
	width: 170px;
	z-index: 1;
}

.refine_search_links_box a:link {color: #000; font-weight: bold; text-decoration: none; float:left;}
.refine_search_links_box a:visited {color: #000; font-weight: bold; text-decoration: none; float:left;}
.refine_search_links_box a:hover {color: #000; font-weight: bold; text-decoration: underline; float:left;}

.refine_search_link {
	width: 140px;
	float: left;
	overflow: hidden;
	white-space:nowrap;
}


.refine_search_amount {
	color: #8B8B8B;
	float: right;
	text-align: right;
}

.refine_more_link {
	text-align: right;
	z-index: 1;
}

.refine_less_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;}

.refine_less_link a:link {color: #00A7E7; font-weight: bold; text-decoration: none;}
.refine_less_link a:visited {color: #00A7E7; font-weight: bold; text-decoration: none;}
.refine_less_link a:hover {color: #00A7E7; font-weight: bold; text-decoration: underline;}

/*Listing */

.listing_holder {
	background-image: url(../images/listing_bg.jpg); 
	width: 501px; 
	height: 148px; 
	margin: 0 auto;
	margin-bottom: 0px;
	overflow: hidden;
}

.title_price_div {
	background-color: #EFFBFF; 
	height: 18px;
	width: 501px;
	color: #00A7E7; 
	border: 1px solid #E6E6E6; 
}

.listing_title {
	float: left;
	background-color: #EFFBFF; 
	height: 24px;
	width: 370px;
	color: #00A7E7; 
	padding: 6px 6px 0px 6px; 
	font-size: 14px; 
	font-weight: bold; 
	text-transform: capitalize;
	overflow: hidden;
	white-space:nowrap;
}

.listing_price {
	float: left;
	width: 100px;
	height: 18px;
	background-color: #EFFBFF; 
	color: #333333; 
	padding: 6px; 
	font-size: 16px; 
	font-weight: bold; 
	text-align:right;
	white-space:nowrap;	
}

.listing_price_big {
	float: right;
	color: #333333; 
	padding: 10px; 
	font-size: 24px; 
	font-weight: bold; 
	white-space:nowrap;
}

.listing_description {
	padding: 15px 10px 0px 0px;
}

.listing_image_div {
	float: left; 
	width: 138px; 
	padding: 13px 3px 3px 5px; /* top, right, bottom, left */ 
	margin: 2px; 
	font-size:9px;
	text-align: center;
}

.listing_img {
	border: 3px solid #E1E1E1
}

.features_box {
	float: left; 
	width: 340px; 
	padding: 0px 3px 3px 5px; /* top, right, bottom, left */ 
	margin: 1px; 
	overflow: hidden;
}

.listing_features {
	padding: 3px 3px 3px 10px; /* top, right, bottom, left */ 
	margin: 1px; 
	font-size: 11px;
	line-height: 17px;
	overflow: hidden;
}

.listing_features b {
	font-weight: bold;
	color: #999999;
}



.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: bold;
	color: #999999;
}

.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: bold;
	color: #999999;
}

.listing_options {
	float: left; 
	width: 266px; 
	padding: 1px 3px 3px 3px; /* top, right, bottom, left */ 
	margin: 1px; 
	font-size: 10px;
	line-height: 10px;
}

.listing_options b {
	font-weight: bold;
	color: #999999;
}

/*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;}



/*Home Lists */

.home_list_holder {
	background-image: url(../images/home_listing_bg.jpg); 
	width: 279px; 
	height: 240px; 
	margin: 0 auto;
	margin-bottom: 0px;
	overflow: hidden;
}

.list_title_box {
	background-color: #EFFBFF; 
	height: 18px;
	width: 280px;
	color: #00A7E7; 
	border: 1px solid #E6E6E6; 
}

.home_list_title {
	float: left;
	background-color: #EFFBFF; 
	height: 24px;
	width: 270px;
	color: #00A7E7; 
	padding: 6px 6px 0px 6px; 
	font-size: 12px; 
	font-weight: bold; 
	text-transform: capitalize;
	overflow: hidden;
	white-space:nowrap;
}

.home_list_price {
	float: right;
	width: 100px;
	height: 18px;
	color: #00A7E7; 
	padding: 6px; 
	font-size: 16px; 
	font-weight: bold; 
	text-align:center;
	white-space:nowrap;	
}

.home_list_price_big {
	float: right;
	color: #333333; 
	padding: 10px; 
	font-size: 24px; 
	font-weight: bold; 
	white-space:nowrap;
}

.home_list_description {
	padding: 15px 10px 0px 0px;
}

.home_list_image_div {
	float: right; 
	width: 108px; 
	padding: 13px 3px 3px 3px; /* top, right, bottom, left */ 
	font-size:9px;
	text-align: center;
}

.home_list_img {
	border: 3px solid #E1E1E1
}

.home_features_box {
	float: left; 
	width: 150px; 
	padding: 3px 3px 3px 6px; /* top, right, bottom, left */ 
	overflow: hidden;
}

.home_list_features {
	padding: 3px 3px 3px 10px; /* top, right, bottom, left */ 
	margin: 1px; 
	font-size: 11px;
	line-height: 17px;
	overflow: hidden;
}

.home_list_features b {
	font-weight: bold;
	color: #999999;
}



.home_list_left_stats {
	float: left; 
	width: 186px; 
	padding: 12px 3px 3px 10px; /* top, right, bottom, left */ 
	margin: 1px; 
	font-size: 11px;
	line-height: 17px;
}

.home_list_left_stats b {
	font-weight: bold;
	color: #999999;
}

.home_list_right_stats {
	float: left; 
	width: 133px; 
	padding: 12px 3px 3px 3px; /* top, right, bottom, left */ 
	margin: 1px; 
	font-size: 11px;
	line-height: 17px;
}

.home_list_right_stats b {
	font-weight: bold;
	color: #999999;
}

.home_list_options {
	float: right; 
	width: 108px; 
	padding: 1px 3px 3px 3px; /* top, right, bottom, left */ 
	margin: 1px; 
	font-size: 10px;
	line-height: 10px;
}

.home_list_options b {
	font-weight: bold;
	color: #999999;
}

