/* Layout styles */

html, body {height:100%}

body {
	padding: 0;
	margin: 0;
	background: #484848;
	color: #484848;
	font: normal .7em Verdana, Arial, Helvetica, sans-serif;
}

#header {
  margin: 0 auto;
  width: 770px;
  height: 45px;
  background: url(../images/index_hdr.gif) no-repeat 0 0;
}

#outer {
	margin: 0 auto;
	width: 770px;
	background: #FFF url(../images/internal_section_bground.gif) no-repeat 100% 22px;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	background: url(../images/index_siteID.gif) no-repeat 0 0;
	width: 181px;
	height: 45px;
	display: block;
	float: left;
}

#header h1 a span {
	display: none;
}

#mainNav {
 	width: 770px;
	height: 22px;
	background: #909CA0 url(../images/internal_nv_bground.gif) no-repeat 100% 0;
}

#Content {
 	padding: 89px 0 20px 0;
	background: url(../images/internal_section_generic.jpg) no-repeat 0 0;
}

*html #Content {
	height: 1%;
}

html>body .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#left {
	float: left;
	width: 168px;
	height: 500px; /* height needs to be specified for the background gradient to finish */
	min-height: 500px;
	margin: 0;
	padding: 0 0 40px 0;
	background: url(../images/sec_nav_bground.jpg) no-repeat 0 0;
}

html>body #left {
	height: auto;
}

#centrecontent {
	float: left;
	width: 412px;
	margin: 0;
	padding: 0 15px;
	font-size: 1em;
}

#right {
	float: left;
	width: 140px;
	padding: 20px 10px 0 10px;
	background: url(../images/nodelist_hdr_rpt.gif) repeat-y 0 0;
}

#footer {
	margin: 0 auto;
	width: 770px;
	background: #FFF;
}


/******* Header Styles *******/


#header #toolbar-top {
  width: 400px;
  float: right;
  display: inline;
  margin: 5px 10px 0 0;
  font-size: 10px;
}

#header #toolbar-top #login {
  color: #F26137;
  float: right;
}

#header #toolbar-top #login a {
  font-weight: bold;
  padding: 0 0 0 3px;
  color: #484848; 
  text-decoration: none;
}

#header #toolbar-top form#search {
	float: right;
	display: inline;
	margin: 8px 0 0 0;
	width: 145px;
}

html>body #header #toolbar-top form#search {
	width: 140px;
}

#header #toolbar-top form#search label {
	display: none;
}

#header #toolbar-top form#search input {
	float: left;
	background: #FFF;
	border: 1px solid #000;
	width: 87px;
	height: 12px;
	font-size: 11px;
	line-height: 12px;
}

html>body #header #toolbar-top form#search input {
}

#header #toolbar-top form#search input.formSubmit {
	float: right;
	display: block;
	background: none;
	border: none;
	height: 14px;
	width: 43px;
	margin: 1px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	color: #000;
	font-size: 9px;
	cursor: pointer;
}

html>body #header #toolbar-top form#search input.formSubmit {
}


/*******  Navigation styles *******/


/* Primary Nav */

#mainNav ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 543px;
  height: 22px;
 background: url(../images/nav_bground_rpt.gif) repeat-x 0 0;
}

#mainNav ul li { 
  margin: 0;
  padding: 0;
  display: inline;
}

#mainNav ul li a {
	float: left;
	color: #FFF;
	margin: 0;
	padding: 4px 16px 0 16px;
	text-decoration: none;
	font: normal 11px arial, helvetica, sans-serif;
}

#mainNav ul li a:hover, #mainNav ul li a.active {
	padding: 4px 16px 0 16px;
	height: 18px;
	background: url(../images/nav_hover_bground_rpt.gif) repeat-x 0 0;
	text-decoration: none;
}

/* Secondary Nav */

#left #subNav ul {
 	margin: 0;
	padding: 0;
	list-style: none;
}

#left #subNav ul li {
 	display: inline;
}

#left #subNav ul li a {
 	display: block;
	font-size: 10px;
	border-bottom: 1px solid #C3C6C8;
	padding: 6px 5px 6px 7px;
	color: #000;
	text-decoration: none;
}

#left #subNav ul li a:hover {
	color: #FFF;
	background: #484848;
	padding: 5px 5px 5px 7px;
	border-top: 2px solid #FF0000;
}

#left #subNav ul li a.active, #left #subNav ul li a.active:hover {
	color: #FFF;
	background: #484848;
	font-weight: bold;
	border-bottom: none;
	padding: 5px 5px 6px 7px;
	border-top: 2px solid #FF0000;
}

/* Tertiary Nav */

#left #subNav ul ul {
	height: 1%;
	display: block;
	background: #C1C4C5;
}

#left #subNav ul ul li a {
 	display: block;
	font-size: 10px;
	padding: 6px 5px 6px 8px;
	border-bottom: 1px solid #D0D1D2;
	color: #000;
}


#left #subNav ul ul li a:hover {
	padding: 6px 5px 6px 8px;
	background: #78797B;
	border-top: none;
	font-weight: bold;
}

#left #subNav ul ul li a.active, #left #subNav ul ul li a.active:hover {
	font-weight: bold;
	padding: 6px 5px 6px 19px;
	border-top: none;
	background: #78797B url(../images/4th_nav_arrow.gif) no-repeat 9px 10px;
}


/* 4th level Nav */

#left #subNav ul ul ul {
	background: #E2E4E5;
	padding: 0 0 20px 0;
}

#left #subNav ul ul ul li a {
 	display: block;
	font-size: 10px;
	padding: 4px 5px 4px 20px;
	border: none;
	color: #000;
}

#left #subNav ul ul ul li a:hover {
	padding: 4px 5px 4px 20px;
	color: #000;
	font-weight: bold;
	background: #E2E4E5;
	border: none;
}

#left #subNav ul ul ul li a.active, #left #subNav ul ul ul li a.active:hover {
	padding: 4px 5px 4px 30px;
	color: #000;
	font-weight: bold;
	border-top: none;
	background: #E2E4E5 url(../images/4th_nav_arrow_active.gif) no-repeat 21px 8px;
}

/* Content Nav */

#centrecontent #contentNav {
	margin: 20px 0 25px 0;
	font-size: .8em;
	
}

#centrecontent #contentNav ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 0 10px 0;
	border-top: 1px solid #D1D1E0;
	border-bottom: 1px solid #D1D1E0;
}

#centrecontent #contentNav ul li a.active {
	color: #CC3300;
	text-decoration: none;
}


/* Global Site and Home link Styles */

#mainNav #extraNav {
	float: right;
	display: inline;
	margin: 9px 10px 0 0;
	color: #F26137;
}

#mainNav #extraNav a {
	color: #000;
	text-decoration: none;
}

/* Breadcrumb Styles */

#centrecontent #breadcrumb {
	margin: 5px 0 15px 0;
	font-size: 9px;
}

#centrecontent #breadcrumb a {
	background: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#centrecontent #breadcrumb a:hover {
	text-decoration: underline;
}

#centrecontent #breadcrumb .nolink {
	font-weight: bold;
}


/* Content Styles */

#left #subNav h1 {
	position: absolute;
	width: 442px;
	top: 121px;
	margin: 0 0 0 167px;
	display: none;
	
}

#left #subNav h1 span {
	font: bold 1.5em arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #484848;
	padding: 0;
	margin: 0;
}

#centrecontent h1 {
	font: bold 1.5em arial, helvetica, sans-serif;
	text-transform: capitalize;
	line-height: 22px;
	color: #484848;
	padding: 0;
	margin: 0 0 15px 0;
}

#centrecontent h2 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #CC3300;
	margin: 0 0 10px 0;
	clear: left;
}

#centrecontent h2.Apply { /* For current vacancies - *occupation* template */
	margin: 0;
}

#centrecontent h3 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	margin: 5px 0 5px 0;
	padding: 0;
	clear: left;
}

#centrecontent h4 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 0 10px 0;
	padding: 0;
	clear: left;
}

#centrecontent h6 { /* this style is for text that needs to be red in: /products/aftermarket_industrial_products/portable_spot_a_c/where_to_buy */
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-style: italic;
	margin: 0 0 10px 0;
	padding: 0;
}

#centrecontent hr {
	height: 1px;
	color: #BCC2C4;
	margin: 10px 0;
	padding: 0;
}

#centrecontent p {
	margin: 0 0 15px 0;
	line-height: 18px;
}

#centrecontent a {
	color: #666699; 
	text-decoration: none;
}

/* #centrecontent .section a, #centrecontent .article a, #centrecontent .infopage a, #centrecontent .info_page a {
	background: url(../images/link_arrow.gif) no-repeat 100% 5px;
} */

#centrecontent a:hover {
	text-decoration: underline;
}

#centrecontent ul, #centrecontent ol {
	clear: both;
	margin: 10px 0 10px 17px;
	list-style: square;
}

#centrecontent ul li, #centrecontent ol li {
	margin: 0;
	padding: 0;
}

#centrecontent ul li p, #centrecontent ol li p {
	margin: 0;
	padding: 0;
}

#centrecontent .sectionDescription {
	margin: 0 0 40px 0;
}

#centrecontent .sectionSummary, #centrecontent .info_pageSummary {
	margin: 0 0 40px 0;
}

#centrecontent .news_item h1 {
	margin: 0;
}

#centrecontent .news_item .news_itemDate {
	font-weight: bold;
	margin: 10px 0;
	color: #CC3300;
}

#centrecontent .news_item h3 {
	margin: 10px 0;
}

#centrecontent .byline {
	font-weight: bold;
	font-style: italic;
}

#centrecontent .faq  .questions {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #D1D1D1;
}

#centrecontent .faq  .questions ol li {
	margin: 0 0 5px 0;
}

#centrecontent .faq .faqquestion p.question, #centrecontent .faq .faqquestion p.question a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin: 20px 0 0 0;
}

/* Form Styles */


#centrecontent form {
	width: 280px;
}

#centrecontent form fieldset {
	border: none;
}

#centrecontent form fieldset legend {
	margin: 10px 0 10px -5px;
	padding: 0;
	/* border-bottom: 1px solid #ccc; */
	display: block;
	width: 90%;
	clear: both;
}

/* #centrecontent form fieldset label {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	width: 200px;
} */

/* #centrecontent form fieldset legend {
	float: left;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 -7px;
} */

#centrecontent form label {
	font-weight: bold;
	width: 130px;
	display: block;
	padding: 5px 0 0 0;
}

#centrecontent form input {
	display: block;
	border: none;
	border-bottom: 1px solid #999;
	background: none;
	height: 14px;
	width: 300px;
	font-size: 11px;
	margin: 0 0 10px 0;
}

#centrecontent form select {
	width: 150px;
	font-size: 11px;
	margin: 0 0 10px 0;
	border: 1px solid red;
}

#centrecontent form textarea {
	width: 300px;
	font: normal 11px arial, helvetica, sans-serif;
}

#centrecontent form input.formSubmit {
	margin: 20px 0 0 0;
	padding: 0 10px;
	background: none;
	font-weight: bold;
	border: 1px solid #999;
	width: 120px;
	height: 18px;
	cursor: pointer;
	clear: both;
}

#centrecontent form input.RadiatorformSubmit, #centrecontent form input.VacancyformSubmit {
	margin: 20px 0 0 0;
	padding: 0 10px;
	background: none;
	font-weight: bold;
	border: 1px solid #999;
	width: 70px;
	height: 18px;
	cursor: pointer;
	clear: both;
}

/* Apply for current vacancy form Styles */

#centrecontent form {
	width: 500px;
}

#centrecontent form.applyForm label {
	float: none;
	width: 200px;
	margin: 0 0 3px 0;
}

#centrecontent form.applyForm label.upload {
	margin: 10px 0 5px 0;
}

#centrecontent form.applyForm input {
	margin: 0 0 20px 0;
	width: 300px;
	border-bottom: 1px solid #999;
	background: none;
}

html>body #centrecontent form.applyForm input.hidden {
	display: none;
}

#centrecontent form.applyForm input.upload {
	border: 1px solid #999;
	background: none;
	height: 16px;
}

html>body #centrecontent form.applyForm input.upload {
	height: 20px;
	width: 200px;
}

#centrecontent form.applyForm textarea {
	width: 300px;
	height: 50px;
	border: 1px solid #999;
	margin: 0 0 20px 0;
}

#centrecontent form.applyForm input.checkbox {
	width: 20px;
	border: none;
	margin: 5px 0 0 0;
}

#centrecontent form.applyForm input.defaultbutton {
	margin: 20px 10px 0 0;
	padding: 0 10px;
	background: none;
	font-weight: bold;
	border: 1px solid #999;
	width: 130px;
	height: 18px;
	cursor: pointer;
	float: left;
}

#centrecontent form.applyForm input.button {
	margin: 20px 0 0 0;
	padding: 0 10px;
	background: none;
	font-weight: bold;
	border: 1px solid #999;
	width: 70px;
	height: 18px;
	cursor: pointer;
	float: left;
}

html>body #centrecontent form.applyForm .buttonblock {
	float: none;
	margin: 0 0 40px 0;
}


/* Search form Styles */

#centrecontent form.Search {
	width: 400px;
}

#centrecontent form.Search h1 {
	margin-top: 20px;
}

#centrecontent form.Search table th {
	padding-bottom: 10px;
}

#centrecontent form.Search table td {
	padding-bottom: 10px;
	padding-top: 10px;
}

#centrecontent form.Search table td.bglight {
	width: 400px;
	background: #E8E8E8;
}

#centrecontent form.Search div.hide {
	display: none;
}

#centrecontent form.Search div.advancedsearch label {
	width: 400px;
}

/* Advanced Search form Styles */

#centrecontent form.Search h1.advancedsearch {
	margin-top: 0;
}

#centrecontent form.Search label {
	width: 400px;
}

#centrecontent form.Search input.formSubmit {
	margin-top: 5px;
	margin-bottom: 20px;
	width: 148px;
}


/* tablular data styles */

#centrecontent table {
	width: 100%;
	clear: both;
	margin: 20px 0 20px 0;
}

#centrecontent table th {
	text-align: left;
}

#centrecontent table td {
	padding: 5px;
	margin: 0;
	vertical-align: top;
}

#centrecontent #distributorChildren table td { /* controls distributor tables style */
	border-top: 1px solid #ddd;
	padding: 2px;
	margin: 0;
}

#centrecontent #distributorChildren table th { /* controls distributor tables style */
	background: #ddd;
	text-transform: uppercase;
	padding: 5px;
}

#centrecontent .roboticsProductList table td { /* controls robot products tables style */
	border-top: 1px solid #ddd;
	padding: 2px;
	margin: 0;
}

#centrecontent .roboticsProductList table th { /* controls distributor tables style */
	background: #ddd;
	text-transform: uppercase;
	padding: 5px;
}

#centrecontent .roboticsProductList table td ul { /* controls robot products tables style */
	padding: 0;
	margin: 0;
	list-style: none;
}

#centrecontent .roboticsProductList table td li { /* controls robot products tables style */
	padding: 0;
	margin: 0;
	list-style: none;
}

#centrecontent .roboticsProductList table td p { /* controls robot products tables style */
	padding: 0;
	margin: 0;
}

/* Products - Right Toolbar Node List */


#right .toolbarPortal1 .toolbarNodeTree h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #8E8E8E;
	background: url(../images/index_products_h2_bground_rpt.gif) repeat-x 0 100%;
	margin: 4px 0 20px 0;
	padding: 0 0 5px 0;
}

#right .toolbarPortal1 .toolbarNodeTree ul {
 	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
}

#right .toolbarPortal1 .toolbarNodeTree ul li {
 	display: inline;
	margin: 0;
	padding: 0;
}

#right .toolbarPortal1 .toolbarNodeTree ul li a { /* top level */
 	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	font-weight: bold;
	font-size: 11px;
	 color: #484848; 
  	text-decoration: none;
}

#right .toolbarPortal1 .toolbarNodeTree ul li a:hover {
 	color: #CC3300;
	text-decoration: underline;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li { /* 2nd level */
 	display: inline;
	margin: 0;
	padding: 0;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li a {
	color: #8E8E8E;
 	margin: 0;
	padding: 0 0 3px 10px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li a:hover {
	color: #CC3300;
	text-decoration: underline;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li li { /* 3rd level */
 	display: inline;
	margin: 0;
	padding: 0;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li li a {
	color: #8E8E8E;
 	margin: 0;
	padding: 0 0 3px 15px;
	display: block;
	font-weight: normal;
	font-size: 11px;
}

#right .toolbarPortal1 .toolbarNodeTree ul li li li a:hover {
	color: #CC3300;
	text-decoration: underline;
}


/* Radiator Styles */

#centrecontent p.RadiatorSearch a { /* Radiator Product Catalogue page */
	border: 1px solid #909CA0;
	text-decoration: none;
	padding: 4px 14px 4px 4px;
	background: url(../images/radiator_search_arrow.gif) no-repeat 96% 10px;
}

#centrecontent p.RadiatorSearch a:hover { /* Radiator Product Catalogue page */
	text-decoration: underline;
}

#centrecontent .radiator table.vehicleDetails {
  width: 60%;
}

#centrecontent .radiator table.vehicleDetails th {
  width: 100px;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  padding-left: 0;
}

#centrecontent .radiator table.vehicleDetails td {
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  padding-left: 0;
}

#centrecontent .radiator h2.Radiator {
	float: left;
	clear: none;
}

#centrecontent .radiator h2.Radiator a {
 	float: left;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: underline;
	padding: 0 0 0 5px;
}

#centrecontent .radiator h2.Radiator a:hover {
	text-decoration: none;
}

#centrecontent .radiator table.radDetails {
  width: 60%;
}

#centrecontent .radiator table.radDetails th {
  width: 100px;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  padding-left: 0;
}

#centrecontent .radiator table.radDetails td {
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  padding-left: 0;
}

#centrecontent .radiator table.radParts th {
  border: none;
  padding: 10px 0 10px 5px;
  padding-bottom: 10px;
}


#centrecontent .radiator table.radParts td {
  padding: 10px 0 10px 5px;
  background: #F2F2F2;
  border: none;
}

#centrecontent table.radiatorData th {
  border: none;
  padding: 10px 0 10px 5px;
  padding-bottom: 10px;
}

#centrecontent table.radiatorData td {
  border: none;
  padding: 10px 0 10px 5px;
  background: #F2F2F2;
}


/* Sparkplug Styles */

#centrecontent form#finder fieldset legend {
	float: left;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 20px -7px;
}

#centrecontent  form#finder fieldset label {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	width: 300px;
}

#centrecontent form#finder select {
  margin: 0 0 10px 0;
}

#centrecontent form#finder fieldset label input#cars, #centrecontent form#finder fieldset label input#bikes, #centrecontent form#finder fieldset label input#marine_in, #centrecontent form#finder fieldset label input#marine_out {
	margin: 2px 0 0 0;
	padding: 0;
	border: none;
	clear: none;
	float: left;
	text-align: left;
	width: 20px;
}

#centrecontent table.sparkplugData th {
  border: none;
  padding: 10px 0 10px 5px;
  padding-bottom: 10px;
}

#centrecontent table.sparkplugData td {
  border: none;
  padding: 10px 0 10px 5px;
  background: #F2F2F2;
}


/* footer */


#footer ul {
	width: 750px;
	border-top: 1px solid #C1C1C1;
	margin: 0 0 0 7px;
	padding: 3px 0 0 0;
	list-style: none;
	height: 10px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	float: left;
	border-right: 1px solid #A1A1A1;
	padding: 0 5px;
	color: #A1A1A1;
	line-height: 10px;
	font-size: 10px;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #CC0000;
}

#footer ul li.last a {
	border-right: none;
}


#footer ul#Credits {
	display: none;
}

#footer #footerDesc p {
	margin: 2px 0 3px 10px;
	color: #A1A1A1;
	font-size: 10px;
}

html>body #footer #footerDesc p {
	height: 15px;
}


/* Rich text Image styles */

/* Images */

div.imageleft {
	height: 1%;
	float: left;
	padding: 5px 5px 0 5px;
	margin: 0;
	
}

div.imageright {
	height: 1%;
	float: right;
	padding: 5px 5px 0 5px;
	margin: 0;
}

div.imageleft div, div.imageright div {
	display: inline;
}

div.imageleft img, div.imageright img {
	padding: 0;
	margin: 0;
}

div.imagecenter {
	width: 100%;
	padding: 5px 0;
	display: block;
	text-align: center;
}

div.imageleft a img, div.imageright a img, div.imagecenter a img {
	border: none;
	padding: 0;
	margin: 0;
}


/* Objects */


div.object-left, div.object-right {
	height: 1%;
	display: inline;
	padding: 0;
	margin: 0;
}
