html > body {
	margin: 0px;
	padding: 0px;
}
.cleardiv { clear: both; }
/* HTML eleemnts */
img { border: none; }
/* Header */
#site_wrapper {
	width: 950px;
	margin: 3px auto 20px auto;
}
#header_wrapper {
	float: left;
	height: 90px;
	clear: both;
	margin-bottom: 20px;
}
#header_left {
	float: left;
	width: 220px;
	text-align: center;
}
#header_right {
	width: 725px;
	height: 90px;
	margin-left: 220px;
	text-align: right;
	position: relative;
}
#header_breadcrumb { }
#header_breadcrumb a {
	color: #000099;
	text-decoration: none;
}
#header_breadcrumb a:hover { text-decoration: underline; }
#search_form {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* Top subcategories */
#subcat_wrapper {
	width: 800px;
	margin: 0px auto 10px auto;
	clear: both;
	text-align: center;
}
#subcat_wrapper a {
	display: inline-block;
	padding: 0px 5px;
	color: #000099;
	text-decoration: none;
}
#subcat_wrapper a:hover { text-decoration: underline; }
/* Navigation */
#nav_wrapper {
	clear: both;
	height: 55px;
}
#nav_category_title {
	float: left;
	width: 600px;
}
#nav_category_title h1 {
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#nav_post_ad_button {
	float: right;
	background-image: url(button_b.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 160px;
	height: 40px;
	overflow: hidden;
	font-family: Verdana, Tahoma, sans-serif;
	margin-top: 6px;
}
#nav_post_ad_button a {
	display: block;
	float: right;
	width: 120px;
	height: 40px;
	padding: 3px 0px 0px 20px;
	text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#nav_post_ad_button a:hover { color: #333333; }
.nav_misc_links {
	float: right;
	width: 160px;
	padding-left: 10px;
}
.nav_misc_links a {
	color: #000099;
	text-decoration: none;
}
.nav_misc_links a:hover { text-decoration: underline; }
.nav_misc_link { margin-bottom: 3px; }
/* Tabs */
#tab_wrapper {
	clear: both;
	width: 950px;
	height: 30px;

}
#tab_type1, #tab_type2 {
	float: left;
	margin-bottom: -1px;
}
#tab_type1 a, #tab_type2 a {
	display: block;
	float: left;
	width: 180px;
	margin-left: 7px;
	background-color: #FCFCFC;
	border: 1px solid #BBBBBB;
	padding: 6px 0px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #777777;
	font-weight: bold;
}
#tab_type1 a:hover, #tab_type2 a:hover {
	background-image: url(tabbg000.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #BBBBBB;
}
#tab_type1 a.tab_current, #tab_type2 a.tab_current {
	background-image: url(tabbg000.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #BBBBBB;
	border-bottom: 1px solid #E5E5E5;
	color: #000000;
}
/* List of advertisments */
#adlist_wrapper {
	clear: both;
	border: 1px solid #BBBBBB;
}
.adlist_item { /*	If want to have all cols of the same width in case of adsense #1
	float: left;
*/
	height: 60px; }
.odd { background-color: #FFFFFF; }
.even { background-color: #F6F6F6; }
.adlist_date {
	height: 14px;
	background-color: #CCCCCC;
	background-image: url(grad_sin.gif);
	font-weight: bold;
	padding: 3px 10px;
	margin: 0px;
}
/*	If want to have all cols of the same width in case of adsense #1 */
.w_as { width: 783px; }
.adlist_votes {
	float: left;
	width: 50px;
	font-size: 20px;
	color: #009900;
	font-weight: bold;
	text-align: right;
	padding-top: 16px;
	padding-right: 3px;
}
.adlist_photo {
	float: left;
	width: 60px;
	text-align: center;
}
.adlist_photo img {
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.adlist_star {
	float: left;
	padding-top: 21px;
	width: 18px;
	text-align: center;
}
.adlist_price {
	float: left;
	width: 80px;
	padding-top: 22px;
	padding-left: 5px;
}
.adlist_title { float: left; }
.adlist_title a {
	float: left;
	display: block;
	height: 38px;
	padding-top: 22px;
	color: #000099;
	text-decoration: none;
}
.adlist_title a:hover { text-decoration: underline; }
.adlist_age {
	float: right;
	width: 70px;
	padding-top: 22px;
	text-align: center;
}
.adlist_addate {
	float: right;
	width: 75px;
	padding-top: 16px;
	text-align: center;
}
.adlist_agency {
	float: right;
	width: 50px;
	padding-top: 22px;
	text-align: center;
}
.adlist_category {
	float: right;
	width: 70px;
	padding: 0px 5px;
}
.adlist_category a {
	float: right;
	display: block;
	height: 38px;
	padding-top: 16px;
	color: #000099;
	text-decoration: none;
}
.adlist_category a:hover { text-decoration: underline; }
.adlist_location {
	float: right;
	width: 200px;
	padding-top: 22px;
	text-align: right;
}
#adsense_listing_right {
	float: right;
	margin-left: 5px;
}
#adlist_no_results {
	clear: none;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	padding: 30px 0px;
}
#bnav_wrapper { margin-top: 5px; }
#bnav_options {
	clear: both;
	text-align: center;
}
#bnav_show_images { text-align: left; }
#bnav_subscribe { text-align: right; }
#bnav_subscribe a {
	color: #000099;
	text-decoration: none;
}
#bnav_subscribe a:hover { text-decoration: underline; }
#bnav_pagenums {
	clear: both;
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
}
#bnav_pagenums a {
	display: inline-block;
	padding: 4px 4px;
	color: #000099;
	text-decoration: underline;
}
#bnav_pagenums a:hover { background-color: #EEEEEE; }
#bnav_pagenums span {
	display: inline-block;
	padding: 4px 4px;
}
#bnav_misc_links {
	clear: both;
	text-align: center;
	margin: 10px auto;
}
#bnav_misc_links a {
	color: #000099;
	text-decoration: none;
	font-size: 10px;
}
#bnav_misc_links a:hover { text-decoration: underline; }
/* Footer */
#footer_wrapper { clear: both; }
#footer_category_title h1 { font-size: 18px; }
#adsense_listing_bottom {
	width: 728px;
	margin: 0px auto;
}
#footer_crosslinks {
	clear: both;
	text-align: center;
	margin: 30px auto 5px auto;
}
#footer_crosslinks a {
	color: #000099;
	display: inline-block;
	overflow: hidden;
	width: 250px;
	margin: 3px;
	padding: 6px 8px;
	text-decoration: none;
}
#footer_crosslinks a:hover { background-color: #EEEEEE; }
div.crosslinkright {
	clear: both;
	margin-top: 15px;
}
div.crosslinkright a {
	display: block;
	color: #0000CC;
	text-decoration: none;
	text-align: center;
	padding: 10px 3px;
}
div.crosslinkright a:hover {
	color: #0000CC;
	text-decoration: underline;
	background-color: #EEEEEE;
}
#seo_block {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #444444;
	margin: 15px auto;
}
#category_menu {
	clear: both;
	margin: 8px auto;
	text-align: center;
}
#category_menu a {
	color: #000099;
	text-decoration: none;
}
#category_menu a:hover { text-decoration: underline; }
#footer_menu {
	clear: both;
	margin: 15px auto 10px auto;
	text-align: center;
}
#footer_menu a {
	color: #000099;
	text-decoration: none;
}
#footer_menu a:hover { text-decoration: underline; }
#copyright {
	clear: both;
	text-align: center;
	margin: 15px auto;
	color: #444444;
}
#car_makes {
	width: 100%;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.car_make_col {
	float: left;
	width: 109px;
	border-left: 1px solid #CCCCCC;
	padding-left: 8px;
}
/* IE hack */
* html .car_make_col { width: 118px; }
.col_first { border-left: none; }
.car_make_col a {
	font-size: 10px;
	color: #0000CC;
	display: block;
	text-decoration: none;
}
.car_make_col a:hover { color: #FF0000; }
#tab_wrapper { margin-left: 180px; margin-bottom:0px;}
#tagblocks {
	width: 166px;
	font-size: 12px;
	font-family: Tahoma;
	vertical-align: top;
	text-align: left;
	padding: 0px 7px;
}
.tagblock {
	margin-bottom: 15px;
	text-transform: lowercase;
}
.tagblock .tag_section {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 2px;
	margin-right: 5px;
	border-bottom: 1px solid #CCCCCC;
	text-transform: none;
}
.tagblock a, .tagblock a:visited {
	color: #0066CC;
	text-decoration: none;
}
.tagblock a:hover { text-decoration: underline; }
.tagblock cite {
	color: #999999;
	font-style: normal;
	font-size: 9px;
}
.othercities { text-transform: none; }
.othercities a {
	display: block;
	margin-bottom: 8px;
}
.postingfields {
	color: #888888;
	padding-left: 0px;
}
.postingfields a, .postingfields a:visited {
	color: #0066CC;
	text-decoration: none;
}
.postingfields a:hover { text-decoration: underline; }
/* pop up form in left column */
#popup_search_div {
	position: absolute;
	width: 148px;
	display: none;
	font-size: 11px;
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#popup_search_div form {
	padding: 0;
	margin: 0;
}
#popup_search_text { width: 142px; }
/* +++++++++++++++++++++++++++++++++++++++++++++++ */
a.google_ad_link,
a.google_ad_link:link,
a.google_ad_link:active,
a.google_ad_link:visited {
    text-decoration: none;
}
a.google_ad_link:hover {
    text-decoration: underline;
}

td.fs14 {
    font-size: 14px;
}