body, html
{
	height: 100%;
}
body
{
	margin: 0px auto;
	font-family: Trebuchet MS;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/body_bg_white.jpg') left top repeat;
	font-size: 13px;
	color: #333;
}

div#content_height
{
	min-height: 100%;
}
div#crosspiece
{
	height: 170px;
}
div#top_bg
{
	height: 115px;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/road_line_pattern.jpg') top left repeat-x;
	width: 100%;
}
div#top_bg_home
{
	height: 416px;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/road_line_pattern.jpg') top left repeat-x;
	position: absolute;
	width: 100%;
	z-index: -100;
}
div#top_bg_home div
{
	margin-top: 265px;
	height: 171px;
	
}

div#bottom_bg
{
	height: 169px;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/road_line_pattern_footer.jpg') left top repeat-x;
	margin-top: -169px;
}

div#main_container,
div#main_container_home
{
	margin: 0 auto;
	width: 960px;
	position: relative;
}
div#main_container_home
{
	z-index: 3;
}

/* user navigation bar */
div#user_navbar
{
	height: 30px;
	position: absolute;
	right: 0;
	z-index: 2;
	margin-right: -3px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
div#user_navbar div.left,
div#user_navbar div.right
{
	width: 4px;
	height: 6px;
	float: left;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') -24px -45px no-repeat;
}
div#user_navbar div.right
{
	background-position: -28px -45px;
}
div#user_navbar div.center
{
	height: 27px;
	float: left;
	background: #aeaeae;
	padding: 3px 3px 0 3px;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;	
	
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

div#user_navbar a.registration,
div#user_navbar a.account
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') -15px 2px no-repeat #7f7f7f;
}
div#user_navbar a.account span
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') -22px -828px no-repeat;
	padding: 0 0 0 15px;
}
div#user_navbar a.active span
{
	background-position: -22px -847px;
}
div#user_navbar a.login
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') -15px -20px no-repeat #7f7f7f;
	z-index: 10;
}
div#user_navbar div.center>a:link,
div#user_navbar div.center>a:visited
{
	color: white;
	font-size: 11px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px 5px 25px;
	display: inline-block;
}
div#user_navbar div.center a:hover,
div#user_navbar div.center a:active,
div#user_navbar div.center a.active
{
	background-color: #717171;
}

div#user_navbar a.logout:link,
div#user_navbar a.logout:visited
{
	background: none!important;
	color: #424242!important;
	font-size: 11px!important;
	padding: 3px 10px 5px!important;
	text-decoration: underline!important;
	
}
div#user_navbar a.logout:hover,
div#user_navbar a.logout:active 
{
	text-decoration: none!important;
}
div#user_navbar ul.menu
{
	position: absolute;
	background: #717171;
	margin-top: -3px;
	padding: 7px 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-top-left-border-radius: 0;
	-webkit-top-left-border-radius: 0;
	border-top-left-radius: 0;
	
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
div#user_navbar ul.menu li
{
	padding: 0 20px 3px 5px;
	white-space: nowrap;
}
div#user_navbar ul.menu a:link,
div#user_navbar ul.menu a:visited
{
	background: none;
	color: white;
	font-size: 12px;
	padding: 0 10px 5px;
	text-decoration: none;
	white-space: nowrap;
}
div#user_navbar ul.menu a:hover,
div#user_navbar ul.menu a:active,
div#user_navbar ul.menu a.active
{
	text-decoration: underline;
}
div#user_navbar ul.menu a.note
{
	padding: 0 5px 0 0;
}
/* user navigation bar end */

/* languages selector */
div#user_navbar div.languages
{
	float: left;
	padding: 4px 5px 0 0;
}
div.languages a.name,
div.languages span
{
	font-size: 11px;
	padding: 0 0 0 3px;
}
div.languages div.bg
{
	background: rgba(255, 255, 255, 0.4);
	background: #e3c3b0\9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 18px 1px 5px;
	position: relative;
}
div.languages div.arrow
{
	position: absolute;
	width: 7px;
	height: 4px;
	top: 9px;
	right: 5px;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') -33px -1776px no-repeat;
}
div.languages div.bg:hover
{
	background-color: rgba(255, 255, 255, 0.5);
}
div.languages.active div.bg
{
	background-color: rgba(255, 255, 255, 0.7);
}
div.languages.active div.bg div.arrow
{
	background-position: -33px -1784px
}
/* languages selector end */

/* header */
div#header_home
{
	padding: 33px 0 0 0;
}
div#header
{
	margin: 0 auto;
	width: 960px;
	position: relative;
}
div#header div.container
{
	padding: 33px 0 0 0;
}
div#logo
{
	width: 220px;
	height: 75px;
	float: left;
}
div#main_menu_container
{
	width: 710px;
	height: 75px;
	float: right;
	text-align: right;
}
div#middle_light
{
	background:none;
}
/* header end */

/* main menu */
ul#main_menu
{
	padding: 17px 0 0 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 32px;
	float: right;
}
ul#main_menu li
{
	list-style: none;
	float: left;
	padding: 0 2px;
}
ul#main_menu li a
{
	text-decoration: none;
}
ul#main_menu li a span.left,
ul#main_menu li a span.right
{
	float: left;
	padding: 7px 1px;
	font-size: 13px;
}
ul#main_menu li a span.center
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding: 6px 10px 8px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
/* active */
ul#main_menu li a.active span.left,
ul#main_menu li a.active span.right
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -49px no-repeat;
}
ul#main_menu li a.active span.right
{
	background-position: -6px -49px;
}
ul#main_menu li a.active span.center
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -81px repeat-x;
}
/* hover */
ul#main_menu li a:hover:not(.active) span.left,
ul#main_menu li a:hover:not(.active) span.right
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -113px no-repeat;
}
ul#main_menu li a:hover:not(.active) span.right
{
	background-position: -6px -113px;
}
ul#main_menu li a:hover:not(.active) span.center
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -145px repeat-x;
}
/* main menu end */

/* bread crumbs */
ul#bread_crumbs
{
	margin: 0 auto;
	width: 960px;
	height: 27px;
	padding-top: 5px;
}
ul#bread_crumbs li
{
	list-style: none;
	margin: 0;
	float: left;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 7px -500px no-repeat;
	padding: 0 0 0 30px;
}
ul#bread_crumbs li.home
{
	padding: 0;
	background: none;
}
ul#bread_crumbs li a:link,
ul#bread_crumbs li a:visited
{
	color: #A5D05F;
	font-size: 12px;
	text-decoration: underline;
}
ul#bread_crumbs li a:hover,
ul#bread_crumbs li a:active 
{
	text-decoration: none;
}
ul#bread_crumbs li.home a
{
	text-decoration: none;
}
ul#bread_crumbs li.home a span
{
	padding: 0 5px;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -479px no-repeat;
	-moz-user-select: none;
	-khtml-user-select: none;
}
ul#bread_crumbs li span
{
	color: #FF6600;
	font-size: 12px;
}
/* bread crumbs end */

/* teaser */
div#teaser
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/teaser_bg_new.gif') center repeat;
	border-bottom: 1px #696969 solid;
	height: 270px;
	clear: both;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 15px 20px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,0.30);
	box-shadow: 0 15px 20px rgba(0,0,0,0.35);
}
/* teaser
div#teaser_bg
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/teaser_bg_new.jp') left top no-repeat;
	height: 269px;
	clear: both;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 15px 20px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,0.30);
	box-shadow: 0 15px 20px rgba(0,0,0,0.35);
}

*/
div#teaser div.content
{
	width: 340px;
	float: left;
	padding: 12px 15px 15px 15px;
}

div#slide_show
{
	background: left top repeat;
	width: 555px;
	float: right;
	height: 269px;
}

div#teaser ul.search_tabs
{
	height: 22px;
	padding: 0;
	margin: 0;
}
div#teaser ul.search_tabs li
{
	display: inline-block;
	border: 1px #424242 solid;
	border-left: 0;
	font-size: 12px;
	cursor: pointer;
	padding: 1px 8px 2px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.35);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -756px repeat-x #70913d;
	color: #424242;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin: 0;
	left: 0;
}
div#teaser ul.search_tabs li.first
{
	display: inline;
	border-left: 1px #424242 solid;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
div#teaser ul.search_tabs li.last
{
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
div#teaser ul.search_tabs li.active
{
	-moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
	background: #56702e;
	color: white;
	cursor: default;
}
div#teaser ul.search_tabs li:not(.active):hover
{
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}
/* teaser end */

/* content */
div#content
{
	padding: 40px 0 50px;
}
div#middle_light div#content
{
	padding: 30px 0 50px;
}
div#content table.content
{
	width: 100%;
}
div#content div#controller_area
{
	padding: 0 0 10px;
}
div#content div#controller_area table.content_block
{
	margin-bottom: 15px;
}
div#content table.content>tbody>tr>td
{
	vertical-align: top;
}
div#content table.content>tbody>tr>td.left,
div#content table.content>tbody>tr>td.right
{
	width: 200px;
}
div#content table.content>tbody>tr>td.wide,
div#content table.content>tbody>tr>td.wide
{
	width: 260px;
}
div#content table.content>tbody>tr>td.left
{
	padding-right: 20px;
}
div#content table.content>tbody>tr>td.right
{
	padding-left: 20px;
}
div#h1_footer
{
}
/* content end */

/* side block */
table.side_block
{
	width: 100%;
	margin-bottom: 10px;
	table-layout: fixed;
	empty-cells: show;
}
/* header */
table.side_block tr.header
{
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
table.side_block tr.header td.left,
table.side_block tr.header td.right
{
	width: 9px;
	height: 41px;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -324px no-repeat;
}
table.side_block tr.header td.right
{
	background-position: -9px -324px;
}
table.side_block tr.header td.center
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -365px repeat-x;
	height: 41px;
}
table.side_block tr.header td.center div
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') right -430px no-repeat;
	height: 34px;
	color: #FFF;
	font-size: 16px;
	padding: 7px 0 0 5px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
/* middle */
table.side_block tr.middle>td
{
	vertical-align: top;
}
table.side_block tr.middle td div.outer
{
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
}
table.side_block tr.middle td div.inner
{
	border-left: 3px #666 solid;
	border-right: 3px #666 solid;
	background: #FFF;
	padding: 8px 11px;
}
/* footer */
table.side_block tr.footer td.left,
table.side_block tr.footer td.right
{
	width: 9px;
	height: 9px;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -408px no-repeat;
}
table.side_block tr.footer td.right
{
	background-position: -9px -408px;
}
table.side_block tr.footer td.center
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -419px repeat-x;
	height: 9px;
}
/* side block end */

/* content block */
table.content_block
{
	width: 100%;
	margin-bottom: 10px;
	table-layout: fixed;
	empty-cells: show;
}
/* header */
table.content_block tr.header
{
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
table.content_block tr.header td.left,
table.content_block tr.header td.right
{
	width: 9px;
	height: 41px;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -177px no-repeat;
}
table.content_block tr.header td.right
{
	background-position: -9px -177px;
}
table.content_block tr.header td.center
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -218px repeat-x;
	height: 41px;
}
table.content_block tr.header td.center div
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') right -282px no-repeat;
	height: 34px;
	color: #FFF;
	font-size: 16px;
	padding: 7px 35px 0 5px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
}
/* middle */
table.content_block tr.middle td div.outer
{
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
}
table.content_block tr.middle td div.inner
{
	border-left: 3px #666 solid;
	border-right: 3px #666 solid;
	background: #FFF;
	padding: 8px 11px;
}
/* footer */
table.content_block tr.footer td.left,
table.content_block tr.footer td.right
{
	width: 9px;
	height: 9px;
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -260px no-repeat;
}
table.content_block tr.footer td.right
{
	background-position: -9px -260px;
}
table.content_block tr.footer td.center
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -271px repeat-x;
	height: 9px;
}
/* content block end */

/* footer */
div#footer
{
	margin: 0 auto;
	width: 960px;
	padding-top: 40px;
}
div#footer div.menu
{
	padding: 0 0 15px 0;
}
div#footer div.menu a:link,
div#footer div.menu a:visited
{
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	display: inline-block;
}
div#footer div.menu a:hover,
div#footer div.menu a:active,
div#footer div.menu a.active
{
	text-decoration: none;
	color: white;
}
div#footer div.menu span
{
	padding: 0 12px;
	color: #fff;
	font-size: 12px;
}
div#footer span
{
	color: #242424;
	font-size: 12px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
div#footer a:link,
div#footer a:visited
{
	color: #242424;
	font-size: 12px;
	text-decoration: underline;
}
div#footer a:hover,
div#footer a:active,
div#footer a.active
{
	text-decoration: none;
}
/* footer end */

/* content navigation icons */
#content_nav_icons
{
	padding: 4px 0 0 0;
}
#content_nav_icons a
{
	margin: 0 0 0 6px;
/*	text-decoration: none;*/
}
#content_nav_icons a span
{
	padding: 0px 9px;
}
#content_nav_icons a.print span
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') 0 -530px no-repeat;
}
#content_nav_icons a.rss span
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') -22px -530px no-repeat;
}
#content_nav_icons a.post_ad span
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') -1px -555px no-repeat;
}
#content_nav_icons a.save_search span
{
	background: url('http://www.ownerswheels.com/templates/auto_modern/img/gallery.png') -20px -680px no-repeat;
}
/* content navigation icons end */

/* START Sister Sites Div */

#sis_links {
	width: 280px;
	height: 80px;
	padding: 5px 0px 0px 15px;
	font-size: 16px;
	line-height: 140%;
}

#sis_links a {font-size: 16px; text-decoration: none;}

/* END Sister Sites Div */



/* START About Us Div */

#about_us_div {
	width: 260px;
	min-height: 80px;
	padding: 5px 0px 0px 25px;
	font-size: 17px;
	line-height: 140%;
}

#about_us_div a {font-size: 16px; text-decoration: underline;}

/* END About Us Div */

/* START Slider Div */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
p.bjqs-caption{
  color:#fff;
  text-align:center;
}

/* END Slider Div */

/* START Create Ad Div */

div#create_ad {width: 960px; text-align: center; margin: 120 0 60 0;}
.ca_box {float: left;}

/* END Create Ad Div */


/* START Banner Div */



/* END Banner Div */