/*

THE RULES

 - Each body tag has a unique id - use that to style elements on one page only
 - Floats should be cleared using a defined width and overflow: hidden on the
   containing element
 - * html and *+html hacks are OK for IE6 and IE7 respectively
 - html[xmlns*=""] body:last-child #whatever works for safari only
   -- update - if that doesn't work this does for safari 3
   @media screen and (-webkit-min-device-pixel-ratio:0) { !! your css here !! }
 - Anything with a float and a margin needs display: inline (IE6 double float
   margin bug)
 
*/

/*******************************************************************************
* Reset
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/*******************************************************************************
* Body
*******************************************************************************/

body {
	background:#333 ;
	color: #333;
	font: 1.4em Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}

div {
	position: relative;
}


img {
	border: none;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

#top_clear {
	height: 10px;
}

option {
	padding-right: 0.5em;
}

/*******************************************************************************
* Links
*******************************************************************************/

a:link, a:visited {
	color: #8389bb;
	text-decoration: none;
}

a:hover, a:focus {
	color: #100724;
	text-decoration: underline;
}

/*******************************************************************************
* Headings
*******************************************************************************/

h1, h2, h3, h4 {
	padding: 0 0 0.5em;
	font-size: 1.2em;
}

h1 {
	font-size: 1.6em;
	color:#381e6f;
}

h2 {
	color: #32186a;
	font-size: 1.4em;
}

/*******************************************************************************
* Container
*******************************************************************************/

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	margin-top:0px;
	padding-top:0px;
}


/*******************************************************************************
* Logo
*******************************************************************************/

#logo {
	width: 274px;
	height: 85px;
	clear: both;
	display: block;
	cursor: pointer;
	float: left;
}

/*******************************************************************************
* Top Strip
*******************************************************************************/
#headerDiv{background:#FFF;z-index:100;padding:0px;margin:0px}

#top-container{
	background: url(images/top-bar/faded-background.gif) repeat-x;
	width: 960px;
	overflow: hidden;
	height: 104px;
	margin-top: 0;
}

#top-bar {
	background: url(images/top-bar/right-bg.gif) no-repeat 100% 0;
	float: right;
	width: 653px;
	height: 104px;
	margin-top: 0px;
}

	#top-bar #order-direct {
		width: 256px;
		height: 80px;
		float: left;
		position: relative;
	}
	
	* html #top-bar #order-direct {
		margin-top:0;
	}
	
	*+html #top-bar #order-direct {
		margin-top:0;
	}
	
	#top-bar #order-direct a.htb {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
		* html #top-bar #order-direct a.htb img {
			margin-bottom: -4px;
		}
		
		*+html #top-bar #order-direct a.htb img {
			margin-bottom: -4px;
		}
	
	#top-bar #order-direct a.od {
		position: absolute;
		bottom: 0;
		left: 152px;
	}
	
		* html #top-bar #order-direct a.od img {
			margin-bottom: -4px;
		}
		
		*+html #top-bar #order-direct a.od img {
			margin-bottom: -4px;
		}
	
	#top-bar #order-direct .fat-flash {
		padding: 5px 0 0 7px;
	}
	
		#top-bar #order-direct .how-to-buy {
			background: url(images/top-bar/how-to-buy.gif) no-repeat;
			display: block;
			float: left;
			width: 102px;
			height: 32px;
			margin-top: 1px;
			outline: none;
		}
		
		#top-bar #order-direct .how-to-buy span {
			text-indent: -9999px;
			display: block;
		}
		
		#top-bar #order-direct .order-direct {
			float: left;
			margin: 5px 0 0 4px;
			width: 108px;
			height: 25px;
		}
		
	#top-bar #far-right{
		width: 385px;
		overflow: hidden;
		float: left;
		height: 85px;
	}

	#top-bar #far-right #search-bar {
		width: 385px;
		height: 40px;
		margin-top: 11px;
		color: #3D2473;
		padding-top: 20px;	
		float: left;
	}
	
		* html #top-bar #far-right #search-bar {
			padding-top: 0;
			margin-top: 9px;
		}
	
	#top-bar #far-right #search-bar #search-bar-label {
		background: url(images/top-bar/search-title.gif) no-repeat;
		height: 44px;
		width: 146px;
		margin-top: 10px;
		float: left;
	}
	
	#top-bar #far-right #search-bar #search-box-holder {
		height: 25px;
		width: 191px;
		background: url(images/top-bar/search-input-bg.gif) no-repeat;
		float: left;
		margin-top: 15px;
		margin-left: 3px;
	}
	
		* html #top-bar #far-right #search-bar #search-box-holder {
			position: absolute;
			top: 0;
		}

	#top-bar #far-right #search-bar div #search-box-holder #search-box {
		font-size: 11px;
		color: #666;
		float: left;
		margin-top: 8px;
		margin-left: 10px;
		border: 0px;
		width: 130px;
		float: left;
		background: #fff;
	}
	
	* html #top-bar #far-right #search-bar div #search-box-holder #search-box {
		font-size: 11px;
	}
	
	*+html #top-bar #far-right #search-bar div #search-box-holder #search-box {
		font-size: 11px;
	}
	
	#top-bar #far-right #search-bar div input.button {
		margin: 15px 3px 0 0;
		float: right;
	}


/*******************************************************************************
* Menu
*******************************************************************************/

#menu {
	clear: both;
	cursor: default;
	overflow: hidden;
	height: 38px;
	width: 960px;
	margin: 5px 0px 0px 0px}

#menu ul {
	margin: 0;
	list-style: none;
	background: transparent url(images/top-bar/menu-black-full.png) no-repeat;
	width: 960px;
	overflow: hidden;
	height: 34px;
}

#menu ul li {
	float: left;
	border-right: 1px solid #FFF;
	width: 65px;
	padding-top: 2px;
	height: 32px;
}

#menu ul li a.current {
	background: transparent url(images/top-bar/menu-grey.gif);
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	color: #000000;
	height: 32px;
}
		
#menu ul li a, #menu ul li{
	text-transform: lowercase;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	color: #FFF;
	display: block;
	margin-top: -1px;
	height: 31px;
	width: auto;
	cursor: pointer;
}
		
#menu ul li a:hover {
	background: transparent url(images/top-bar/menu-grey.gif);
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	color: #000000;
	height: 32px;
}
		
#menu ul li a:active,
#menu ul li a:focus {
	text-decoration: none;
}

#menu ul li span{
	display: block;
	height: 22px;
	letter-spacing: 0.05em;
	font-size: 0.9em;
	padding-top: 9px;
}

#menu ul li.first{width:60px}

#menu ul li.first a:hover, #menu ul li.first a.current{
	background: transparent url(images/top-bar/menu-grey-first.gif);
}

#menu.dark ul li.our-products a{
	background: transparent url(images/top-bar/dark-red.gif) repeat-x scroll 0 0;
	margin-top: 0px;
}

#menu.dark ul li.lubeAdvisor{
	background: transparent url(images/top-bar/lubeAdvisorButton.png) no-repeat scroll 0 0;
	margin-top: 0px;
}

#menu ul li.menuSpacer{width:16px}
#menu ul li.our-products{width:120px}

	/* WITH EXPRESS */
#menu.express ul li.corp-news{width:125px}
#menu.express ul li.downloads{width:110px}
#menu.express ul li.nav-space{width:75px}
#menu.express ul li.lubeAdvisor{width:226px}	
#menu.express ul li.about-us{width:90px}
#menu.express ul li.contact-us{width:90px}
#menu.express ul li.last{width:97px;border:0}
#menu ul li.last{width:97px;border:0}

#menu ul li.last a:hover, #menu ul li.last a.current{
	background: transparent url(images/top-bar/menu-grey-last.gif);
}

#menu ul li.last span{height: 22px;}


/*******************************************************************************
* Login bar
*******************************************************************************/

#mobile-site-link a{
	background: #d51111;
	color:#FFF;
	display:block;
	padding: 4px 10px 4px 10px;
	text-align: left;
	position: absolute;
	left:50px;
	top: 1px;
}

#favourite_nav {
	color: #000000;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}

* html #favourite_nav {
		position: static;
}










/*******************************************************************************
* Secondary Navigation bar
*******************************************************************************/

#navigation_secondary {
	float: left;
	width: 178px;
}

#navigation_secondary ul {
	float: left;
	
	width: 148px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	list-style: none;
}

#navigation_secondary ul li {
	float: left;
	
	display: inline;
	
	width: 148px; /* 198 */
	height: 27px;
	
	margin: 0px 0px 1px 0px;
	padding: 0px 2px 0px 0px;
	
	background: url(./images/nav-bar/navigation_secondary_li_background.jpg) top left no-repeat;
	
	/* border-bottom: 1px solid #1d1d1d; */
}

#navigation_secondary ul li a:link,
#navigation_secondary ul li a:visited,
#navigation_secondary ul li a:hover,
#navigation_secondary ul li a:active {
	float: left;
	
	width: 156px; /* 196 */
	height: 27px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	
	line-height: 27px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #666666; /*Dark Grey*/
	
	text-decoration: none;
}

#navigation_secondary ul li a:hover,
#navigation_secondary ul li a:active {
	background: url(./images/nav-bar/navigation_secondary_li_a_hover_background.jpg) top left no-repeat;
}

#navigation_secondary ul li a:hover,
#navigation_secondary ul li a:active {
	color: #444444; /*Dark Grey*/
}

#navigation_secondary ul li.selected a:link,
#navigation_secondary ul li.selected a:visited,
#navigation_secondary ul li.selected a:hover,
#navigation_secondary ul li.selected a:active {
	color: #ffffff; /*White*/

	background: url(./images/nav-bar/navigation_secondary_li_selected_a_background.jpg) top left no-repeat;
}

#navigation_secondary ul li.open {
	float: left;
	
	display: inline;
	
	width: 148px;
	height: 29px;
	
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	
	background: url(./images/nav-bar/navigation_secondary_li_open_background.jpg) top left no-repeat;
	
	/* border-bottom: 1px solid #1d1d1d; */
}

#navigation_secondary ul li.open a:link,
#navigation_secondary ul li.open a:visited,
#navigation_secondary ul li.open a:hover,
#navigation_secondary ul li.open a:active {
	float: left;
	
	width: 168px; /* 198 */
	height: 29px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	
	line-height: 27px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #ffffff; /*White*/
	
	text-decoration: none;

	background: url(./images/nav-bar/navigation_secondary_li_open_background.jpg) top left no-repeat;
}

#navigation_secondary ul li ul {
	display: none;
}

#navigation_secondary ul li.open ul {
	display: inline;
}

#navigation_secondary ul li.open ul li {
	float: left;
	
	width: 148px;
	height: 27px;
	
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;

	/* border-bottom: 1px solid #1d1d1d; */
}

#navigation_secondary ul li.open ul li a:link,
#navigation_secondary ul li.open ul li a:visited,
#navigation_secondary ul li.open ul li a:hover,
#navigation_secondary ul li.open ul li a:active {
	float: left;
	
	width: 153px; /* 198 */
	height: 27px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 45px;
	
	line-height: 25px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #666666; /*Light Grey*/
	
	text-decoration: none;

	background: url(./images/nav-bar/navigation_secondary_li_open_ul_li_a_background.jpg) top left no-repeat;
}

#navigation_secondary ul li.open ul li a:hover,
#navigation_secondary ul li.open ul li a:active {
	background: url(./images/nav-bar/navigation_secondary_li_a_hover_background.jpg) top left no-repeat;
}

#navigation_secondary ul li.open ul li.first a:link,
#navigation_secondary ul li.open ul li.first a:visited,
#navigation_secondary ul li.open ul li.first a:hover,
#navigation_secondary ul li.open ul li.first a:active {
	background: url(./images/nav-bar/navigation_secondary_li_open_ul_li_first_a_background.jpg) top left no-repeat;
}

#navigation_secondary ul li.open ul li.first a:hover,
#navigation_secondary ul li.open ul li.first a:active {
	background: url(./images/nav-bar/navigation_secondary_li_open_ul_li_first_a_hover_background.jpg) top left no-repeat;
}

#navigation_secondary ul li.open ul li.closed a:link,
#navigation_secondary ul li.open ul li.closed a:visited,
#navigation_secondary ul li.open ul li.closed a:hover,
#navigation_secondary ul li.open ul li.closed a:active {
	background: url(./images/nav-bar/navigation_secondary_li_open_ul_li_closed_a_background.jpg) top left no-repeat;
}

#navigation_secondary ul li.open ul li.closed a:hover,
#navigation_secondary ul li.open ul li.closed a:active {
	background: url(./images/nav-bar/navigation_secondary_li_open_ul_li_closed_a_hover_background.jpg) top left no-repeat;
}

#navigation_secondary ul li.open ul li.closed.first a:link,
#navigation_secondary ul li.open ul li.closed.first a:visited,
#navigation_secondary ul li.open ul li.closed.first a:hover,
#navigation_secondary ul li.open ul li.closed.first a:active {
	background: url(./images/nav-bar/navigation_secondary_li_open_ul_li_closed_first_a_background.jpg) top left no-repeat;
}

#navigation_secondary ul li.open ul li.closed.first a:hover,
#navigation_secondary ul li.open ul li.closed.first a:active {
	background: url(./images/nav-bar/navigation_secondary_li_open_ul_li_closed_first_a_hover_background.jpg) top left no-repeat;
}


#navigation_secondary ul li.open ul li.open {
	float: left;
	
	display: inline;
	
	width: 168px;   /*This affects the width go the big headers*/
	height: auto;
	
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;

	/* border-bottom: 1px solid #1d1d1d; */
	
	background: url(./images/nav-bar/navigation_secondary_li_open_ul_li_open_background.jpg) top left no-repeat;
}

#navigation_secondary ul li.open ul li.open.first {
	background: url(./images/nav-bar/navigation_secondary_li_open_ul_li_open_first_background.jpg) top left no-repeat;
}

#navigation_secondary ul li.open ul li.open a:link,
#navigation_secondary ul li.open ul li.open a:visited,
#navigation_secondary ul li.open ul li.open a:hover,
#navigation_secondary ul li.open ul li.open a:active {
	float: left;
	
	display: inline;
	
	width: 153px; /* 198 */
	height: 27px;
	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 45px;
	
	line-height: 25px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: #ffffff; /*White  Secondary menu Heading text colour*/
	
	text-decoration: none;
	
	background: none;
}

#navigation_secondary ul li.open ul li ul {
	display: none;
}

#navigation_secondary ul li.open ul li.open ul {
	float: left;
	
	display: inline;
	
	width: 168px; /* 198 */           /*This affects the width of the menu*/
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 11px 0px;
	
	list-style: none;

	background: url(./images/nav-bar/navigation_secondary_li_open_ul_li_open_ul_background.jpg) top left no-repeat #d3d3d3; /*WAS: 494949*/
}

#navigation_secondary ul li.open ul li.open ul li {
	float: left;
	
	width: 166px;                   /*This aligns the dividing lines*/
	/* height: 23px; */
	height: auto !important;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	
	background: url(./images/nav-bar/navigation_secondary_li_open_ul_li_open_li_background.png) bottom center no-repeat;
	
	border: none;
}

#navigation_secondary ul li.open ul li.open ul li.last {
	background: none;
}

#navigation_secondary ul li.open ul li.open ul li a:link,
#navigation_secondary ul li.open ul li.open ul li a:visited,
#navigation_secondary ul li.open ul li.open ul li a:hover,
#navigation_secondary ul li.open ul li.open ul li a:active {
	float: left;
	
	width: 146px; /* 196 */
	/* height: 23px; */
	height: auto !important;
	
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 2px 20px;                  /*This controls the margin of the categories*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
	line-height: 18px;
	
	color: #353535; /*e6e7e8; /*Pink  Secondary menu text colour - e6e7e8*/
	
	text-decoration: none;
	
	background: none;
}

#navigation_secondary ul li.open ul li.open ul li a:hover,
#navigation_secondary ul li.open ul li.open ul li a:active {
	color: #666; /*bcbec0; /*Lighter pink - rollover text? - e6e7e8*/
}







/*******************************************************************************
* Brand Range
*******************************************************************************/

#brand_area{
	border: 1px solid #bcbec0;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;  
	text-align: center;
}

#brand_area ul, #brand_area li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
	
#brand_area ul a:hover, #brand_area li a:hover {
  filter:alpha(opacity=60);
  opacity:0.6;
}



/*******************************************************************************
* Main Body
*******************************************************************************/


#product_body {
	float: left;	
	width: 780px;
	
}


.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: ...;
    height: ...;
}
.wraptocenter * {
    vertical-align: middle;
}

.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

.pretty-table
{
	text-align:center;
  	padding: 0;
  	margin: 0;
  	border-collapse: collapse;
  	border: 1px solid #333;
  	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.9em;
  	color: #000;
  	background: #bcd0e4;
}

.pretty-table th, .pretty-table td
{
	text-align:center;
	border: 1px dotted #666;
  	padding: 0.5em;
  	text-align: left;
  	color: #632a39;
}

.pretty-table td {
	text-align:center;
}

.pretty-table th[scope=col1]
{
	width:150px;
	text-align:center;
  	color: #000;
  	background-color: #8fadcc;
  	text-transform: uppercase;
  	font-size: 1.0em;
  	border-bottom: 1px solid #333;
}

.pretty-table th[scope=col]
{
	width:75px;
	text-align:center;
  	color: #000;
  	background-color: #8fadcc;
  	text-transform: uppercase;
  	font-size: 1.0em;
  	border-bottom: 1px solid #333;
}

.pretty-table th[scope=row]
{
	text-align:center;
  	background-color: #b8cfe5;
  	border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
	text-align:center;
  	color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
	text-align:center;
  	background-color: #632a2a;
  	color: #fff;
}

.productDetails {
	font-size: 12px;
	line-height:normal;
}

.productDetailsCentre {
	font-size: 1.1em;
	line-height:normal;
	text-align: center;
}

td.withborder {
	padding: 0px 12px 0px 12px;
}

#centerAlign {
	margin: auto;
	text-align:center;
	width:600px;
}


/****************************SLIDESHOW****************************/

body {margin:0; background:#ffffff; font:11px Verdana,Arial}

/***************************ALSO IN THE RANGE BOX *****************************/

table.otherProdTable {
	font-family: arial;
	font-size: 12px;
	vertical-align: middle;
	border-style:solid;
	border-width:thin;
	border-collapse:collapse;
	border-color:#999;
	line-height: 1.2;
	margin: 50px 50px 50px 50px;
}

table.otherProdTable th {
    background-color:#999;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	padding-top:0px;
    padding-bottom:1px;
    padding-left:6px;
	margin-top:8px;
	height: 18px;
}

table.otherProdTable td {
	padding-top:2px;
	margin-top:8px;
}

.footerArea {
	margin-top:10px;
	font-size:12px;
	line-height:2;
	color:#999;
	float: left;
}

.footerAreaRight {
	line-height:2;
	color:#999;
	float: right;
}

.spacer {
	height:950px;
	width:1px;
}

.companyDetailsTitle {
	font-size: 12px;
	line-height:1.5;
	margin:33px 0px 0px 0px;
	text-align:left;
	font-style:oblique;
	font-family:Tahoma, Geneva, sans-serif
}






/* LUBRICANT ADVISOR CSS */
#lubeAdvisor{font-family:Arial, Helvetica, sans-serif;font-size:13px}
#catBox, #catBox2, #makesBox, #makesBox2, #modelsBox, #modelsBox2, #typesBox, #typesBox2, #vrmSubmitButton, #vrmSubmitButton2{display:none}
#makeSelected, #modelSelected, #typeSelected, #makeSelected2, #modelSelected2, #typeSelected2{font-weight:bold}

#lubeAdvisorPopoutContainer {
	position: absolute;
	top:-35px;
	width: 800px;
	left:60px;
	z-index:99 !important;
	line-height:1.3;
}
#lubeAdvisorPopoutContainer2 {
	margin-left:auto;
	margin-right:auto;
	width:820px;
}
#lubeAdvisorPopoutContent, #lubeAdvisorPopoutContent2 {
	background: url(images/lubeAdvisorBackground.jpg) top left no-repeat transparent;
	width:800px;
	height:165px;
	color:#00F;
	font-size: 0.8em;
	border:2px solid white;
	-moz-border-radius: 0em 0em 1em 1em;
	border-radius: 0em 0em 1em 1em;
	-moz-box-shadow: 4px 4px 4px #333;
	-webkit-box-shadow: 4px 4px 4px #333;
  	box-shadow: 4px 4px 4px #333;
}
#lubeAdvisorPopoutText, #lubeAdvisorPopoutText2 {
	padding: 12px 0px 0px 0px;
	position:absolute;
	width:300px;
	left:510px;
	color:#FFF;
}
#lubeAdvisorPopoutText2{left:560px;}
#lubeAdvisorSlider, #lubeAdvisorSlider2{
	width:267px;
	height:157px;
	position:absolute;
	left:222px;
	top:5px;
}
#lubeAdvisorSlider2{
	top:158px;
	left:292px;
}
#lubeSubmitButton, #lubeSubmitButton2{
	background: rgb(255,48,25);
	background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	background: linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	padding: 3px 15px 3px 15px;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	-moz-box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
  	box-shadow: 1px 1px 1px #333;
	text-shadow: #333 1px 1px 1px;
	cursor:pointer;
	color:#FFF;
}
.lubeAdvisorContainer{
	font-family:Verdana, Geneva, sans-serif;
	width:700px;
	text-align:left;
}
.lubeAdvisorHeader{
	overflow:auto;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:130%;
	margin-top:20px;
}
.lubeVehicleHeader{
	width:390px;
	float:left;
	text-align:left;
}
.imageHolder{margin:25px;}
.lubeSectionHeader{
	width:100%;
	background: rgb(85,170,238);
	background: -moz-linear-gradient(top, rgba(85,170,238,1) 0%, rgba(0,51,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,170,238,1)), color-stop(100%,rgba(0,51,102,1)));
	background: -webkit-linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	background: -o-linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55aaee', endColorstr='#003366',GradientType=0 );
	background: linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	color:#fff;
	height:auto; /* gradient uses the full height of the element */
	padding:7px; /* distance from border edge to text */	
	font-size:180%;
	text-align:center;
	margin:20px 0px;
}
.lubeProductHeader{
	background:#F00;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.32, rgb(168,3,3)), color-stop(0.8, rgb(255,3,3)) );
	background-image: -moz-linear-gradient( center bottom, rgb(168,3,3) 32%, rgb(255,3,3) 80% );
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	color:#fff;
	font-size:150%;
	padding:6px 15px 6px 15px;
}

.lubeProductSubHeader{
	background: rgb(241,218,54);
	background: -moz-linear-gradient(top, rgba(241,218,54,1) 0%, rgba(254,252,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,218,54,1)), color-stop(100%,rgba(254,252,234,1)));
	background: -webkit-linear-gradient(top, rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%);
	background: -o-linear-gradient(top, rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%);
	background: -ms-linear-gradient(top, rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 );
	background: linear-gradient(top, rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%);
	
	font-size:80%;
	color:#000;
	padding:6px 15px 15px 15px;
	margin-bottom:6px;
}
.lubeProductInfo{
	overflow:auto;
	width:100%;
	border:1px solid #F00;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	-moz-box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
  	box-shadow: 1px 1px 1px #333;
	margin:10px 5px 10px 5px;
	padding-bottom:5px;
}
.lubeProductDetailBox{padding:12px}
.lubeProductImageBox{
	float:left;
	width:210px;
}
.lubeProductDescBox{
	float:left;
	width:290px;
	margin-left:10px;
}
.lubeProductTableBox{
	float:left;
	margin-left:10px;
	width:155px;
}
.lubeVehicleTableBox{
	float:left;
	margin:10px 0px 10px 10px;
	width:300px;
}
.stdTable{
	border:1px solid #06F;
	font-weight:100;
}
.lubeAdvisorSideMenu{
	width:230px;
	float:right;
	text-align:center;
}
.lubeAdvisorSubMenu{
	width:230px;
	margin-top:25px;
	background: rgb(33,165,13);
	background: -moz-linear-gradient(top, rgba(33,165,13,1) 0%, rgba(32,191,15,1) 37%, rgba(33,165,13,1) 92%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,165,13,1)), color-stop(37%,rgba(32,191,15,1)), color-stop(92%,rgba(33,165,13,1)));
	background: -webkit-linear-gradient(top, rgba(33,165,13,1) 0%,rgba(32,191,15,1) 37%,rgba(33,165,13,1) 92%);
	background: -o-linear-gradient(top, rgba(33,165,13,1) 0%,rgba(32,191,15,1) 37%,rgba(33,165,13,1) 92%);
	background: -ms-linear-gradient(top, rgba(33,165,13,1) 0%,rgba(32,191,15,1) 37%,rgba(33,165,13,1) 92%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21a50d', endColorstr='#21a50d',GradientType=0 );
	background: linear-gradient(top, rgba(33,165,13,1) 0%,rgba(32,191,15,1) 37%,rgba(33,165,13,1) 92%);
	-moz-border-radius: 0.5em 0em 0em 0.5em;
	border-radius: 0.5em 0em 0em 0.5em;
	-moz-box-shadow: -1px 1px 1px #333;
	-webkit-box-shadow: -1px 1px 1px #333;
  	box-shadow: -1px 1px 1px #333;
	color:#FFF;
	height:280px;
}
.lubeAdvisorSubMenuSpan{
	font-size:90%;
	font-style:italic;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top:20px;
}
.lubeAdvisorSubMenuHeader{
	font-size:170%;
	font-weight:bold;
	padding:15px;
	text-shadow: #333 1px 1px 1px;
}
.lubeAdvisorChoiceBox, .lubeProductNotFound, .useTypeBox{
	cursor:pointer;
	border:1px solid #9CF;
	margin:15px;
	width:670px;
	height:70px;
	padding:10px;
	border-radius:10px;
	text-align:center;
	background: rgb(254,255,255);
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(210,235,249,1)));
	background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
	background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
	background: linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.lubeProductNotFound, .useTypeBox{
	height:88px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
}
.smallLogo{
	width:90px;
	float:left;
}
.choiceText{
	font-size:18px;
	float:left;
	width:570px;
	margin-left:10px;
	font-weight:bold;
	height:70px;
	color:#333;
}
.subText{
	font-weight:normal;
	font-size:75%;
}
.infoButton{
	color:#FFF;
	text-decoration:none;
	background: rgb(85,170,238);
	background: -moz-linear-gradient(top, rgba(85,170,238,1) 0%, rgba(0,51,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,170,238,1)), color-stop(100%,rgba(0,51,102,1)));
	background: -webkit-linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	background: -o-linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55aaee', endColorstr='#003366',GradientType=0 );
	background: linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	padding: 5px 15px 5px 15px;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	-moz-box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
  	box-shadow: 1px 1px 1px #333;
	text-shadow: #333 1px 1px 1px;
	cursor:pointer;
}

.useTypeSelection{
	width:198px;
	float:left;
	margin:10px;
	background: rgb(85,170,238);
	background: -moz-linear-gradient(top, rgba(85,170,238,1) 0%, rgba(0,51,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,170,238,1)), color-stop(100%,rgba(0,51,102,1)));
	background: -webkit-linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	background: -o-linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55aaee', endColorstr='#003366',GradientType=0 );
	background: linear-gradient(top, rgba(85,170,238,1) 0%,rgba(0,51,102,1) 100%);
	padding: 5px 15px 5px 15px;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	-moz-box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
  	box-shadow: 1px 1px 1px #333;
	cursor:pointer;
	color:#FFF;
}
.useTypeSelection.selected{
	background: rgb(66,130,183);
	background: -moz-linear-gradient(top, rgba(66,130,183,1) 0%, rgba(0,51,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,130,183,1)), color-stop(100%,rgba(0,51,102,1)));
	background: -webkit-linear-gradient(top, rgba(66,130,183,1) 0%,rgba(0,51,102,1) 100%);
	background: -o-linear-gradient(top, rgba(66,130,183,1) 0%,rgba(0,51,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(66,130,183,1) 0%,rgba(0,51,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4282b7', endColorstr='#003366',GradientType=0 );
	background: linear-gradient(top, rgba(66,130,183,1) 0%,rgba(0,51,102,1) 100%);
	-moz-box-shadow: -1px -1px 1px #333;
	-webkit-box-shadow: -1px -1px 1px #333;
  	box-shadow: -1px -1px 1px #333;
}

/*	Slideshow */
#slides {z-index:100}
#otherSlides {z-index:100}

/*	Slides container
	Important: Set the width of your slides container
	Set to display none, prevents content flash */
#slides .slides_container{width:270px;overflow:hidden;position:relative;display:none}
#otherSlides .slides_container{width:230px;overflow:hidden;position:relative;display:none}

/*	Each slide
	Important: Set the width of your slides
	If height not specified height will be set by the slide content	Set to display block */
#slides .slides_container div.slide{width:270px;height:157px;display:block}
#otherSlides .slides_container div.slide{width:230px;height:172px;display:block}
