﻿/* Reset ==================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

object {
	display: block;
	position: relative;
	z-index: 2;
}

sub {
	position: relative;
	bottom: -0.3em;
}

sup {
	position: relative;
	top: -0.3em;
}

body {
	font: normal 12px/1.3333em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg_steel.jpg) no-repeat fixed 50% 0;
	color: #b5b5b5;
}


/* Text styles ==================================== */

h1, h2, h3 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-Serif;
	clear: both;
	color: #fff;
	font-weight: normal;
}

h1 {
	color: #fabb00;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	line-height: 48px;
}

h2 {
	color: #fabb00;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 6px 0;
	line-height: 20px;
}

h3 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

p, pre {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-Serif;
	margin: 0 0 20px 0;
}

p:last-child, pre:last-child {
	margin-bottom: 0;
}

p.preamble {
	font-size: 14px;
	color: #fff;
}

.small-text { font-size: 11px; color: #818181; }


/* Default styles ==================================== */
ol {
	list-style-type: decimal;
	padding-left: 40px;
}

a {
	text-decoration: underline;
	color: #fff;
}

a:hover, a:active {
	color: #fbbb11;
}

strong { font-weight: bold; }
em { font-style: italic; }

table { margin-bottom: 20px; }

caption {
	text-align: center;
	font-weight: bold;
}

th {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	margin-top: 25px; 
	border-bottom: 6px solid #e4e4e4;
	padding: 5px;
}

td { border: 1px solid #d1d1d1; padding: 5px; font-size: 11px; }
th p, td p { margin: 0; color: #818181; }

dl {
	margin: 0 0 10px 0;
}

dl dt {
	line-height: 18px;
	margin: 10px 0 5px;
	font-weight: bold;
}

dl dd {
	margin: 0 0 0 10px;
}

ul.bullet-list {
	list-style-type: disc;
	padding-left: 30px;
	margin-bottom: 20px;
}

.js .hidden { display: none; }
.relative { position: relative; }
.left { float: left; }
.right { float: right; }

img.left, a.left { margin-right: 10px; }
img.right, a.right { margin-left: 10px; }

.text-center { text-align: center; }
.text-left { text-align: right; }
.text-right { text-align: left; }
.wrap { word-wrap: break-word; }
.fullwidth { width: 100%; }
.clear { clear: both; }
.no-borders, .no-borders td, .no-borders th { border: none; }

.flag {  position: absolute; top: 10px; left: 10px; }

.transparent-10 { opacity: 0.1; }
.transparent-20 { opacity: 0.2; }
.transparent-30 { opacity: 0.3; }
.transparent-40 { opacity: 0.4; }
.transparent-50 { opacity: 0.5; }
.transparent-60 { opacity: 0.6; }
.transparent-70 { opacity: 0.7; }
.transparent-80 { opacity: 0.8; }
.transparent-90 { opacity: 0.9; }

#wrap {
	margin: 0 auto;
	width: 960px;
}

/* Download icons */
a.file {
	display: block;
	margin-bottom: 10px;
	padding: 0 0 0 2em;
	line-height: 20px;
	background: transparent url(../images/icons/download.gif) no-repeat scroll 0 50%;
}

a.file-avi { background-image: url(../images/icons/avi.gif); }
a.file-doc { background-image: url(../images/icons/doc.gif); }
a.file-eps { background-image: url(../images/icons/eps.gif); }
a.file-ttf, a.file-otf { background-image: url(../images/icons/font.gif); }
a.file-mov { background-image: url(../images/icons/mov.gif); }
a.file-mpg { background-image: url(../images/icons/mpg.gif); }
a.file-pdf { background-image: url(../images/icons/pdf.gif); }
a.file-pps { background-image: url(../images/icons/pps.gif); }
a.file-ppt { background-image: url(../images/icons/ppt.gif); }
a.file-psd { background-image: url(../images/icons/psd.gif); }
a.file-wav { background-image: url(../images/icons/wav.gif); }
a.file-xls { background-image: url(../images/icons/xls.gif); }
a.file-zip { background-image: url(../images/icons/zip.gif); }
a.file-jpg { background-image: url(../images/icons/download_jpg.gif); }
a.file-jpeg { background-image: url(../images/icons/download_jpg.gif); }

/* Header styles ==================================== */
#header {
	margin: 6px 3px -4px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#header p {
	float: left;
	margin: 0;
	display: inline;
	font-size: 14px;
}

#header ul {
	float: right;
	margin: 10px 0 0 0;
	position: relative;
}

#header ul li {
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 10px;
}

#header ul li.last {
	margin-right: 2px;
}

#header ul li a {
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

#header ul li a:hover {
	text-decoration: underline;
}

#header div.search-controls {
	float: right;
	width: 167px;
	height: 37px;
	position: relative;
}

#header input.google-search-textbox:focus {}
#header input.google-search-submit {
	position: absolute;
	top: 14px;
	right: 17px;
	width: 7px;
	height: 9px;
}

#header div.google-search-box {
	background: transparent url(../images/form/search-textbox.png) no-repeat 0 0;
	width: 120px;
	height: 20px;
	padding: 8px 30px 0 17px;
}

#header div.google-search-box input {
	background: transparent;
	outline-style: none;
	border-style: none;
	width: 120px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #909090;
}

/* Crumbtrail styles ==================================== */
#crumbtrail ul {
	margin: 14px 30px 5px;
	overflow: hidden;
	position: relative;
	clear: both;
}

#crumbtrail ul li {
	float: left;
	background: url(../images/nav/breadcrumb-separator-white.png) no-repeat 100% 50%;
	padding: 0 11px 0 0;
	margin: 0 0 0 8px;
	display: inline;
}

#crumbtrail ul li.first {
}

#crumbtrail ul li.last {
	background: none;
}

#crumbtrail ul li a {
	text-decoration: none;
}

/* Footer styles ==================================== */
#footer {
	position: relative;
	z-index: 2;
	clear: both;
}

#footer div.box-content {
	padding-top: 0;
	padding-bottom: 0;
}

#footer a {
	text-decoration: none;
}

#footer p {
	clear: both;
	color: #fff;
	margin: 5px 30px 10px;
}

#footer ul {
	text-align: center;
	margin: 10px 0;
}

#footer ul li {
	display: inline;
	background: url(../images/nav/footer-separator.png) no-repeat 100% 50%;
	padding: 8px 0;
}

#footer ul li.last {
	background-image: none;
}

#footer ul li a {
	color: #909090;
	margin: 0 10px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul li.first a {
	margin-left: 0;
}

#footer ul li.last a {
	margin-right: 0;
}


/* Layoutbox */
div.box-container {
    position: relative;
}

div.box-container-top,
div.box-container-bottom {
	background: url(../images/box/box.png) no-repeat 0 0;
	height: 17px;
	width: 960px;
}

div.box-container-bottom {
    background-position: 0 -23px;
    height: 17px;
}

div.box-container-content {
	background: transparent url(../images/box/box-content.png) repeat-y 0 0;
	overflow: hidden;
}


div.box { 
	position: relative;
	z-index: 1;
}

div.box-940,
div.box-940-560 {	width: 960px; }

div.box-container div.box-container-top-shine,
div.box-container div.box-container-bottom-shine {
	width: 100%;
	height: 53px;
	position: absolute;
	z-index: 0;
	background: transparent url(../images/box/box-shine-left.png) no-repeat 0 0;
}

div.box-container div.box-container-top-shine {
	top: 0;
	left: 0;
}

div.box-container div.box-container-bottom-shine {
	height: 61px;
	background: transparent url(../images/box/box-shine-right.png) no-repeat 100% 100%;
	bottom: 0;
	right: 0;
}

div.box div.box-content {
	overflow: hidden;
	/*padding-top: 10px;*/
}

div.box-940-560.box-padding-40 div.box-content {
	padding-right: 350px;
}

div.box-940-560.box-padding-20 div.box-content {
	padding-right: 370px;
}

div.box-padding-40 div.box-content {
	padding: 32px 50px;
}

div.box-padding-20 div.box-content {
	padding-left: 18px;
	padding-right: 18px;
}

div.box-padding-22 div.box-content {
	padding: 15px 38px;
}

/* compensate for map */
div.box-padding-22 div.box-content div.dl-loading {
	margin: 0 -28px;
}
div.box-padding-22 div.box-content #map {
	margin: 0 -28px;
}
/* end */


div.box-content a, div.box-content span.structural { position: relative; z-index: 2; }

/* Level 2 navigation (regular top menu tab, left navigation menu) */
ul.level2-nav li a,
ul.level2-nav li span.structural {
	cursor: pointer;
	display: block;
	color: #909090;
	text-decoration: none;
	padding: 9px 0;
	border-top: 1px solid #343434;
}

ul.level2-nav li.first a {
}

ul.level2-nav li.last a,
ul.level2-nav li.last span.structural {
	border-bottom: 1px solid #343434;
}

ul.level2-nav li a:hover,
ul.level2-nav li.active > a,
ul.level2-nav li span.structural:hover {
	background: url(../images/nav/level2nav-bg.png) no-repeat 0 0;
	color: #fff;
	background-size: 100% 100%;
}

ul.level2-nav li .list-image { float: left; width: 60px; text-align: center; }
ul.level2-nav li .list-image img { vertical-align: middle; margin-top: -4px; }

.js ul.level2-nav ul {
	border-top: 1px solid #343434;
	display: none;
}

ul.level2-nav li.active ul {
	display: block;
}

ul.level2-nav ul li a {
	color: #fff;
	padding: 9px 0 9px 20px;
	border-top: none;
}

ul.level2-nav ul li.last a {
	border-bottom: none;
}

ul.level2-nav ul li a:hover,
ul.level2-nav ul li.active > a {
	background: url(../images/nav/subcategory-bg.gif) no-repeat 0 50%;
}

ul.level2-nav ul li a:before {
	content: "—";
}

/* Level 3 navigation (top menu products tab items 5-10) */
ul.level3-nav li {}

ul.level3-nav li a {
	display: block;
	color: #909090;
	text-decoration: none;
	padding: 2px 0 6px;
	font-size: 11px;
}

ul.level3-nav li.last a {}

ul.level3-nav li a:hover,
ul.level3-nav li.active > a {
	background: url(../images/nav/level3nav-bg.png) no-repeat 0 0;
	color: #fff;
	background-size: 100% 100%;
}

div#billboard {}
div.banner-list { position: relative; }
div.banner-list ul { overflow: hidden; }
div.banner-list ul li {
	width: 300px;
	height: 166px;
	padding: 10px;
	float: left;
	background: transparent url(../images/box/promobox-bg.png) no-repeat 0 0;
}

object div.altcontent-pcp div.box-content {
	height: 370px;
	overflow: auto;
	margin-right: -8px;
}

div.layout-left, div.layout-next { float: left; }

/* Twocolumn layout, 70/30 */
div.tc-70-30 { overflow: hidden; }

div.tc-70-30 div.layout-left {
	width: 580px;
	margin-right: 20px;
}

div.box-padding-20  div.tc-70-30 div.layout-left {
	width: 600px;
}

div.tc-70-30 div.layout-next {
	width: 260px;
	margin-right: 0;
}

div.box-padding-20 div.tc-70-30 div.layout-next {
	width: 280px;
}

/* Twocolumn layout, 30/70 */
div.tc-30-70 { overflow: hidden; }

div.tc-30-70 div.layout-left {
	width: 260px;
	margin-right: 20px;
}

div.box-padding-20 div.tc-30-70 div.layout-left {
	width: 280px;
}

div.tc-30-70 div.layout-next {
	width: 580px;
	margin-right: 0;
}

div.box-padding-20 div.tc-30-70 div.layout-next {
	width: 600px;
	margin-right: 0;
}

/* Twocolumn layout, 50/50 */
div.tc-50-50 { overflow: hidden; }

div.tc-50-50 div.layout-left {
	width: 420px;
	margin-right: 20px;
}

div.box-padding-20 div.tc-50-50 div.layout-left {
	width: 440px;
}

div.tc-50-50 div.layout-next {
	width: 420px;
	margin-right: 0;
}

div.box-padding-20 div.tc-50-50 div.layout-next {
	width: 440px;
	margin-right: 0;
}

div.tc-50-50 img {
	margin-bottom: 10px;
}


/* Navigation menu ====================================*/
#navigation {
	height: 70px;
	padding: 0 20px;
	position: relative;
	z-index: 100;
	clear: both;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 5px 10px 0 10px;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	background: url("../images/nav/topmenu-bg.png") left bottom repeat-x;
}

#navigation ul.nav li .navigation-link .nav-headline a {
	text-decoration: none;
	font-weight: normal; 
	color: #484848;
	font-size: 14px;
}

/* Default look */

#navigation > ul {
	letter-spacing: -4px;
	word-spacing: -4px;
}

	#navigation li.nav {
		display: inline-block;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		height: 70px;
		position: relative;
		z-index: 0;
		*display: inline;
		zoom: 1;
	}

	#navigation li.nav:before {
		content: "";
		width: 2px;
		height: 70px;
		background: url("../images/nav/topmenu-item-separator.png") right top no-repeat;
		position: absolute;
		z-index: 1;
		right: -1px;
	}
	
		#navigation li.nav > a {
			display: block;
			max-width: 80px;
			height: 43px;
			padding: 27px 20px 0;
		}
		
		#navigation li.nav.nav-parent > a {
			margin-right: 10px;
		}
		
		#navigation li.nav.nav-parent > a {
			background: url("../images/nav/arrow.png") 100% 33px no-repeat;
		}
		
		#navigation #menu-logo > a {
			display: block;
			max-width: none;
			height: 100%;
			margin-right: 20px;
			padding: 0;
		}
		
		#navigation li.nav.hover,
		#navigation li.nav.hover-active-prev,
		#navigation li.nav.hover-active-next,
		#navigation li.nav.active {
			background: url("../images/nav/topmenu-bg-hover.png") left bottom repeat-x;
		}

		#navigation #menu-logo > a:focus,
		#navigation #menu-logo > a:hover,
		#navigation #menu-logo.active {
			background: none;
		}
		
		#navigation a {
			color: #b5b5b5;
			text-decoration: none;
		}

/* Navigation menu tabs */
.nav-tab-container-outside-screen { left: -10000px !important; }
.hover-active-prev .nav-tab-container,
.hover-active-next .nav-tab-container,
.nav-tab-container { position: absolute; top: 70px; z-index: 2000; }
.nav-tab-content {
	background: url(../images/nav/tab-bg.png) no-repeat 0 100%;
	overflow: hidden;
	width: 280px;
	padding: 0 38px 38px;
	margin-left: -28px;
}

.nav-tab-content ul.level2-nav li.first a, 
.nav-tab-content ul.level3-nav li.first a {
	border-top: none;
}

/* Products tab */

#products-tab .navigation-products-list-2,
#products-tab .navigation-products-list-3,
#accessories-tab .navigation-products-list-2,
#accessories-tab .navigation-products-list-3 {
	float: left; margin-top: 10px; padding-right: 10px; width: 130px;
}
ul.product-category-list li a {
    color: #909090;
}

#products-tab .navigation-products-list-3,
#accessories-tab .navigation-products-list-3 { border-left: 1px solid #383838; padding-right: 0; padding-left: 9px; }

ul.product-category-list {
	background: url(../images/nav/flashnavmenu-divider.png) no-repeat 100% -10px;
	width: 720px;
	letter-spacing: -4px;
	word-spacing: -4px;
}

	ul.product-category-list li {
		text-align: center;
		padding: 0px;
		position: relative;
		margin-right: 19px;
		width:160px;
		display: inline-block;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		*display: inline;
		zoom: 1;
	}
	
ul.product-category-list li.last{padding-right:0px;}

ul.product-category-list li a.productCategoryStartImage {overflow:hidden;  height:110px; width:161px; background: url(../images/nav/flashnavmenu-bg.png) no-repeat; display:block; position: relative;}
ul.product-category-list li a.productCategoryStartImage span.productCategoryStartImage-hover {
    background: url(../images/nav/flashnavmenu-bg.png) 0 -140px no-repeat;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.product-category-list li a.category-name {
	display: block;
	text-decoration: none;
	margin-top: 8px;
}
ul.product-category-list li a.category-name:hover {text-decoration: underline;}
div.other-products {
	margin-left: 20px;
	width: 180px;
}

ul.product-category-list img.alt-image {
	margin-top: 10px;
	position: relative;
}

/* Form elements ==================================== */
fieldset { clear: both; }
legend { white-space: normal; }
legend span { }
*:first-child+html legend span { position: relative; left: -7px; }
* html legend span { position: relative; left: -7px; }

label { display: block; margin: 0 0 5px 0; position: relative; z-index: 3; }
label, legend span { color: #fff; }

select, input { font-family: Trebuchet MS; font-size: 11px; font-weight: normal; position: relative; z-index: 2; }

select.dropdown-list { width: 240px; }

div.form-field { position: relative; margin: 0 20px 20px 0; font-weight: bold; }
.form-agree-text { margin-top: 10px; }

span.validator { 
	font-size: 30px;
	line-height: 31px;
	position: absolute;
	right: -20px;
	top: 20px;
}

input.submit { clear: both; }

.image-button {
	display: block;
	background-color: transparent;
	border-style: none;
	height: 36px;
	padding: 0;
	cursor: pointer;
}
.image-button:hover {
}
.image-button:active {
}


ul.checkbox-list,
ul.radiobutton-list {}

ul.checkbox-list li,
ul.radiobutton-list li { margin: 0 0 5px 0; }

label.checkbox-label,
ul.checkbox-list li label,
ul.radiobutton-list li label {
	margin: 0 0 0 10px;
	display: inline;
}

div.textbox-240,
#content div.google-search-box {
	background: transparent url(../images/form/textbox-238.png) no-repeat 0 0;
	height: 25px;
	width: 218px;
	padding: 6px 10px 0 10px;
}

div.textbox-240 input,
#content div.google-search-box input {
	background: transparent;
	outline-style: none;
	border-style: none;
	width: 218px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #fff;
}

div.textarea-560 {
	width: 560px;
	height: 165px;
	background: transparent url(../images/form/textarea-560x165.png) no-repeat 0 0;
}

div.textarea-560 div.textarea-top {
}

div.textarea-560 div.textarea-bottom {
}

div.textarea-560 div.textarea-content {
}

div.textarea-560 div.textarea-content textarea {
	border-style: none;
	background: none;
	outline-style: none;
	width: 540px;
	height: 153px;
	padding: 6px 10px;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #fff;
	overflow: auto;
	resize: none;
}

div.form-field.captcha .validator {
	font-size: inherit;
	line-height: inherit;
	position: static;
	float: left;
	padding: 10px 0;
}

img.captcha-image {
	background-color: #fff;
	margin-bottom: 10px;
}


/* Tooltip ==================================== */
div.tooltip {
	position: absolute;
	z-index: 8888;
}

div.tooltip-content {
	background: url(../images/form/tooltip.png) no-repeat 0 0;
	width: 151px;
	padding: 11px 20px 5px;
	min-height: 84px;
}

div.tooltip-bottom {
	background: url(../images/form/tooltip.png) no-repeat 0 100%;
	height: 31px;
	width: 191px;
}

div.tooltip-content h4 {
	font-size: 11px;
	margin: 0;
	color: #fff;
}

div.tooltip-content img {
	float: right;
	margin: 0 0 5px 5px;
}

div.tooltip-content p {
	font-size: 11px;
	margin-bottom: 0;
}

.tooltip-item span {
	cursor: help;
	border-bottom: 1px dashed #ccc;
}

/* Disclaimer */
.disclaimer { vertical-align: super; font-size: xx-small; font-style: normal; text-decoration: none; }

/* Retailer logos */
div.retailer-panel { width: 570px; }
div.retailer-logo { display: inline-block; height: 145px; margin-right: 18px; margin-top: 26px; }
div.retailer-logo span.image { overflow: hidden; margin: 0px; padding: 0px; display: block; }
div.retailer-logo span.image span { float: left; margin: 0px; padding: 0px; }
div.retailer-logo span.image span.left { height: 102px; width: 10px; background-image: url(../images/retailer/logo-box-left.png); }
div.retailer-logo span.image span.right { height: 102px; width: 10px; background-image: url(../images/retailer/logo-box-right.png); }
div.retailer-logo span.image span.center { height: 102px; background-image: url(../images/retailer/logo-box-center.png); }
div.retailer-logo span.image span.center a { line-height: 102px; }
div.retailer-logo span.image span.center img { vertical-align: middle; }
div.retailer-logo span.name { clear: both; display: block; font-size: 11px; font-weight: bold; color: #fff; padding-left: 6px; margin-top: 5px; }
div.retailer-logo a.website-url { display: block; font-size: 11px; color: #fff; padding-left: 6px; }
div.retailer-logo a.website-url:hover { color: #fbbb11; }

/* News */
ul.news-images { float: right; }
ul.news-images li { margin: 0 0 10px 10px; }
p.news-date { margin-bottom: 3px; }
li.news-item { margin-bottom: 27px; margin-top: 16px; }
li.news-item .news-preamble p { margin-bottom: 6px; }
.news-item-detail .news-preamble p { font-weight: bold; }
div.news-pagelinks { width: 516px; text-align: center; }
div.news-pagelinks a.prev { position: absolute; left: 50px; }
div.news-pagelinks a.next { position: absolute; width: 200px; left: 366px; text-align: right; }

/* Lightbox ==================================== */
a.popup-image {
	float: left;
	padding: 11px 11px 15px;
	background: transparent url(../images/product/media-item-hover.png) no-repeat scroll 0 -999px;
	position: relative;
}

a.popup-image:hover {
	background-position: 0 0;
}

a.lightbox-link {
	background: url(../images/lightbox/zoom2.png) no-repeat;
	height: 29px;
	position: absolute !important;
	text-indent: -9999px;
	top: 0;
	right: 0;
	width: 30px;
}

#lightbox-overlay {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
}

#lightbox-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 9px 3px;
	width: 995px;
	height: 634px;
}

.lightbox-bg {
	position: absolute;
	width: 1001px;
	height: 652px;
	top: 0;
	left: 0;
	z-index: -1;
}

#lightbox-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: transparent url(../images/loading.gif) no-repeat center center;
}

#lightbox-close {
	position: absolute;
	top: -17px;
	right: -17px;
	background: transparent url(../images/close.png) no-repeat top left;
	width: 36px;
	height: 36px;
	cursor:pointer;
	z-index: 200;
}

#lightbox-image-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 510px;
	white-space : nowrap;
}

#lightbox-image-slider {
	position:relative;
}

.lightbox-image {
	display: inline;
}

#lightbox-title-image{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#lightbox-thumb-start {
	width: 150px;
	height: 79px;
	float: right;
	margin-right: 20px;
	background: transparent url(../images/lightbox/thumbnail-start.png) no-repeat top right;
}

.lightbox-thumbs {
	position: absolute;
	bottom: 20px;
	right: 0;
}

.lightbox-thumb-container {
	float:left;
	background: transparent no-repeat center center;
	margin-right: 20px;
	position:relative;
	height: 82px;
}

.lightbox-thumb {
	width: 112px;
	height: 82px;
	cursor: pointer;
	background: transparent url(../images/lightbox/thumbnail-frame-white.png) no-repeat center center;
}

.lightbox-thumb-current, .lightbox-thumb-selected {
	background: transparent url(../images/lightbox/thumbnail-selected-white.png) no-repeat center center;
}
/* Tabs */
/*div.tabs-top-shade {
	width: 960px;
	height: 7px;
	background-image: url(../images/tabs/top-shade.png);
}*/

ul.tabs {
	background-image: url(../images/tabs/bg-n.png);
	overflow: hidden;
	padding: 0 18px;
}

ul.tabs li {
	float: left;
}

ul.tabs li a {
	color: #d0d0d0;
	float: left;
	line-height: 30px;
	padding: 0 17px;
	text-decoration: none;
}

ul.tabs a.selected {
	background-image: url("../images/tabs/selected-tab-bg.gif");
	background-repeat: repeat-x;
	color: #fff;
}

ul.tabs li.first a.selected {
	background-image: url("../images/tabs/first-selected.png");
	background-position: top left;
	background-repeat: no-repeat;
}

ul.tabs a.selected:hover {
	background-image: url("../images/tabs/selected-tab-bg.gif");
}

ul.tabs li a:hover {
	background-image: url("../images/tabs/hover-tab-bg.gif");
	background-repeat: repeat-x;
	color: #fff;
}

ul.tabs li.first a:hover {
	background-image: url("../images/tabs/first-hover.png");
	background-position: top left;
	background-repeat: no-repeat;
}

ul.tabs li.first a.selected:hover {
	background-image: url("../images/tabs/first-selected.png");
}

/* Checkbox ==================================== */
.pmc-checkbox, .pmc-radiobutton {
    cursor: pointer;
    float: right;
    position: relative;
}
.pmc-checkbox .mark,
.pmc-radiobutton .mark {}

.pmc-checkbox img,
.pmc-radiobutton img { vertical-align: middle; width: 13px; height: 13px; background: transparent url(../images/cb.png) no-repeat scroll 0 0; }
.pmc-radiobutton img { background-image: url(../images/cb.png); }

.pmc-checkbox-hover img,
.pmc-radiobutton-hover img {}

.pmc-checkbox-checked img,
.pmc-radiobutton-checked img { background-position: 0 -13px; }

.pmc-checkbox-checked .pmc-checkbox-hover img,
.pmc-radiobutton-checked .pmc-radiobutton-hover img { background-position: 0 -13px; }

.pmc-checkbox-disabled img,
.pmc-radiobutton-disabled img { background-position: 0 0; }

/* Dealer locator light */
#dll-lists-result { margin-bottom: 20px; }
#dll-lists-result select { margin-right: 20px; }
#dll-dealers-result { margin-right: -20px; }

#dll-dealers-result li {
	display: inline-block;
	vertical-align: top;
	width: 266px;
	margin: 0 20px 40px 0;
}

#dll-dealers-result h3
{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}


#dll-dealers-result .label,
#dll-dealers-result .operating-hours span {
	margin: 5px 0 10px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #fff;
}

#dll-dealers-result .adr {

}

#dll-dealers-result .adr .label {
}

#dll-dealers-result .tel .type, 
#dll-dealers-result .email .label,
#dll-dealers-result .url .label {
	float: left;
	width: 35%;
	font-weight: bold;
	margin: 0;
	color: #fff;
}

#dll-dealers-result .tel,
#dll-dealers-result .email {
	overflow: hidden;
	margin-bottom: 5px;
}

/* Mobile redirect box */

#mobile-redirect-box {
	background-color: #f9a900;
	z-index: 110;
	min-width: 100%;	
	text-align: left;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}

#mobile-redirect-box a 
{
	padding: 30px 10px 30px 30px;
	display: block;
	cursor: pointer;
	vertical-align: middle;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 4em;
	line-height: 1em;
	color: #515151;
	margin: 0 0 10px 10px;
	text-decoration: none;
}

#mobile-redirect-box a img {
	vertical-align: middle;
}

#mobile-redirect-box a:hover {
	text-decoration: none;
}

/* Button */

.new-button {
	display: inline-block;
	height: 39px;
	vertical-align: top;
	cursor: pointer;
}

.button-left {
	display: block;
	float: left;
	height: 39px;
	min-width: 75px;
	background: url("../images/button/newbutton-left.png") no-repeat;
}

.button-right {
	display: block;
	float: left;
	height: 39px;
	width: 73px;
	background: url("../images/button/newbutton-right.png") no-repeat;
}

.button-left h2 {
	margin: 7px 0 0 10px;
}

/* Landing page styles */

.landing-page-navigation {
	width: 280px;
	float: left;
}

#landing-page-presentation-container {
	float: right;
	background-color: black;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-left: solid 1px #292929;
	border-top: solid 1px #262626;
	border-right: solid 1px #303030;
	border-bottom: solid 1px #595959;
	min-height: 388px;
	width: 624px;
	position: relative;
	overflow: hidden;
}

#landing-page-presentation-container.wide-layout {
	width: 922px;
}

#landing-page-presentation-container.wide-layout #left-part {
	width: 490px;
}

#landing-page-presentation-container #left-part {
	margin: 22px;
	width: 290px;
}

#landing-page-presentation-container .image {
	position: absolute;
	top: 0;
	right: 0;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
