﻿/* Aurora Sample Theme for BV Commerce 5 */
/* 2007m01d19 removed redundant home page style items */
/* 2007m03d29 changed color attribute of body from 999 to 807F7F */
/* 2007m12d07 changed font on site from hard to read gray to black */
/* 2007m12d19 changed background color in a few areas from 111 to 999 (from black to silver) so the text could be read - needed after the text was cahnged earlier from silver to black to make mreo readable*/
body {
	background-color:#ccc;
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: "Lucida Grande",Arial,Helvetica, sans-serif;
	color: #000; 
	letter-spacing: normal;
	}/* 2007m12d07 changed font on site from hard to read gray to black: color from 999 to 000*/



/* Misc */
img { border: none; }
.hide, hr {display: none;}
input { vertical-align: middle; }

/* Headings */
h1 {font-family:Arial Black; font-size:22px;line-height:normal;margin:0 0 0px 0;padding:0;color:#5E8BAC ; } /* 24sept206 mcnerney changed from ccc to 884411 */
h2 {font-family:Arial; font-weight: bold; font-size:18px;margin:0 0 0 0;padding:0;color:#EC251C;} /* 24sept206 mcnerney changed from ccc to 488DC9 */
h3 {font-family:Arial; font-size:14px;line-height: normal;margin:0;padding:0;color:#213153 ;}
h4, h5, h6 {font-size:90%;margin:0;padding:0;}

/* Paragraphs */
p { padding: .2em; margin: 0 0 .5em 0; line-height: 1.1em; }

/* Lists */
ol, ul { margin: .5em 1em; padding: 0; }
li { margin: 0 0 0 1em; padding: .2em 0; }

/* Links */
a { text-decoration: underline; }
a:link { color: #000; }/* 2007m12d07 changed font on site from hard to read gray to black: color from 999 to 000*/
a:visited { color: #000; }/* 2007m12d07 changed font on site from hard to read gray to black: color from 888 to 000*/
a:hover { color: #9cf; }


/* Clearing Floats */
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-table; }
* html .clear { height: 1%; }
.clear { display: block; }

/* Admin Panel */
#adminpanel {font-size:85%;background-color:#000;color:#fff;border-bottom: 1px solid #222;padding:5px;}
#adminleft, #admincenter, #adminright { width: 30%; vertical-align: middle; }
#adminleft { text-align: left; }
#admincenter { text-align: center; }
#adminright { text-align: right; }
#adminpanel a {color:#fff;border-bottom: 2px solid #444;text-decoration: none;}
#adminpanel a:hover {color:#fff;text-decoration:none;background: #444;}

/* Header */

/* #header {width:780px;margin-left:auto;margin-right:auto;clear:both;border-top:solid 1px #222;} -- mcnerney 10aug2006 replaced graphic with white background */
 #header {width:910px;margin-left:auto;margin-right:auto;clear:both;border-top:solid 1px #222;} /*-- mcnerney 29OCT2006 */

#header a { text-decoration: none; color: #000; }
#header a:hover { text-decoration: none; color: #9cf; }
/* #header ul, #footer ul {list-style:none;margin:0;padding:0;} mcnerney 09sept2006 split*/ 
#header ul  {list-style:none;margin:0;padding:0;} /*mcnerney 09sept2006 added from split*/ 
#footer ul {list-style:none;margin:0;padding:0; background-color: #fff;} /*mcnerney 09sept2006 added from split*/ 
#headernavmenu ul {border-bottom: 1px solid #000;padding:0;} /* mcnerney 10sept2006 removed height of 50px */
#header ul li, #footer ul li {display:inline;margin:0 2px;padding:0;}
#header #headernavmenu {margin:0; padding: 0; text-align:center;font-size: 90%;font-weight: bold; background-color:#F9F369; } /* mcnerney 10sept2006 removed 10px padding to push menu to top of page*/
/*#header #headernavmenu a {margin: 0 3px;}*/



#header #headernavmenu a {margin: 0 0px;}/* 2007m12d06 changed margin from 0 3px to 0 0 when header image was spliced*/



#header #headermainmenu {font-weight:bold;text-align:center;line-height: 2.5em;font-size: 110%;}
#header #headermainmenu a {margin: 0 5px;}
#header .activemainmenuitem a { border-bottom: 2px solid #9cf; color: #9cf; }
#header #headernavmenu img {background-color:#fff; padding:0;border-bottom: 1px solid #000;} /* mcnerney 10sept2006 added to place line above topmenu */
/* Footer */
/* #footer {width:780px;margin-left:auto;margin-right:auto;clear:both; background-color:#ffffff; }/*-- mcnerney 10aug2006 added background color */
#footer {width:910px;margin-left:auto;margin-right:auto;clear:both; background-color:#ffffff; }/*-- mcnerney 29OCT a*/
#footernavmenu {text-align:center;margin:0px;padding:0px 0;font-size:85%;  border-top: 10px solid #fff;  line-height:20px} /* mcnerney 10aug2006 added line-height to increase space for font and removed 10px padding and added bordertop */
#footercopyright {padding:10px;color:#fff;font-size:80%;text-align:center; background:#999999;}
#poweredby { text-align: center; margin: 5px; }

/* Content */
/*#maincontent {margin: 0px auto; width:780px; background: #ffffff;} *//*-- mcnerney 10aug2006 added background color and removed  10px margin */
#maincontent {margin: 0px auto; width:910px; background: #ffffff;}/*-- mcnerney 29OCT2006*/








/* Home Page */
#homepagecolumn1 {width:165px;float:left; background: #fff;height:675px;} /* 2009m10d19 changed height from 800 to 675px*/
#homepagecolumn2 {width:565px;float:left; background: #fff;height:675px;} /* 2009m10d19 changed height from 800 to 675px*/
#homepagecolumn3 {width: 180px;float:right; background: #fff;height:675px;}  /* 2009m10d19 changed height from 800 to 675px*/

/* Columns */
#navcolumn {width:165px;float:left;margin:0 10px 0 0; } /* 2007_m02_d07 reduced width by 10px to 165px */
/* #maincolumn {width:580px;float:left; } */
#maincolumn {width:730px;float:left; } /* 2009m10d20 decreased by 10px to 735px to fit the T?Cs and PRivacty Polcy pages*/

/* Column Blocks */
.decoratedblock {border:solid 1px #666;margin:0 0 15px 0;background-color:#fff; } /* mcnerney 10sept2006 changed bg color of menu items to white */
.decoratedblock h4 { display: block; background: #488DC9; padding: 5px;color: #F9F369; } /* mcnerney 10sept2006  header of menu items: changed bg color to blue and font color to yellow */
.blockcontent {padding:5px;text-align:left;}
.categoryrotator .blockcontent {text-align:center;}
.productrotator .blockcontent {text-align:center;}
.productgrid .blockcontent {text-align:center;}

/* Column Menus */
.sidemenu ul, .categorymenu ul {padding:0px;margin:5px 0px 5px 0px;}
.sidemenu li, .categorymenu li {padding: 2px 2px 2px 10px;list-style:none;}
.sidemenu li a, .categorymenu li a {text-decoration:none;}

/* Column Search Box */
.searchboxform .forminput { width: 130px; }
.searchboxform input { vertical-align: middle; }

/* Bread Crumbs */
.breadcrumbs {margin:0 0 0px 0;padding:0;font-size:85%; background-color:#555555; color:White;}
.breadcrumbs a { text-decoration: underline; }
.breadcrumbs a:link { color: #E3DFDF; }
.breadcrumbs a:visited { color: #E3DFDF; }
.breadcrumbs a:hover { color: #D3FDE9; }

/* Site Map Page */
#SiteMapColumns { clear: both; }
.ColumnOne { width: 380px; float: left; border-right: 1px solid #eee; }
.ColumnTwo, .ColumnThree { width: 380px; float: right; margin-bottom: 15px; }

/* Cart Page */
.cartitemimage {width:120px;height:120px;float:left; margin: 0 5px 5px 0;}
.cartitemimage img {margin:3px 0 0 5px;}
.cartitemdescription { margin: 5px; float: left; width: 320px;}
#cartcontainer tr td {border-top:solid 1px #333; padding: 5px 5px 0 0;}
#cartcontainer, #carttitle, #cartactions, #cartcoupons {margin: 0 20px;}
#cartcontainer {border-bottom:solid 1px #333;}
#cartfooter {margin: 10px 20px 0 20px;}
#carttotals {width:200px;float:right;margin-bottom:10px;text-align:right; font-size: 110%; font-weight: bold;color:#eee;}
#carttotals table {float:right;}
#cartupdates {width:350px;margin-bottom:10px;text-align:right;float:right;}
#cartactions {clear:both;text-align:right;padding-bottom:12px;margin-top: 20px;}
#cartactioncontinue {float:left;width:120px;text-align:left;}
#cartactioncheckout {display:inline;}
#cartcoupons {background-color:#999;padding:10px;} /*2007m2d19 changed background color from 111 to 999*/
.cartsku { font-size: 80%; }
.cartproductname { font-size: 110%; font-weight: bold; }

/* Checkout */
.creditcardinput {border:solid 1px #222; background-color:#999;padding:10px;margin:10px 0;}/*2007m12d19 changed background from 111 to 999*/

/* Checkout Addresses */
.addressbookpanel { padding: 5px; }
.addressbookpanel table { width: 100%; }
.addressbookpanel ul { margin: 0; }
.addressbookpanel li { list-style: none; }
.addressbookpanel table { border-collapse: collapse; border: solid 1px #fff; }
.addressbookpanel td { border: none; padding: 5px;}
.addressbookpanel .alt { background-color: #eee; }

/* Closed Store Message */
#closedcontent {width:300px;height:200px;margin:50px auto;padding:10px;background-color:#ff9;color:#333;}
#closedcontent h1 {color:#000;}

/* Address Book */
.addressbooktitle h1 { float: left; }
.addressbooktitle .newaddress { float: right; margin: 15px; }
.address { border: 1px solid #ddd; padding: 5px 10px; margin: 0 5px 15px 0; }
.address .buttonrow { margin: 5px 0; padding: 0; text-align: left; }
table.alladdresses, table.primaryaddresses { margin: 5px 0; width: 100%; }
table.alladdresses td, table.primaryaddresses td { vertical-align: top; }

/* Search Page */
fieldset#SearchForm {}
fieldset#SearchForm .forminput { border-color: #ccc; }
#SearchResultsPane { margin: 10px 0; }
.searchresultrecord { padding: 5px; margin: 5px; border-left: 5px solid #222; }

/* Notes */
.BVSmallText { font-size: 85%; }

/* Row Elements */
.rowheader, th { background: #333; color: #ccc; padding: 0; font-weight: bold; padding: 5px 0; text-align: center; }
.rowheader { font-size: 90%; }
.row { background: #999; } /*2007m12d19 changed background color from 111 to 999*/
.altrow { background: #999; } /*2007m12d19 changed background color from 222 to 999*/

/* Form Fields */
fieldset { border: 2px solid #333; margin: 0; padding: 0; }
fieldset table { margin: 15px auto; }
fieldset#CurrentUsers { width: 580px; float:left}
fieldset#NewUsers { width: 580px; float:left}
fieldset.contactform table { width: 510px; }
legend { font-size: 1.3em; line-height: 1em; font-weight: bold; color: #666; margin: 0 5px; padding: 2px; }

/* Form Elements */
td.formlabel { text-align: center; width: 50%; white-space: nowrap; padding-right: 5px; }
   /* 2007_m01_d30 changed above td.formlabel width from 100% to 50% to correct */
   /*   format issue on login.aspx  */
td.formfield { text-align: center; white-space: nowrap; }
.forminput { width: 90%; color: #333; vertical-align: middle; border: 1px solid #ccc; }
.formtextarea { padding: 4px 0 0 6px; border: 1px solid #ccc; width: 90%; }
.short { width: 25%; }
.medium { width: 50%; }
label { color: #999; font-size: 90%; }
label.required { font-weight: bold; }
.searchboxform label { font-size: inherit; color: inherit; line-height: inherit; }
select { border: 1px solid #ccc; color: #333; vertical-align: middle; }
.errormessage { color: #fff; background: #c00; display: block; line-height: 2em; padding: 0 5px; font-size: .8em; }
.forgot { background: #999; padding: 5px; display: block; margin-top: 10px; font-size: .7em; }/*2007m12d19 chanegd bg color from 111 to 999*/
.aligntop { vertical-align: top; }
.buttonrow { text-align: right; padding: 5px 20px; margin: 0 0 10px 0; }
td.vehiclelistheader {
    font-weight: bold; 
    font-size: 14px; 
    color:  #696969; 
    font-style: normal;
    font-family: Arial; 
    text-decoration: none;
    }

td.vehiclelistdetail {
    font-weight: bold; 
    font-size: 8px; 
    color: #696969; 
    font-style: normal;
    font-family: Arial; 
    text-decoration: none;}


/* Affiliate Form */
fieldset#affiliateform table { width: 510px; }
fieldset#affiliateform table table { margin: 0; padding: 0; width: 100%; }
fieldset#affiliateform td.formlabel { width: 150px; }

/* Returns Form */
.returnitems table { width: 100%; }
.returnitem .formlabel, .returnitem .formfield { padding: 3px; }
.returnitem { margin: 5px; }
.returncontrols { margin: 5px 0 0 0; padding: 5px; border: 1px solid #ddd; background: #eee; }
.returnitems td.qtycolumn { vertical-align: top; }
.returnitems .qtyfield { background: #eee url(../images/lilarrow.gif) no-repeat center right; margin: 5px 0; padding: 5px;  }
.returnitems .qtyfield input { width: 25px; text-align: center; border: 1px solid #ccc; }
.rmaform { margin: 20px 0; }
.rmaform table tr td { padding: 3px; }
.rmaform .formtextarea { height: 100px; width: 400px; }

/* Message */
.messagebox { border: 1px solid #ccc; float: left; width: 100%; margin: 5px 0; }
.messagebox .icon { float: left; margin: 5px; }
.messagebox .message { margin: 15px 5px 5px 10px; font-size: 100%; line-height: 1em; }

/* BVC5 Single Product Display Control */
.WideSingleProductDisplayPanel .SingleProductDisplayImage {float: left;display: block;}
.WideSingleProductDisplayPanel .ProductBadge {}
.WideSingleProductDisplayPanel .SingleProductDisplayName {font-size:110%;}
.WideSingleProductDisplayPanel .SingleProductDisplayDescription {font-size:100%;}
.WideSingleProductDisplayPanel .SingleProductDisplayPrice {font-size:100%;}
.SkinnySingleProductDisplayPanel .SingleProductDisplayImage {float:none;display:block;}
.SkinnySingleProductDisplayPanel .ProductBadge {}
.SkinnySingleProductDisplayPanel .SingleProductDisplayName {font-size:110%;}
.SkinnySingleProductDisplayPanel .SingleProductDisplayDescription {font-size:100%;}
.SkinnySingleProductDisplayPanel .SingleProductDisplayPrice {font-size:100%;}

.WarrantySingleProductDisplayPanel .SingleProductDisplayImage {display:none;}
.WarrantySingleProductDisplayPanel .ProductBadge { display:none; }
.WarrantySingleProductDisplayPanel .SingleProductDisplayName {font-size:80%; display:none; }
.WarrantySingleProductDisplayPanel .SingleProductDisplayDescription { display:none; }
.WarrantySingleProductDisplayPanel .SingleProductDisplayPrice {font-size:80%; color:#000000;  }