/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 75%;
}

body.site {
	background: url(../images/bg-body.gif) 0 0 repeat-x;
}

h1 {
	color: #0066cc;
	margin: 0 0 0.5em 0;
	font-size: 16px;
	font-weight: normal;
}

h2 {
	color: #1a3b7d;
	margin: 0 0 0.5em 0;
	font-size: 24px;
	font-weight: normal;
}

h2 span {
	font-size: 11px;
}

h3 {
	color: #0066cc;
	margin: 0 0 0.5em 0;
	font-size: 125%;
	font-weight: normal;
}

hr {
	background: #f00;
	color: #f00;
}

p {
	margin: 0 0 1em 0;
	line-height: 140%;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

#content ol {
	margin-left: 30px;
	margin-bottom: 1em;
}

li {
	line-height: 140%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: url(../images/bg-th.gif) 0 0 repeat-x;
	color: white;
	font-weight: bold;
	padding: 10px 5px;
}

td {
	line-height: 140%;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #990000;
	text-decoration: none;
}

a:active {
	color: white;
	background: #990000;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #990000;
	text-decoration: none;
}

a.hoverFix img {
	display: block;
	width: auto;
}

a.hoverFix:hover {
	background: none;

}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

input.button {
	background: #eee;
	color: #1a3b7d;
	border: solid 1px #a4a9b3;
	padding: 1px;
	width: 0;
	overflow: visible;
}

input.button[class] {
	width: auto;
}

input.textbox, textarea.textbox, select.textbox {
	color: #1a3b7d;
	border: solid 1px #99b2e5;
	padding: 1px;
	font-family: arial, helvetica;
	font-size: 100%;
}

label.lblFrm {
	text-align: right;
	float: left;
	display: block;
	width: 180px;
	margin: 2px 10px 0 0;
}

label.lblFrm2 {
	text-align: left;
	float: left;
	display: block;
	width: 120px;
	margin: 2px 0 0 0;
	font-weight: bold;
	color: #183877;
}

label.lblFrm3 {
	text-align: right;
	float: left;
	display: block;
	width: 220px;
	margin: 2px 10px 0 0;
}

.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

ul.inline li {
	display: inline;
}

p.small, span.small, ul.small, li.small, div.small, a.small, h3.small {
	font-size: 90%;
}

p.large, span.large, ul.large, li.large, div.large {
	font-size: 120%;
}

p.red, span.red, ul.red, li.red, div.red, h2.red {
	color: #990000;
}

p.lightblue, span.lightblue, ul.lightblue, li.lightblue, div.lightblue {
	color: #0076c0;
}

p.darkblue, span.darkblue, ul.darkblue, li.darkblue, div.darkblue {
	color: #1a3b7c;
}

p.black, span.black, ul.black, li.black, div.black {
	color: #000;
}

p.grey, span.grey, ul.grey, li.grey, div.grey {
	color: #666;
}

#quote p.red {
	font-size: 18px;
}

#quote span.black {
	font-size: 11px;
}

#quote span.large {
	font-size: 24px;
}

#quote span.small {
	font-size: 14px;
}

#quote span.grey {
	font-size: 11px;
	font-weight: normal;
}

/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#container {
	width: 987px;
	margin: auto;
}

#logo {
	float: left;
}

#headlineSpecialOffer {
	width: 450px;
	height: 81px;
	border: 1px solid #d6dbe7;
	background: #fff url(../images/bg-headlineSpecialOffer.gif) 100% 0 repeat-y;
	float: right;
	margin-top: 20px;
	font-family: trebuchet MS, tahoma;
	font-size: 24px;
	padding: 10px;
}

#headlineSpecialOffer p {
	margin: 0;
	line-height: 100%;
}

#headlineSpecialOffer span.small {
	font-size: 18px;
}

#headlineSpecialOffer img {
	margin-right: 20px;
}


#menuBar {
	clear: both;
}

#contactNumber p {
	float: left;
	font-size: 20px;
	margin: 1px 0 0 0;

}

#contactNumber span.small {
	font-size: 11px;
}

#menu {
	float: right;
	margin-top: 10px;
}

#quoteBar {
	clear: both;
	color: #fff;
}

#quoteBar p {
	margin: 0;
	padding-bottom: 5px;
}

#quoteBar div.box {
	float: left;
	border-right: 1px solid #5e75a2;
}

#quoteBar #intro {
	width: 188px;
	font-size: 12px;
	height: 163px;
}

#quoteBar #intro a, #quoteBar #intro a {
	color: #fff;
	font-weight: bold;
}

#quoteBar #intro a:hover, #quoteBar #intro a:hover {
	background: none;
}

#quoteBar #intro .yellow {
	color: #ffd94d;
	font-size: 18px;
}


#quoteBar #intro .yellow a, #quoteBar #intro .yellow a {
	color: #ffd94d;
}

#quoteBar #intro .yellow a:hover, #quoteBar #intro .yellow a:hover {
	background: none;
}

#quoteBar #intro .large {
	font-size: 30px;
	padding-top: 20px;
}

#quoteBar #manufacturerSearch {
	width: 224px;
	height: 148px;
	padding: 15px 10px 0 10px;
	background: url(../images/bg-manufacturerSearch.gif) 10px 10px no-repeat;
}

#quoteBar #manufacturerSearch select {
	width: 170px;
}

#quoteBar #budgetSearch {
	width: 179px;
	height: 148px;
	padding: 15px 10px 0 10px;
	background: url(../images/bg-budgetSearch.gif) 10px 10px no-repeat;
}

#quoteBar #budgetSearch select {
	width: 130px;
}

#quoteBar #typeSearch {
	width: 332px;
	height: 148px;
	padding: 15px 10px 0 10px;
	background: url(../images/bg-typeSearch.gif) 10px 10px no-repeat;
}

#quoteBar #typeSearch table {
	margin-top: 5px;
	text-align: center;
}

#quoteBar #manufacturerSearch p, #quoteBar #budgetSearch p, #quoteBar #typeSearch p{
	padding: 0 0 5px 40px;
}

#quoteBar #manufacturerSearch p.button, #quoteBar #budgetSearch p.button{
	padding: 10px 0 0 40px;
}

#quoteBar #typeSearch p.button {
	padding: 0 0 0 0;
}

#wrapper {
	width: 987px;
	clear: both;
	background: url(../images/bg-wrapper.gif) 0 0 repeat-y;
}

#leftCol {
	width: 146px;
	float: left;
	padding: 18px 2px 0 2px;
}

#vanManufacturers p, #carManufacturers p {
	margin: 0 0 1px 0;
}

#carManufacturers p {
	margin: 2px 0 1px 0;
}

#vanManufacturers p a, #carManufacturers p a {
	display: block;
	width: 136px;
	background: #0066cb;
	color: #fff;
	padding: 1px 5px;
	text-decoration: none;
}

#vanManufacturers p a:hover, #carManufacturers p a:hover {
	background: #990100;
}

#vanManufacturers li, #carManufacturers li {
	margin: 0 0 1px 0;
	list-style-type: none;
	background: url(../images/bg-leftCol.gif) 0 0 repeat-x;
}

#vanManufacturers li a, #carManufacturers li a {
	display: block;
	width: 136px;
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}

#vanManufacturers li a:hover, #carManufacturers li a:hover {
	background: url(../images/bg-leftCol-hover.gif) 99% 50% no-repeat;
}

#specialOfferSignUp {
	background: #d8d1c5;
	padding-bottom: 9px;
}

#specialOfferSignUp p.title {
	display: block;
	width: 136px;
	background: #0066cb;
	color: #fff;
	padding: 1px 5px;
	margin: 12px 0 0 0;
	border-bottom: 1px solid #fff;
}

#specialOfferSignUp p {
	color: #1a3b7d;
	margin: 0 0 0 0;
	padding: 1px 5px;
}

#specialOfferSignUp input.textbox {
	width: 132px;
}

#adverts {
	margin: 15px 0 0 0;
}

#adverts p {
	margin: 0 0 6px 0;
}

#home #middleCol {
	width: 807px;
	padding-left: 30px;
	padding-top: 15px;
	float: left;
}

#variants #middleCol, #quote #middleCol {
	width: 655px;
	padding: 15px 0 0 30px;
	float: left;
}

#proposal #middleCol {
	width: 807px;
	padding-left: 30px;
	padding-top: 15px;
	float: left;
}

#variants #content, #quote #content {
	/*background: url(../images/bg-special-offer.gif) 0 45px repeat-x;*/
}


#variants #rightCol, #quote #rightCol {
	width: 133px;
	padding: 64px 0 0 19px;
	float: left;
}

#footer {
	padding: 10px; 0;
	border-top: 1px solid #e5e5e5;
	color: #999;
}

#footer p.left {
	float: left;
}

#footer p.right, ul.right {
	float: right;
}

#footer ul {
	margin-right: 100px;
}

#footer li {
	background: url(../images/bg-footer.gif) 0 2px no-repeat;
	padding: 0 5px 0 10px;
}

#footer li.first {
	background: none;
	padding: 0 5px 0 0;
}

#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #999;
	background: none;
	text-decoration: underline;
}

/* END PAGE SPECIFIC STYLES */











/* START RANDOM STYLES */

#content #breadcrumb ul {
	margin-left: 0;
}

#breadcrumb li {
	display: inline;
	padding-left: 10px;
	font-size: 11px;
	background: url(../images/bg-breadcrumb.gif) 3px no-repeat;
	color: #003366;
}

#breadcrumb li.first {
	background: none;
	padding-left: 0;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #003366;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus {
	color: #003366;
	background: none;
	text-decoration: underline;
}

div.specalOffer {
	float: left;
	width: 369px;
	padding: 10px;
	background: url(../images/bg-special-offer.gif) 0 0 repeat-x;
	font-size: 18px;
}

div.first {
	margin-right: 29px;
}

div.specalOffer p {
	margin: 0 0 5px 0;
	line-height: 100%;
}

div.specalOffer p.darkblue {
	font-size: 14px;
}

div.specalOffer span.small {
	font-size: 11px;
}

div.specalOffer img {
	padding-right: 20px;
}

div.specalOffer a:link, div.specalOffer a:visited {
	color: #0076c0;
	text-decoration: none;
}

div.specalOffer a:hover, div.specalOffer a:active, div.specalOffer a:focus {
	color: #0076c0;
	background: none;
	text-decoration: underline;
}

div.pager {
	padding: 10px 0 0 0;
}

div.pager ul {
	float: right;
}

#content div.pager ul li {
	display: inline;
	background: none;
	padding: 0 2px;
}

div.pager span {
	float: left;
}

#rightCol div.infoBox {
	border: 1px solid #e5e5e5;
	margin-bottom: 2em;
	color: #183877;
	font-size: 12px;
}

#rightCol div.infoBox p.title {
	background: url(../images/bg-limitedStockOffers.gif) 0 0 repeat-x;
	padding: 4px;
	font-size: 14px;
	margin: 0;
	color: #fff;
	letter-spacing: -0.5px;
}

#rightCol div.infoBox ul, #rightCol div.infoBox p {
	padding: 5px;
	margin: 0;
}

#rightCol div.infoBox li {
	list-style-type: none;
	background: url(../images/bg-infoBox.gif) 0 4px no-repeat;
	padding-left: 17px;
}










/* START HOME STYLES */

#news {
	width: 282px;
	float: right;
	margin: 20px 0 0 10px;
	background: url(../images/bg-news.gif) 0 0 no-repeat;
}

#news p {
	margin: 0;
	padding-left: 136px;
	line-height: 1;
}

#content #news ul {
	margin-left: 0;
}

#news li {
	background: #f5f5f5;
	border: 1px solid #e4e4e4;
	margin-bottom: 3px;
	list-style-type: none;
	padding: 5px;
}

#news span.date {
	display: block;
	color: #333366;
	font-size: 11px;
}

#bookServiceOnline {
	border: 1px solid #e2ddd3;
	color: #1a3b7d;
	width: 451px;
}

#serviceWrapper {
	margin: 5px;
	padding: 5px;
	background: #e2ddd3;
}	

#bookServiceOnline p {
	margin: 0;
	padding-top: 5px;
}

#bookServiceOnline p.title {
	font-size: 18px;
	padding-top: 0;
}









/* START MANUFACTURER STYLES */

#models {
	margin: 0 0 0 10px;
	padding: 25px 0 0 0;
	background: url(../images/bg-models.gif) 0 0 no-repeat;
	width: 336px;
	float: left;
}

#models td a {
	display: block;
	width: 162px;
	background: #f5f5f5;
	border: 1px solid #ececec;
	color: #333;
	padding: 2px;
	margin: 0 2px 2px 0;
	text-decoration: none;
}

#models td a:hover {
	color: #990000;
}

#models td span {
	color: #990000;
	float: right;
	margin-top: -18px;
	font-weight: bold;
}










/* START VARIANT STYLES */

#variants h2 {
	font-size: 14px;
	margin-top: 1em;
}

#variantsWrapper, #quoteWrapper {
	margin-top: 30px;
	background: url(../images/bg-special-offer.gif) 0 -2px repeat-x;
	border: 1px solid #eaecec;
	padding: 10px;
}

#variantsWrapper table {
	border: 1px solid #eaecec;
}

#variantsWrapper td {
	background: #f5f5f5;
	border-bottom: 1px solid #eaecec;
	padding: 4px;
	vertical-align: middle;
}

#variants a.specialOffer {
	font-weight: bold;
	background: url(../images/icon-star.gif) 100% 50% no-repeat;
	padding-right: 17px;
}

#variants a.specialOffer:hover, #variants a.specialOffer:active, #variants a.specialOffer:focus {
	color: white;
	background: #990000;
	text-decoration: none;
}

#variants p.modelSelect a {
	float: left;
}

#variants span.right {
	float: right;
}

#variants p.modelSelect label {
	color: #183877;
	font-weight: bold;
	padding-top: 3px;
}

#limitedStockOffers p {
	background: url(../images/bg-limitedStockOffers.gif) 0 0 repeat-x;
	padding: 4px;
	font-size: 14px;
	margin: 0;
	color: #fff;
	letter-spacing: -0.5px;
}

#limitedStockOffers ul {
	margin: 1em 0;
	list-style-type: none;
}

#limitedStockOffers li {
	padding-bottom: 1em;
}

#limitedStockOffers a:link, #limitedStockOffers a:visited {
	color: #1a3b7c;
	text-decoration: underline;
	font-weight: bold;
}

#limitedStockOffers a:hover, #limitedStockOffers a:active, #limitedStockOffers a:focus {
	color: #1a3b7c;
	background: none;
	text-decoration: none;
}

#rightHandContactNumber p {
	font-size: 24px;
	line-height: 1;
	letter-spacing: -2px;
}	

#rightHandContactNumber span.small {
	font-size: 12px;
	color: #000;
	letter-spacing: 0px;
}













/* START QUOTE STYLES */

#quote #content label {
	color: #183877;
	font-weight: bold;
	float: left;
	width: 150px;
	display: block;
	padding-top: 2px;
}

#quote #content label.thin {
	width: 100px;
}

#quote #content #scroll {
	overflow: auto;
	height: 375px;
	margin: 5px 0 10px 0;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
}

#quote #content #expand {
	margin: 5px 0 10px 0;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
}

#quote #content #scroll table {
	width: 610px;
}

#quote #content table td {
	border-bottom: 1px solid #e3e3e3;
	padding: 2px;
}

#quote #content table td.title {
	border-bottom: none;
	padding: 2px;
	color: #0066cc;
	font-size: 16px;
}

#quote #content table label {
	font-weight: normal;
	float: static;
	width: auto;
	color: #000;
	padding: 0;
}

#quote #content table span.small {
	font-size: 11px;
}

#quote #content table td.price {
	width: 130px;
}

#quote #quoteWrapper ul.inline {
	margin: 0;
}

#quote #quoteWrapper ul.inline a {
	background: url(../images/bg-quoteTab.gif) 0 0 repeat-x;
	padding: 6px;
	color: #fff;
	text-decoration: none;
}

#quote #quoteWrapper {
	margin-bottom: 1em;
}

#quote #quoteWrapper ul.inline a.selected {
	background: url(../images/bg-quoteTab-selected.gif) 0 0 repeat-x;
	padding: 6px;
	color: #fff;
	text-decoration: none;
}


#quote #quoteWrapper ul.inline a:hover, #quote #quoteWrapper ul.inline a:active, #quote #quoteWrapper ul.inline a:focus {
	text-decoration: underline;
}

ul.tabs {
	margin: 0;
}

ul.tabs a {
	background: url(../images/bg-quoteTab.gif) 0 0 repeat-x;
	padding: 6px;
	color: #fff;
	text-decoration: none;
}

ul.tabs a.selected {
	background: url(../images/bg-quoteTab-selected.gif) 0 0 repeat-x;
	padding: 6px;
	color: #fff;
	text-decoration: none;
}

ul.tabs a.selected2 {
	background: url(../images/bg-quoteTab-selected2.gif) 0 0 repeat-x;
	padding: 6px;
	color: #fff;
	text-decoration: none;
}

ul.tabs a:hover, ul.tabs a:active, ul.tabs a:focus {
	text-decoration: underline;
}

#quote #content #quoteSummary {
	width: 100%;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
	color: #1a3b7c;
	font-weight: bold;
}

#quote #content #quoteSummary td.title {
	background: url(../images/bg-quoteTab-selected.gif) 0 0 repeat-x;
	padding: 5px;
	color: #fff;
	font-weight: normal;
}

#quote #content ul.quoteButtons {
	margin: 10px 0;
}

#quote #content ul.quoteButtons li.proceed {
	margin-left: 250px;
}

#quote #content ul.quoteButtons li.proceed2 {
	margin-left: 200px;
}
/* END QUOTE STYLES */













/* START PROPOSAL STYLES */

#proposal #quoteWrapper {
	margin-top: 0;
}

#proposal h2 {
	font-size: 16px;
	color: #0066cc;
}

#proposal h2 span.small {
	font-size: 11px;
}

#proposal h3 {
	font-size: 12px;
	color: #0066cc;
}

#proposal #quoteWrapper input.textbox, #proposal #quoteWrapper textarea.textbox, #proposal #quoteWrapper select.textbox {
	width: 175px;
}

#proposal #quoteWrapper input.textboxBold {
	width: 171px;
	border: 2px solid #99b2e5;
	padding: 2px;
}


#proposal #quoteWrapper input.small {
	width: 75px;
}

#proposal #quoteWrapper textarea.large {
	width: 740px;
}

#proposal #quoteWrapper p.button {
	margin: 0 0 0 190px;
}

#proposal div.left {
	float: left;
}

#proposal #quoteWrapper div.clear {
	height: 20px;
}

table.features {
	margin:0px;
	padding:0px;
}

table.features th {
	margin:0px;
	padding:10px;
	background-color:#2A56AF;
	border:1px solid #2A56AF;
	color:#FFFFFF;
}

table.features td {
	margin:0px;
	padding:10px;
	border:1px solid #2A56AF;
	background-color:#BFCCE7;
	color:#000000;
	width:46%;
	vertical-align: top;
}

table.features td table td {
	width: auto;
	border: none;
	padding: 5px;
}

table.features td.none, table.features th.none {
	margin:0px;
	padding:0px;
	border:none;
	background-color:#FFFFFF;
	width:10px;
	background:none;
}


#content table.features ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table.features li {
	height: 35px;
	background: url(../images/bt-buyers-guide.gif) 0 5px no-repeat;
	padding-left: 15px;
}


table.logos {
	margin:0px;
	padding:0px;
}

table.logos td {
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

.paddingbasket {
	padding-left:10px;
	padding-right:10px;
}

.paddingbasket ul {
	padding-left:15px;
}

.paddingbasket ul li {
	color:#990000;
	list-style-type:square;
	margin-bottom:10px;
}


.paddingbasket strong {
	color:#1a3b7d;
}

/* END PROPOSAL STYLES */












/* START HORIZONTAL MENU STYLES */
div.xMenuBtn {display: none;}
#nav, #nav ul {list-style: none;}
#nav li ul {position: absolute;left: -999em;background: #fcfcfc;margin: 0px 0 0 3px;}
#nav li ul ul {margin: -21px 0 0 0;}
#nav li {float: left;width: auto;line-height: 150%;}
#nav li ul li {clear: left;border-right: 1px solid #1a3b7c;border-bottom: 1px solid #1a3b7c;border-left: 1px solid #1a3b7c;}
#nav li ul li ul {border-top: 1px solid #1a3b7c;}
#nav li a {display: block;width: auto;padding: 0;text-decoration: none;color: #fff;margin: 0 0 0 3px;padding: 5px 6px 5px 0;background: url(../images/bg-nav2.gif) 100% 0px no-repeat;font-size: 14px;}
#nav li a span {padding: 6px 5px 7px 10px;background: url(../images/bg-nav1.gif) 0 0 no-repeat;}
#nav li ul li a {width: 190px;background: #fcfcfc;color: #1a3b7c;}
#nav li ul li a span {width: 190px;background: none;}
* html #nav li a {float: left;}
* html #nav li ul li a {float: none;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {left: -999em;}
#nav li:hover ul,#nav li.sfhover ul {left: auto;}
#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {left: auto;margin-left: 147px;}
#nav li a:hover, #nav li a:active, #nav li a:focus { color: #fff; background: url(../images/bg-nav2-hover.gif) 100% 0px no-repeat;}
#nav li a:hover span, #nav li a:active span, #nav li a:focus span { background: url(../images/bg-nav1-hover.gif) 0 0 no-repeat;}
#nav li ul li a:hover, #nav li ul li a:active, #nav li ul li a:focus { color: #990000;background: none;}
#nav li ul li a:hover span, #nav li ul li a:active span, #nav li ul li a:focus span { color: #990000;background: none;}

/* Support for the "iehover-fix.js" */

* html ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: 0em;
	top: 0em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

/* END HORIZONTAL MENU STYLES */












/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */

a img.questionmark {
            padding: 4px 0 0 10px;
}

#boxStockOffers {
	background: #960000 url(../images/bg-quoteTab-selected2.gif) 0 0 repeat-x;
	text-align: center;
	font-size: 130%;
	border-bottom: 2px solid #fff;
}

#boxStockOffers p 
{
    margin: 0;
    line-height: 100%;
}

#boxStockOffers a:link, #boxStockOffers a:visited
{
    display: block;
    padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#boxStockOffers span.small 
{
    font-size: 11px;
	font-weight: normal;
}