/*  VWH Template  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-spacing: 6px; border-collapse: collapse;}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:75%/1.5 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: middle; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #00457c; }
a:hover { color: #1C87D7; }


.placeholder
{
  color: #aaa;
}



/* Website structure styles */

	body {
		background-color: #dddddd;
		background-image: url(/_inc/images/bgs/grey-bg.jpg);
		background-attachment:fixed;
		background-repeat: repeat;
		font-family: Tahoma, Geneva, sans-serif;
	}
	
	.ie7 body {
		font-size: 12px;
	}
	
	/* Response header / top bar */
		#responseHeader {
			height: 3em;
			display: block;
			text-align: center;
			clear: both;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		}
		
		#responseHeader.neutral {
			background-color: #1985d4;
		}
		
		#responseHeader p {
			font-size: 1.5em;
			line-height: 2em;
			font-weight: bold;
			color: #FFF;
		}
		
		#responseHeader p a {
			color: #ffe400;
		}
		
		#responseHeader p a:hover {
			color: #f0ff00;
		}		
		
		#responseHeader span.saleIcon {
			background-image: url(/_inc/images/build8/structure/saleIcon.png);
			background-repeat: no-repeat;
			width: 71px;
			height: 49px;
			position: absolute;
			top: 0px;
			margin-left: -76px;		 			
		}
		
		/* IMPORTANT: If including a response header, be sure to add 'incResponse' class to body tag */
		body.incResponse #wrapper {
			margin-top: 3em;
		}

		body.promoBar {
			margin-top: 24px;
		}

	/* Promo top bar */
		#promoBar {
			width: 100%;
			display: block;
			background-color: #00b010;
			position: fixed;
			top: 0;
			text-align: center;
			height: 24px;
			line-height: 24px;
			font-size: 12px;
			font-weight: bold;
			z-index: 1000;
			color: #FFF;
			border-bottom: 1px solid #090;
			box-sizing:border-box;
		}

		#promoBar p a {
			color: #FFF;
			text-decoration: none;
		}
		
		#promoBar p a:hover {
			text-decoration: underline;
		}		

		#promoBar ~ #staticBar {
			top: 24px;
		}

		/* Closeable promo bar */
			#promoBar.closeable span {
				position: absolute;
				right: 10px;
				top: 3px;
				border: 1px solid white;
				line-height: 12px;
				font-size: 12px;
				font-weight: bold;
				width: 14px;
				height: 14px;
				background-color: #090;
			}

			#promoBar.closeable span:hover {
				cursor: pointer;
			}

			/* Control visibility with JS and cookies */
			#promoBar.closeable {
				display: none;
			}

			body.promoBar.closeable {
				margin-top: 0;
			}

			#promoBar.closeable ~ #staticBar {
				top: 0;
			}



	/* Static top bar */
		#staticBar {
			display: block;
			background-color: rgb(255, 255, 255);
			border-bottom: 1px solid #9a9a9a;
			border-top: 1px solid #939393;
			height: 30px;
			position: fixed;
			width: 100%;
			top: 0;
			-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
			-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
			box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
			z-index: 9999;
			text-align: center;
			color: #333;
			font-family: Tahoma, Geneva, sans-serif;
		}

		#staticBar a {
			text-decoration: none;
			color: #333;
		}

		#staticBar a:hover {
			text-decoration: underline;
			color: #000;
		}

		#staticBar div {
			display: inline-block;
			margin: auto;
			text-align: left;
			width: auto;
			min-width: 80em;
			position: relative;
			vertical-align: middle;		
		}

		#tbPaymentOptions {
			border-right: 1px solid #B9B9B9;
			display: block;
			height: 24px;
			left: 0;
			margin-top: 3px;
			position: absolute;
			text-indent: -999em;
			top: 0;
			width: 204px;
		}

		#tbPaymentOptions span {
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			width: 31px;
			height: 19px;
			display: block;
			float: left;
			margin-right: 4px;
			margin-top: 2px;
		}

		#tbPaymentVisa {
			background-position: 0 -814px;
		}

		#tbPaymentElectron {
			background-position: 0 -833px;
		}

		#tbPaymentMaestro {
			background-position: 0 -852px;
		}

		#tbPaymentMastercard {
			background-position: 0 -871px;
		}

		#tbPaymentPaypal {
			background-position: 0 -890px;
			width: 52px !important;
			height: 17px !important;
			margin-right: 0 !important;
			margin-top: 4px !important;
		}

		#tbLinkLogin {
			margin-left: 205px;
			padding: 0 15px 0 14px;
			border-right: 1px solid #b9b9b9;
			line-height: 24px;
			height: 24px;
			display: block;
			float: left;
			margin-top: 3px;
			font-weight: bold;
		}

		#tbLinkAccount {
			margin-left: 205px;
			padding: 0 5px 0 14px;
			line-height: 24px;
			height: 24px;
			display: block;
			float: left;
			margin-top: 3px;
			font-weight: bold;
		}

		#tbLinkSignout {
			padding: 0 15px 0 0px;
			border-right: 1px solid #b9b9b9;
			line-height: 24px;
			height: 24px;
			display: block;
			float: left;
			margin-top: 3px;
			font-size: 10px;
		}

		#tbLinkWishlist {
			padding: 0 15px 0 14px;
			border-right: 1px solid #b9b9b9;
			line-height: 24px;
			height: 24px;
			display: block;	
			float: left;
			margin-top: 3px;
			font-size: 10px;
		}

		#tbLinkBasket {
			padding: 0 15px 0 14px;
			line-height: 24px;
			height: 24px;
			display: block;
			float: left;
			margin-top: 3px;
			font-size: 10px;
		}

		#tbLinkCheckout {
			color: #FFFFFF !important;
			display: block;
			float: left;
			margin-top: 5px;
		}


		#tbLinkWishlist a, #tbLinkBasket a {
			font-size: 12px;
			font-weight: bold;
			display: block;
			float: left;
			margin-right: 5px;
		}

		#saSitePrefsForm {
			border-left: 1px solid #B9B9B9;
			display: block;
			float: left;
			height: 22px;
			margin-left: 14px;
			margin-top: 3px;
			padding-left: 14px;
			padding-top: 2px;
		}

		#saSitePrefsForm select {
			font-size: 10px;
			border: 1px solid #B9B9B9;
			margin-right: 11px;
			margin-top: -1px;
		}

		#saSitePrefsForm button {
			margin-right: 8px;
		}

		#tbLinkFAQ {
			padding-left: 14px;
			border-left: 1px solid #b9b9b9;
			line-height: 24px;
			height: 24px;
			display: inline-block;
			margin-top: 3px;
		}

		#tbLinkFAQ:after {
			content: '';
			display: block;
			width: 17px;
			height: 29px;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: 0 -333px;
			background-repeat: no-repeat;
			float: right;
			margin-left: 6px;
			margin-top: -2px
		}


	/* Static top bar (Greybar, 2014) */
		#staticBar.greyBar {
			display: block;
			background-color: #EEE;
			border: none;
			height: 46px;
			position: fixed;
			width: 100%;
			top: 0;
			-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
			-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
			box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
			z-index: 1000;
			text-align: center;
			color: #444;
			font-family: Tahoma, Geneva, sans-serif;
		}

		#staticBar.greyBar a {
			text-decoration: none;
			color: #444;
		}

		#staticBar.greyBar a:hover {
			color: #000;
			background-color: #DDD;
		}

		#staticBar.greyBar div {
			display: inline-block;
			margin: auto;
			text-align: left;
			width: auto;
			min-width: 82em;
			position: relative;
			vertical-align: middle;		
		}

		#staticBar.greyBar #tbAccount {
			width: 240px;
			height: 46px;
			display: block;
			float: left;
		}

		#staticBar.greyBar #tbLinkLogin {
			width: 100%;
			text-align: center;
		}

		#staticBar.greyBar #tbLinkLogin, #staticBar.greyBar #tbLinkAccount {
			background-color: #69F;
			margin-left: -1px;
			padding: 0;
			border-right: 1px solid #36C;
			line-height: 46px;
			height: 46px;
			display: block;
			float: left;
			margin-top: 0;
			font-weight: bold;
			color: #FFF;
			font-size: 14px;
		}

		#staticBar.greyBar #tbLinkAccount{
			width: 162px;
			text-align: center;
		}

		#staticBar.greyBar #tbLinkLogin:hover, #staticBar.greyBar #tbLinkAccount:hover {
			background-color: #36F;
			text-decoration: none;
		}

		#staticBar.greyBar #tbLinkSignout {
			padding: 0;
			border-right: 1px solid #BABABA;
			line-height: 46px;
			height: 46px;
			display: block;
			float: left;
			margin-top: 0px;
			font-size: 12px;
			width: 76px;
			text-align: center;
		}

		#staticBar.greyBar #tbLinkWishlist {
			padding: 0;
			margin: 0;
			border-right: 0;
			height: 46px;
		}		

		#staticBar.greyBar #tbLinkWishlist a {
			padding: 0;
			border-right: 1px solid #BABABA;
			line-height: 46px;
			height: 46px;
			display: block;
			float: left;
			margin-top: 0px;
			font-size: 14px;
			width: 104px;
			text-align: center;
			margin-left: -1px;
		}

		#staticBar.greyBar #tbLinkBasket {
			line-height: 46px;
			height: 46px;
			display: inline-block;
			font-size: 14px;
			font-weight: bold;
			margin-top: 0;
			float: none;
			padding-left: 37px;
			padding-right: 10px;
			vertical-align: top;			
		}

		#staticBar.greyBar #tbLinkBasket:before {
			content: '';
			display: block;
			width: 24px;
			height: 22px;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: -31px -1166px;
			background-repeat: no-repeat;
			vertical-align: middle;
			position: absolute;
			top: 10px;
			margin-left: -28px;
		}

		#staticBar.greyBar #tbBasket {
			display: inline-block;
			height: 46px;
			line-height: 46px;
			padding: 0;
			width: 310px;
			text-align: center;
		}

		#staticBar.greyBar #basketTotal {
			font-size: 14px;
			line-height: 46px;
			font-weight: normal;
		}

		#staticBar.greyBar #tbLinkCheckout {
			display: inline-block;
			float: none;
			margin: 14px 0 0 10px;
		}

		#staticBar.greyBar #tbLinkCheckout:hover {
			background-color: #666;
		}

		#staticBar.greyBar #tbLinkWishlist a, #staticBar.greyBar #tbLinkBasket a {
			font-size: 14px;
			font-weight: bold;
			display: block;
			float: left;
			margin-right: 0;
		}

		#staticBar.greyBar .bubble {
			background-color: #666;
			border-radius: 30%;
			color: #FFF;
			display: inline-block;
			font-size: 12px;
			line-height: 14px;
			padding: 2px 4px;
			margin-left: 2px;
			font-weight: bold;
		}

		#staticBar.greyBar #saSitePrefsForm {
			border-left: 1px solid #BABABA;
			height: 46px;
			margin-left: 0px;
			margin-top: 0px;
			padding-top: 0px;
			display: inline-block;
			float: none;
			line-height: 46px;
			vertical-align: top;
		}

		#staticBar.greyBar #saSitePrefsForm select {
			font-size: 10px;
			border: 1px solid #BABABA;
			margin-top: -2px;
			float: none;
			display: inline-block;
		}

		#staticBar.greyBar #saSitePrefsForm button {
			display: inline-block;
			float: none;
			height: 18px;
			margin-right: 8px;
			margin-top: 15px;
			vertical-align: top;
		}

		#staticBar.greyBar #tbLinkFAQ {
			padding-left: 14px;
			border-left: 1px solid #BABABA;
			line-height: 46px;
			height: 46px;
			display: inline-block;
			margin-top: 0;
			font-size: 14px;
			font-weight: bold;
			float: right;
			padding-right: 10px;
			margin-right: -1px;
		}

		#staticBar.greyBar #tbLinkFAQ:after {
			content: '';
			display: block;
			width: 26px;
			height: 43px;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: -33px -76px;
			background-repeat: no-repeat;
			float: right;
			margin-left: 10px;
			margin-top: 2px
		}


	/* Language bar */
		#languageBar {
			left: 50%;
			margin-left: -43.5em;
			padding-bottom: 5px;
			padding-top: 5px;
			position: absolute;
			text-indent: -999em;
			top: 32px;
			width: 28px;
			position: fixed;
		}

		.greyBar #languageBar {
			top: 46px;
			padding-top: 9px;
		}

		#languageBar:before {
			background-color: #DCDCDC;
			border-bottom: 1px solid #333333;
			border-left: 1px solid #333333;
			border-radius: 0 0 0 4px;
			content: "";
			display: block;
			height: 93px;
			left: 0;
			position: absolute;
			top: 0;
			width: 28px;
			z-index: -10;
		}

		.greyBar #languageBar:before {
			height: 100px;
		}


		.ie8 #languageBar:before {
			width: 28px;
		}

			#languageBar ul {
				list-style: none;
				padding: 0; 
				margin: 0;
				display: block;
			}
	
			#languageBar li {
				margin: 0 0 4px 6px;
				width: 18px;
				height: 13px;			
			}
	
			#languageBar li a {
				background-image: url(/_inc/images/build8/structure/spriteSet12.png);			
				width: 16px;
				height: 11px;
				display: block;
				border: 1px solid #DCDCDC;
			}
			
			#languageBar li a:hover {
				border-color: #333;
			}		
		
			#languageBar #EN a {
				background-position: 0 0;
			}
			
			#languageBar #ES a {
				background-position: -16px 0;
			}			
			
			#languageBar #FR a {
				background-position: 0 -11px;
			}
			
			#languageBar #DE a {
				background-position: 0 -22px;
			}
	
			#languageBar #IT a {
				background-position: 0 -33px;
			}

			#languageBar #BE a {
				background-position: -16px -11px;
			}

	
	/* containers */	
	#wrapper {
		background-color: #FFFFFF;
		border-left: 1px solid #5B5B5B;
		border-right: 1px solid #5B5B5B;
		margin: auto;
		padding-top: 3em;
		position: relative;
		width: 82em;
	}

	#wrapper.greyBar {
		padding-top: 46px;
	}	
	
	#container {
		width: 80em;
		min-width: 80em;
		max-width: 100%;
		margin: auto;
		position: relative;
		background-color: #FFF;
	}

	/* Messages */
		#messages div
		{
			font-family: Verdana, Geneva, sans-serif;
			background-position: right;
			background-repeat: no-repeat;
			padding: 8px 60px 8px 8px;
			margin: 12px 0 18px;
			font-size: 12px;
			line-height: 18px;
			border-radius: 2px;
			position: relative;
		}

		#messages ul {
			margin: 0 0 0 16px;
			padding: 0;
		}

		#messages div.alert-info {
			background-image: url(/_inc/images/formFramework/info.gif);
			background-color: #fdffe3;
			border: 1px solid #cacc00;
			color: #a17d00;
		}

		#messages div.alert-error {
			background-image: url(/_inc/images/formFramework/error.gif);
			background-color: #ffe3e3;
			border: 1px solid #cc0000;
			color: #a10000;
		}

		#messages div.alert-success {
			background-image: url(/_inc/images/formFramework/success.gif);
			background-color: #e8ffe3;
			border: 1px solid #26cc00;
			color: #26a100;
		}

	
	/* Buttons */

		/* Standard grey button */
			a.button, button {
				-webkit-border-radius: 2px; 
				-moz-border-radius: 2px; 
				border-radius: 2px; 
				background-color: #eaeaea; 
				-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2); 
				-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2); 
				box-shadow: 1px 1px 2px rgba(0,0,0,.2); 
				border: solid 1px #939393; 
				background-image: -webkit-linear-gradient(top, rgba(251,251,251,.3), rgba(193,193,193,.3)); 
				background-image: -moz-linear-gradient(top, rgba(251,251,251,.3), rgba(193,193,193,.3)); 
				background-image: -o-linear-gradient(top, rgba(251,251,251,.3), rgba(193,193,193,.3)); 
				background-image: linear-gradient(to bottom, rgba(251,251,251,.3), rgba(193,193,193,.3));
				color: #444;

				display: block;
				text-decoration: none;
				height: 2.083em;
				line-height: 2.083em;
				margin: 0 0 0.75em;
				font-weight: bold;
				position: relative;
				text-align: center;
				padding: 0 10px;
			}
			
			a.button::-moz-focus-inner, button::-moz-focus-inner {
			  border: 0;
			}

			/* Larger buttons */
			a.button.large, button.large {
				font-size: 1.167em;
				line-height: 1.286em;		
			}

			.ie8 a.button.large, .ie8 button.large {
				width: auto;
				padding-left: 20px;
				padding-right: 20px;
			}
			
			/* Slim button style */
				a.button.slim, button.slim {
					height: 1.5em;
					line-height: 1.5em;
					margin-bottom: 1.333em;
				}
				
				button.slim {
					line-height: 1.25em;
				}

			/* Small button style */
				a.button.small, button.small {
					font-size: 0.75em;
					line-height: 1.444em;
					height: 1.444em;
					margin: 0 0.333 0.333em 0;
					float: left;
					padding: 0 6px;			
				}
				
			/* Vertical alignment */
				a.button.slim.vmiddle, button.slim.vmiddle {
					margin-top: 0.333em;
					margin-bottom: 1em;
				}

				a.button.slim.vbottom, button.slim.vbottom {
					margin-top: 1.333em;
					margin-bottom: 0;
				}				
				
				a.button.small.vbottom, button.small.vbottom {
					margin-top: 0.333em;
					margin-bottom: 0;
				}					
				
			/* floated buttons */
				a.button.single, button.single {
					width: 100%;
					padding: 0;
				}				
			
				a.button.double, button.double {			
					float: left;
					width: 47%;
					padding: 0;
				}	
				
				a.button.double:last-child, button.double:last-child {
					margin-left: 5px;
				}
				
				.ie a.button.double, .ie button.double {
					width: 46%;
					margin-right: 4px;
				}
				
				a.button.triple, button.triple {
					float: left;
					width: 31%;
					padding: 0;
					margin-right: 5px;
				}
				
				a.button.triple:last-child, button.triple:last-child {
					margin-right: 0;
				}

				a.button.horizontal, button.horizontal {
					float: left;
					margin-right: 5px;
				}
				
				a.button.horizontal:last-child, button.horizontal:last-child {
					margin-right: 0;
				}				

				
			/* Account for different button rendering */
				button.slim {
					padding-bottom: 17px !important;
					padding-top: 1px !important;
					font-size: 1em;
				}
				
				button.small {
					height: 1.667em;
					padding-bottom: 2px;
					margin-bottom: 0.333em;
				}
				
				.ie7 button.slim {
					line-height: 1em;
				}
			
			
		/* Modifyers */
			a.button:hover, button:hover {
				border-color: #6e6e6e;
				color: #000;
				text-decoration: none !important;
				background-color: #FFF;
			}
			
	
			a.button.current, button.current {
				-webkit-box-shadow: inset 0px 1px 3px #c4c4c4;
				-moz-box-shadow: inset 0px 1px 3px #c4c4c4;
				box-shadow: inset 0px 1px 3px #c4c4c4; 
				border: 1px solid #666;	
			}
			
			.ie a.button.current, .ie button.current {
				border: 1px solid #0b77c6;
				color: #000
			}
			
			a.button.current:hover, button.current:hover {
				cursor: default;
				background-color: #f4f4f4;
				border: 1px solid #666;	
				color: #4c4c4c;
				
				/* Cross browser gradients */
					/* SVG fallback(Opera 11.10-, IE9) */
					/* background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpbb2JqZWN0IE9iamVjdF07IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6W29iamVjdCBPYmplY3RdOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=); */
					
					/* Opera 11.10+ */
					background: -o-linear-gradient(top, rgba(254,254,254,1), rgba(191,191,191,1));
					
					/* Firefox 3.6+ */
					background: -moz-linear-gradient(top, rgba(254,254,254,1), rgba(191,191,191,1));
					
					/* Chrome 7+ & Safari 5.03+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(254,254,254,1)), color-stop(1, rgba(191,191,191,1)));
					
					/* IE5.5 - IE7 */
					filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFEFEFE,EndColorStr=#FFBFBFBF);
										
					/* IE8 */
					-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFEFEFE,EndColorStr=#FFBFBFBF)"								
			}			

			a.button:active, button:active {
				-webkit-box-shadow: inset 0px 1px 3px #c4c4c4;
				-moz-box-shadow: inset 0px 1px 3px #c4c4c4;
				box-shadow: inset 0px 1px 3px #c4c4c4; 
				border: 1px solid #055691;
			}
			

		/* Disabled Button */
			a.button.disabled, button.disabled {
				-webkit-box-shadow: inset 0px 1px 3px #c4c4c4;
				-moz-box-shadow: inset 0px 1px 3px #c4c4c4;
				box-shadow: inset 0px 1px 3px #c4c4c4; 
				color: #999;
				text-shadow: none;
				opacity: 0.3;
				cursor: default;
				pointer-events: none;
			}
			
			.ie a.button.disabled, .ie button.disabled {
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
				filter: alpha(opacity=70);
				background: #CCC;
			}
			
			.ie a.button.disabled:hover, .ie button.disabled:hover {
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
				filter: alpha(opacity=70);				
				background: #CCC !important;
			}

		
		/* Custom button 01 (Blue) */
			a.button.style01, button.style01 {
				background-color: #2a96e5;	
				border: 1px solid #0b77c6;
				color: #FFF;
			}
			
			a.button.style01:hover, button.style01:hover {
				background-color: #0080ff;					
				border: 1px solid #055691;
			}
			
			a.button.style01.current, button.style01.current {
				-webkit-box-shadow: inset 0px 1px 3px #c4c4c4;
				-moz-box-shadow: inset 0px 1px 3px #c4c4c4;
				box-shadow: inset 0px 1px 3px #c4c4c4; 
				border: 1px solid #004c99;	
			}
			
			.ie a.button.style01.current, .ie button.style01.current {
				border: 1px solid #004c99;
				color: #FFF
			}
			
			a.button.style01.current:hover, button.style01.current:hover {
				/* Cross browser gradients */
					/* SVG fallback(Opera 11.10-, IE9) */
					/* background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpbb2JqZWN0IE9iamVjdF07IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6W29iamVjdCBPYmplY3RdOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=); */
					
					/* Opera 11.10+ */
					background: -o-linear-gradient(top, rgba(64,172,251,1), rgba(11,119,198,1));
					
					/* Firefox 3.6+ */
					background: -moz-linear-gradient(top, rgba(64,172,251,1), rgba(11,119,198,1));
					
					/* Chrome 7+ & Safari 5.03+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(64,172,251,1)), color-stop(1, rgba(11,119,198,1)));
					
					/* IE5.5 - IE7 */
					filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF40ACFB,EndColorStr=#FF0B77C6);
					
					/* IE8 */
					-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF40ACFB,EndColorStr=#FF0B77C6)";
				cursor: default;					
				color: #FFF;
				border: 1px solid #004c99;
			}			
			
		/* Custom button 02 (Green) */
			a.button.style02, button.style02 {
				background-color: #33cc00;
				border: 1px solid #469623;
				color: #fff;
			}
			
			a.button.style02:hover, button.style02:hover {
				background-color: #36ff00;
				border: 1px solid #2a720a;
			}	

		/* Custom button 03 (Dark grey) */
			a.button.style03, button.style03 {
				background-color: #444;
				border: 1px solid #111;
				color: #fff;
			}
			
			a.button.style03:hover, button.style03:hover {
				background-color: #666;
			}

			button.style03:disabled {
				opacity: 0.4;
			}

			button.style03:disabled:hover, button.style03:disabled:active {
				background-color: #444;
				cursor: default;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
			}




	/* VWH Logo */
	
		#homepageLink {
			margin: 10px 0 0 0;
			float: left;
			display: block;
			width: 267px;
			height: 58px;
			background-image: url(/_inc/images/build8/structure/VWH-logo.png);
			outline: none;
		}

		.greyBar #homepageLink {
			margin-top: 20px;
		}

		#classicPartsLink {
			margin: 10px 0 0 0;
			float: left;
			display: block;
			width: 42px;
			height: 58px;
			background-image: url(/_inc/images/build8/structure/classic-logo.png);
			outline: none;
		}
		
		.greyBar #classicPartsLink {
			margin-top: 20px;
		}

		#logos {
			width: 310px;
			height: 90px;
			display: block;
			text-indent: -999em;
		}

		.greyBar #logos {
			height: 100px;
		}
		
	/* Taglines */
		#tagDelivery, #tagPhone {
			font-size: 1.25em;
			width: 13em;				
			line-height: 27px;
			font-weight: bold;
			position: absolute;
			right: 0px;
		}
	
		.greyBar #tagDelivery, .greyBar #tagPhone {
			font-size: 16px;
		}

		#tagDelivery strong {
			display: block;
			color: #00457c;
		}


		#freeDelivery {
			font-size: 1.417em;
			font-weight: bold;
			left: 330px;
			line-height: 18px;
			position: absolute;
			text-align: center;
			top: 12px;		
		}

		#freeDelivery a {
			color: #444;
			text-decoration: none;
		}

		#freeDelivery a:hover {
			color: #00457c;
		}

		.greyBar #freeDelivery {
			top: 18px;
		}
	
		#tagPhone {
			top: 5px;
		}

		.greyBar #tagPhone {
			left: 753px;
			padding-left: 20px;
			top: 12px;
		}

		#tagPhone p {
			line-height: 30px;
		}
		
		#tagPhone:before {
			content: '';
		    background-image: url(/_inc/images/build8/structure/spriteSet12.png);
		    background-position: -2px -757px;
		    float: left;
		    height: 31px;
		    width: 26px;
		}	

		.greyBar #tagPhone:before {
			background-position: -33px -765px;
			height: 18px;
			margin-right: 10px;
			margin-top: 7px;
			width: 22px;
		}


	/* Account block */
		#account {
			position: absolute;
			top: 9px;
			left: 440px;
			width: 12.5em;
			padding: 0 14px 0 0;
			border-right: 1px solid #DDD;
			text-align: center;
		}
		
		#account > p {
			font-size: 1.167em;
			line-height: 1.286em;
			font-weight: bold;
			color: #666;
			margin-bottom: 0.643em;
		}
		
		#account > p:before {
			content: '';
			width: 15px;
			height: 14px;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: 0 -62px;
			display: block;
			top: 2px;
			left: 14px;
			float: left;
			position: relative;
		}
		
	/* Help block */
		#helpBlock {
			position: absolute;
			top: 72px;
			left: 440px;
			width: 12.5em;
			padding: 7px 14px 0 0;
			border-right: 1px solid #DDD;
			text-align: center;
		}
		
		#helpBlock a:after {
			content: '';
			width: 17px;
			height: 30px;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: 0 -332px;
			display: block;
			top: -11px;
			right: -1px;
			position: absolute;
		}
		
		.ie8 #helpBlock a:after, .ie7 #helpBlock a:after {
			background-position: 0 -326px;
		}

		
	/* Shopping cart block */
		#shoppingCartSummary {
			position: absolute;
			top: 9px;
			left: 50em;
			width: 10.833em;
			padding: 0 14px 0 20px;
			border-right: 1px solid #DDD;
			text-align: left;			
		}

		#shoppingCartSummary > p {
			font-size: 1.167em;
			line-height: 1.286em;
			font-weight: bold;
			color: #666;
			margin-bottom: 0.643em;
			position: relative;
			text-align: center;
		}
		
		#shoppingCartSummary > p:before {
			content: '';
			width: 21px;
			height: 18px;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: 0 -44px;
			display: block;
			top: 0px;
			left: 8px;
			float: left;
			position: relative;
			margin-right: 4px;
		}

		#shoppingCartSummary ul {
			position: absolute;
			font-size: 1em;
			line-height: 1.5em;
			list-style: none;
			margin: 0;
			top: 25px;
		}

		#shoppingCartSummary ul li {
			margin-bottom: 2px;
		}
		
		#shoppingCartSummary a.button {
			position: absolute;
			left: 85px;
			width: 5em;
		}
				
		#shoppingCartSummary form {
			position: absolute;
			left: 90px;
		}
		
		#shoppingCartSummary form select {
			font-size: 0.75em;
			line-height: 2em;
			width: 6.556em;
		}
		
		#shoppingCartSummary a.button.style02 {
			margin-top: 52px;
			position: relative;
			left: auto;
			width: auto;
		}
		
		.ie7 #shoppingCartSummary form button {
			float: none;
		}
		
		.ie7 #shoppingCartSummary a.button {
			margin-top: 43px;
			position: absolute;
			width: 110px;
		}
		
	/* Site nav */
		#siteNav {
			background-color: #EEE;
			height: 28px;
			line-height: 30px;
			list-style: none outside none;
			margin: 0 0 1em -12px;
			padding: 0;
			width: 984px;
			color: #444;
			font-size: 13px;
			border-top: 1px solid #afafaf;
			border-bottom: 1px solid #afafaf;
		}

		#siteNav > ul {
			margin-left: 7px;
		}

		#siteNav > ul > li:before {
			content: '';
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			display: block;
			position: absolute;
			z-index: 999;
		}

		/* Site nav buttons */
			#hNavWheels:before {
				background-position: -31px -1073px;
				width: 23px;
				height: 22px;
				margin-left: -25px;
				margin-top: 1px;
			}

			#hNavWheels {
				padding-left: 30px;
			}

			#hNavEngines:before {
				background-position: -31px -1095px;
				width: 28px;
				height: 20px;
				top: 3px;
				margin-left: -28px;
			}

			#hNavEngines {
				padding-left: 38px;
			}

			#hNavExhausts:before {
				background-position: 0 -1245px;
				height: 17px;
				margin-left: -34px;
				top: 5px;
				width: 33px;
			}

			#hNavExhausts {
				padding-left: 46px;
			}				

			#hNavSeals:before {
				background-position: 0 -1262px;
				width: 40px;
				height: 17px;
				top: 5px;
				margin-left: -44px;
			}

			#hNavSeals {
				padding-left: 55px;
			}

			#hNavGifts:before {
				background-position: 31px -1115px;
				height: 20px;
				margin-left: -20px;
				top: 3px;
				width: 17px;
			}

			#hNavGifts {
				padding-left: 32px;
			}			
		
			#hNavNew:before {
				background-position: 0 -1279px;
				height: 20px;
				margin-left: -34px;
				top: 3px;
				width: 32px;
			}

			#hNavNew {
				padding-left: 42px;
			}

			#hNavTools:before {
				background-position: 31px -1135px;
				height: 17px;
				margin-left: -19px;
				top: 5px;
				width: 17px;
			}

			#hNavTools {
				padding-left: 28px;
			}

			#hNavBooks:before {
				background-position: 31px -1152px;
				height: 14px;
				margin-left: -22px;
				top: 7px;
				width: 19px;
			}

			#hNavBooks {
				padding-left: 32px;
			}

			#hNavOffers:before {
				background-position: 31px -1188px;
				height: 25px;
				margin-left: -19px;
				top: 0;
				width: 17px;
			}

			#hNavOffers {
				padding-left: 29px;
			}

			#hNavKits:before {
				background-position: -30px -1022px;
				height: 26px;
				margin-left: -27px;
				top: 0;
				width: 27px;
			}

			#hNavKits {
				padding-left: 35px;
			}

			#hNavPanels:before {
				background-position: -31px -1048px;
				height: 23px;
				margin-left: -26px;
				top: 2px;
				width: 24px;
			}

			#hNavPanels {
				padding-left: 35px;
			}			



		#sspLogo {
		  background-image: url(/_inc/images/build8/structure/spriteSet12.png);
		  background-position: 0px -658px;
		  display: block;
		  height: 30px;
		  left: 4px;
		  position: absolute;
		  text-indent: -999em;
		  top: -7px;
		  width: 36px;
		}

		
		.ie7 #siteNav {
			position: relative;
			z-index: 2;
		}
		
		.ie7 #mainContent {
			z-index: 1;
			position: relative;
		}		

		
		
	/* Site search bar */
		#frmSearch {
			left: 330px;
			position: absolute;
			top: 39px;
		}

		.greyBar #frmSearch {
			top: 50px;
		}

		#frmSearch:after {
			border-right: 1px solid #DADADA;
			content: "";
			display: block;
			height: 86px;
			position: absolute;
			right: -25px;
			top: -38px;
			width: 1px;		
		}

		.greyBar #frmSearch:after {
			border-right: none;
		}
		
		#frmSearch fieldset {
			margin: 0;
			float: left;
		}
	
		#frmSearch fieldset legend, #frmSearch fieldset label {
			display: none;
		}
		
		#frmSearch fieldset input {
			border: 1px solid #444444;
			display: inline-block;
			font-size: 18px;
			height: 28px;
			padding: 0 4px;
			width: 310px;
		}
		
		#frmSearch button {
			margin-left: -1px;
			float: left;
			height: 30px;
			border-bottom-left-radius: 0;
			border-top-left-radius: 0;
			width: 82px;
		}

	/* Autocomplete */
		#AutoComplete {
			background-color: #fff;
			border-bottom: 1px solid #444444;
			border-left: 1px solid #444444;
			border-right: 1px solid #444444;
			border-radius: 0 0 3px 3px;
			left: 50%;
			margin-left: -150px;
			position: absolute;
			top: 124px;
			min-width: 399px;
			z-index: 999;
			box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
			display: none;
		}

		#AutoComplete h3 {
			font-size: 14px;
			padding: 9px 8px 0;
		}

		#AutoSearches {
			padding: 0 0 8px;
			margin: 0 2px;
			font-size: 12px;
			line-height: 22px;
			float: left;
			width: 240px;
		}

		.fsm_auto_searchItem {
			padding: 0 8px;
		}

		.fsm_auto_searchItem:hover, .fsm_auto_productItem:hover, .fsm_auto_itemFocus {
			background-color: #444;
			color: #FFF;
			cursor: pointer;
		}

		#AutoProducts {
			margin: 0 2px;
			font-size: 12px;
			line-height: 22px;
			
			float: left;
			padding-bottom: 8px;
		}

		.fsm_auto_productItem {
			padding: 0 8px;
		}

		#AutoProducts .fsm_auto_productItem span {
			padding-right: 5px;
		}

		.fsm_auto_productItem {
			display: block;
			width: 100%;
			clear: both;
			height: 50px;
			padding: 5px 0;
		}

		#AutoProducts img {
			width: 48px;
			height: 48px;
			float: left;
			border: 1px solid #444;
			margin-right: 9px;
			margin: 0 9px 0 8px;
		}

		#AutoProducts a {
			color: #444;
			text-decoration: none;
		}


	/* Autocomplete */
		#AutoComplete {
			background-color: #fff;
			border-bottom: 1px solid #444444;
			border-left: 1px solid #444444;
			border-right: 1px solid #444444;
			border-radius: 0 0 3px 3px;
			left: 50%;
			margin-left: -150px;
			position: absolute;
			top: 124px;
			min-width: 399px;
			z-index: 999;
			box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
			display: none;
		}

		#AutoComplete h3 {
			font-size: 14px;
			padding: 9px 8px 0;
		}

		#AutoSearches {
			padding: 0 0 8px;
			margin: 0 2px;
			font-size: 12px;
			line-height: 22px;
			float: left;
			width: 240px;
		}

		.fsm_auto_searchItem, .fsm_auto_catItem {
			padding: 0 8px;
		}

		.fsm_auto_searchItem:hover, .fsm_auto_productItem:hover, .fsm_auto_catItem:hover, .fsm_auto_itemFocus {
			background-color: #444;
			color: #FFF;
			cursor: pointer;
		}

		#AutoProducts {
			margin: 0 2px;
			font-size: 12px;
			line-height: 22px;
			width: 360px;
			float: left;
			padding-bottom: 8px;
		}

		.fsm_auto_productItem {
			padding: 0 8px;
		}

		#AutoProducts .fsm_auto_productItem span {
			padding-right: 5px;
		}

		.fsm_auto_productItem {
			display: block;
			width: 100%;
			clear: both;
			height: 50px;
			padding: 5px 0;
		}

		#AutoProducts img {
			width: 48px;
			height: 48px;
			float: left;
			border: 1px solid #444;
			margin-right: 9px;
			margin: 0 9px 0 8px;
		}

		#AutoProducts a {
			color: #444;
			text-decoration: none;
		}

		#AutoProducts.hasProducts:before {
		    background-color: #444;
		    content: "";
		    display: block;
		    height: 1px;
		    position: absolute;
		    right: 0;
		    top: 0;
		    width: 290px;
		}

		
	/* Newsletter subscription */

		#frmNewsletterSignup, #manageNewsletters {
			height: 50px;
			position: absolute;			
			right: -2px;
			top: 35px;
			width: 193px;
		}

		.greyBar #frmNewsletterSignup, .greyBar #manageNewsletters {
			top: 42px;
		}

		#frmNewsletterSignup label, #manageNewsletters p {
		    margin: 0 0 0 29px;
		    text-align: left;
		    width: 155px;
		    font-weight: bold
		}

		.greyBar #frmNewsletterSignup label, .greyBar #manageNewsletters p {
			line-height: 14px;
			margin-bottom: 4px;
			margin-left: 36px;
		}

		#frmNewsletterSignup button{
			float: left;
			height: 19px;
			line-height: 17px;
		}

		.ie8 #frmNewsletterSignup button {
			margin: 0;
			max-width: 60px;
			height: 20px
		}

		#frmNewsletterSignup input {
			width: 118px;
			margin: 0 0 0 5px;
			height: 15px;
			border: 1px solid #000;
			padding: 1px 0 1px 4px;
		}

		#frmNewsletterSignup:before, #manageNewsletters:before {
			content: '';
			background-image:url(/_inc/images/build8/structure/spriteSet12.png);
			background-position:0 -784px;
			width:31px;
			height:30px;
			top:-5px;
			left:-2px;
			position: absolute;
			z-index: 10;
		}

		.greyBar #frmNewsletterSignup:before, .greyBar #manageNewsletters:before {
			background-position: -34px -799px;
			width: 21px;
			height: 15px;
			top: 0;
			left: 5px;
		}

		#frmSubscribeToNewsletter {
			text-align: center;
			height: 2.083em;
			margin:	0;
			padding: 0;
			list-style: none;
			line-height: 2.083em;
			position: relative;
			width: 100%;
		}

		#frmSubscribeToNewsletter legend {
			border: 1px solid #707070;		
			background-color: #e2e2e2;
			font-size: 1em;
			z-index: 50;
			width: 10.167em;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			line-height: 1.5em;
			padding-bottom: 0;
			margin: 0;
			text-align: center;
			left: 1px;
			position: relative;
		}
		
		#frmSubscribeToNewsletter p {
			background-color: #C4C4C4;
			border: 1px solid #707070;
			border-bottom-left-radius: 2px;
			border-bottom-right-radius: 2px;
			box-shadow: 0 1px 3px #C4C4C4;
			color: #FFFFFF;
			display: block;
			font-weight: bold;
			height: 1.917em;
			line-height: 12px;
			margin-top: -1px;
			width: 10.167em;
		}
		
		.ie7 #frmSubscribeToNewsletter {
			margin-left: -1px;
		}
		
		.ie7 #frmSubscribeToNewsletter p {
			margin-left: -12px;
		}
		
		#frmSubscribeToNewsletter p a {
			width: 60%;
			margin: 4px auto;
			float: none;
		}
		
		.ie #frmSubscribeToNewsletter legend {
			margin-left: -1px;
		}
		
		#frmSubscribeToNewsletter legend {
			margin: 0;
			margin-left: -7px;
			height: 1.5em;
		}
		
		#frmSubscribeToNewsletter legend span {
			float: left;
			width: 126px;
			white-space: normal;
		}
		
		.js #frmSubscribeToNewsletter ol {
			display: none;
		}
		
		.ie7 #frmSubscribeToNewsletter li {
			margin-bottom: 0;
		}
		
		#frmSubscribeToNewsletter fieldset {
			padding: 0;
			margin: 0;
			float: left;
			-webkit-box-shadow: 0px 1px 3px #c4c4c4;
			-moz-box-shadow: 0px 1px 3px #c4c4c4;
			box-shadow: 0px 1px 3px #c4c4c4;
			margin-bottom: 1em;
		}
		
		#frmSubscribeToNewsletter legend + ol {
			line-height: 12px;
			font-size: 1em;
			color: #FFF;
			font-weight: bold;
			background-color: #c4c4c4;
			display: block;
			-webkit-border-bottom-right-radius: 2px;
			-webkit-border-bottom-left-radius: 2px;
			-moz-border-radius-bottomright: 2px;
			-moz-border-radius-bottomleft: 2px;
			border-bottom-right-radius: 2px;
			border-bottom-left-radius: 2px;
			border: 1px solid #707070;
			margin-top: -1px;
			float: left;		
		}
		
		#frmSubscribeToNewsletter ol li {
			margin: 4px 0;
			min-height: 1.5em;			
		}
		
		#frmSubscribeToNewsletter ol li #sEmailAddressLabel {
			display: none;
		}
		
		#frmSubscribeToNewsletter ol li input {
			width: 90%;
			margin: auto;
			float: none;
			border-width: 1px;
			border-color: #666;
		}
		
		#frmSubscribeToNewsletter ol li input[type="checkbox"] {
			width: auto;
			float: left;
			margin: 2px 0;
		}
		
		#frmSubscribeToNewsletter ol li.checkboxes {
			width: auto;
			float: left;
			margin-top: 0;
		}
		
		#frmSubscribeToNewsletter ol li.checkboxes label {
			margin-right: 10px;
			font-size: 0.917em;
			line-height: 1.455em;
			width: 60%;
			text-align: left;
			margin-left: 5%;
			color: #444;
		}
		
		#frmSubscribeToNewsletter button {
			margin: 4px auto;
			width: 90%;
			clear: both;
		}
		
		.ie7 #newsletterResponse {
			margin-top: 100px;
		}
		
	/* Vehicle nav */
		#airNav {
			float: left;
			width: 10.333em;
			clear: left;
		}
			
		#waterNav {
			position: absolute;
			top: 133px;
			right: 0px;
			width: 10.333em;
		}

		.greyBar #waterNav {
			top: 143px;
		}
		
		#waterNav h2, #airNav h2 {
			font-size: 1em;
			line-height: 2.25em;
			background-color: #333;
			color: #FFF;
			margin-bottom: 0.75em;
			text-align: center;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			clear: both;
			height: 2.25em;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;			
		}
		
		#waterNavLink, #airNavLink {
			text-decoration: none;			
		}
		
		#airNav > ul, #waterNav > ul {
			margin-bottom: 2.583em;
		}
	
		#airNav > ul > li, #waterNav > ul > li {
			background-color: #ccc; 
			border: solid 1px #ACACAC;
			background-image: -webkit-linear-gradient(top, #efefef, #ccc); 
			background-image: -moz-linear-gradient(top, #efefef, #ccc); 
			background-image: -o-linear-gradient(top, #efefef, #ccc); 
			background-image: linear-gradient(to bottom, #efefef, #ccc);			
			clear: both;
			margin-bottom: 11px;
			display: block;
			position: relative;
			transition: all 0.2s ease;
			border-radius: 2px;
		}
		
		#airNav > ul > li:hover, #waterNav > ul > li:hover {
			border: solid 1px #b3b3b3; 
			background-color: #fff; 
			background-image: -webkit-linear-gradient(top, #fff, #eee); 
			background-image: -moz-linear-gradient(top, #fff, #eee); 
			background-image: -o-linear-gradient(top, #fff, #eee); 
			background-image: linear-gradient(to bottom, #fff, #eee); 
		}

		/* IE horridness */
			.ie7 #airNav > ul > li, 
			.ie7 #waterNav > ul > li, 
			.ie8 #airNav > ul > li, 
			.ie8 #waterNav > ul > li,
			.ie7 #waterNav > ul.navBtns > li:hover, 
			.ie8 #waterNav > ul.navBtns > li:hover,
			.ie7 #airNav > ul.navBtns > li:hover, 
			.ie8 #airNav > ul.navBtns > li:hover
			{
			}
			
			.ie8 #airNav ul > li li, 
			.ie8 #waterNav ul > li li,
			.ie7 #airNav ul > li li,
			.ie7 #waterNav ul > li li 
			{
				background-image: none;
			}
			
			.ie7 #airNav > ul > li:hover, .ie8 #airNav > ul > li:hover {
			}
			
			.ie7 #waterNav > ul > li:hover, .ie8 #waterNav > ul > li:hover {
			}
			
			.ie7 #waterNav > ul.navBtns > li:hover, 
			.ie8 #waterNav > ul.navBtns > li:hover,
			.ie7 #airNav > ul.navBtns > li:hover, 
			.ie8 #airNav > ul.navBtns > li:hover  {
			}						
		
		#acClassic {
			margin-top: -20px;
		}
		
		#wcClassic {
			margin-top: -20px;
		}
		
		#acCamping {
			margin-top: -20px;
		}
		
		#wcCamping {
			margin-top: -20px;
		}
		
		#airNav > ul > li > a, #waterNav > ul > li > a {
			display: block;
			width: 52px;
			height: 43px;
			color: #444444;
			padding-left: 70px;
			padding-top: 4px;
			padding-right: 7px;
			margin-left: -6px;
			font-weight: bold;
			text-decoration: none;
			margin-top: -4px;
			font-size: 11px;
			line-height: 14px;
			background-image: url(/_inc/images/build8/structure/navBtnSet1_v11.png);
			background-repeat: no-repeat;
			text-overflow: ellipsis;
			overflow: hidden;
			transition: all 0.2s ease;
		}
		
		#airNav > ul > li > a > span, #waterNav > ul > li > a > span {
			display: table-cell;
			vertical-align: middle;
			height: 43px;
		}
		
		#airNav ul ul, #waterNav ul ul {
			border-bottom: 1px solid black;
			clear: both;
			margin-bottom: 0.417em;
			display: block;
			position: relative;
			background-image: -webkit-linear-gradient(top, #fff, #eee); 
			background-image: -moz-linear-gradient(top, #fff, #eee); 
			background-image: -o-linear-gradient(top, #fff, #eee); 
			background-image: linear-gradient(to bottom, #fff, #eee); 			
		}
		
		.ie7 #airNav ul ul, .ie7 #waterNav ul ul {
			margin-top: 0;
			margin-left: 0;
			margin-bottom: 0;
		}
		
		#airNav ul ul li a, #waterNav ul ul li a {
			font-size: 0.917em;
			line-height: 1.091em;
			padding-top: 0.182em;
			padding-bottom: 0.364em;
			display: block;
			padding-left: 5px;
			text-decoration: none;
			overflow: hidden;
		    text-overflow: ellipsis;
		}
		
		#airNav ul ul li a:hover, #waterNav ul ul li a:hover {
			background-color: #39a5f5;
			color: #FFF;
		}
		
		#airNav ul ul li a.current, #waterNav ul ul li a.current {
			background-color: #7c7c7c;
			color: #FFF;
		}
		
		#airNav ul ul ul, #waterNav ul ul ul {
			border-bottom: 1px solid black;			
			border-right: 0;
			border-left: 0;
			clear: both;
			margin-top: 0;
			margin-bottom: 0.417em;
			margin-left: 0;
			display: block;
			position: relative;
			background-color: #DDD;
			background-image: none; 	
		}	
		
		#airNav ul ul ul li a, #waterNav ul ul ul li a {
			padding-left: 15px;
		}
		
		/* Vehicle Nav background images */
			/* Beetle */
			#airNav #pageID_10 {
				background-position: 0 0;
			}
			
			/* Beetle Cabrolet */
			#airNav #pageID_12 {
				background-position: 0 -64px;
			}
			
			/* Bus 1955-67 */
			#airNav #pageID_13 {
				background-position: 0 -128px;
			}

			/* Bus 1968-79*/
			#airNav #pageID_14 {
				background-position: 0 -192px;
			}

			/* Bus 1980-91 */
			#airNav #pageID_15 {
				background-position: 0 -256px;
			}

			/* Ghia */
			#airNav #pageID_16 {
				background-position: 0 -320px;
			}

			/* Type 3 */
			#airNav #pageID_965 {
				background-position: 1px -1215px;
			}

			/* Buggy */
			#airNav #pageID_821 {
				background-position: 0 -384px;
			}

			/* Kombi */
			#airNav #pageID_805 {
				background-position: 0 -448px;
			}

			/* Trekker */
			#airNav #pageID_3113 {
				background-position: 2px -1797px;
			}

			/* Other buttons */
				/* Classic */
				#airNav .navBtnClassicParts {
					background-position: 0 -838px;
				}
				
				/* insurance */
				#navBtnInsurance {
					background-position: 0 -1088px;
				}				
	
				/* Camping */
				#airNav .navBtnCampingParts	{
					background-position: 0 -1927px;
				}

		/* Water Nav background images */
			/* MK1 Golf */
			#waterNav #pageID_1010 {
				background-position: 0 -512px;
			}

			/* MK1 Golf Cabriolet */
			#waterNav #pageID_1011 {
				background-position: 0 -576px;
			}

			/* MK1 Caddy */
			#waterNav #pageID_1012 {
				background-position: 0 -640px;
			}

			/* MK2 Golf */
			#waterNav #pageID_1013 {
				background-position: 0 -704px;
			}			
			
			/* MK1/2 Scirocco */
			#waterNav #pageID_1014 {
				background-position: 0 -768px;
			}
			
			/* T4 */
			#waterNav #pageID_950 {
				background-position: 2px -1283px;
			}

			/* Corrado */
			#waterNav #pageID_1756 {
				background-position: 2px -1344px;
			}			

			/* Polo */
			#waterNav #pageID_2595 {
				background-position: 2px -1602px;
			}

			/* Mk3 Golf */
			#waterNav #pageID_2869 {
				background-position: 2px -1664px;
			}

			/* T5 */
			#waterNav #pageID_3215 {
				background-position: 2px -1862px;
			}

			/* Other buttons */
			
				/* Camping */
				#waterNav .navBtnCampingParts	{
					background-position: 0 -1927px;
				}
				
				/* Classic */
				#waterNav .navBtnClassicParts {
					background-position: 0 -838px;
				}

				/* Revo */
				#waterNav .navBtnRevo {
					background-position: -4px -1542px;
					padding-left: 53px;
					padding-right: 23px;
				}
				
				#waterNav .navBtnRevo span {			
					text-align: center;
				}
	
				/* Gifts */
				#waterNav #navBtnGifts {
					background-position: 0 -896px;
				}

				/* Tools */
				#waterNav #navBtnTools {
					background-position: 0 -960px;
				}
				
				/* Swatches */
				#waterNav #navBtnSwatches {
					background-position: 0 -1024px;
				}
				
				/* Books */
				#waterNav #navBtnBooks {
					background-position: 0 -1152px;
				}
				
				/* Car care */
				#waterNav #navBtnCarCare {
					background-position: 0 -1727px;
				}

	/* Promo Blocks */
		ul#promoBlocksLeft li, ul#promoBlocksRight li {
			background: transparent;
			border: 1px solid #acacac;
			font-size: 14px;
			text-align: center;
			font-weight: bold;
			line-height: 36px;
			width: 122px;
			margin-bottom: 18px;
		}

		ul#promoBlocksLeft li a, ul#promoBlocksRight li a {
			font-size: 15px;
			line-height: 36px;
			width: 100%;
			display: block;
			padding: 0;
			margin: 0;
			background: transparent;
			text-transform: uppercase;
			font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		}

		ul#promoBlocksLeft li:hover, ul#promoBlocksRight li:hover {
			background: transparent;
			border-color: #3399ff;
		}

		ul#promoBlocksLeft li:hover a, ul#promoBlocksRight li:hover a {
			background: transparent;
			color: #3399ff;
		}

		ul#promoBlocksLeft li a:before, ul#promoBlocksRight li a:before {
			background-image: url(/_inc/images/build8/structure/sideBlocks.jpg);
			background-repeat: no-repeat;
			content: '';
			width: 122px;
			display: block;
			position: absolute;
			margin-top: 32px;
		}

		ul#promoBlocksLeft li a:after, ul#promoBlocksRight li a:after {
			background-image: url(/_inc/images/build8/structure/sideBlocks.jpg);
			background-repeat: no-repeat;
			content: '';
			width: 117px;
			display: block;
			position: absolute;
			height: 26px;
			bottom: 0;
			border-top: 4px solid #FFF;
			background-color: #FFF;
			margin-left: 3px;
			border-bottom: 2px solid #FFF;
		}

		ul#promoBlocksLeft li#PBSSPEngines a {
			height: 130px;
		}

		ul#promoBlocksLeft li#PBSSPEngines a:before {
			background-position: 0 -98px;
			height: 64px;
			width: 117px;
			margin-left: 2px;
		}

		ul#promoBlocksLeft li#PBSSPWheels a {
			height: 136px;
		}

		ul#promoBlocksLeft li#PBSSPWheels a:before {
			background-position: 0 -26px;
			height: 72px;
			margin-left: 5px;
			width: 117px;
		}

		ul#promoBlocksLeft li#PBNewProducts a {
			height: 132px;
			font-size: 14px;
		}

		ul#promoBlocksLeft li#PBNewProducts a:before {
			background-position: 0 -162px;
			height: 66px;
			margin-left: 3px;
			width: 117px;
		}

		ul#promoBlocksLeft li#PBCatalogues a {
			height: 126px;
		}

		ul#promoBlocksLeft li#PBCatalogues a:before {
			background-position: 0 -228px;
			height: 62px;
		}

		ul#promoBlocksLeft li#PBCatalogues a:after {
			background-position: 0 -290px;
			height: 20px;
			margin-bottom: 5px;
			margin-left: 1px;
			width: 120px;
		}


		ul#promoBlocksRight {
			margin-bottom: 9px;
		}


	/* Manufacturer links */
		#manufacturerLinks {
			border: 1px solid #ACACAC;
			border-radius: 2px;
			margin-top: 2px;
			margin-bottom: 18px;
		}

		#manufacturerLinkTitle {
			width: 80px;
			text-align: center;
			display: block;
			margin: auto;
			font-weight: bold;
			font-size: 11px;
		}

		#manufacturerLinks li {
			background: transparent;
			border: 0;
			font-size: 11px;
			text-align: center;
			font-weight: bold;
			line-height: 18px;
			width: 122px;
		}

		#manufacturerLinks li a {
			font-size: 11px;
			font-weight: normal;
			line-height: 18px;
			width: 100%;
			display: block;
			padding: 0;
			margin: 9px 0;
			background: transparent;
			font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
			height: auto;
		}

		#manufacturerLinks li a:before {
			background-image: url(/_inc/images/build8/structure/sideBlocks.jpg);
			background-repeat: no-repeat;
			content: '';
			display: block;
			top: 0;
		}

		#manufacturerLinks li:hover {
			background: transparent;
			border: 0;
		}

		#manufacturerLinks li:hover a {
			text-decoration: underline;
		}

		#PBCSP a:before {
			background-position: 0 -310px;
			height: 32px;
			width: 61px;
			margin: auto;
		}

		#PBAutoCraft a:before {
			background-position: 0 -342px;
			height: 30px;
			width: 77px;
			margin: auto;
		}

		#PBMomo a:before {
			background-position: 0 -372px;
			height: 16px;
			width: 77px;
			margin: auto;
		}

	/* Vehicle links */
		#camperLink, #golfLink {
			border: 1px solid #ACACAC;
			display: block;
			font-weight: bold;
			height: 68px;
			margin-bottom: 18px;
			padding-left: 64px;
			text-align: center;
			width: 58px;
			z-index: 1;
			color: #444;
			text-decoration: none;
			font-size: 11px;
			border-radius: 2px;
			background-image: -webkit-linear-gradient(top, #efefef, #ccc); 
			background-image: -moz-linear-gradient(top, #efefef, #ccc); 
			background-image: -o-linear-gradient(top, #efefef, #ccc); 
			background-image: linear-gradient(to bottom, #efefef, #ccc);			
		}
		
		#camperLink:hover, #golfLink:hover {
			border: solid 1px #b3b3b3; 
			background-image: -webkit-linear-gradient(top, #fff, #eee); 
			background-image: -moz-linear-gradient(top, #fff, #eee); 
			background-image: -o-linear-gradient(top, #fff, #eee); 
			background-image: linear-gradient(to bottom, #fff, #eee); 			
		}

		#camperLink span, #golfLink span {
			display: table-cell;
			vertical-align: middle;
			height: 68px;
			z-index: 2;
		}

		#camperLink:before, #golfLink:before {
			content: '';
			background-image: url(/_inc/images/build8/structure/navBtnSet1_v11.png);
			background-repeat: no-repeat;
			display: block;
			position: absolute;
			left: 1px;
		}

		#camperLink:before {
			background-position: 0 -1408px;
			height: 67px;
			margin-top: 1px;
			width: 61px;
		}

		#golfLink:before {
			background-position: 0 -1480px;
			height: 55px;
			margin-top: 13px;
			width: 69px;
		}



	/* Recently viewed products */
		.no-js #recentlyViewed {
			display: none;
		}

		#recentlyViewed {
			position: absolute;
			top: 129px;
			right: -2px;
			width: 10.333em;
			text-align: center;
			float: left;
			height: 2.083em;
			border: 1px solid #707070;
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			margin:	0 0 1em;
			padding: 0;
			list-style: none;
			line-height: 2.083em;
			-webkit-box-shadow: 0px 1px 3px #c4c4c4;
			-moz-box-shadow: 0px 1px 3px #c4c4c4;
			box-shadow: 0px 1px 3px #c4c4c4;
			z-index: 10;
		}

		.greyBar #recentlyViewed {
			top: 143px;
		}
	
		#recentlyViewed h2 {
			background-color: #e2e2e2;
			font-size: 1em;
			position: absolute;
			z-index: 50;
			width: 100%;
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
		}
		
		.ie7 #recentlyViewed h2 {
			left: 0;
		}
		
		#recentlyViewed h2 + p {
			width: 100%;
			height: 14px;
			line-height: 12px;
			margin-top: 25px;
			font-size: 0.917em;
			color: #FFF;
			font-weight: bold;
			background-color: #c4c4c4;
			display: block;
			-webkit-border-bottom-right-radius: 2px;
			-webkit-border-bottom-left-radius: 2px;
			-moz-border-radius-bottomright: 2px;
			-moz-border-radius-bottomleft: 2px;
			border-bottom-right-radius: 2px;
			border-bottom-left-radius: 2px;
			border: 1px solid #707070;
			margin-left: -1px;
			-webkit-box-shadow: 0px 1px 3px #c4c4c4;
			-moz-box-shadow: 0px 1px 3px #c4c4c4;
			box-shadow: 0px 1px 3px #c4c4c4;			
		}

		#recentlyViewed:hover h2 + p {
			display: none;
		}		
		
		#recentlyViewed dl {
			position: absolute;
			width: 24em;
			background-color: #e2e2e2;
			right: -1px;
			margin-top: 24px;
			border: 1px solid #707070;
			-webkit-box-shadow: 0px 1px 3px #c4c4c4;
			-moz-box-shadow: 0px 1px 3px #c4c4c4;
			box-shadow: 0px 1px 3px #c4c4c4;
			text-align: left;
			line-height: 1.5em;
			-webkit-border-top-left-radius: 2px;
			-moz-border-radius-topleft: 2px;
			border-top-left-radius: 2px;
			display: none;
		}
		
		#recentlyViewed:hover {
			cursor: pointer;
		}		
		
		#recentlyViewed:hover dl {
			display: block;
		}
		
		#recentlyViewed dl a {
			display: block;
			margin: 2px 0 2px 2px;
			float: left;
			width: 23.667em;
			text-decoration: none;
			color: #333;
			position: relative;
			height: 6.5em;
		}
		
		#recentlyViewed dl a:hover {
			background-color: #efefef;
		}

		#recentlyViewed dl dt {
			font-size: 1em;
			font-weight: bold;
			color: #3d89d6;
			margin-left: 80px;
			margin-top: 8px;
		}
		
		#recentlyViewed dl dd.image img {
			width: 60px;
			height: 60px;
			border: 1px solid black;
			margin: 8px;
			position: absolute;
			left: 0;
			top: 0;
		}
		
		#recentlyViewed dl dd.description {
			margin-left: 80px;
			font-size: 0.833em;
			line-height: 1.4em;
		}
		
		.js #recentlyViewed + #waterNav {
			top: 180px;
		}

		.js .greyBar #recentlyViewed + #waterNav {
			top: 194px;
		}

	/* Sidebar Twitter Feed*/
		#tweetOutgoing {
			margin-bottom: 1.5em;
		}
		
		#tweetOutgoing h2 {
			margin-bottom: 4px;
			height: 2.25em;
			position: relative;
		}
		
		#tweetOutgoing h2 a {
			height: 28px;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: right -402px;
			background-repeat: no-repeat;
			text-decoration: none;
			display: block;
			color: #FFF;
			position: absolute;
			right: -5px;
			padding-top: 4px;
			top: -4px;
			text-align: right;
			padding-right: 62px;
		}
		
		#tweetOutgoing h2 a:hover {
			background-position: right -472px;
		}
	
		#tweetOutgoing p {
			font-size: 0.833em;
			line-height: 1.4em;
			background-color: #efefef;
			padding: 4px;
			margin-bottom: 9px;
		}
		
		#tweetOutgoing p span {
			display: block;
			background-color: #c7c7c7;
			color: #000;
			font-style: italic;
			margin: 4px -4px -4px -4px;
			text-align: right;
			text-indent: -4px;
			padding-right: 5px;
		}

	/* Sidebar News Feed */
		#newsFeed {
			margin-bottom: 1.5em;			
		}
	
		#newsFeed h2 {
			margin-bottom: 4px;
			height: 2.25em;
			position: relative;
		}
		
		#newsFeed h2 a {
			height: 32px;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: 6.5em -434px;
			background-repeat: no-repeat;
			text-decoration: none;
			display: block;
			color: #FFF;
			position: absolute;
			right: -5px;
			padding-top: 6px;
			top: -7px;
			padding-right: 62px;
			width: 5.167em;
		}
		
		#newsFeed h2 a:hover {
			background-position: 6.5em -504px;
		}
	
		#newsFeed article {
			font-size: 0.833em;
			line-height: 1.4em;
			background-color: #efefef;
			padding: 4px;
			margin-bottom: 9px;
		}
		
		#newsFeed article time {
			display: block;
			background-color: #c7c7c7;
			color: #000;
			font-style: italic;
			margin: 4px -4px -4px -4px;
			text-align: right;
			text-indent: -4px;
			padding-right: 10px;		
		}
		
	
	/* Tool tips */
		div.partTipContainer {
			display:none;
			padding: 0;
		}
		
		#WzTtDiV {
			background-color: #EFEFEF;
			border: 1px solid #333;
			line-height: 18px;
			-webkit-border-bottom-right-radius: 2px;
			-webkit-border-bottom-left-radius: 2px;
			-moz-border-radius-bottomright: 2px;
			-moz-border-radius-bottomleft: 2px;
			border-bottom-right-radius: 2px;
			border-bottom-left-radius: 2px;
			-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
			-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.2);
			box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.2);			
		}
		
		#WzTtDiV img {
			float: left;
			border: 1px solid #333;
			margin: 10px;
		}

		#WzTtDiV p {
			display: block;
			line-height: 18px;
		}
		
		#WzTtDiV p strong {
			display: block;
			margin-top: 10px;
			line-height: 18px;
			width: 290px;
		}
		
		#WzTtDiV p em {
			font-size: 10px;
			line-height: 18px;
		}
		
		#WzTtDiV p a {
			display: block;
			margin-top: 10px;
			font-size: 10px;
		}


	/* Main content */
		#mainContent {
			margin-left: 22px;
			margin-bottom: 22px;
			width: 55.833em;
			float: left;
			position: relative;
		}
		
			#mainContent h1 {
				background-color: #7A7A7A;
				font-size: 1.5em;
				line-height: 1.5em;
				font-weight: bold;
				color: #FFF;
				width: 35.889em;
				text-align: right;
				padding-right: 1.333em;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;				
					
					/* SVG fallback(Opera 11.10-, IE9) */
					/* background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDEwOCwxMDYsMTExLDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoOTUsOTAsODcsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==); */
					
					/* Opera 11.10+ */
					background: -o-linear-gradient(top, rgba(108,106,111,1), rgba(95,90,87,1));
					
					/* Firefox 3.6+ */
					background: -moz-linear-gradient(top, rgba(108,106,111,1), rgba(95,90,87,1));
					
					/* Chrome 7+ & Safari 5.03+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(108,106,111,1)), color-stop(1, rgba(95,90,87,1)));
			}
			
			.ie7 #mainContent h1, .ie8 #mainContent h1 {
				background-image: url(/_inc/images/build8/structure/ie-titles.gif);
				background-repeat: repeat-x;
			}
			
			#mainContent #breadcrumb {
				font-size: 1.167em;
				line-height: 1.286em;
				margin-top: 1.929em;
			}

			#mainContent h2 {
				font-size: 1.167em;
				line-height: 2.571em;
				font-weight: bold;
			}
			
			#mainContent h3 {
				font-weight: bold;
				padding: 0.417em 0;
				margin: 0.75em 0;
			}

			#mainContent .backButton {
				position: absolute;
				margin-top: -4.444em;
				margin-left: 10px;
			}
			
			.ie7 #mainContent .backButton {
				margin-top: -3.333em;
			}
			
			#mainContent .manualObjectContainer h2, #mainContent .subObjectContainer h2 {
			    font-size: 2em;
			    font-weight: normal;
			    line-height: 1.5em;
			    text-align: right;
			    width: auto;			
				border-bottom: 1px solid silver !important;
			}

			#mainContent .manualObjectContainer h3, #mainContent .subObjectContainer h3 {
			    background-color: #7C7C7C;
			    color: #FFFFFF;
			    font-weight: bold;
			    margin-bottom: 0.75em;
			    margin-right: 0;
			    margin-top: 0.75em;
			    padding: 0.417em 0 0.417em 10px;
			}

	/* New style response notifications */
		.notifyBox, #responseBar {
			
		}
		
		.notifyBox.error, #responseBar.error
		{
			margin-top: 18px;
			font-family: Verdana, Geneva, sans-serif;
			background-image: url(/_inc/images/formFramework/error.gif);
			background-position: right;
			background-repeat: no-repeat;
			background-color: #ffe3e3;
			border: 1px solid #cc0000;
			color: #a10000;
			padding: 8px 60px 8px 8px;
			margin-bottom: 18px;
			font-size: 12px;
			line-height: 18px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			position: relative;
		}
		
		.notifyBox.error ul, #responseBar.error ul {
			margin: 0 0 0 16px;
			padding: 0;	
		}
		
		.notifyBox.alert, #responseBar.alert
		{
			margin-top: 18px;
			font-family: Verdana, Geneva, sans-serif;
			background-image: url(/_inc/images/formFramework/info.gif);
			background-position: right;
			background-repeat: no-repeat;
			background-color: #fdffe3;
			border: 1px solid #cacc00;
			color: #a17d00;
			padding: 8px 60px 8px 8px;
			margin-bottom: 18px;
			font-size: 12px;
			line-height: 18px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			position: relative;
		}
		
		.notifyBox.success, #responseBar.success
		{
			font-family: Verdana, Geneva, sans-serif;
			background-image: url(/_inc/images/formFramework/success.gif);
			background-position: right;
			background-repeat: no-repeat;
			background-color: #e8ffe3;
			border: 1px solid #26cc00;
			color: #26a100;
			padding: 8px 60px 8px 8px;
			margin-bottom: 18px;
			font-size: 12px;
			line-height: 18px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			position: relative;	
		}
		
		.notifyBox.alert.small, #responseBar.alert.small
		{
			background-color:#CCFFFF;
			border:1px solid #3300CC;
			color:#3300CC;
			padding:10px;
			font-size:12px;
			font-weight: bold;
		}
		
		p.error {
			color: #C00;
		}

	/* Column definitions */
		#mainContent .column1 {
			width: 100%;
			clear: both;
			float: left;
		}	
	
		#mainContent .column2-1 {
			width: 27.083em;
			margin-right: 0.833em;
			float: left;
			clear: both;
		}

		#mainContent .column2-2 {
			width: 27.083em;
			margin-left: 0.833em;
			float: left;
			clear: right;
		}
		
		.ie7 #mainContent .column2-2 {
			float: none;
		}
		
		#mainContent .column3-1 {
			width: 17.5em;
			margin-right: 0.833em;
			float: left;
			clear: both;
		}

		#mainContent .column3-2 {
			width: 17.5em;
			float: left;
			margin-left: 0.833em;			
			margin-right: 0.833em;
		}
		
		#mainContent .column3-3 {
			width: 17.5em;
			float: left;
			margin-left: 0.833em;
			clear: right;
		}
		
		/* Spanning columns */
		#mainContent .spancolumn2 {
			width: 36.667em;
			margin-right: 0.833em;
		}


		#mainContent .block {
			display: block;
		}
		
		#mainContent .block.padded {
			padding: 0.375em 0.833em;			
		}
		
		#mainContent .block.padded.column1 {
			width: 54.167em;
		}
		
		#mainContent .block.padded.column2-1, #mainContent .block.padded.column2-2 {
			width: 25.41em;
		}
		
		#mainContent .block.padded.column3-1, #mainContent .block.padded.column3-2, #mainContent .block.padded.column3-3 {
			width: 15.833em;
		}
		
		#mainContent .block .heading, #mainContent .block h1 {
			width: 100%;
			font-size: 1.833em;
			line-height: 1.636em;
			font-weight: bold;
			background: none;
			text-align: left;
			margin-bottom: 0;
			padding-right: 0;
		}

		#mainContent .block .subHeading, #mainContent .block h2 {
			width: 100%;
			font-size: 1.167em;
			line-height: 2.571em;
			font-weight: bold;
		}
		
		#mainContent .block p {
			font-size: 1em;
			line-height: 1.5em;
			margin-bottom: 1.5em;
		}
		
		#mainContent .block .subHeading.noMargin, #mainContent .block h2.noMargin, #mainContent .block p.noMargin {
			margin-bottom: 0;
		}
		
		#mainContent .block .subHeading.noMargin, #mainContent .block h2.noMargin {
			line-height: 1.286em;
		}


		/* Width changes for 1px border */
		#mainContent .column2-1.border1, #mainContent .column2-2.border1 {
			width: 26.917em;
		}

		#mainContent .column3-1.border1, #mainContent .column3-2.border1, #mainContent .column3-3.border1 {
			width: 17.333em;
		}

		#mainContent .block.padded.column1.border1 {
			width: 54em;
		}
		
		#mainContent .block.padded.column2-1.border1, #mainContent .block.padded.column2-2.border1 {
			width: 25.25em;
		}
		
		#mainContent .block.padded.column3-1, #mainContent .block.padded.column3-2, #mainContent .block.padded.column3-3 {
			width: 15.667em;
		}
		

	/* New category table nav */
	
	#mainContent table.navTable  {
			width: 670px;
			border-collapse: separate;
    		border-spacing: 5;
	}

	#mainContent table.navTable tr {
			height: 85px;
	}
	
	#mainContent table.navTable tr td.navCell {
		background-color: #dadada;
		border: 1px solid #0a0a0a;
		width: 210px;
		border-radius: 2px;
		display: table-cell;
		border-spacing: 0;
	}
	
	#mainContent table.navTable tr td.navCell a {
		text-decoration: none;
	}

	#mainContent table.navTable tr td.navCell:hover {
		background-color: #FFF;
		cursor: pointer;
	}
		
	#mainContent table.navTable tr td.navCell .navContainer {
		height: 85px; 
		width: 210px;
	}

	#mainContent table.navTable tr td.navCell .navImage {
		height: inherit; 
		float: left; 
		width: 90px;
	}

	#mainContent table.navTable tr td.navCell .navImage img {
		max-width: 85px;
		max-height: 85px;
	}

	#mainContent table.navTable tr td.navCell .navText {
		height: 85px; 
		width: 115px;
		max-width: 115px;
		padding-right: 5px; 
		display: table-cell; 
		vertical-align: middle; 
		font-weight: bold;
		font-size: x-small;
		color: #0a0a0a;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.ie7 #mainContent table.navTable tr td.navCell .navContainer .navText {
		position: relative;
		float:right;
		cursor: pointer;
		width: 110px;
		margin-left: -10px;
		padding-top: 7%;
	}

	.ie7 #mainContent table.navTable tr td.navCell .navImage {
		cursor: pointer;
	}

	/* Category table navigation
		We're overriding some inline styles in tables, since they're currently created by hand via the CMS
		This needs to be changed at some point down the line/
	*/
		#mainContent table.secNav  {
			width: 59.167em !important;
			border-collapse: separate;
			table-layout: fixed;
			border-spacing: 1.667em;
			margin-left: -1.667em;
		}
		
		#mainContent table.secNav tr td.nav {
			background-color: #dadada;
			border: 1px solid #0a0a0a;
			width: auto !important;
			max-width: 26.667em;
		}
		
		#mainContent table.secNav tr td.nav:hover {
			background-color: #FFF;
			cursor: pointer;
		}
		
		#mainContent table.secNav tr td img {
			float: left;
			margin-right: 5px;
		}
		
		#mainContent table.secNav tr td > div {
			display: block !important;
		}
		
		#mainContent table.secNav tr td div.navtext {
			display: block;
			font-weight: bold;
			color: #0a0a0a;
			margin-top: 5px;
		}
		
		#mainContent table.secNav tr td div.navtext-small {
			font-size: 0.917em;
		}
		

	/* Custom nav bar styling */
		.navBlock {
			background-color: #DADADA;
			border: 1px solid #0A0A0A;
			margin-bottom: 1.5em;
			display: block;
			float: left;
			max-width: 25.417em;
			padding: 0.667em 9px;
		}

		.navBlock:not(.full) + .navBlock:not(.full) {
			margin-left: 20px;
		}

		.navBlock:not(.full) + .navBlock:not(.full):nth-child(even) {
			margin-left: 0px;
		}	

		.navBlock strong {
			display: block;
		}

		a.navBlock {
			color: #0a0a0a;
			text-decoration: none;
		}

		a.navBlock:hover {
			background-color: #FFF;
		}

		.navBlock.full {
			max-width: 100%;
			clear: both;
			float: none;
		}

		.navBlock img {
			float: left;
			margin-top: -0.667em;
			margin-left: -9px;
			padding-right: 15px;
		}

		/* Stoopid IE */
		.ie8 .navBlock {
			margin-left: 5px;
			margin-right: 5px;
		}

	/* Standard modal message styling */
		#modalMessage {
			font-size: 1.5em;
			line-height: 2em;
			text-align: center;
			margin: 15px;
		}

	/* Product summary - (frontPartDetailsSlim) */
		#mainContent .subObjectContainer {
			clear: both;
			margin-top: 9px;
			float: left;
			width: 670px;
		}
	
		#mainContent .productSummary {
			float: left;
			border-bottom: 1px solid silver;
			padding: 9px 0;
		}
	
		#mainContent .productSummary:last-of-type {
			margin-bottom: 9px;
		}
	
		#mainContent .productSummary > div.container {
			width: 670px;
			min-height: 10.5em;
			display: block;
			clear: both;
			position: relative;
			float: left;
			clear: both;
		}
		
		#mainContent .productSummary a.productName img {
			width: 85px;
			height: 85px;
			padding: 9px 9px 13px;
			border: 1px solid #646060;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			display: block;
			z-index: 5;
			position: relative;
			float: left;
			margin-top: -18px;
			background-color: #fff;
		}
		
		#mainContent .productSummary a.productName:after {
			content: '';
			background-color: #646060;
			color: #fff;
			display: block;
			clear: both;
			z-index: 1;
			position: absolute;
			top: 95px;
			padding-top: 13px;
			font-size: 10px;
			line-height: 18px;
			font-weight: bold;
			text-align: center;
			width: 105px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden
		}
		
		#mainContent .productSummary a.productName h1 {
			text-align: left;
			font-size: 1.167em;
			line-height: 1.286em;
			font-weight: bold;
			margin-left: 115px;
			background: none;
			color: #00457c;
			width: 420px;
			cursor: pointer;
		}
		
		#mainContent .productSummary a.productName:hover h1 {
			color: #1C87D7;
		}
		
		#mainContent .productSummary a.productName:hover img {
			border-color: #1C87D7;
		}
		
		#mainContent .productSummary a.productName:hover:after {
			background-color: #1C87D7; 
		}
		
		#mainContent .productSummary p.description {
			margin-left: 115px;
			font-size: 0.917em;
			line-height: 1.637em;
			color: #222;
			width: 420px;
		}
		
		#mainContent .productSummary dt {
			float: left;
		}
		
		#mainContent .productSummary dt:after {
			content: ':\00a0';
		}

		#mainContent .productSummary dd {
			font-weight: bold;
		}
		
		#mainContent .productSummary .brandOrigin {
			width: 100px;
			height: 50px;
			float: right;
			margin-top: -1.286em;
			
		}
		
		#mainContent .productSummary .brandOrigin img {
			float: right;
			display:inline-block; 
			vertical-align:top;
		}
		
		#mainContent .productSummary .collectionOnly {
			width: 420px;
			color: #000;
		}
		
		#mainContent #meta .brandOrigin {
			clear:both;
			float: left;
			margin-top: 10px;
			margin-bottom: 10px;
			width: 100px;
		}
		
		.ie7 #mainContent .productSummary .brandOrigin {
			margin-top: -110px;
		}
		
		.fpdsProdLink {
			width: 420px;
		}
		
		/* Meta */
			#mainContent .productSummary dl.meta {
				float: left;
				margin-left: 10px;
				color: #6f6f6f;
				font-size: 0.917em;
				line-height: 1.637em;
				margin-left: 10px;
				position: absolute;
				width: 21.818em;
				left: 105px;
				bottom: 0;
			}
			
			.ie7 #mainContent .productSummary dl.meta {
				position: relative;
				margin-top: -0px;
			}
		
			.ie7 #mainContent .productSummary .container .description {
				position: relative;
				margin-top: -90px;
			}
			
			/* Stock Level */
				#mainContent .productSummary dt.stockLevel, #mainContent #productDetails dt.stockLevel {
					display: none;
				}
		
				#mainContent .productSummary dt.stockLevel + dd, #mainContent #productDetails dt.stockLevel + dd {
					color: #1c87d7;
					font-size: 1.272em;
					line-height: 1.286em;
					font-weight: bold;
				}

				#mainContent .productSummary dt.stockLevel + dd strong, #mainContent #productDetails dt.stockLevel + dd strong {
					color: #72d546;
				}
				
				#mainContent .productSummary dt.stockLevel + dd span.inStock, #mainContent #productDetails dt.stockLevel + dd span.inStock{
					color: #72d546;
				}				

				#mainContent .productSummary dt.stockDue, #mainContent #productDetails dt.dtStockDue {
					display: none;
				}
								
				#mainContent .productSummary dt.stockDue, #mainContent .productSummary dt.stockDue + dd, #mainContent #productDetails dt.stockDue, #mainContent #productDetails dt.stockDue + dd {
					color: #222;
				}
				
				#mainContent .productSummary dt.stockDue + dd a.button, #mainContent #productDetails dt.stockDue + dd a.button  {
					font-size: 0.818em;
					display: inline;
					float: none;
					margin-left: 3px;
				}



		/* Prices */
			#mainContent .productSummary dl.prices {
				width: auto;
				clear: none;
				position: absolute;
				bottom: 26px;
				right: 0;
				color: #6f6f6f;
				font-size: 0.917em;
				line-height: 1.637em;
				text-align: right;
				display: inline-table;
			}
			
			/* Main price */
				#mainContent .productSummary dt.price, #mainContent #productDetails dt.price {
					display: none;
				}
		
				#mainContent .productSummary dt.price + dd {
					font-size: 1.637em;
					line-height: 1em;
					font-weight: bold;
					top: 2em;
					right: 0;
					color: #222;
				}
			
			/* Old price */				
				#mainContent .productSummary dt.oldPrice + dd {
					float: left;
					margin-right: 10px;
					color: #1c87d7;
				}
				
				#mainContent .productSummary dt.oldPrice:before {
					content: '';
					color: #C00;
					font-weight: bold;
					margin-right: 10px;
				}
			
			/* Saving */
				#mainContent .productSummary dt.saving + dd {
					float: left;
					color: #1c87d7;
				}				
				
				
		/* Cart buttons */
			#mainContent .productSummary .cartButtons {
				position: absolute;
				bottom: -2px;
				right: -10px;
				min-width: 320px;
				width: 334px;
			}

			#mainContent .productSummary form label {
				width: auto;
				margin-right: 5px;
				margin-top: 2px;
				float: left;
			}
			
			#mainContent .productSummary form input {
				width: 20px;
				margin-right: 10px;
			}
			
			#mainContent .productSummary form button {
				width: 100px;
				margin-right: 10px;
				float: right;
				margin-top: 0;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}	
			
			#mainContent .productSummary form + a, #mainContent .productSummary a.poa {
				float: left;
				width: 100px;
				margin-bottom: 0;
				position: absolute;
				right: 0;
				bottom: -1px;
				padding: 0;
			}
			
			#mainContent .productSummary a.poa {
				bottom: 0px;
				right: 120px;
			}

			#mainContent .productSummary form.wishlist {
				float: right;
			}

			#mainContent .productSummary form.wishlist button.disabled {
				width: 134px;
			}

		/* Wishlist JS inserted data */
			#wishlistInsertedData {
				max-height: 350px;
				overflow: auto;
				display: block;
				font-size: 1.167em;
				line-height: 1.186em;
				min-width: 400px;
			}

			#wishlistInsertedData h1 {
				font-weight: bold;
				background-color: #EEE;
				text-align: center;
				line-height: 18px;
				padding: 9px 0;
			}		

			#wishlistInsertedData dl {
				min-width: 340px;
				padding: 5px 15px;
			}

			#wishlistInsertedData dl dt {
				font-weight: bold;
			}

			#wishlistInsertedData dl a {
				padding: 5px 15px;
				border-bottom: 1px solid #666;
				display: block;
				text-decoration: none;
				position: relative;
			}

			#wishlistInsertedData dl a:hover {
				background-color: #000;
				color: #FFF;
			}

			#wishlistInsertedData dl a:hover:after {
				content: 'Add to this wishlist';
				position: absolute;
				right: 5px;
				font-weight: bold;
				margin-top: -18px;
				font-size: 12px;
			}

			#wishlistInsertedData p.public {
				position: absolute;
				top: 5px;
				right: 5px;
				font-size: 10px;
			}

			#wishlistInsertedData p.items {
				font-size: 10px;
			}

			#wishlistInsertedData p.instructions {
				width: 80%;
				margin: 20px auto 0;
			}

			#newWishlist {
				margin: 30px 0 10px 28px;
				width: 80%;
			}
		


		/* Aside box */
			#mainContent .productSummary aside {
				background-color: #efefef;
				clear: both;
				display: block;
				float: left;
				width: 59.818em;
				border: 1px solid #606060;
				margin-top: 9px;
				padding: 0 5px;
				font-size: 0.916em;
				line-height: 1.636em;
				position: relative;
			}
			
			#mainContent .productSummary aside div.partText p, #mainContent #productDetails aside div.partText p {
				font-weight: bold;
			}
		
			#mainContent .productSummary aside div.partText:before, #mainContent #productDetails aside div.partText:before {
				content: "\0020";
				background-image: url(/_inc/images/build8/structure/spriteSet12.png);
				background-position: -17px -348px;
				background-repeat: no-repeat;
				width: 14px;
				height: 14px;
				display: block;
				float: left;
				margin-top: 2px;
				margin-right: 5px;
			}

			#mainContent .productSummary aside p.currencyWarning, #mainContent #productDetails aside p.currencyWarning {
				margin-left: 20px;
			}			
			
			#mainContent .productSummary aside p.currencyWarning:before, #mainContent #productDetails aside p.currencyWarning:before {
				content: "*";
				font-size: 1.636em;
				margin-top: 3px;
				left: 7px;
				position: absolute;
			}

		
		/* Inline confirmation message */
			#mainContent .productSummary .ajaxInlineConfirmMsg {
				display: none;
			}

		/* Inline confirmation message */
			#mainContent .productSummary .ajaxInlineConfirmMsg.static {
				display: block;
			}			
		
		/* Inline messages */
			.inlineMessage {
				display: block;
				text-align: center;
				font-size: 0.917em;
				line-height: 1.637em;
				font-weight: bold;
				margin-bottom: 1.455em;
				clear: both;
			}
			
			.inlineMessage.success {
				background-color: #74d748;
				color: #FFF;
				border: 1px solid #469623;
			}
			
			.inlineMessage.error {
				background-color: #C00;
				color: #FFF;
				border: 1px solid #600;
			}
			
			.inlineMessage ul li {
				text-align: left;
				border-top: 1px solid #FFF;
				margin: 0 4px
			}
			
			.inlineMessage ul li:first-of-type {
				border-top: none;
			}

			.inlineMessage a {
				color: #FFF;
			}
			
			.ie8 .inlineMessage ul li, .ie7 .inlineMessage ul li {
				border-top: none;
			}

			.inlineMessage em, .ajaxInlineConfirmMsg em {
				font-style: italic;
				font-weight: bold;
			}
			
		/* Stock notification form */
			.stockNotify {
				position: relative !important;
				right: 0 !important;
				float: right;
			}
			
			.stockNotify input {
				width: auto !important;
				float: left !important;
			}
			
			.stockNotify button {
				margin-right: 0 !important;
				width: auto !important;
			}
			
			.ie .stockNotify {
				width: 400px;
			}
			
			.ie .stockNotify label {
				min-width: 0;
			}
			
			.ie .stockNotify button {
				width: 60px !important;
			}



	/* Product details - (frontPartDetailsFull) */
		#productDetails {
		}
		
		#productDetails dt {
			float: left;
		}
		
		#productDetails dt:after {
			content: ':\00a0';
		}

		#productDetails dd {
			font-weight: bold;
		}		
	
		/* Product images */
			#productImages {
				width: 202px;
				margin: 0 15px;
				float: left;
				margin-right: 25px;
				margin-bottom: 1.5em;
			}
			
			#productImages #mainProdImg {
				width: 200px;
				height: 200px;
				border: 1px solid black;
				margin-bottom: 9px;
			}
			
			#productImages #mainProdImg:after {
				content: '';
				border: 0;
				text-align: center;
			}
						
			#productImages img {
				float: left;
				width: 60px;
				height: 60px;
				margin-right: 8px;
				border: 1px solid black;
				margin-bottom: 5px;
			}

			#productImages img:hover {
				cursor: pointer;
				border-color: #1c87d7;
			}			
			
			#productImages img:last-of-type, #productImages img.endImage {
				margin-right: 0;
			}
	
			#mainContent .productSummary dl.meta {
				float: left;
				margin-left: 10px;
				color: #6f6f6f;
				font-size: 0.917em;
				line-height: 1.637em;
				margin-left: 10px;
				position: absolute;
				width: 21.818em;
				left: 105px;
				bottom: 0;
			}
			
			/* Large image conatiner */
				#largeProdImg {
					width: auto;
					height: auto;
					display: block;
					max-width: 580px;
					max-height: 580px;
					margin: auto;
					clear: both;
				}
		
				#largeProductImages img.altProdImg {
					display: block;
					float: left;
					width: 80px;
					height: 80px;
					border 1px solid: black;
					margin-right: 10px;
					margin-bottom: 10px;
				}
				
				#altImages {
					display: block;
				}

				#altImages img {
					border: 1px solid #FFF;					
				}
				
				#altImages img:hover {
					cursor: pointer;
					border:1px solid #000;
				}
		
			
		/* Meta container */
		#productDetails #meta {
			float: left;
		}
	
			/* Prices */
				#productDetails dl.prices {
					color: #6f6f6f;
					font-size: 1em;
					line-height: 1.5em;
					display: inline-table;
				}
				
				/* Main price */
					#productDetails dt.price {
						display: none;
					}
			
					#productDetails dt.price + dd {
						font-size: 2em;
						line-height: 1.5em;
						font-weight: bold;
						color: #222;
					}
					
				/* Net price */
					#productDetails dt.net + dd {
						float: left;
						margin-right: 10px;
						color: #1c87d7;
					}
								
				/* VAT */
					#productDetails dt.VAT + dd {
						float: left;
						color: #1c87d7;
					}				
				
				/* Old price */
					#productDetails dt.oldPrice	{
						clear: both;
						margin-top: 1.5em;
					}
					
					#productDetails dt.oldPrice + dd {
						float: left;
						margin-right: 10px;
						color: #1c87d7;
						margin-top: 1.5em;
					}
					
					#productDetails dt.oldPrice:before {
						content: '';
						color: #C00;
						font-weight: bold;
						margin-right: 10px;
						position: absolute;
						margin-top: -1.5em;
					}
				
				/* Saving */
					#productDetails dt.saving {
						margin-top: 1.5em;
					}
					
					#productDetails dt.saving + dd {
						float: left;
						color: #1c87d7;
						margin-top: 1.5em;					
					}			
		
			/* Meta data */
				#productDetails dl.meta {
					margin-top: 1.5em;
					width: 250px;
				}
				
				#productDetails dl.meta dt.partID + dd {
					float: left;
				}
				
				#productDetails dl.meta dt.stockLevel + dd {
					clear: both;
				}				
			
				#productDetails .collectionOnly {
					padding-top:3px;
					color: #1c87d7;
					line-height: 1.2em;
				}


		/* Cart buttons */
			#productDetails #cartButtons {
				float: right;
				width: 160px;
			}
			
		/* Share buttons */
			#shareButtons div {
				margin-bottom: 0.75em;
			}

		/* Stock alert */
			#mainContent #productDetails div.stockAlert	{
				float: right;
				width: 425px;
				position: relative;
				margin-top: 1.637em;
				margin-bottom: 1.5em;
			}

		/* Aside */
			aside.partMetaAside {
				float: left;
				border: 1px solid #606060;
				width: 220px;
				position: relative;
				background-color: #efefef;
				font-size: 0.917em;
				line-height: 1.637em;
				margin-top: 1.637em;
				margin-bottom: 1.637em;
				padding: 0 5px;
			}
			
			aside p.RRP {
				margin-left: 20px;
			}

			.carriageNote {
				display: block;
				float: right;
				margin-bottom: 1.8em;
				width: 426px;
			}

			.carriageNote b {
				font-weight: bold;
				font-size: 11px;
				display: block;
			}

			.getThisBy {
				display: block;
				float: right;
				margin-bottom: 1.8em;
				width: 310px;
				text-align: center;
				font-size: 12px;
				line-height: 18px;
			}

			.getThisBy span {
				font-size: 10px;
				display: block;
			}

			.getThisBy b {
				font-weight: bold;
				color: #0b77c6;
			}

			.getThisBy strong {
				font-weight: bold;
				color: #0C0;
			}

			
		/* Part information tab menu */
			#productDetails .tabMenu {
				clear: both;
				width: 100%;
				margin-left: 15px;
				float: left;
			}

			.no-js #productDetails ul.tabMenu {
				display: none;
			}

			#productDetails ul.tabMenu {
				clear: both;
				position: relative;
			}
			
			#productDetails ul.tabMenu li {
				float: left;
				margin-right: 6px;
				list-style: none;
			}
			
			#productDetails ul.tabMenu li a {
				display: block;
				background:	#4a91d9;
				padding: 4px 24px 4px 24px;
				position: relative;
				color: #FFF;
				cursor: pointer;
				font-size: 1em;
				height: 18px;
				font-weight: bold;
				text-decoration: none;
				border-top: 1px solid #0b77c6;
				border-left: 1px solid #0b77c6;
				border-right: 1px solid #0b77c6;								
			}
			
			#productDetails ul.tabMenu li a:hover {
				background-color: #0068d2;
			}
			
			#productDetails ul.tabMenu li.active a {
				background:	#efefef;
				color: #000;
				margin-top: -1px;
				top: 1px;
				height: 19px;
				border-top: 1px solid #606060;
				border-left: 1px solid #606060;
				border-right: 1px solid #606060;
				z-index: 2;
			}
			
			#productDetails ul.tabMenu li.active a:hover {
				cursor: default;
			}
			
			#productDetails .tabContent {
				clear: both;
				background-color: #efefef;
				border: 1px solid #606060;
				padding: 9px 15px;
				position: relative;
				min-height: 12em;
				margin-bottom: 1.5em;
			}
			
			#productDetails .tabContentEmpty {
				clear: both;
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 0px 0px;
				position: relative;
				height: 1px;
			}

		/* Part information content */
			#productDetails #partInformation {
				position: relative;
			}

			#productDetails #partInformation dl {
				width: 60%;
			}
			
			#productDetails #partInformation dl dt {
				font-weight: bold;
				float: none;
			}
			
			#productDetails #partInformation dl dd {
				font-weight: normal;
				margin-bottom: 1.8em;
			}
				
			#productDetails #partInformation dl #applications {
				position: absolute;
				top: 9px;
				right: 15px;
			}

			
			#productDetails #partInformation dl #applications:after {
				content: ':';
			}			
			
			#productDetails #partInformation dl #applications + dd {
				position: absolute;
				top: 2em;
				right: 15px;
				text-align: right;
				max-width: 250px;
			}
			
			#productDetails #partInformation dl #applications + dd li {
				list-style: none;
			}

		/* Reviews tab */
			#productDetails #reviews {
				float: left;
				width: 638px;
				position: relative;
			}

			#productDetails #reviews div.currentReviews {
				width: 57%;
				float: right;
				height: 450px;
			}
			
			#productDetails #reviews div.submitReview {
				width: 42%;
				float: left;
				height: 450px;				
			}	

			/* Star rating plugin (raty) */
				.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
				  font-size: 2em;
				}

				@font-face {
				  font-family: "raty";
				  font-style: normal;
				  font-weight: normal;
				  src: url("/_inc/css/build8/fonts/raty.eot");
				  src: url("/_inc/css/build8/fonts/raty.eot?#iefix") format("embedded-opentype");
				  src: url("/_inc/css/build8/fonts/raty.svg#raty") format("svg");
				  src: url("/_inc/css/build8/fonts/raty.ttf") format("truetype");
				  src: url("/_inc/css/build8/fonts/raty.woff") format("woff");
				}

				.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
				  -moz-osx-font-smoothing: grayscale;
				  -webkit-font-smoothing: antialiased;
				  font-family: "raty";
				  font-style: normal;
				  font-variant: normal;
				  font-weight: normal;
				  line-height: 1;
				  speak: none;
				  text-transform: none;
				  font-size: 18px;
				  color: #0b77c6;
				}

				.cancel-on-png:before {
				  content: "\e600";
				}

				.cancel-off-png:before {
				  content: "\e601";
				}

				.star-on-png:before {
				  content: "\f005";
				}

				.star-off-png:before {
				  content: "\f006";
				}

				.star-half-png:before {
				  content: "\f123";
				}


			/* Average Rating */
				#averageRating {
					display: block;
					float: right;
					height: 18px;
					margin-right: 0px;
					margin-top: -22px;
				}

				#averageRating p, #yourRating p {
					float: left;
					font-weight: bold;
					margin-right: 8px;
				}

			/* Your rating */
				#yourRating {
					width: 100%;
					border-bottom: 1px dashed #444;
					padding-bottom: 5px;
				}

			/* Review form */
				#frmAddReview {
					display: block;
					padding-bottom: 36px;
					border-bottom: 1px solid #444;
				}

				#frmAddReview label {
					display: block;
					float: left;
					margin-bottom: 9px;
				}

				#frmAddReview div.contactDetails label {
					width: 190px;
				}

				#frmAddReview div.contactDetails label input {
					width: 165px;
				}

				#frmAddReview div.contactDetails label p.hint {
					font-size: 10px;
				}

				#frmAddReview input, #frmAddReview textarea {
					border-color: #5b5b5b;
					border-radius: 2px;
					border-style: solid;
					border-width: 0.05556em;
					box-sizing: content-box;
					font-size: 1.28571em;
					height: 1.33333em;
					line-height: 1.33333em;
					padding: 1px 4px;
					vertical-align: top;
					clear: both;
					display: block;
				}

				#frmAddReview textarea {
					width: 356px;
					height: 112px;
				}

				#frmAddReview div.contactDetails {
					width: 100%;
					float: left;
					display: block;
				}

				#frmAddReview div.productReview {
					width: 100%;
					float: left;
					display: block;
					clear: both;
				}

				#frmAddReview #ReviewTextLabel {
					display: block;
					float: left;
					width: 364px;
				}

				#frmAddReview div.productRatings {
					display: block;
					float: left;
					margin-left: 40px;
					margin-top: 18px;
				}

				#frmAddReview div.productRatings label {
					display: block;
					width: 100%;
					clear: both;
				}

				#frmAddReview div.productRatings div {
					float: right;
					display: block;
					margin-left: 20px;
				}

				#frmAddReview div.productRatings label.overallRatingLabel {
					border-bottom: 1px solid #444;
					padding-bottom: 5px;
				}

				label.error input, label.error textarea, label.error select {
					border-color: #C00 !important;
				}

				label.error, label.error i {
					color: #800 !important;
				}


			/* Product reviews */
				#productReviewsHeader {
					font-size: 18px;
					font-weight: bold;
				}

				.reviewCount {
					font-weight: bold;
					left: 260px;
					position: absolute;
					top: -23px;
					z-index: 999;
				}

				#reviews article {
					display: block;
					border: 1px solid #444;
					padding: 4px 1%;
					margin: 9px 0;
					background-color: #FFF;
				}

				#reviews article div.reviewer {
					display: inline-block;
					width: 40%;
				}

				#reviews article div.reviewer img {
					float: left;
					margin-right: 6px;
					border: 1px solid #444;
				}

				#reviews article div.review {
					display: inline-block;
					margin-left: 40px;
					padding: 0 10px 10px 0;
					vertical-align: top;
					width: 50%;
				}

				#reviews div.reviewerDetails {
					display: block;
					float: none;
					border-bottom: 1px dashed #444;
					min-height: 47px;
					padding-bottom: 4px;
				}

				#reviews div.reviewerDetails p:first-of-type {
					font-weight: bold;
				}

				#reviews .reviewer .productRatings {
					margin: 4px 0 0 0;
				}

				#reviews .reviewer .productRatings li {
					list-style: none;
					margin: 0;
					height: 24px;
				}

				#reviews .productRatings span {
					width: 130px;
					display: inline-block;
					line-height: 18px;
					vertical-align: top;
				}

				#reviews .productRatings div {
					display: inline-block;
					width: 100px;
					float: right;
				}

	/* Parts tabs */
		#tabsContainer {
			margin: 0;
		}
		
		#tabsContainer li {
			display: inline-block;
			width: 17.917em;
			margin: 0;
			list-style: none;
			text-align: center;
			margin-right: 0.667em;
			padding: 5px 0;
		}

		#tabsContainer li:last-child {
			margin-right: 0;
		}
		
		.ie #tabsContainer li.last {
			margin-right: 0;
		}
		
		.ie7 #tabsContainer {
			clear: both;
		}
		
		.ie7 #tabsContainer li {
			float: left;
		}

	/* Videos container */
		.videoFrame {
			margin-bottom: 1.5em;
		}
	
	/* Related products carousel */
		aside.relProdList {
			margin-bottom: 3em;
		}

		p.relProdList {
			background-color: #93a6ad;
			color: #FFF;
			width: 100%;
			display: block;
			font-size: 16px;
			line-height: 27px;
			text-indent: 10px;
			padding: 0;
			clear: both;
			border-radius: 2px 2px 0 0;
		}
		
		ul#relProdList {
			margin-left: 0;
			float: left;
		}
		
		ul#relProdList li {
			list-style: none;
			float: left;
			margin-right: 11px;
		}		
	
		#relProdList {
			border: 1px solid #93a6ad;
			padding: 10px 30px;
			width: 608px;
		}
		
		#relProdList li {
			width: 90px;
			height: 140px;
			margin-right: 14px;
			font-size: 0.833em;
			line-height: 1.2em;
			margin-top: 10px;
			overflow: hidden;
		}
		
		#relProdList li a {
			text-decoration: none;
		}
		
		#relProdList li img {
			border: 1px solid #CCC;
		}
		
		#relProdList li:hover img {
			border: 1px solid #1C87D7;
		}
				
		#relProdList .jcarousel-prev-horizontal:after {
			content: 'Previous';
			text-indent: -999em;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: -17px -332px;		
			width: 8px;
			height: 16px;
			position: absolute;
			top: 58px;
			left: 8px;
		}
		
		#relProdList .jcarousel-prev-horizontal:hover:after {
			background-position: 0 -362px;		
		}	
		
		#relProdList .jcarousel-prev-horizontal:active:after {
			background-position: -17px -362px;
		}
		
		#relProdList .jcarousel-next-horizontal:after {
			content: 'Next';
			text-indent: -999em;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: -25px -332px;		
			width: 8px;
			height: 16px;
			position: absolute;
			top: 58px;
			left: 8px;
		}
		
		#relProdList .jcarousel-next-horizontal:hover:after {
			background-position: -8px -362px;		
		}	
		
		#relProdList .jcarousel-next-horizontal:active:after {
			background-position: -25px -362px;
		}		


	/* Product thumbnails */
		div.productThumbnails a {
			display: inline-block !important;
			margin: 0 3px;
			width: 90px;
			vertical-align: top;
		}

		div.productThumbnails a .partName, .relProdList .partName {
			max-height: 30px;
			display: block;
			overflow: hidden;
		}

		div.productThumbnails a .partCode, .relProdList .partCode {
			max-height: 15px;
			display: block;
			overflow: hidden;
			line-height: 15px;
		}

		div.productThumbnails a .price, .relProdList .price {
			font-weight: bold;
			font-size: 12px;
		}

		.relProdList .partName {
			max-height: 24px;
			text-align: center;
			line-height: 12px;
		}

		.relProdList .partCode {
			text-align: center;
		}

		.relProdList .price {
			display: block;
			font-size: 11px;
			text-align: center;
		}

	/* Footer */
		footer {
			clear: both;
			color: #444444;
			width: 100%;
			position: relative;
			z-index: 2;
		}
		
			footer #copyright {
				width: auto;
				position: absolute;
				color: #000;
				right: 0px;
			}


	/* Email subscriptions (Footer) */
		#footerEmailSub {
			width: 100%;
			background-color: #ddd;
			clear: both;
			float: left;
			display: block;
			margin-left: -12px;
			padding: 0 12px;
			height: 56px;
			line-height: 56px;		
		}

		#footerEmailSub h1:before{
			content: '';
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: 0 -1739px;
			background-repeat: no-repeat;
			position: absolute;
			display: block;
			width: 50px;
			height: 42px;
			margin-top: -13px;
			margin-left: -38px;
		}

		.ie8 #footerEmailSub h1:before {
			display: none;
		}

		#footerEmailSub h1 {
			display: inline-block;
			font-size: 18px;
			line-height: 56px;
			font-weight: normal;
			margin-left: 60px;
		}

		#footerEmailSub p {
			display: inline-block;
			text-align: left;
			font-size: 18px;
			margin-left: 30px;
			line-height: 56px;
			width: auto;
			vertical-align: top;
		}

		#footerEmailSub p strong {
			font-weight: normal;
			max-width: 270px;
			display: inline-block;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		#footerEmailSub p span {
			font-size: 10px;
			position: absolute;
			margin-top: -15px;
			margin-left: -10px;
		}

		#footerEmailSubNotYou {
			font-size: 10px;
			position: absolute;
			margin-top: 16px;
			margin-left: -35px;
			top: 0;
		}

		#footerEmailSubManage {
			display: inline-block;
			font-size: 12px;
			margin-left: 30px;
			position: absolute;
			/* right: 260px; */
			top: 15px;
		}

		#footerEmailSubForm {
			display: inline-block;
			vertical-align: top;
			height: 56px;
			margin-left: 30px;
			width: 500px;
		}

		#footerEmailSubForm label {
			display: none;
		}

		#footerEmailSubForm input {
			border: 1px solid #444444;
			display: inline-block;
			font-size: 18px;
			margin: 12px 0;
			padding: 0px 4px;
			height: 28px;
		}

		#footerEmailSubForm button {
			margin-top: 12px;
			height: 30px;
		}

		/* Subscribed */
			#footerEmailSub.subscribed h1 {
				margin-left: 30px;
			}

			#footerEmailSub.subscribed p {
				margin-left: 20px;
				position: relative;
				width: 470px;
			}

			#footerEmailSub.subscribed #footerEmailSubManage {
				/* right: 310px; */
			}


	/* Social links */
		#socialLinks {
			position: absolute;
			text-indent: -999em;
			list-style: none;
			width: 320px;
			display: block;
			right: 0;
		}

		.ie8 #socialLinks {
			margin-top: -56px;
		}

		#socialLinks li {
			display: block;
			width: 55px;
			height: 55px;
			margin-right: 4px;
			float: left;
		}

		#socialLinks li a {
			display: block;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
		}
		
		#socialLinks #facebookLink {
			background-position: 0 -1409px;
		}		
		
		#socialLinks #twitterLink {
			background-position: 0 -1519px;
		}
		
		#socialLinks #youtubeLink {
			background-position: 0 -140px;
		}

		#socialLinks #flickrLink {
			background-position: 0 -1299px;
		}

		#socialLinks #vwhWorldLink {
			background-position: 0 -594px;
		}

		#socialLinks #eBayLink {
			background-position: 0 -1833px;
		}

		#socialLinks #googlePlusLink {
			background-position: 0 -1629px;
		}

		#socialLinks #facebookLink:hover {
			background-position: 0 -1464px;
		}		
		
		#socialLinks #twitterLink:hover {
			background-position: 0 -1574px;
		}
		
		#socialLinks #youtubeLink:hover {
			background-position: 0 -268px;
		}

		#socialLinks #flickrLink:hover {
			background-position: 0 -1354px;
		}	
		
		#socialLinks #vwhWorldLink:hover {
			background-position: 0 -626px;
		}

		#socialLinks #googlePlusLink:hover {
			background-position: 0 -1684px;
		}

		#socialLinks #eBayLink:hover {
			background-position: 0 -1888px;
		}		


	/* Footer links */
		.footerLinks {
			display: inline-block;
			list-style: none;
			margin: 18px 0;
			padding: 0 19px 0 20px;
			border-right: 1px solid #444;
			vertical-align: top;
			min-height: 162px;
		}

		.footerLinks li:first-of-type a {
			font-weight: bold;
		}

		.footerLinks li a {
			display: block;
			font-size: 13px;
			line-height: 1.558em;
			color: #444;
			text-decoration: none;			
		}

		.footerLinks li a:hover {
			text-decoration: underline;
		}

	/* Footer search box */
		#footerSearch {
			display: inline-block;
			width: 400px;
			font-weight: normal;
			float: right;
		}

		#footerSearch label {
			font-size: 18px;
			line-height: 18px;
			width: 392px;
			text-align: right;
			margin-top: 18px;
			font-weight: normal;
		}

		#footerSearch input {
			border: 1px solid #444444;
			display: inline-block;
			font-size: 18px;
			margin: 12px 0 12px 45px;
			padding: 0px 4px;
			height: 28px;
			width: 270px;
		}

		#footerSearch:before {
			background-image: url("/_inc/images/build8/structure/spriteSet12.png");
			background-position: 0 -1781px;
			background-repeat: no-repeat;
			content: "";
			display: block;
			height: 52px;
			margin-left: 7px;
			margin-top: 26px;
			position: absolute;
			width: 52px;
		}

		#footerSearch button {
			margin-top: 12px;
			height: 30px;
			display: inline-block;
		}

		#footerSearch fieldset {
			margin: 0;
		}

		#footerSearch label input {
			float: right;
		}

	/* Footer Info */
		#footerCopyright:before {
			width: 393px;
			height: 50px;
			background-image:url(/_inc/images/build8/structure/theSet.png);
			content: '';
			display: block;
			position: absolute;
			margin-top: -100px;
			right: 5px;
		}

	/* Footer copyright */
		#footerCopyright {
			background-color: #444;
			color: #FFF;
			font-weight: bold;
			width: 100%;
			padding: 0 12px;
			margin-left: -12px;
			height: 80px;
			background-image:url(/_inc/images/furniture/paymentBG.jpg?v2);
			background-position: 98% center;
			background-repeat: no-repeat;
		}

		#footerCopyright p {
			display: block;
			margin-left: 10px;
			font-weight: normal;
			font-size: 11px;
			line-height: 18px;
		}

		#footerCopyright p:first-of-type {
			padding-top: 18px;
		}

		/* Addthis responsive styles 
			@media screen and (max-width: 1290px) {
				#footerCopyright {
					padding-bottom: 45px;
				}
			}
		*/

		#mobileLink {
			background-color: #444;
			font-size: 18px;
			font-weight: bold;
			color: #FFF;
			text-align: center;
			width: 100%;
			padding: 0 12px;
			margin-left: -12px;
		}

		#mobileLink a {
			color: #FFF;
		}

	/* Member Account */
		#accountContainer {
			color: #333333;
		}
		
		#accountContainer section {
			padding: 0 10px;
		}
	
		#accountContainer h1 {
			font-size: 2em;
			line-height: 1.5em;
			background: none !important;
			color: #333333;
			font-weight: normal;
			width: auto;
			text-align: left;
			padding: 0;
		}
		
			/* Account details */
				#accountContainer #accountDetails {
					width: 54.167em;
					float: left;
					padding-bottom: 0.667em;
					border-bottom: 1px solid #c7c7c7;
					background-color: #efefef;
				}
	
				#accountContainer #accountDetails h1 {
					float: left;
				}
				
				#accountContainer #accountDetails p {
					font-size: 0.917em;
					line-height: 1.636em;
					padding-top: 1.273em;
					margin-left: 5px;
					float: left;
				}
				
				#accountContainer #accountDetails p a {
					margin: 0 2px;
				}
				
				#accountContainer #accountDetails dl {
					clear: both;
				}
	
				#accountContainer #accountDetails dl dt, #accountContainer #accountDetails dl dd {
					float: left;
				}
	
				#accountContainer #accountDetails dl dt:after {
					content: ":";
				}
				
				#accountContainer #accountDetails dl dd {
					color: #3d89d6;
					margin-left: 6px;
					margin-right: 30px;
				}
				
				#accountContainer #accountDetails dl dd:last-of-type {
					color: #333333;
					font-weight: bold;
					font-size: 1.5em;
					line-height: 1.222em;
				}
				
				#accountContainer #accountDetails a.button {
					width: 120px;
					position: absolute;
					margin-top: -2.333em;
					right: 10px;
				}
			

			/* Registration success */
				#registrationSuccess {
					clear: both;
					background-color: #3d89d6;
					color: #FFF;
					border: 1px solid #2f6dac;
					padding: 0 15px 1.5em;
				}
				
				#registrationSuccess strong {
					margin-right: 20px;
					font-size: 1.167em;
					line-height: 1.286em;
					font-weight: bold;
				}


			/* Recent Orders */
				#accountContainer #orderDetails {
					clear: both;
					padding-top: 0.75em;
					padding-bottom: 1.5em;
					padding-right: 3.333em;
					width: 23.75em;
					border-bottom: 1px solid #c7c7c7;
					position: relative;
					float: left;
					height: 19.5em;
				}
				
				#accountContainer #orderDetails h1 {
					padding-top: 1.5em;
				}
				
				#accountContainer #orderDetails #frmOrderSearch, #frmUserSearch {
					position: absolute;
					top: 0.75em;
					width: 24.583em;
				}
				
				 #frmUserSearch {
					position: relative;
					width: 100em;
				}
				
				#frmOrderSearch label , #frmUserSearch label {
					font-weight: normal;
					width: auto;
					line-height: 1.5em;
					margin-right: 5px;
				}
				
				#frmOrderSearch label:after, #frmUserSearch label:after {
					content: ':';
				}
				
				#frmOrderSearch input {
					border: 1px solid #939393;
					float: left;
					margin-left: 30px;
					padding: 0 4px;
					width: 8.5em;
				}

				#frmOrderSearch button {
					box-shadow: none;
				}
				
				#frmUserSearch input {
					float: left;
					width: 25em;
					margin-right: 5px;
				}
				
				#orderSrchAdvice {
					position: absolute;
					top: 2.2em;
				}
				
				.ie7 #frmOrderSearch button, .ie7 #frmUserSearch button {
					width: 64px;
					height: 21px
				}
				
				#accountContainer #orderDetails dl {
					margin-bottom: 1.00em;
				}
				
				#accountContainer #orderDetails dl dt {
					font-weight: bold;
					color: #555555;
					font-size: 1.167em;
					line-height: 1.286em;
					border-bottom: 1px solid #c7c7c7;
					padding: 1.429em 10px 0.429em;
					margin: 0 -10px;
				}
				
				#accountContainer #orderDetails dl a {
					display: block;
					width: 100%;
					height: 40px;
					z-index: 30;
					text-decoration: none;
				}
				
				#accountContainer #orderDetails dl a:hover dt {
					background-color: #efefef;
				}
				
				#accountContainer #orderDetails dl dd.date {
					position: absolute;
					font-size: 0.917em;
					line-height: 1.637em;
					margin-top: -3.818em;
					color: #888888;
				}
				
				#accountContainer #orderDetails dl dd.price {
					position: absolute;
					right: 2.857em;
					color: #3d89d6;
					font-weight: bold;
					font-size: 1.167em;
					line-height: 1.286em;
					margin-top: -1.786em;
					z-index: 1;
				}
				
				#accountContainer #orderDetails > p {
					text-align: right;
					color: #333333;
					margin-right: -10px;
				}
				
				#accountContainer #orderDetails > p a {
					float: right;
					margin-left: 10px;
				}
				

			/* Your addresses */
				#accountContainer #yourAddresses {
					padding-top: 0.75em;
					padding-bottom: 1.5em;
					padding-left: 3.333em;
					width: 23.75em;
					border-bottom: 1px solid #c7c7c7;
					position: relative;
					float: left;
					height: 19.5em;
				}
				
				#accountContainer #yourAddresses h1 {
					padding-top: 1.5em;
				}
				
				#accountContainer #yourAddresses dl {
					color: #888888;
				}
				
				#accountContainer #yourAddresses dl dt {
					font-weight: bold;
					float: left;
					height: 12em;
					width: 11.417em;
					margin-right: 0.417em;
				}
				
				#accountContainer #yourAddresses dl dd {
					position: absolute;
					max-width: 11.417em;
					max-height: 9em;
					overflow: hidden;
					margin-top: 1.5em;
				}
				
				.ie7 #accountContainer #yourAddresses dl dd {
					left: 40px;
				}
				
				#accountContainer #yourAddresses dl dt:after {
					content: ':';
				}
				
				#accountContainer #yourAddresses dl dt.shipping + dd {
					margin-left: 11.834em;					
				}
				
				#accountContainer #yourAddresses > p {
					text-align: right;
				}
				
				#accountContainer #yourAddresses > p a {
					float: right;
					margin-left: 10px;
				}				


			/* Newsletter Subscriptions */
				#newsletterSubscriptions {
					clear: both;
					width: 54.167em;
					position: relative;
					float: left;
				}

				#newsletterSubscriptions h1 {
				    background: none repeat scroll 0 0 transparent !important;
				    color: #333333;
				    font-size: 2em;
				    font-weight: normal;
				    line-height: 1.5em;
				    padding: 0;
				    text-align: left;
				    width: auto;
				}
				
				#newsletterSubscriptions form legend {
					font-size: 1em;
					line-height: 1.5em;
					font-weight: normal;
				}

				#newsletterSubscriptions form legend em {
					color: #1C87D7;
				}

				#newsletterSubscriptions #clearUserLink {
					display: block;
					float: right;
					margin-top: -1em;
				}
				
				#newsletterSubscriptions form fieldset {
					margin: 0.333em 0;
				}
				
				#newsletterSubscriptions form fieldset li {
					min-height: 2em;
				}
				
				#newsletterSubscriptions form fieldset input[type="checkbox"] {
					float: left;
					margin-top: 2px;
				}

				#newsletterSubscriptions form fieldset label {
					float: left;
					margin-left: 10px;
				}

				#newsletterSubscriptions ol.emailAddress {
					font-size: 1.5em;
					margin: 1em;
				}
				
				#newsletterSubscriptions ol.emailAddress label {
					margin-left: -11px;
					width: 30%;
				}

				#newsletterSubscriptions ol.emailAddress label.required:before {
				    color: #CC0000;
				    content: "*";
				    margin-right: 5px;
				}

				#newsletterSubscriptions ol.emailAddress label.required:after {
					display: none;
				}

				#newsletterSubscriptions #vehicleTypes {
					margin-left: 20px;
					float: left;
					width: 100%;
				}

				.ie8 #newsletterSubscriptions #vehicleTypes {
					margin-left: 10px;
				}

				#newsletterSubscriptions #vehicleTypes p {
					margin: 0.75em 0;
					font-style: italic;
					font-size: 0.917em;
					line-height: 1.636em;					
					font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
				}

				#newsletterSubscriptions #vehicleTypes #allVehicles {
					padding-bottom: 0.167em;
					border-bottom: 1px dashed #C7C7C7;
					margin-bottom: 0.75em;
					width: 90%;
				}

				#newsletterSubscriptions #vehicleTypes div {
					width: 31%;
					float: left;
					margin-right: 1%;
				}

				#newsletterSubscriptions #vehicleTypes.hide {
					display: none;
				}

				#newsletterSubscriptions #frequency.hide {
					display: none;
				}				

				#newsletterSubscriptions #frequency {
				    clear: both;
				    float: left;
				    margin-left: 20px;
				    margin-top: 1.5em;
				    max-width: 50%;
				}

				#newsletterSubscriptions #frequency p {
					font-style: italic;
					font-size: 0.917em;
					line-height: 1.636em;					
					font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
					text-align: justify;
				}

				#newsletterSubscriptions #frequency li {
					margin-top: 0.7em;
				}

				#newsletterSubscriptions #frequency li label {
					margin-left: 0;
				}

				#newsletterSubscriptions form fieldset.submit {
				}
				
				#newsletterSubscriptions form fieldset.submit button {
					float: right;
					margin-right: 17%;
				}

				#newsletterSubscriptions #personalisedComms {
					border-top: 1px dashed #C7C7C7;
					margin-top: 1.5em;
					padding: 4.5em 0 0;
					position: relative;
				}

				#newsletterSubscriptions #personalisedComms legend {
				    color: #333333;
				    font-size: 2em;
    				font-weight: normal;
    				line-height: 1.5em;
				    padding: 0;
    				text-align: left;
    				width: auto;
    				position: absolute;
    				top: 9px;
    			}

    			#newsletterSubscriptions #personalisedComms p {
    				font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
					font-size: 0.917em;
					font-style: italic;
					line-height: 1.636em;
					text-align: justify;
    				margin-bottom: 1.636em;
    			}

				/* Additional styling when included in account section */
				#accountContainer #newsletterSubscriptions {
					border-top: 1px solid #C7C7C7;
					margin-top: 1.5em;
					padding-top: 1.5em;					
				}
	

			/* Stock alerts included on Newsletter page */
				#stockAlerts {
					clear: both;
					width: 54.167em;
					position: relative;
					float: left;
				}

				#stockAlerts h1 {
				    background: none repeat scroll 0 0 transparent !important;
				    color: #333333;
				    font-size: 2em;
				    font-weight: normal;
				    line-height: 1.5em;
				    padding: 0;
				    text-align: left;
				    width: auto;
				    clear: both;
				}

				#stockAlerts .productSummary .container {
					position: relative;
				}

				#stockAlerts .productSummary .stockAlertForm {
					position: absolute;
					bottom: 0;
					right: 0;
					width: 82%;
				}

				#stockAlerts .productSummary .stockAlertForm li {
					width: 100%;
					margin-left: 0;
				}

				#stockAlerts .productSummary .stockAlertForm li p {
					float: left;
					font-size: 10px;
					font-weight: bold;
				}


			/* Wishlists & Admin */
				#mainContent.wishlist #listName {
					display: block;
					font-size: 2em;
					font-weight: normal;
					line-height: 1em;
					margin-top: -0.5em;
					text-align: right;
					width: 100%;
				}

				#mainContent.wishlist #listAuthor {
					float: right;
					position: absolute;
					right: 0;
				}

				/* Wishlist meta */
				#mainContent.wishlist #wishlistMeta {
					float: right;
				}

					#mainContent.wishlist #wishlistMeta dt:after {
						content: ':';
					}

					#mainContent.wishlist #wishlistMeta dt, #mainContent.wishlist #wishlistMeta dd {
						float: left;
					}

					#mainContent.wishlist #wishlistMeta dt {
						margin-left: 15px;
					}

					#mainContent.wishlist #wishlistMeta dd {
						margin-left: 5px;
						font-weight: bold;
					}

				/* Update link */
				#mainContent.wishlist #wishlistUpdateLink {
					float: right;
					font-size: 0.833em;
					line-height: 1.8em;
				}

				/* Wishlist settings form */
					#frmUpdateWishlist {
						font-size: 1em;
						float: right;
						width: 50%;

					}

					#frmUpdateWishlist label {
						width: 100%;
						margin-bottom: 0.5em;
						font-size: 1.5em;						
					}

					#frmUpdateWishlist label input {
						float: right;
					}

					#frmUpdateWishlist div.buttons {
						clear: both;
						float: right;
					}

					#frmUpdateWishlist div.buttons button {
						float: right;
						margin-left: 15px;
					}

					.js #btnListPrivacy {
						display: none;
					}


				/* List sharing */
					#mainContent.wishlist #listSharing {
						width: 100%;
						display: block;
						clear: both;
						float: left;
					}

					#mainContent.wishlist #listSharing h1 {
						font-size: 1.5em;
						background: transparent;
						color: #444;
						text-align: left;
						float: left;
						font-weight: normal;
						margin-top: -0.75em;
						width: 50%;
					}

					#mainContent.wishlist #listSharing p {
						width: 315px;
						float: left;
						text-align: justify;
					}

					#mainContent.wishlist #listSharing #publicLink {
						float: left;
						margin-left: 40px;
						text-align: left;
						width: 314px;
					}


					/* Privacy settings */
					#mainContent.wishlist #frmListPrivacy {
						clear: both;
						display: block;
						float: left;
						width: 315px;
						margin-top: 1em;
					}

						#mainContent.wishlist #frmListPrivacy label {
							width: 30%;
						}

					/* Sharing settings */
					#mainContent.wishlist .addthis_toolbox {
						margin-left: 355px;
						margin-top: 78px;
						position: absolute;
						width: 315px;
					}

					#mainContent.wishlist .addthis_toolbox > p {
						width: 100%;
						font-size: 1em;
						line-height: 1.5em;
						margin-bottom: 2px;
					}


				/* Items */
				#mainContent.wishlist #items {
					clear: both;
					margin-top: 1.5em;
					float: left;
				}

					#mainContent.wishlist #items > h1 {
						font-size: 1.5em;
						background: transparent;
						color: #444;
						text-align: left;
						float: left;
						font-weight: normal;
					}

					/* Notes */
					#mainContent.wishlist #items aside.itemNotes {
						position: relative;
					}

						#mainContent.wishlist #items aside.itemNotes dt {
							float: left;
						}

						#mainContent.wishlist #items aside.itemNotes dd {
							float: left;
							margin-right: 60px;
						}

						#mainContent.wishlist #items aside.itemNotes dt.notes {
						}

						#mainContent.wishlist #items aside.itemNotes dd.notes {
							width: 280px;
							margin-right: 0;
						}

						#mainContent.wishlist #items aside.itemNotes a {
							float: right;
						}

						/* Form */
						#mainContent.wishlist #items aside.itemNotes.form dl {
							display: none;
						}

						#mainContent.wishlist #items aside.itemNotes form {
							display: none;
						}						

						#mainContent.wishlist #items aside.itemNotes.form form {
							display: block;
							position: relative;
							width: 100%;
						}

						#mainContent.wishlist #items aside.itemNotes.form form label {
							margin-right: 40px;
						}

						#mainContent.wishlist #items aside.itemNotes.form form label input {
							float: none;
						}

						#mainContent.wishlist #items aside.itemNotes.form form label textarea {
							float: right;
							width: 280px;
							margin-left: 5px;
						}

						#mainContent.wishlist #items aside.itemNotes.form a {
							display: none;
						}

						#mainContent.wishlist #items aside.itemNotes.form button {
							font-size: 1em;
							float: right;
							margin-right: 20px;
							margin-top: -10px;
							margin-bottom: 10px;
						}

					#mainContent.wishlist #items .productSummary dl.prices {
						bottom: 24px;
					}

					#mainContent.wishlist #items a.remove {
						position: absolute;
						top: 0;
						right: 0;
						text-align: right;
						font-size: 0.833em;
						display: block;
						bottom: auto;
						line-height: 1.8em;
					}

					#mainContent.wishlist #items a.removeText:before {
						margin-left: -7px;
					}



			/* Saved Baskets */
				#accountContainer #savedBaskets {
					clear: both;
					margin-top: 1.417em;
					padding-right: 3.333em;
					width: 23.75em;
					position: relative;
					float: left;
				}
				
				#accountContainer #savedBaskets dl {
					width: 100%;
				}
				
				#accountContainer #savedBaskets dl dt {	
					color: #555555;
					font-size: 1.167em;
					font-weight: bold;
					line-height: 1.286em;
					margin: 0 -10px;
					padding: 0.929em 10px 1.429em;					
				}
				
				
				#accountContainer #savedBaskets dl dd.items {
					color: #3D89D6;
					font-size: 1.167em;
					font-weight: bold;
					line-height: 1.286em;
					margin-top: -2.714em;
					position: absolute;
					right: 2.857em;
				}				
				
				#accountContainer #savedBaskets dl dd.date {
					color: #888888;
					font-size: 0.917em;
					line-height: 1.636em;
					margin-top: -2em;

				}
				
				#accountContainer #savedBaskets dl form {
					margin-top: -1.25em;
					float: right;
					display: block;
				}
				
				#accountContainer #savedBaskets dl form li {
					margin-right: 0;
				}
				
				#accountContainer #savedBaskets dl form button.delete {
					margin-right: 8px;
				}
				
				.ie #accountContainer #savedBaskets dl form button {
					width: 50px;
				}

			
			/* Saved Products */
				#accountContainer #savedProducts {
					margin-top: 1.417em;
					padding-left: 3.333em;
					min-height: 6.666em;
					width:  23.75em;
					position: relative;
					float: left;	
				}
				
				#accountContainer #savedProducts dl {
					margin: 0;
				}

				#accountContainer #savedProducts dl dt {
					font-size: 1.167em;
					line-height: 1.286em;
					list-style: none;
					margin: 0;
					width: 100%;
					font-weight: bold;
				}
				
				#accountContainer #savedProducts dl dd {
					font-size: 1.167em;
					line-height: 1.286em;
					margin: 0;
				}
				
				#accountContainer #savedProducts dl dd strong {
					width: 30px;
					color: #3d89d6;
					display: block;
					float: left;
				}
				
				#accountContainer #savedProducts dl dd.link {
					position: absolute;
					right: 10px;
					margin-top: -37px;
					font-size: 12px;
				}
				
				#accountContainer #savedProducts dl dd.default {
					position: absolute;
					right: 65px;
					margin-top: -37px;
					font-size: 12px;
				}

				#accountContainer #savedProducts dl dd.default em {
					font-size: 10px;
				}

				#accountContainer #savedProducts dl dd.items {
					padding-bottom: 8px;
					margin-bottom: 9px;
					border-bottom: 1px solid black;
				}

			/* Alerts */
				#accountContainer #alerts {
					margin-top: 1.5em;
					padding-right: 3.333em;
					width: 23.75em;
					position: relative;
					float: left;	
					clear: both;
				}
				
				#accountContainer #alerts ul {
					margin: 0;
				}
				
				#accountContainer #alerts ul li {
					clear: both;
					font-size: 1.167em;
					line-height: 1.929em;
					list-style: none;
					margin: 0;
					width: 100%;
				}
				
				#accountContainer #alerts ul li strong {
					width: 30px;
					color: #3d89d6;
					display: block;
					float: left;
				}
				
				.ie7 #accountContainer #alerts ul li a {
					position: absolute;
					right: 45px;
					margin-top: 1px;
				}
			
			/* Your Vehicles */
				#accountContainer #yourVehicles {
					margin-top: 1.5em;
					padding-left: 3.333em;
					width: 23.75em;
					position: relative;
					float: right;	
				}
				
				#accountContainer #yourVehicles dl {
					float: left;
					width: 100%;
				}
				
				#accountContainer #yourVehicles dt {
					font-size: 1.167em;
					line-height: 1.286em;
					float: left;
				}
				
				#accountContainer #yourVehicles dd.year {
					float: left;
				}
				
				#accountContainer #yourVehicles dd.year:before {
					content: '-';
					margin: 0 8px;
				}
				
				#accountContainer #yourVehicles dd.engineCC {
					float: right;
				}
				
				#accountContainer #yourVehicles dd.chasisNumber, #accountContainer #yourVehicles dd.engineNumber {
					position: relative;
					width: 60%;
					float: left;
					font-size: 0.917em;
					line-height: 1.636em;
					margin-bottom: 0.818em;
					color: #888888;
				}
				
				#accountContainer #yourVehicles dd.engineNumber {
					width: 40%;
				}
				
				

	/* Member Addresses */
		#deliveryAddress {
			width: 40%;
			min-height: 210px;
			float: left;
			font-weight: bold;
		}

		#deliveryAddress h2 {
			font-size: 1.5em;
			line-height: 2em;
		}

		#phoneResponseMsg {
			clear: both;
			margin-top: 5px;
		}

		#currentAddresses {
			width: 100%;
			border: 2px solid #999;
			border-collapse: collapse;
			margin-bottom: 1.5em;
		}
		
		#currentAddresses thead {
			background-color: #EEE;	
			border-bottom: 1px solid #CCC;
		}
		
		#currentAddresses thead th, #currentAddresses tbody tr td {
			padding: 9px 5px;
		}
	
		#currentAddresses tbody tr {
			border-bottom: 1px solid #CCC;
		}

		/* Update delivery phone number */
			#frmUpdateDeliveryTel {
				margin-bottom: 18px;
			}

			#frmUpdateDeliveryTel label {
				font-weight: bold;
			}

			#frmUpdateDeliveryTel input {
				width: 62%;
			}
	
		#selectAddress {
			max-height: 134px;
			overflow: auto;	
			border: 2px solid #999;
			margin-bottom: 18px;
			width: 50%;
			float: right;
			margin-top: 52px;
		}

		#selectAddress.empty {
			height: 98px;
			border: none;
		}
		
		#selectAddress > p {
			margin-top: -18px;
			position: absolute;
		}

		#selectAddress table {
			border: none;
		}
	
		#selectAddress td.addressLink {
		}
		
		#selectAddress td.addressLink a {
			display: block;
			width: 100%;
			height: 100%;
			text-decoration: none;
			color: #000;
		}

		#selectAddress td a.button {
			float: left;
			margin: 0;
		}

		#selectAddress.cardAddress > p {
			margin-top: -36px;
			font-weight: bold;
			font-size: 10px;
		}

		#cardAddressDiv {
			width: 40%;
			display: inline-block;
		}

		.addAddressBtn {
			float: right;
		}




	/* Postcode lookup form */
		.no-js #frmPostcodeLookup {
			display: none;
		}
	
		#frmPostcodeLookup {
			background-color: #f5f5f5;
		}
		
		#frmPostcodeLookup fieldset {
			padding: 10px;
		}
		
		#frmPostcodeLookup legend {
			position: absolute;
		}
		
		#frmPostcodeLookup p {
			margin-top: 2em;
			margin-bottom: 1em;
		}
		
		#frmPostcodeLookup ol li {
			width: auto;
			margin-right: 20px;
		}
		
		#frmPostcodeLookup ol li input {
			font-size: 1.5em;
			font-weight: bold;
			padding: 0 3px;
		}

		#frmPostcodeLookup ol li label {
			width: auto;
		}
		
		#frmPostcodeLookup ol li #strProperty {
			width: 3.333em;
		}

		#frmPostcodeLookup ol li #strPostcode {
			width: 5.556em;
		}

		#frmPostcodeLookup button {
			margin-top: 2.1em;
			font-size: 1.167em;
			line-height: 1.286em;			
		}
		
	/* Postcode selection table */
		#addressLookupSelect {
			max-height: 350px;
			overflow: auto;
			display: block;
			font-size: 1.167em;
			line-height: 1.186em;
			min-width: 400px;
		}
		
		#addressLookupSelect thead {
			font-weight: bold;
			background-color: #EEE;
		}
		
		#addressLookupSelect th {
			text-align: center;
		}
		
		#addressLookupSelect th, #addressLookupSelect td {
			min-width: 340px;
			padding: 5px 15px;
		}
		
		#addressLookupSelect tbody tr {
			cursor: pointer;
			border-bottom: 1px solid #666;
		}
		
		#addressLookupSelect tbody tr:hover {
			background-color: #000;
			color: #FFF;
		}


	/* Previous orders */
		#orderSummary {
			width: 100%;
			border: 2px solid #999;
			border-collapse: collapse;
			margin-bottom: 1.5em;
		}
		
		#orderSummary thead {
			background-color: #EEE;	
			border-bottom: 1px solid #CCC;
		}
		
		#orderSummary thead th, #orderSummary tbody tr td {
			padding: 9px 5px;
		}
	
		#orderSummary tbody tr {
			border-bottom: 1px solid #CCC;
		}


/* Style modifyers */
	.floatRight {
		float: right !important;
	}
	
	.floatLeft {
		float: left;	
	}

	.clear {
		clear: both;
	}
	
	.center {
		text-align: center;
	}
	
	.right {
		text-align: right;
	}

	.text10 {
		font-size: 10px !important;
		line-height: 1.8em !important;
	}	
	
	.text11 {
		font-size: 11px !important;
		line-height: 1.636em !important;
	}		

	.text12 {
		font-size: 12px !important;
		line-height: 1.5em !important;
	}
	
	.text14 {
		font-size: 14px !important;
		line-height: 1.286em !important;
	}
	
	.text18 {
		font-size: 18px !important;
		line-height: 1em !important;
	}
	
	.largeText {
		font-size: 150%;
		line-height: 36px;
	}
	
	.margin1em {
		margin: 1em;
	}
	
/* Build7 styles */
	.pageObjectContainer
	{
		clear: both;
	}

	h1#titleText {
		position: absolute;
		top: 0;
		left: 0;
		height: 27px;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 646px;
		white-space: nowrap;
		padding: 0 12px;
	}
	
	.outerFormContainer  {
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border: solid 2px #E6E8E8;
		background: #E6E8E8;
	}
	
	.innerFormContainer {
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border: solid 2px #B9B9B9;
		background: #ffffff;
	}
	
	#mainTemplateContainer {
		clear: both;
	}
	
	#dspMainContent {
		padding-top: 1.5em;		
	}
	
	.manualObjectContainer table {
		width: auto !important;
	}

	table {
		border-spacing: 6px; border-collapse: separate;
	}
	
	#WzTtDiV table{
		border-spacing: 0; border-collapse: collapse;
	}

	/* History Text */
		.historyWrap {
			margin-top:40px;
			border-top:2px solid Silver;
			padding-top:15px;
			clear: both;
		}
		
		.historyTextClass {
			font-family:"Courier New", Courier, monospace;
			font-size: 1em;
			line-height: 1.5em;
			padding-top:5px;
			padding-bottom:15px;
			padding-left:25px;
			padding-right:10px;
			width:545px;
			background-image:url(/_inc/img/historyBack.jpg);
			background-repeat:repeat-y;
			text-align:left;
			margin:auto;
			height: 300px;
			overflow: auto;
			margin-top: 15px;
			border-top:2px solid Silver;
			border-left:2px solid Silver;
			border-bottom:2px solid Silver;
			margin-bottom: 1.5em;
		}
		
		#mainContent .historyTextClass h1 {
			width:500px;
			font-size: 1.5em;
			background: none !important;
			text-align: left;
			color: #003;
			padding: 0;
			margin-top: 4px;
			margin-bottom: 4px;
		}
		
		.historyTextClass a {
			color: Blue;
			text-decoration: underline;
			cursor: pointer;
		}
	
	/* Homepage */
	
		#secondPanel {
		        background:url(/_inc/images/homepage/trade-2014.jpg) no-repeat;
		        width:441px;
		        height:202px;
		        color:#444;
		        display:block;
		        clear:both;
		        margin:18px 0 18px 0;
		}
		
		#secondPanel .content {
		        position:absolute;
		        margin:10px 10px 0px 10px;
		        color:#444;
		        width:421px;
		        font-size:12px;
		}
		
		#secondPanel .contact {
		        position:absolute;
		        width:230px;
		        margin:75px 5px 5px 250px;
		}
		
		#secondPanel .heading{
		        font-size:24px;
		        font-weight:bold;
		}
      
		#vwh-engines-panel {
			margin-left:0px; 
			margin-top: 1.5em;
			height: 250px; 
			background: url(/_inc/images/homepage/grad-engine.jpg) repeat-y scroll right top transparent;
			z-index: 0;
			position: relative;
			clear: both;
		}	
		
		#vwh-engines-panel div {
			position: absolute;
			width: 240px;
			right: 10px;
			top: 0;
		}
		
		#vwh-engines-panel div p {
			font-size: 0.917em;
			line-height: 1.637em;
			font-weight: bold;
		}
		
		#vwh-engines-panel div p.title {
			color: #0066FF;
			font-size: 1.5em;
			line-height: 1em;
			font-weight: bold;
			margin-top: 0.75em;
		}
		
		#vwh-engines-panel div ul {
			font-size: 0.917em;
			line-height: 1.637em;
			margin:1.637em 0 1.637em 30px;
			line-height: 1.637em;
			font-weight: bold;
		}
		
		
		/* Classic parts  */
			#classicPartsPanel {
				height: 16.5em
			}
			
			#classicPartsPanel img {
				margin-top: 13px;
			}
			
			#classicPartsPanel h1 {
				color: #000066;
			}
			
			#classicTable {
				background-color:#E7E8E8;
				width: 100%;
			}
			
			#classicIndex {
				position: relative;
				top: -10px;
				padding: 5px 5px 6px 5px;
				background-color: #BBB;
				text-align: center;
			}

		/* Trade panel */		
			#tradePanel {
				background-color: #346898;
				color: #FFF;
				height: 16.5em;
				background-image: url("/_inc/images/homepage/trade_buyer_panel.jpg");
				background-position: bottom;
				background-repeat: no-repeat;
			}
			
			#tradePanel p.heading, #tradePanel p.subHeading {
				color: #FFF !important;
			}
			
			#tradePanel a {
				color: #ECC336;
			}
			
			#tradePanel a:hover {
				color: #ccec36;
			}
			
		/* New products panel */		
			#newProductsPanel {
				background-color: #cc0200;
				background-image: url("/_inc/images/homepage/redwhite-panel.gif");
				background-repeat: repeat-x;
				background-position: 0 15px;
				color: #FFF;
				height: 16.5em;
				display: block;
			}			
			
			#newProductsPanel p.heading, #newProductsPanel p.subHeading {
				color: #FFF !important;
			}
			
			#newProductsPanel img {
				margin-top: 14px;
				margin-left: -4px;
			}
			
			#newProductsPanel a {
				color: #ECC336;
			}
			
			#newProductsPanel a:hover {
				color: #ccec36;
			}			


		/* Video panel */
			#video-panel {
				position: relative;
			}

		/* SSP Wheels */
			#ssp-wheels-panel {
				color: #FFF;
				background: url(/_inc/images/homepage/ssp-wheels-panel.jpg) no-repeat scroll right top transparent;				
			}
			
			#ssp-wheels-panel p.heading {
				color: #FFF !important;
			}
			
			#ssp-wheels-panel p {
				width: 45%;
				font-weight: bold;
				margin-left: 10px;
			}
			
			#ssp-wheels-panel p a {
				color: #ECC336;
				text-decoration: underline;
			}

			#ssp-wheels-panel p a:hover {
				color: #ccec36;
			}
			
		/* Promo block images */
		#airNav a img, #waterNav a img {
			margin-bottom: 5px;
		}

	/* Carriage table */
		#carriageTable {
			width: 100%;
			margin-top: 1.5em;
		}
		
		#carriageTable thead {
			border-bottom: 1px solid black;
		}
		
		#carriageTable caption {
			text-align: left;
			font-size: 1.167em;
			line-height: 1.286em;
			font-weight: bold;
		}	

/**************************************************************************************************************************************/
/* Homepage banner */				

#homepagebannerContainer {
	width: 670px;
	background-color: #eae5e9;
	height: 180px;
	background-image: url(/_inc/images/banners/homepageBannerGreyBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	margin-top: -3.75em;
}

#homepagebannerContainer #beetleImage {
	position: absolute;
	bottom: 0;
	left: 20px;
}

#homepagebannerContainer #golfImage {
	position: absolute;
	bottom: 0;
	right: 20px;
}

#homepagebannerContainer #classicLink {
	position: absolute;
	top: 10px;
	left: 300px;
}

	/* Static content styles */
	
		/* Shows */		
			#showTable {
				border-spacing: 0;
				border-collapse: collapse;			
			}
		
			#showTable thead tr th {
				background-color: #888888;
				color: #FFF;
				text-align: center;
				padding: 10px;
			}
			
			#showTable tbody tr th {
				background-color: #777777;
				padding: 0 0 0 10px;
				color: #fff;
			}
			
			#showTable tbody tr > td {
				padding: 4px 0 5px 10px;
			}
			
			#showTable tbody tr > td:first-child {
				padding-right: 30px;
			}
			
			#showTable tbody {
				background-color: #ddd;
			}


		/* FAQ */
			div.liveChat {
				width: 200px;
				float: right;
				background-color: #eee;
				font-size: 0.917em;
				line-height: 1.636em;
				padding: 0 5px;
				margin-bottom: 1.636em;
			}
			
			div.liveChat table {
				margin-left: -5px;
			}
			
			div.liveChat p {
				margin-top: -1.636em;
			}
			
			#faq {
				clear: both;
			}
		
			#faq dt, #faq dd {
				line-height: 1.5em;
				background-color: #eee;
			}
			
			#faq dt {
				font-weight: bold;
				padding: 7px 10px 0;
				clear: both;
			}
			
			#faq dd {
				margin-bottom: 1.5em;
				padding: 0 10px 7px;				
			}
			
			#faq dd ul {
				margin: 9px 0;
			}
			
			#faq dd ul li {
				display: block;
				clear: both;
				list-style: none;
				line-height: 30px;
				padding-top: 5px
			}
			
			#faq dd ul li img {
				margin-right: 10px;
				vertical-align: middle;
			}
			
			#faq dd a.floatLeft {
				margin-top: 1.5em;
			}
			
			#faq dd.floatLeft img {
				margin-right: 10px;
			}

/**************************************************************************************************************************************/
/* SPECIALS STYLE */

#SpecialsTable {
	position:absolute;
	left:0px;
	top:0px;
	width:659px;
	height:705px;
	margin-left: 10px;
	margin-right: auto;
}

#tim-t_ {
	position:absolute;
	left:0px;
	top:0px;
	width:331px;
	height:228px;
}

#evk_ {
	position:absolute;
	left:331px;
	top:0px;
	width:328px;
	height:294px;
}

#tmi-l_ {
	position:absolute;
	left:0px;
	top:228px;
	width:23px;
	height:210px;
}

#web-specials-04_ {
	position:absolute;
	left:23px;
	top:228px;
	width:277px;
	height:121px;
	font-size:0.7em;
	line-height:1.1em;
}

#tmi-r_ {
	position:absolute;
	left:300px;
	top:228px;
	width:31px;
	height:210px;
}

#covers-t_ {
	position:absolute;
	left:331px;
	top:294px;
	width:328px;
	height:68px;
}

#tmi-b_ {
	position:absolute;
	left:23px;
	top:349px;
	width:277px;
	height:89px;
}

#covers-l_ {
	position:absolute;
	left:331px;
	top:362px;
	width:33px;
	height:76px;
}

#web-specials-09_ {
	position:absolute;
	left:364px;
	top:362px;
	width:122px;
	height:44px;
	font-size:0.7em;
	line-height:1.1em;
}

#covers-r_ {
	position:absolute;
	left:486px;
	top:362px;
	width:173px;
	height:76px;
}

#covers-b_ {
	position:absolute;
	left:364px;
	top:406px;
	width:122px;
	height:32px;
}

#panels-t_ {
	position:absolute;
	left:0px;
	top:438px;
	width:516px;
	height:46px;
}

#belts_ {
	position:absolute;
	left:516px;
	top:438px;
	width:143px;
	height:267px;
}

#panels-l_ {
	position:absolute;
	left:0px;
	top:484px;
	width:234px;
	height:221px;
}

#web-specials-15_ {
	position:absolute;
	left:234px;
	top:484px;
	width:271px;
	height:209px;
	font-size:0.7em;
	line-height:1.1em;
}

#panels-r_ {
	position:absolute;
	left:505px;
	top:484px;
	width:11px;
	height:221px;
}

#panels-b_ {
	position:absolute;
	left:234px;
	top:693px;
	width:271px;
	height:12px;
}

/* A little extra style by Stealth Gary */	

	button.removeText {
		background: none;
		border: none;
		box-shadow: none;
		text-decoration: underline;
		color: #00457C;
		font-weight: normal;		
	}

	.removeText:before {
		content: 'x';
		font-size: 1.5em;
		line-height: 1em;
		color: #F00;
		float: left;
		display: block;
		margin-left: -15px;
		font-weight: bold;
	}

	.removeText:hover {
		color: #1C87D7;
		text-decoration: underline !important;
	}


	.tickButton {
		width: 16px;
		height: 16px;
		background-image: url(/_inc/images/buttons/btnTick.gif);
		background-repeat: no-repeat;
		display: block;
		text-indent: -999em;
		background-position: 0 -16px;
		text-align: center;
		margin: auto;
		outline: none;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.tickButton.on, .tickButton:hover {
		background-position: 0 0;
	}
	
	.tickButton.loading {
		background-image: url(/_inc/img/loading_default.gif);
		background-position: 0 0;
	}

	.crossButton {
		width: 16px;
		height: 16px;
		background-image: url(/_inc/images/buttons/btnCross.gif);
		background-repeat: no-repeat;
		display: block;
		text-indent: -999em;
		background-position: 0 -16px;
		text-align: center;
		margin: auto;
		outline: none;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.delCarAd .crossButton {
		background-image: url(/_inc/images/buttons/btnCross2.gif);
	}
	
	.cfsDelete {
		width: 16px;
		height: 16px;
		background-image: url(/_inc/images/buttons/btnCross2.gif);
		background-repeat: no-repeat;
		display: block;
		text-indent: -999em;
		background-position: 0 -16px;
		text-align: center;
		margin: auto;
		outline: none;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		cursor: pointer;
	}

	.crossButton:active {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
	}	
	
	.ie .crossButton {
		filter: none;
	}
	
	.crossButton.on, .crossButton:hover, form.formFramework button.crossButton:hover {
		background: url(/_inc/images/buttons/btnCross.gif) no-repeat 0 0;
		background-color: transparent;
	}		
	
	.crossButton.loading {
		background: url(/_inc/img/loading_default.gif) 0 0;
	}	

	form.formFramework button.crossButton {
		width: 16px;
		height: 16px;
		background-image: url(/_inc/images/buttons/btnCross.gif);
		background-repeat: no-repeat;
		background-color: transparent;
		min-width: 16px;
		display: block;
		text-indent: -999em;
		background-position: 0 -16px;
		text-align: center;
		margin: auto;
		outline: none;	
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;		
	}

	.listBlocks li {
		list-style: none;
		padding: 18px 0;
		margin: 0;
		display: block;
		width: 100%;
		clear: both;
		border-bottom: 1px solid black;
	}
	
	ul.horizontal, ol.horizontal {
		margin-bottom: 18px;
		float: left;
		width: 100%;
		display: block;
	}
	
	ul.horizontal li, ol.horizontal li {
		float: left;
		margin-right: 40px;
	}
	
	ol.steps {
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}
	
	ol.steps li {
		display: inline-block;
		margin-right: 5px;
	}	
	
	ol.steps li:after {	
		content: "\00bb";
		margin-left: 5px;
		font-weight: bold;
	}
	
	ol.steps li:last-child:after {
		content: none;
	}
	
	.textSize2 {
		font-size: 14px;
		line-height: 18px;
	}
	
	.textSize3 {
		font-size: 18px;
	}
	
	.textSize4 {
		font-size: 24px;
		line-height: 36px;
	}
	
	.red {
		color: #C00;
	}
	
	.border1 {
		border: 1px solid black;
	}
	





/* Basket summary */
	#basketSummary {
		color: #333;
		background-color: #e7e8e8;
		margin-top: 32px;
		position: relative;
		border-radius: 0 7px 7px 7px;
		float: left;
		width: 100%;
		min-height: 11em;
	}

	#basketSummary h1 {
		background-color: #E7E8E8;
		background-image: none !important;
		border-radius: 7px 7px 0 0;
		color: #333333;
		display: block;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 1em;
		margin-top: -32px;
		padding: 7px 25px 7px 15px;
		position: absolute;
		text-align: left;
		width: auto;
	}

	#basketSummary strong.price {
		font-weight: bold;
	}

	#basketSummary span.currencyPrice {
		font-size: 10px;
		margin-top: 1em;
		margin-right: 10px;
		position: absolute;
		right: 0;
	}
	
	#inStockItems {
		padding-top: 18px;
	}

	#inStockItems, #outStockItems {
		width: 52%;
		font-size: 14px;
		line-height: 27px;
		margin-left: 3%;
		position: relative;
	}

	#inStockItems strong, #outStockItems strong {
		margin-right: 10px;
	}

	#inStockItems strong.price, #outStockItems strong.price {
		position: absolute;
		right: 0;
		text-align: right;
	}

	#basketTotals {
		background-color: #f7f7f7;
		width: 39%;
		height: 100%;
		font-size: 14px;
		line-height: 27px;
		padding-left: 3%;
		border-radius: 0px 7px 7px 0;
		float: right;
		min-height: 147px;
	}

	#total {
		font-size: 18px;
	}

	#total span.currencyPrice {
		margin-top: 1.2em;
	}

	#total strong {
		color: #3275e2;
	}

	#basketTotals p {
		width: 46%;
		text-align: right;
	}

	#basketTotals p:first-of-type{
		padding-top: 18px;
	}

	#basketTotals p:last-of-type {
		padding-bottom: 18px;
	}

	#basketTotals p strong, #basketTotals p span.currencyPrice {
		position: absolute;
		right: 3%;
		margin-right: 0;
	}

	/* Save basket */
		#basketFunctions {
			clear: both;
			display: block;
			float: left;
			margin-top: 9px;
			margin-bottom: 48px;
			width: 35%;
		}

		#basketNewSaveName {
			clear: both;
		}

		#basketNewBasketName {
			width: 80%;
		}

		#basketNewSaveName fieldset.submit {
			float: left;
			margin-top: 10px;
			clear: both;
		}

	#basketLinks {
		position: absolute;
		right: 0;
		top: -22px;		
	}

	#basketLinks ul li {
		display: inline-block;
		margin-left: 10px;
	}


	/* Promo code */
	#frmPromoCode {
		float: left;
		margin-top: 0.75em;
		width: 45%;
		position: relative;
		margin-left: 3%
	}

		#frmPromoCode strong {
			color: #00cc00;
		}

		#frmPromoCode label {
			display: block;
			line-height: 1.5em;
			width: auto;		
		}

		#frmPromoCode label p {
			font-weight: normal;
		}

		#frmPromoCode input {
			border: 1px solid black;
			display: block;
			float: none;
			font-size: 14px;
			margin-top: 4px;
			padding: 3px 4px 4px;
			width: auto;
			color: #3275e2;
			font-weight: bold;
			text-transform: uppercase;
		}

		#frmPromoCode button {
		    float: right;
		    margin-bottom: 0;
		    position: absolute;
		    right: 0;
		    top: 22px;
		    height: 30px;
		}

		#frmPromoCode label, #frmPromoCode input {
			margin-left: 0;
		}

		#promoApplied {
			padding-bottom: 9px;
		}

		#promoApplied a {
			font-size: 0.833em;
		}

	.ie #frmPromoCode button {
		filter:inherit;
	}

	
	#btnCheckout {
		position: absolute;
		right: 0;
		bottom: -60px;
		padding: 0 20px;
		font-weight: normal;
		font-size: 18px;
		text-transform: uppercase;		
	}

	#basketItemContainer {
	    border-top: 1px solid;
	    clear: both;
	    float: left;
	    margin-top: 6.5em;
	    padding-top: 26px;
	}

	#checkoutForm2Button {
		width: auto;
		padding: 0 10px;
	}

	/* Cart table */
	.basketTable {
		width: 100%;
		border: 5px solid #e7e8e8;
		border-collapse: collapse;
		margin-bottom: 36px;
	}
	
		.basketTable caption {
			font-size: 1.5em;
			line-height: 1em;
			font-weight: bold;
			text-align: left;
			width: auto;
			max-width: 350px;
			background-color: #e7e8e8;
			padding: 7px 15px;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			color: #333;			
		}
		
		.basketTable tr td {
			border-bottom: 1px solid #e7e8e8;
		}

		.basketTable .productPrice {
			width: 140px;				
		}
			
			.basketTable .productPrice form {
				width: 100%;
				display: block;
				float: left;
			}
						
			.basketTable .productPrice button {
				min-width: 0;
			}
		
		.basketTable .productImage {
			width: 80px;
		}
		
			.basketTable .productImage a {
				display: block;
				margin-left: 5px;				
			}
		
		.basketTable .productDetails {
			float: none;
			padding: 0;
		}

		.basketTable .cartOptions {
			width: 60px;
		}

		.basketTable button {
			margin-bottom: 0;
		}

		.paymentButtons {
		    bottom: -75px;
		    clear: both;
		    position: absolute;
		    right: -30px;
		}

	/* Carriage estimate */
		#carriageEstimate {
			clear: both;
			margin-bottom: 0;
		}

		#carriageEstimate caption {
			margin-top: 3em;
		}
	

	/* Payment options */
		#paymentOptions {
			margin-top: 7px;
			width: 622px;
			float: left;
			position: relative;
		}


		#paymentOptions button {
			font-size: 1.5em;
			margin-top: 25px;
		}
/*
		#btnPayPal {
			margin-left: 30px;
		}

		#btnPayPal:before {
			content: '';
			background-image: url(/_inc/images/build8/structure/paymentSprites.png);
			position: absolute;
			display: block;
			width: 80px;
			height: 24px;
			right: 4px;
			top: -27px;
		}

		#carriagePageSubmit {
			float: right;
			margin-right: 30px;
		}

		#carriagePageSubmit:before {
			content: '';
			background-image: url(/_inc/images/build8/structure/paymentSprites.png);
			position: absolute;
			display: block;
			width: 121px;
			height: 23px;
			right: 0;
			top: -28px;
			background-position: 0 -24px;
		}
*/
		#carriagePageSubmit.onAccount {
			margin-top: -18px;
		}

		#carriagePageSubmit.onAccount:before{
			background: none;
		}

		/* Payment button */
		.paymentFormSubmits {
			font-size: 1.5em;
		}


		/* Payment layout */
			.paymentButtons.layout_B, .paymentButtons.layout_A {
				font-size: 14px;
				font-weight: bold;
				right: 0;
				bottom: -129px;
				width: 228px;
			}

			.paymentButtons.layout_B button.paypal, .paymentButtons.layout_A button.paypal {
				background-image: url(/_inc/images/build8/structure/paymentSprites.png?v3);
				width: 228px;
				height: 44px;
				background-position: 0 -47px;
				display: block;
				text-indent: -999em;
				background-color: #FFF;
				border: none;
				box-shadow: none;
				padding: 0;
			}

			.paymentButtons.layout_B button.paypal:after, .paymentButtons.layout_A button.paypal:after {
				color: #000;
				content: "or";
				display: block;
				margin-top: 15px;
				text-align: center;
				text-indent: 0;
			}

			.paymentButtons.layout_B #carriagePageSubmit, .paymentButtons.layout_A #carriagePageSubmit {
				margin-top: 28px;
				width: 228px;
				height: 36px;
				margin-left: 0;
				border-radius: 4px;
				text-indent: 70px;
			}

			.paymentButtons.layout_B #carriagePageSubmit:after, .paymentButtons.layout_A #carriagePageSubmit:after {
				background-color: #e8e8e8;
				background-image: url(/_inc/images/build8/structure/paymentSprites.png?v3);
				background-position: -80px 0;
				border-color: #e8e8e8;
				border-radius: 3px 0 0 3px;
				border-style: solid;
				border-width: 8px 0 8px 7px;
				bottom: 0;
				content: "";
				display: block;
				height: 18px;
				left: 0;
				position: absolute;
				width: 70px;
			}


		/* Payment layout C */
			.paymentButtons.layout_C {
				bottom: -110px;
				right: 0;
			}

			.paymentButtons.layout_C button {
				font-size: 20px;
				font-weight: normal;
				margin: 0 0 9px 0 !important;
				width: 383px;
				padding-left: 100px;
				padding-right: 0 !important;
				height: 42px !important;
			}

			.paymentButtons.layout_C button:after {
				content: '';
				position: absolute;
				width: 100px;
				height: 40px;
				display: block;
				float: left;
				background-color: #FFF;
				left: 0;
				top: 0;
			}

			.paymentButtons.layout_C #carriagePageSubmit:before {
				display: none;
			}

			.paymentButtons.layout_C #btnPayPal:before {
				display: none;
			}

			.paymentButtons.layout_C #btnPayPal:after {
				background-image: url(/_inc/images/build8/structure/paymentSprites.png?v2);
				position: absolute;
				display: block;
				width: 80px;
				height: 24px;
				border-top: 10px solid #FFF;
				border-bottom: 6px solid #FFF;
				border-left: 10px solid #FFF;
				border-right: 10px solid #FFF;
			}

			.paymentButtons.layout_C #carriagePageSubmit:after {
				background-image: url(/_inc/images/build8/structure/paymentSprites.png?v2);
				background-position: 0 -24px;
				position: absolute;
				display: block;
				width: 80px;
				height: 23px;
				border-top: 8px solid #FFF;
				border-bottom: 9px solid #FFF;
				border-left: 10px solid #FFF;
				border-right: 10px solid #FFF;
			}

			.paymentButtons.layout_C #carriagePageSubmit {
				margin-right: 0;
			}



		/* Loading bar */
		.loadingBar {
			background-image: url(/_inc/images/build8/structure/loadingBar.gif);
			background-position: bottom center;
			background-repeat: no-repeat; 
			padding-bottom: 18px;
		}

		p.loadingBar {
			background-position: right center;
			padding-bottom: 0;
		}

		p.loadingBarLeft {
			background-position: bottom left;
			padding-bottom: 10px;
		}	



		.orderTotalsTable, .carriageTotalsTable, .grandTotalsTable {
			width: 200px;
		}

		.orderTotalsTable tr td:last-of-type, .carriageTotalsTable tr td:last-of-type, .grandTotalsTable tr td:last-of-type {
			text-align: right;
		}		

		#promoCodeCell {
			text-align: center; 
			background-color: ##99FF99; 
			font-weight: bold; 
			padding: 5px 5px 7px 5px;			
		}


	/* Restricted items */
		#itemRestrictionTable {
			margin-bottom: 0;
		}

		#removeRestricted {
			font-size: 1.5em;
			float: right;
			margin-top: 9px;
			margin-bottom: 0;
		}

	/* Paypal checkout order confirmation page */
		#paypalConfirm {
			clear: both;
			margin-bottom: 3em;
		}
		
		#paypalConfirm h1 {
			width: 100%;
			display: block;
			text-align: center;
			background-color: #CCC;
			font-size: 3em;
			line-height: 1.5em;
			margin-bottom: 0.5em;
		}

		#paypalConfirm h2 {
			margin-bottom: 1.5em;
		}
		
		#paypalConfirm .block {
			width: 30%;
			float: left;
			margin: 1% 0;
		}

		#frmConfirmPaypal {
			clear: both;
		}

		#frmConfirmPaypal button {
			float: right;
			margin-top: 6em;
			margin-bottom: 4.5em;
			font-size: 24px;

		}

		#paypalConfirm section h1 {
			font-size: 1.5em;
			line-height: 1em;
			font-weight: bold;
			text-align: left;
			background-color: transparent;
		}

		#paypalConfirm #totals dt, #paypalConfirm #totals dd {
			float: left;
			width: 40%;
		}

		#paypalConfirm #totals .total {
			font-size: 1.5em;
			line-height: 1em;
			font-weight: bold;
			margin-top: 1em;
		}

	/* Nested category nav (404 page, sitemap) */
		#categoryNav {
			margin: 1.5em 0;
		}
		
		#categoryNav > li.navLevel_1 {
			font-size: 2em;
			line-height: 1.5em;
			font-weight: bold;
			display: block;
			width: 99%;
			clear: both;
			background-color: #CCC;
			padding-left: 1%;
			margin: 0;			
		}
		
		#categoryNav > li.navLevel_1 > ul {
			margin: 0;
		}
		
		#categoryNav > li.navLevel_1 > ul > li {
			font-size: 0.5em;
			line-height: 1.5em;
			font-weight: normal;
			float: left;
			width: 33%;
			display: block;
			background-color: transparent;			
			margin: 1.5em 0;
		}
		
		#categoryNav > li.navLevel_1 > ul > li:nth-of-type(3n + 1) {
			clear: both;
		}
		
		#categoryNav > li.navLevel_1 > ul > li:last-of-type {
			padding-bottom: 3em;
		}
		
		#categoryNav > li.navLevel_1 > ul > li > a {
			font-size: 1.167em;
			line-height: 1.5em;
			font-weight: bold;
			background-color: #333;
			color: #FFF;
			width: 95%;
			display: block;
			padding-left: 1%;
			text-decoration: none;
		}

	
	/* Testimonials */
		#testimonials {
			width: 100%;
			height: 136px;
			clear: both;
			float: left;
			border-top: 1px solid #a1a1a1;
			text-align: center;
			position: relative;
		}

		#testimonials:before {
			content: "“";
			left: 20px;			
		}

		#testimonials:before, #testimonials:after {
			font-size: 300px;
			color: #e6e6e6;
			position: absolute;
			font-family: Georgia, Times, serif;
			line-height: 300px;
			z-index: 1;
		}

		#testimonials:after {
			content: "”";
			right: 30px;
			top: 0;
		}

		#testimonials h1 {
			display: block;
			width: 100%;
			text-align: center;
			font-size: 18px;
			line-height: 36px;
			font-weight: normal;
		}

		#testimonials ul {
			margin: auto;
			display: block;
			width: 80%;
		}

		#testimonials ul li {
			display: block;
			padding: 1em 0;
		}

		#testimonials ul li q {
			font-size: 13px;
			display: block;
			width: 80%;
			margin: auto;
			color: #444;
		}

		#testimonials ul li q:before {
			content: "“";
		} 

		#testimonials ul li q:after {
			content: "”";
		} 

		#testimonials ul li cite {
			display: block;
			font-weight: bold;
			margin: 12px 0;
		}


		
	/* Error template */
		#errorTemplate {
			clear: both;
			margin-bottom: 3em;
		}
		
		#errorTemplate h1 {
			width: 100%;
			display: block;
			text-align: center;
			background-color: #CCC;
			font-size: 3em;
			line-height: 1.5em;
			margin-bottom: 0.5em;
		}

	/* recolour basket special offer table */
	#basketSpecialOfferPanel {
		border: 5px solid #FFCCCC;
	}
	
		#basketSpecialOfferPanel caption {
			background-color: #FFCCCC;
		}
		
		#basketSpecialOfferPanel tr td {
			border-bottom: 1px solid #FFCCCC;
		}



	/* Bubble messages */
		.bubbleMessage {
			position: absolute !important;
			display: block;
			background-color: rgb(50,117,226);
			border-radius: 5px;
			width: auto !important;
			text-align: center !important;
			padding: 5px 15px;
			text-align: center !important;
			min-width: auto !important;
			color: #FFF;
			font-size: 12px !important;
			box-shadow: 0px 0px 7px 0px #000;
		}

		.bubbleMessage:before {
			background-color: rgb(50,117,226);
			content: "";
			display: block;
			height: 10px;
			margin: -10px auto auto;
			width: 10px;			
			transform: rotate(45deg);
			-ms-transform:rotate(45deg); /* IE 9 */
			-webkit-transform:rotate(45deg); /* Safari and Chrome */	
		}		



/* Language modal */
	#countryModalContainer {
		display: block;
		background-color: rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 99999;
		top: 0;
		left: 0;
	}

	.ie8 #countryModalContainer, .ie7 #countryModalContainer {
		background-color: transparent;
		background-image: url(/_inc/images/build8/structure/black_05.png);
	}

	.ie7 #countryModalContainer, .ie7 #countryModal {
		display: none;
	}

	#countryModal {
		width: 70%;
		position: fixed;
		top: 25%;
		left: 15%;
		display: block;
		background-color: #FFF;
		z-index: 2000;
		border: 20px solid #3275e2;
		padding: 2%;
		border-radius: 10px;
		-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 1);
		box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 1);
		-webkit-background-clip: border-box;
		-moz-background-clip: border-box;
		background-clip: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
		inner-border-radius: 10px;
	}

	#countryModal h1 {
		font-size: 2em;
		line-height: 1.5em;
		margin: auto;
		display: block;
	}

	#countryModal p {
		margin: auto;
		display: block;
	}

	#countryModal button {
		font-size: 1.667em;
		display: inline-block;
		padding-left: 55px;
		padding-right: 25px;
		margin-top: 36px;
		margin-left: 20px;
		float: right;
	}

	#countryModal button:before {
		content: '';
		display: block;
		width: 30px;
		height: 20px;
		background-color: #000;
		position: absolute;
		left: 12px;
		top: 9px;
		background-image: url(/_inc/images/build8/structure/spriteSet12.png);
		background-repeat: no-repeat;
		background-position: 0 -907px;
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    1px 1px 3px rgba(0, 0, 0, 0.5);
		box-shadow:         1px 1px 3px rgba(0, 0, 0, 0.5);
	}

	#countryModal.GB button:first-of-type:before {
		background-position: 0 -907px;
	}

	#countryModal.DE button:first-of-type:before, #countryModal button.DE:before {
		background-position: 0 -927px;
	}

	#countryModal.FR button:first-of-type:before, #countryModal button.FR:before {
		background-position: 0 -947px;
	}

	#countryModal.ES button:first-of-type:before, #countryModal button.ES:before {
		background-position: 0 -967px;
	}

	#countryModal.IT button:first-of-type:before, #countryModal button.IT:before {
		background-position: 0 -987px;
	}	

	#countryModal.NL button:first-of-type:before, #countryModal button.NL:before {
		background-position: 0 -1107px;
	}

	#countryModal.BE button:first-of-type:before, #countryModal button.BE:before {
		background-position: 0 -1007px;
	}

	#countryModal.AU button:first-of-type:before, #countryModal button.AU:before {
		background-position: 0 -1027px;
	}

	#countryModal.NZ button:first-of-type:before, #countryModal button.NZ:before {
		background-position: 0 -1047px;
	}	

	#countryModal.US button:first-of-type:before, #countryModal button.US:before {
		background-position: 0 -1127px;
	}

	#countryModal.CA button:first-of-type:before, #countryModal button.CA:before {
		background-position: 0 -1067px;
	}

	#countryModal.IE button:first-of-type:before, #countryModal button.IE:before {
		background-position: 0 -1087px;
	}

	#countryModal.ZA button:first-of-type:before, #countryModal button.ZA:before {
		background-position: 0 -1147px;
	}

	#countryModal.PT button:first-of-type:before, #countryModal button.PT:before {
		background-position: 0 -1167px;
	}

	#countryModal.MX button:first-of-type:before, #countryModal button.MX:before {
		background-position: 0 -1187px;
	}


/**************************************************************************************************************************************/
/* classic page */

	#classicpage.searchBox {
	  background-color:#bbb;
	  border:1px dotted #444;
	  border-radius:15px;
	  height:190px;
	  margin:0 0 18px 0;
	  padding:5px 0 0 5px;
	  width:660px;
	}
	
	.classicPanel {
	  background-color:#dadada;
	  border:1px solid #a4a4a4;
	  float:left;
	  margin:0 5px 18px 5px;  
	  padding:5px;
	  width:200px;
	  height:200px;  
	  border-radius:15px;
	 }
	
	.classicPanel:hover {
	  background-color:#ffffff;
	  cursor:pointer;
	}
	
	.classicPanel img{
	  margin-top:10px;
	}
	
	.classicPanel a{
	  text-decoration:none;
	  color:#444444;
	} 
	#classicScrollbox {
	  border:1px dotted #666666;
	  height:450px;
	  margin-top:18px;
	  overflow-y:scroll;
	  padding:5px;
	  width:658px;
	}

/**************************************************************************************************************************************/
/* OLD STYLES BELOW THIS POINT - SOME MAY NEED REMOVING */


#specialStockDivContent h2 {
	font-size: 14px;
	color: #000066; 
	font-weight: bold;
	background-image: url(/_inc/images/bgs/objectH2header.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 650px;
	height: 31px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;	
}

#inStockDivContent h2 {
	font-size: 14px;
	color: #000066; 
	font-weight: bold;
	background-image: url(/_inc/images/bgs/objectH2header.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 650px;
	height: 31px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;	
}

#outStockDivContent h2 {
	font-size: 14px;
	color: #000066; 
	font-weight: bold;
	background-image: url(/_inc/images/bgs/objectH2header.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 650px;
	height: 31px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;	
}

#accountPod h1{
	color: #193689;
	font-size: 13px;
	padding-left: 10px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:4px;
	margin-bottom:4px;
}

#accountPod a{
	color: #333333;
	font-size: 13px;
	padding: 0px;
}

#accountPod a:hover{
	color: #333333;
	font-size: 13px;
	padding-top:0px;
}

#accountPod a:visited{
	color: #333333;
	font-size: 13px;
	padding-top:0px;
}

#accountPod p{
	padding-left: 10px;
	margin:0px;
}

#advancedSearchLink {
	margin-left: 38px;
	padding-top: 0px;
}

.linkImage { border:none; }


#pagination-digg {
	border: 0; 
	margin: 0 0 18px; 
	padding: 0;
	clear: both;
} 

#pagination-digg li{
	border: 0; 
	margin: 0; 
	padding: 0;
	font-size: 11px;
	list-style: none;
	margin-right: 2px;
	display: inline;
}

#pagination-digg a{
	border: solid 1px #000066;
	margin-right: 2px;
}

#pagination-digg .previous-off,
#pagination-digg .next-off {
	border: solid 1px #DEDEDE;
	color: #888888;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: 3px 4px;
}

#pagination-digg .next a,
#pagination-digg .previous a {
	font-weight:bold;
}

#pagination-digg .active{
	background:#72cb2f;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}

#pagination-digg .elipsis{
	color: #888888;
	display:block;
	float:left;
	padding:4px 6px;
}

#pagination-digg a:link,
#pagination-digg a:visited {
	color:#000066;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}

#pagination-digg a:hover{
	border:solid 1px #72cb2f
}

.bbNav {
	font-weight:bold;
	font-size:12px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	width: 205px;
	height: 114px;
}

.bbNav a {
	color: #FFFFFF;
	text-decoration: none;
}

.bbNav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.bbNavDiv {
	width: 185px;
	height: 70px;
	margin: 0px;
	padding-top: 35px;
	padding-left: 10px;
	cursor:hand;
}

.bbNavDiv:hover {
	text-decoration:underline;
}

.jqLBoxImg {
	z-index:100000;
}

.childButtonCell {
	width: 210px;
	height: 40px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	background-color: #050066;
	background-image: url(/_inc/images/buttons/navBack.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	border-spacing: 0px;
}

.childButtonCell:hover {
	background-color: #CCCCCC;
	background-image: none;
	color: #193689;
}

.childButtonCell a {
	color: White;
	display: table-cell;
	vertical-align: middle;
	width: 210px;
	height: 40px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

.childButtonCell a:hover {
	color: #333333;
	text-decoration: none;
}

.secureAccountContainer {
	margin-bottom: 0px;
}


.listBlocks {
	list-style: none;
	padding: 0;
	margin: 0;
}

		

/**************************************************************************************************************************************/
/* VWH WORLD */

.vwhwNav  {
	width:668px;
	height:115px;
	background-color:#dcdcdc;
	border: solid 1px;
	border-color:#a4a4a4;
	color:#414141;
	margin-bottom:10px;
}

.vwhwNav:hover {
	background-color:#FFFFFF;
	cursor:pointer;
}

.vwhwNavSq {
	width:310px;
	height:304px;
	margin-left:0px;
	margin-bottom:10px;
	background-color:#dcdcdc;
	border:solid 1px;
	border-color:#a4a4a4;
	color:#414141;
	padding-left:8px;
	padding-right:8px;
	line-height:1.2em;
}

.vwhwNavSq:hover {
	background:#fff;
	cursor:pointer;
}

.vwhwNav .navText-large {
	font-size:22px;
	font-weight:normal;
	margin-top:10px;
}

.vwhwNav .navText-med {
	font-size:13px;
	font-weight:normal;
	margin-left:120px;
	margin-top:10px;
}

/**************************************************************************************************************************************/
/* STAFF CARS */

.staffCars {
	background-color:#dcdcdc;
	border:1px solid #a4a4a4;
	margin-bottom:5px;
	padding:0px;
	width:330px;
}

.staffCars:hover {
	background:#FFF;
	cursor:pointer;
}

.staffCars .head {
	font-size:16px;
	font-weight:normal;
	padding-top:5px;
	text-decoration:underline;
}

.staffCars p {
	color:#414141;
	font-size:11px;
	line-height:1.2em;
	padding-left:100px;
	padding-top:5px;
}

.aboutVehicle {
	border:1px solid #CCC;
	box-shadow: 3px 3px 3px #AAA;
	height:125px;
	margin-top:10px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:10px; 
	width:675px !important;
}

.aboutVehicle p{
	margin-top:9px;
}

.aboutOwner {
	background-color:#333;
	border:1px solid #999999; 
	box-shadow: 3px 3px 3px #AAA;
	color:#fff;
	font-size:11px;
	margin-top:10px;
	padding:10px; 
	width:675px; 
}

.aboutOwner p {
	margin-top:9px;
}

/**************************************************************************************************************************************/

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.vCont {
	position:relative;
	width:189px;
	height:101px;
}
.vPic {
	position:absolute;
	width:112px;
	height:83px;
}
.vRgt {
	position:absolute;
	left:112px;
    width:77px;
	height:83px;
	overflow : visible
}
.vBtm {
	position:absolute;
	top:83px;
	width:189px;
	height:18px;
}
.vSub1 {
	display: none;
	background-color: #C8CFE3;
	width: 181px;
}
.vSub1Item {
	font-size: small;
	padding-left: 10px;
	padding-top: 5px;
	color: Black;
	font-weight: bold;
}
a.vSub1Link {
	text-decoration: none;
	color: Black;
}
a:visited.vSub1Link {
	color: Black;
}
a:active.vSub1Link {
	color: Blue;
}
a:hover.vSub1Link {
	color: Blue;
}
.vSub2 {
	display: block;
	background-color: #C8CFE3;
	width:181px;
}
.smb {
	background: #ffffff url(#request.rootPathAbs#_inc/img/sub_mnu_btm.gif);
	height: 20px;
	width: 181px;
}
th {
	text-align:left;
	padding-top:10px;
}
.tblSub {
	text-decoration : underline;
	font-style : italic;
}
.yearDD {
	padding-top:8px;
}
.shopLink {
	padding-top:3px;
	font-size:0.8em;
}
a.shopLinkA {
	text-decoration: none;
	color: White;
}
a:visited.shopLinkA {
	color: White;
}
a:active.shopLinkA {
	color: White;
}
a:hover.shopLinkA {
	color: White;
	text-decoration: underline;
}
.hMenuLink {
	font-size:0.8em;
	font : small-caps;
}
a.hMenuLink {
	text-decoration: none;
	color: White;
}
a:visited.hMenuLink {
	color: White;
}
a:active.hMenuLink {
	color: White;
}
a:hover.hMenuLink {
	color: White;
	text-decoration: underline;
}
#fcentertxt {
	font-size: 0.6em;
}
#hMenuContent {
	color: White;
}

/*
translation styles
*/

#xlateSiteFurnTbl th, #xlateResourceTbl th {padding-bottom:20px;}

#xlateSiteFurnTbl td button, #xlateResourceTbl td button {margin-left:0px; margin-bottom:8px;}

#xlateResourceTbl td {
	vertical-align:top;	
}

.targetLangContent, .langResourceContent, #addLangResourceContent {
	width: 240px;
	height: 100px;
}

.tick {
	width: 16px;
	height: 16px;
	background-image: url(/_inc/images/buttons/btnTick.gif);
	background-repeat: no-repeat;
	display: block;
}

.cross {
	width: 16px;
	height: 16px;
	background-image: url(/_inc/images/buttons/btnCross.gif);
	background-repeat: no-repeat;
	display: block;
}

p.objectMaster {
	display: inline;
	width: auto;
	line-height: 1.5em;
	float: right;
	font-weight: bold;
	font-style: italic;
}

p.objectMaster:after {
	content: "\0020";
	background-image: url(/_inc/images/build8/structure/spriteSet12.png);
	background-repeat: no-repeat;
	background-position: 0 -378px;
	display: block;
	width: 16px;
	height: 8px;
	float: right;
	margin-top: 6px;
	margin-left: 5px;
}

p.objectMaster:hover {
	cursor: pointer;
}

p.objectMaster:hover:after {
	background-position: 0 -386px;
}

p.objectMaster:active:after {
	background-position: 0 -394px;
}

p.objectMaster.active:after {
	background-position: -16px -378px;
}

p.objectMaster.active:hover:after {
	background-position: -16px -386px;
}

p.objectMaster.active:active:after {
	background-position: -16px -394px;
}

/* Object translation */
	.translateObjectContainer {
		margin:auto; 
		max-width:1520px; 
		position:relative
	}

	.translateObjectContainer.slim {
		max-width: 720px;
	}

	.translateObjectContainer .objectDetails {
		width:460px;
	}

	.translateObjectContainer.slim .objectDetails {
		margin-top: 40px;
	}

	.translateObjectContainer.slim #objectEdit textarea {
		height: 200px;
	}

	div.objectMaster {
		display: none;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		clear: both;
		border-top: 2px solid #999;
		border-bottom: 2px solid #999;	
	}

	#objectEdit textarea {
		width: 720px;
		height: 900px;
		border: 2px solid black;
	}

	#translateMeta {
		position: absolute;
		right: 0px;
		top: 36px;
	}

	.translateCopy {
		width: 720px;
		float: left;
		margin-right: 100px;
	}

	.originalCopy {
		width: 700px;
		float: left;
		margin-top: 40px;
	}


	#originalSourceCode {
		margin: 50px 0;
		padding-top: 50px;
		clear: both;
		border-top: 2px solid gray;
	}

	#originalSourceCode div {
		display: none;
	}

	#objectEditorButtons {
		position: absolute;
		top: 5px;
		right: 20px;
		height: 60px;
		z-index: 9999;
		width: 680px;
		text-align: right;
	}

	#objectEditorButtons .back {
		float: left;
	}

	.translateObjectContainer .buttonLoading {
		position: absolute;
		right: 0;
		top: 28px;
	}

	.translateObjectContainer .notifyBox {
		margin-top: 0;
	}

	.translateObjectContainer .originalHeader {
	 	width:680px; 
	 	margin-top:20px; 
	 	margin-bottom: 10px; 
	 	background-color:#c0c0c0;
	}

/*
some basket styles
*/

#totalsContent, #carriageEstimate, .basketLine {
	width:660px;
}

.basketLine {
	background-color:#010066;
	height:2px;
	color:#010066; 
	border:0px; 
	margin-left:0px;
}

#carriageEstimateForm {
	padding: 20px 20px 20px 25px;
}

/*
Comodo site seal
*/

#siteSeal {
	z-index:2; 
	position:relative;
	
}

.no-js #siteSeal {
	display: none;
}

/*Second Level Nonsense*/

.secondLevelNav {
	background-color:#e1e1e1;
	border:1px solid #111;
	width:325px;
	height:78px;
	color:#444;
	margin-bottom:9px;
	overflow: hidden;
	color:#444;
	text-decoration:none;	
}

.secondLevelNav:hover {
	background-color:#fff;
	cursor:pointer;
}

.secondLevelNav a{
	color:#444;
	text-decoration:none;
}

.secondLevelNav a img {
	width: 123px;
	height: 78px;
}

.secondLevelNav p {
	padding:5px;
	margin-left:123px;
	font-size:11px;
}

.secondLevelNav .heading{
	font-size:12px;
	color:#111;
}

.bannerWide{
	width:668px;
}

/* Sale and EVK custom banners - second level */
	.sale-secNav, .evk-secNav {
		background-image: url("/_inc/images/build8/customBGs.png");
	}

	.sale-secNav:before {
		background-image: url("/_inc/images/build8/customBGs.png");
		background-position: -64px -160px;
		content: "";
		display: block;
		height: 56px;
		margin-left: 258px;
		margin-top: -8px;
		position: absolute;
		width: 71px;
	}

	.evk-secNav {
		background-position: 0 -80px;
	}

	.evk-secNav:before {
		background-image: url("/_inc/images/build8/customBGs.png");
		background-position: 0 -160px;
		content: "";
		display: block;
		height: 60px;
		margin-left: 267px;
		margin-top: -9px;
		position: absolute;
		width: 64px;
	}	

	.sale-secNav p, .evk-secNav p {
		margin-left: 4px;
		color: #000;
		margin-top: 35px;
		font-weight: bold;
	}

	.sale-secNav p strong, .evk-secNav p strong {
		display: block;
		text-indent: -999em;
	}



/*
generic styles
*/

h2 {font-size: 16px;}

.white {color:white;}

.silver {color:#C0C0C0;}

.relative {position:relative;}

.center {text-align:center;}

.popupContent {background-color:white;}

.bold {font-weight:bold;}

.valigntop {vertical-align:top;}

.hidden {display:none;}

.small {font-size:0.8em;}

.noborder {border-bottom: 1px solid White !important;}

.larger {font-size:1.25em;}

#iframeContent { 
	width:670px;
	position:absolute;
}

#cyclewrap { margin-bottom:1.5em; }

#video-panel, #mainspecials-panel { margin-bottom:1.5em; margin-top:1.5em; }

#securemenu { margin-bottom:1.5em; }

#searchFormsDiv { display:none; }

#promoCode2 {
	display: none;
}

.no-js #promoCode2 {
	display: block;
}

#promoCode2Label {
	display: none;
}

.no-js #promoCode2Label {
	display: block;
}

/* Static content styles */

/* Tables */		
.dataTable {
	border-spacing: 0;
	border-collapse: collapse;	
	display:table;	
	width:100%;	
}

.dataTable thead {
	width:100%;
	display:table;
}

.dataTable thead tr th {
	background-color: #888888;
	color: #FFF;
	text-align: center;
	padding: 9px;
}

.dataTable tbody tr th {
	background-color: #777777;
	padding: 0 0 0 10px;
	color: #fff;
}

.dataTable tbody tr > td {
	padding: 4px 0 5px 10px;
}

.dataTable tbody tr > td:first-child {
	padding-right: 30px;
}

.dataTable tbody {
	background-color: #ddd;
	width:100%;
	display:table;
	
}

/********************************************* filter and sort plugin styles *****************************************/

/* first, specific form instance styles*/

#salePageFS {
	background-color: #E6E8E8;
	height: 50px;
	width: 670px;
	position: relative;
}

#searchFilter {
	background-color: #E6E8E8;
	width: 670px;
	height: 50px;
	position: relative;
	margin-top: 15px;
	overflow: hidden;
}

#searchPanels {
	background-color: #E6E8E8;
	height: 50px;
	width: 670px;
	position: relative;
	margin-top: -5px;
	padding-top: 0px;
	overflow: hidden;
}

#dcCfcSearchFSkword, #dcCfcSearchFSpart {
	margin-top:5px;
}

#dcCfcSearchFormkword {
	width: 330px;
	float: left;
}

#dcCfcSearchFormpart {
	width: 330px;
	float: right;
}

#dcCfcSearchInputkword, #dcCfcSearchInputpart {
	width: 220px;
}

#dcCfcSearchButtkword, #dcCfcSearchButtpart {
	top: -32px;	
}

#dcCfcSearchButtkword {
	left: 230px;	
}

#dcCfcSearchButtpart {
	left: 230px;	
}

#CMSPageFS #dcCfcFilter, #dcCfcFilter ol, #CMSPageFS #dcCfcSort {
	height:40px;
}

#CMSPageFS #dcCfcFilter ol li {
	height:30px;
}

#CMSPageFS #dcCfcFilter ol li {
	position:absolute;
}

#CMSPageFS {
	background-color:#E6E8E8;
}

#classicSearchSort {
	float:left;
	height:50px;
	margin-top:-10px;
}

#classicSearchForm {
	float:right;
	padding-top:10px;
}

/*then generics */

#dcCfcFilter, #dcCfcSort {
	position: relative;
	padding: 5px;
	margin: 0;
	height: inherit;
}

#dcCfcFilter {
	float: left;
}

#dcCfcSort {
	float: right;
}

.no-js #dcCfcSort {
	width:175px;
}

#dcCfcVehicleFilter {
	width: 150px;
	position: absolute;
}

#dcCfcYearFilter {
	width: 85px;
	left: 155px;
	top: 0px;
	position: absolute;
}

#dcCfcPartTypeFilter {
	width: 130px;
	left: 245px;
	top: 0px;
	position: absolute;
}

/* positioning for this element needs adjusting */
#dcCfcBrandFilter {
	width: 100px;
	left: 380px;
	top: 0px;
	position: absolute;
}

/* positioning for this element needs adjusting */
#dcCfcOriginFilter {
	width: 100px;
	left: 320px;
	top: 0px;
	position: absolute;
}

#dcCfcSortSelect, #dcCfcSortSelectLabel {
	margin-right: 85px;
}

#dcCfcSortSelect {
	top: 18px;
	width: 135px;
	position: absolute;
}

#dcCfcSubmitDiv {
	display: none;
}

/* then some instance specific overrides! */

#CMSPageFS #dcCfcYearFilter.noVehFilter {
	left:0px;
}

#CMSPageFS #dcCfcPartTypeFilter.noVehFilter {
	left: 90px;
}

/* and no js bit */
.no-js #dcCfcSubmitDiv {
	display: block;
	top: 16px;
	left: 130px;
	position: absolute;
}

.lastFootP {
	margin-bottom:5px;
}

.lastFootP a {
	color:White;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: ...;
    height: ...;
}

.wraptocenter * {
    vertical-align: middle;
}

.lz_fl {
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
}


/* Cookie & security bar */
	#cookieBar, #securityDiv {
		width: 100%;
		background-color: #666;
		color: #FFF;
		position: fixed;
		display: none;
		z-index: 1001;
		top: -54px;
	}

	#cookieBar p, #securityDiv p {
		width: 880px;
		display: block;
		margin: auto;
		position: relative;
		padding: 9px 0 9px 80px;
	}

	#cookieBar a, #securityDiv a {
		color: #CC0;
	}

	#cookieBar a:hover, #securityDiv a:hover {
		color: #3CF;
	}

	#cookieBar #yeahWhatever, #securityDiv #acceptBrowserInsecure {
		position: absolute;
		right: 100px;
		top: 12px;
		color: #DDD;
		-webkit-border-radius: 2px; 
		-moz-border-radius: 2px; 
		border-radius: 2px; 
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.5); 
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.5); 
		box-shadow: 1px 1px 1px rgba(0,0,0,.5); 
		border: solid 1px #999;
		background-color: #363737;
		line-height: 22px;
		text-decoration: none;
		padding: 2px 15px;
	}

	#cookieBar #yeahWhatever:hover, #securityDiv #acceptBrowserInsecure:hover {
		-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5), inset 0 0 15px rgba(255,255,255,.15); 
		-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5), inset 0 0 15px rgba(255,255,255,.15); 
		box-shadow: 1px 1px 2px rgba(0,0,0,.5), inset 0 0 15px rgba(255,255,255,.15);
		color: #CCC;
	}

	#securityDiv strong {
		display: block;
		font-size: 18px;
		font-weight: normal;
	}

	#securityDiv p {
		width: 933px;
		padding: 2px 0 0 47px;
	}

	#securityDiv p:before {
			content: '';
			display: block;
			width: 36px;
			height: 36px;
			background-image: url(/_inc/images/build8/structure/spriteSet12.png);
			background-position: 0 -402px;
			background-repeat: no-repeat;
			vertical-align: middle;
			position: absolute;
			top: 8px;
			margin-left: -46px;
	}

	#securityDiv #acceptBrowserInsecure {
		right: 0;
	}


#cookiesLink {
    background: url("/_inc/images/buttons/cookies.png") repeat scroll 0 0 #000000 !important;
    border: 0 none !important;
    clear: both;
    color: #000000 !important;
    cursor: pointer !important;
    display: block !important;
    height: 100px;
    margin-top: -50px;
    outline: medium none !important;
    padding: 0 !important;
    position: fixed !important;
    text-indent: -999em !important;
	top: 50%;
    width: 26px;
	z-index:100;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
}

#cookieNotice p {   
	margin-bottom:9px;  
}    

#cookieNotice table {
	border-collapse:collapse;   
	margin-bottom: 18px;  
}    

#cookieNotice table tr {
	vertical-align: top;
}    

#cookieNotice table td {
	border: 2px solid black;
	border-collapse:collapse;
	padding: 5px 5px 5px 5px;
} 



/* and no js bit */
.no-js #cookiesLink {
	top: 30%;
}

#cookiesLink {
    margin-left: -5px;
}

#cookiesLink:hover {
    margin-left: -2px;
}



#paymentsLogos {
	margin: 7px auto 2px auto;
}

#paymentsLogos img {
	margin: 0 3px 5px;
}


#airmightyPanel {
        background:url(_inc/images/homepage/airmightyBG.jpg) no-repeat;
        width:441px;
        height:200px;
        color:#fff;
        display:block;
        clear:both;
        margin:18px 0 18px 0;
}

#airmightyPanel .content {
        position:absolute;
        margin:85px 0 0 240px;
        color:#fff;
        width:190px;
        font-size:11px;
}

#airmightyPanel .content a{
        margin:10px 0 0 0;
}
#specialsPanel {
        padding:30px 0 0 0;
        background:url(/_inc/images/homepage/speedo/speedo.jpg) no-repeat;
        width:441px;
        height:583px;
}

#specialsPanel .content {
        color:#fff;
        font-size:11px;
        height:250px
        height:350px;
        margin:425px 10px 0 10px;
}

#specialsPanel p {
        margin: 0 0 9px 0;
}

#specialsPanel img {
        margin-left:auto;
        margin-right:auto;
}

.objTransWrap {
	clear:both;
	display:inline-block;
	margin: 20px 0px 0px 0px;
	border-top: thick double #009900;
	width: 670px;
	padding: 5px 0px 0px 0px;
	position: relative;
	z-index: 10;
}

.objTrans {
	display:inline-block;
	padding: 8px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #AAFFAA;
	width: 660px;
	border: 2px solid #009900;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

.metaTransWrap {
	clear:both;
	display:inline-block;
	margin: 0px 0px 0px 0px;
	border-top: thick double #2A2AFF;
	width: 670px;
	padding: 5px 0px 0px 0px;
	position: relative;
	z-index: 10;
}

.metaTrans {
	display:inline-block;
	padding: 8px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #AAD4FF;
	width: 660px;
	border: 2px solid #2A2AFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

.metaTrans .button {
	margin-top: 3px;
	float: right;
}

.objTrans .button {
	margin-top: 3px;
}


.buttonLoading {
  background-image: url("/_inc/images/build8/structure/loadingBar.gif");
  background-position: left top;
  background-repeat: no-repeat;
  float: right;
  font-size: 10px;
  padding-top: 6px;
  text-align: right;
  width: 136px;
  margin-top: 5px;
}

#floatingTranslateBar {
	background-color: #ccc;
	border: 1px solid;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
	padding: 10px;
	position: absolute;
	right: -160px;
	top: 20px;
	width: 100px;
	z-index: 1001;
}

#floatingTranslateBar label {
	width: 90px;
	margin-bottom: 0;
}

#floatingTranslateBar select {
	margin-bottom: 9px;
	clear: both;
}

#floatingTranslateBar button {
	width: 100px;
}

/* Evil, evil Google */
iframe[name=google_conversion_frame] 
{
    display: none !important;
}


/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

/**************************************************************************************************************************************/
/* boilerplate styles */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/* jCarousel styles */
	.jcarousel-container {
		width: 100%;
		clear: both;
		position: relative;
	}
	
	.jcarousel-direction-rtl {
		direction: rtl;
	}
	
	.jcarousel-container-horizontal {
		width: 100%;
	}
	
	
	.jcarousel-clip {
		overflow: hidden;
	}
	
	.jcarousel-item {
		width: auto;
		height: auto;
	}

	/**
	 *  Horizontal Buttons
	 */
		.jcarousel-next-horizontal {
			cursor: pointer;
			height: 100%;
			width: 26px;
			position: absolute;
			top: 0;
			right: 0;
		}
		
		.jcarousel-next-horizontal:hover,
		.jcarousel-next-horizontal:focus {
		}
		
		.jcarousel-next-horizontal:active {
		}
		
		.jcarousel-next-disabled-horizontal,
		.jcarousel-next-disabled-horizontal:hover,
		.jcarousel-next-disabled-horizontal:focus,
		.jcarousel-next-disabled-horizontal:active {
			cursor: default;
			background-position: -96px 0;
		}
		
		.jcarousel-prev-horizontal {
			cursor: pointer;
			height: 100%;
			width: 26px;
			position: absolute;
			top: 0;
			left: 0;
		}

		
		.jcarousel-direction-rtl .jcarousel-prev-horizontal {
		
		}
		
		.jcarousel-prev-horizontal:hover, 
		.jcarousel-prev-horizontal:focus {
		}
		
		.jcarousel-prev-horizontal:active {
		}
		
		.jcarousel-prev-disabled-horizontal,
		.jcarousel-prev-disabled-horizontal:hover,
		.jcarousel-prev-disabled-horizontal:focus,
		.jcarousel-prev-disabled-horizontal:active {
			cursor: default;
			background-position: 0 -77px;
		}


/*
    ColorBox Core Style:
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/lib/jscript/build8/libs/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/lib/jscript/build8/libs/colorbox/images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/lib/jscript/build8/libs/colorbox/images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/lib/jscript/build8/libs/colorbox/images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/lib/jscript/build8/libs/colorbox/images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/lib/jscript/build8/libs/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/lib/jscript/build8/libs/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/lib/jscript/build8/libs/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/lib/jscript/build8/libs/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/lib/jscript/build8/libs/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/lib/jscript/build8/libs/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/lib/jscript/build8/libs/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/lib/jscript/build8/libs/colorbox/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/lib/jscript/build8/libs/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(/lib/jscript/build8/libs/colorbox/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/lib/jscript/build8/libs/colorbox/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/lib/jscript/build8/libs/colorbox/images/ie6/borderTopRight.png);}

.cboxIE6 #cboxBottomLeft{background:url(/lib/jscript/build8/libs/colorbox/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/lib/jscript/build8/libs/colorbox/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/lib/jscript/build8/libs/colorbox/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/lib/jscript/build8/libs/colorbox/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/lib/jscript/build8/libs/colorbox/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
