/**
 * Layout 08 - used for Accessories section
 * (c) 2007, Ogilvy Interactive.
 */
@import url("/css/frontend/base.css");
@import url("/css/frontend/nav.css");
@import url("/css/frontend/nav-accessories.css");
@import url("/css/frontend/content.css");
@import url("/css/vendor/sifr-screen.css");
@import url("/css/vendor/lightbox.css");

/* background overrides */
#wrapper {
	background-image: url("/img/layouts/common/tree_top.gif") !important;
}
#copyright p {
	background-image: url("/img/layouts/common/tree_btm.gif") !important;
}
#copyright span {
  width: 50%;
  position: relative;
}
h3 {
	font-size: 18px;
	line-height: 1.65em;
	font-weight: normal;
}
#content_body_wrapper {
	background-image: url("/img/layouts/8/_bg_content_gradient.png") !important;
}
#content_body {
	padding-top: 17px;
}
#sidebar {
	width: 243px;
	line-height: 165%;
	margin-top: 15px;
}
#sidebar dt {
	font-weight: bold;
}
#disclaimer {
	font-size: 9px;
	line-height: 1.25em;
	margin: 0 6px 0 3px;
}
#disclaimer p {
	margin: 2em 0;
}
#section_pic {
	background: #FFF url("/img/layouts/8/_bg_section_pic.png") no-repeat;
	padding: 4px;
	margin-top: 17px;
}

/* landing page nav */
#nav_accessories_home {
	background: url("/img/layouts/8/_bg_accessories_home.jpg") no-repeat center top;
	list-style: none !important;
	padding: 236px 0 0 !important;
	height: 150px;
	margin: 0 -8px !important;
	clear: both;
}
#nav_accessories_home li {
	background: url("/img/layouts/common/_bg_wb125.gif") no-repeat;
	width: 105px;
	height: 140px;
	padding: 8px;
	margin: 0 6px !important;
	float: left;
}
#nav_accessories_home a span {
	display: block;
	background: url("/img/layouts/common/blue_button.gif") no-repeat right center;
	line-height: 17px;
	margin-top: 6px;
}
#nav_accessories_home a:focus span, #nav_accessories_home a:hover span, #nav_accessories_home a:active span {
	background: url("/img/layouts/common/blue_button_over.gif") no-repeat right center;
}

#featured-accessories-list {
	margin: 0 3px !important;
	padding: 10px 0 0 !important;
	clear: both;
}
#featured-accessories-list li {
	background: url("/img/layouts/2/_bg_article_list.gif") no-repeat;
	margin: 10px 0 !important;
	padding: 10px;
	min-height: 61px;
	clear: both;
	width: 508px;
	list-style: none;
}
#featured-accessories-list li .thumb {
	display: block;
	float: left;
	clear: none !important;
}
#featured-accessories-list li dl {
	float: left;
	clear: none !important;
	padding-left: 10px;
	width: 438px;
	margin: 0 !important;
}
#featured-accessories-list li dt {
	font-weight: bold;
	margin: 0;
	padding-bottom: 0.2em;
}
#featured-accessories-list li p {
	padding: 0;
	margin: 0;
	min-height: 2.5em;
}
#featured-accessories-list li ul li {
	display: inline;
	background: none;
	padding: 0 4px 0 0;
}
#featured-accessories-list li ul li a {
	font-weight: bold;
}
#featured-accessories-list ul {
	margin: 0 !important;
}
#featured-accessories-list ul li {
	padding: 0;
	margin: 0;
}

/* interior & exterior showcase */
#nav_showcase {
	list-style: none;
	overflow: hidden;
	margin: 0 -10px !important;
}
#nav_showcase li {
	background: #FFF url("/img/layouts/common/_bg_wb255.gif") no-repeat;
	width: 237px;
	float: left;
	margin: 6px 10px !important;
	padding: 9px;
	overflow: hidden;
	/* this causes a z-index bug in IE7, so hide the spans below for now */
	/*position: relative;*/
}
#nav_showcase li a img {
	float: left;
}
#nav_showcase li a span {
	background: url("/img/common/icons/magnifier.gif") no-repeat right top;
	display: block;
	position: absolute;
	bottom: 9px;
	margin-left: 98px;
	width: 139px;
	line-height: 17px;
	/* hide these due to IE bug */
	display:none;
}
#nav_showcase li a:focus span, #nav_showcase li a:hover span, #nav_showcase li a:active span {
	background-position: right bottom;
}

#nav_showcase li dl {
	margin-left: 98px;
}
#nav_showcase li dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* wheels page */
#wheels {
	background: url("/img/accessories/wheels/base.jpg") no-repeat;
	width: 526px;
	height: 246px;
	margin: 19px -5px 13px 14px;
	position: relative;
}
#nav_wheels {
	background: #FFF url("/img/common/boxes/_bg_wb338_top.gif") no-repeat;
	padding: 9px 0 0;
	width: 338px;
	line-height: 1em;
}
#nav_wheels p {
	background: url("/img/common/icons/spanner.gif") no-repeat right center;
	margin: 0 9px 9px;
	padding: 0;
	line-height: 17px;
}
#nav_wheels ul {
	background: url("/img/common/boxes/_bg_wb338_btm.gif") no-repeat left bottom;
	list-style: none;
	overflow: hidden;
	padding: 0 4px 9px;
	margin: 0;
}
#nav_wheels ul li {
	float: left;
	padding: 0;
	margin: 0 5px;
}
#wheel_info {
	margin-top: 1em;
	background: none !important;
}
#wheel_info dd {
	margin-bottom: 1.25em;
}
.wheels #sidebar {
	width: 231px;
}
.wheels #sidebar {
	width: 231px;
}

/* featured accessories */
.featured #header_image {
	background: #FFF;
	padding: 3px;
	border: 1px solid #666;
	margin: 10px -3px;
}