/**



 * Main CSS Stylesheet



 *



 * @package templateSystem



 * @copyright Copyright 2003-2007 Zen Cart Development Team



 * @copyright Portions Copyright 2003 osCommerce



 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0



 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $



 */







body {



margin: 0;



font-family: verdana, arial, helvetica, sans-serif;



font-size: 11px;



color: #313131;



background-color: #B5ADA3;



}







a img {border: none; }







a, a:link, a:visited {



color: #282828;



text-decoration: none;



}







a:hover, a:active{



color: #000;



text-decoration: none;



}







h1 {



font-size: 14px;



color: #000;



text-decoration: underline;



}







h2 {



font-size: 13px;



}







h3 {



font-size: 12px;



}







h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{



font-size: 12px;



}







#createAcctDefaultLoginLink {



font-size: 11px;



font-weight: normal;



}







.biggerText, #conditions, #privacy, #shippingInfo, #unsubDefault {



font-size: 12px;



}







#technicalSupport a  {



font-size: 12px;



line-height: 150%;



}







h1, h2, h3, h4, h5, h6 {



margin: 3px 0;



}







/*  Might uncomment either or both of these if having problems with IE peekaboo bug:



h1, h2, h3, h4, h5, h6, p {



	position: relative;



	}



*/



html .centerColumn {



height: 1%;



}







CODE {



font-family: arial, verdana, helvetica, sans-serif;



font-size: 11px;



}







FORM, SELECT, INPUT {



display: inline;



font-size: 11px;



margin: 1px;



vertical-align: middle;



}







TEXTAREA {



margin: auto;



display: block;



width: 95%;



vertical-align: middle;



}







FIELDSET {



padding: 5px;



margin: 5px;



border: 1px solid #DDD;



}







LEGEND {



font-weight: bold;



padding: 3px;



color: black;



}







LABEL, h4.optionName {



line-height: 16px;



padding: 2px;



}







LABEL.checkboxLabel, LABEL.radioButtonLabel {



margin: 5px 3px;



}







#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {



float: left;



}







LABEL.inputLabel {



width: 100px;



float: left;



}







LABEL.inputLabelPayment {



width: 150px;



float: left;



padding-left: 28px;



}







LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {



width: 120px;



float: left;



}







#checkoutPayment LABEL.radioButtonLabel {



font-weight: bold;



}







P, ADDRESS {



padding: 5px;



}







ADDRESS {



font-style: normal;



}







.clearBoth {



clear: both;



}







HR {



height: 1px;



margin-top: 5px;



border: none;



border-bottom: 1px solid #DDD;



}







/*warnings, errors, messages*/



.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {



line-height: 1.8em;



padding: 0.2em;



}







.messageStackWarning, .messageStackError {



background-color: #A70200;



color: #ffffff;



}







.messageStackSuccess {



background-color: #99FF99;



color: #212121;



}







.messageStackCaution {



background-color: #FFFF66;



color: #000000;



}







/*wrappers - page or section containers*/



#bgWrapper {



width: 100%;



background: #333333 url(../images/mainbg.gif) repeat-x;



}



#mainWrapper {



background-color: #FFF;



text-align: left;



width: 960px;



vertical-align: top;



}







#headerWrapper {



height: 180px;



width: 960px;



background: #B5ADA3 url(../images/mainbg.gif) repeat-x;



}







#headertop {



height: 140px;



}







#menu {



height: 40px;



width: 960px;



padding: 0;



text-align: center;



color: #FFF;



font-weight: bold;



font-size: 11px;



background: url(../images/menubg.gif) repeat-x bottom;



}







#lcor {



height: 40px;



width: 960px;



background: url(../images/menulcor.gif) no-repeat left bottom;



}







#rcor {



height: 40px;



width: 960px;



background: url(../images/menurcor.gif) no-repeat right bottom;



}







#mwrap {



padding: 8px 0 0 0;



}



#rcor>/**/#mwrap {



padding: 2px 0 0 0;



}







#menuli {



padding: 0;



margin: 0;



list-style-type: none;



}







#menuli li {



display: inline;

line-height: 33px;

margin:0;

padding:0;



}







#menuli li.sepr {



font-size: 8px;



color: #BBB;



font-weight: normal;



padding: 0 2px;



}







#menuli a {



text-decoration: none;



color: #FFF;



padding: 6px 4px 10px 4px;



}







#menuli a:hover, #menuli a.active {



background: #864C42 url(../images/menuh.gif) repeat-x bottom;



color: #FFF;



}







#logo {

float: left;

height: 140px;

width: 180px;

background: url(../images/logo.gif) no-repeat top left;
margin-right:10px;

}







#hmidwrap {



float: left;



width: 250px;



height: 140px;



padding: 0px 0px 0px 30px;



}







#hshopp {



width: 215px;



text-align: center;



color: #F9F9E9;



font-size: 12px;



line-height: 24px;



padding: 15px 0 0 0;



}







#hshopp a, #hsearch a, #hshopp a:link, #hsearch a:link, #hshopp a:visited, #hsearch a:visited {



font-size: 12px;

color: #F9F9E9;

}



#hshopp a:hover, #hshopp a:active, #hsearch a:hover, #hsearch a:active {

font-size: 12px;

color: #E2C96D;

}





#hsearch {



padding: 0 0 0 16px;



}



#hsearch img {

margin: 10px 0 10px 6px;

}







#hsearch input {



vertical-align: middle;



}







#himg {



float: right;



width: 350px;



height: 140px;

background: url(../images/ship.jpg) no-repeat top left;



}







#footerWrapper {







}







#footer {



height: 30px;



width: 960px;



padding: 0;



text-align: center;



color: #FFF;



font-weight: normal;



font-size: 10px;



background: url(../images/footbg.gif) repeat-x bottom;



}







#fwrap {



padding: 10px 0 0 0;



}







#footli {



padding: 0;



margin: 0;



list-style-type: none;



}







#footli li {



display: inline;



}







#footli li.sepr {



font-size: 8px;



color: #BBB;



font-weight: normal;



padding: 0;



}







#footli a {



text-decoration: none;



font-weight: normal;



color: #FFF;



padding: 6px 3px 4px 3px;



}







#footli a:hover {



font-weight: normal;



background: #C42614;



color: #FFF;



}







.prod_container {



float: left;



width: 245px;



height: 160px;



margin: 10px 3px 0 2px;



}







.prod_n {



width: 230px;



margin: 0 auto;



text-align: center;



font-size: 11px;



padding: 10px 5px;



border-top: 1px solid #bcbcbc;



}







.prod_n a, .prod_n a:visited {



font-size: 11px;



color: #414141;



text-transform: uppercase;



font-weight: bold;



}







.prod_n a:hover, .prod_n a:active {



color: #A70200;



text-decoration: none;



}







.prod_ic {



float: left;



width: 105px;



}







.prod_i {



margin: 10px auto 0 auto;



width: 100px;



}







.prod_pc {



width: 130px;



float: left;



padding: 5px;



}







.prod_p {



width: 130px;



text-align: center;



color: #D92D0F;



font-size: 12px;



font-weight: bold;



margin: 10px 0;



}







.prod_d {



width: 130px;



font-size: 10px;



}







.prod_d a, .prod_d a:visited {



font-size: 10px;



color: #414141;



}







.prod_d a:hover, .prod_d a:active {



font-size: 10px;



color: #000;



text-decoration: underline;



}







.prod_b {



width: 130px;



text-align: center;



}



.prod_list {

margin: 5px 0 0 0;

border: none;

border-collapse: collapse;

border-bottom: 1px solid #909090;

}



.prod_list  td {

vertical-align: middle;

}



.prod_container2 {

}



.prod_n2 {

width: 35px;

font-size: 11px;

text-align: center;

border-right: 1px solid #909090;

border-left: 1px solid #909090;

border-top: 1px solid #909090;

}



.prod_d2 {

width: 260px;

font-size: 10px;

color: #565656;

padding: 5px;

border-right: 1px solid #909090;

border-top: 1px solid #909090;

}



.prod_d2 h3 {

font-size: 12px;

color: #313131;

}



.prod_p2 {

text-align: center;

width: 55px;

color: #D92D0F;

font-size: 11px;

padding: 0 5px 0 5px;

border-right: 1px solid #909090;

border-top: 1px solid #909090;

}



.prod_b2 {

text-align: center;

padding: 0 5px 0 5px;

border-right: 1px solid #909090;

border-top: 1px solid #909090;

}



.prod_containerhead {

border: 1px solid #909090;

border-bottom: none;

background: #A70200;

}



.prod_containerhead td {

font-size: 11px;

border: none;

text-align: center;

color: #FFF;

}





.prod_container3 {



width: 500px;



border-top: 1px solid #909090;



}







.prod_pc3 {



width: 490px;



padding: 0 5px;



line-height: 36px;



background: #999999 url(http://www.westcoastquads.com/westcq/images/cat_title.gif) left;



font-size: 14px;

color:#FFFFFF;



}







.prod_n3 {



float: left;



width: 340px;



font-size: 14px;



margin: 0;



}







.prod_n3 h3 {



font-size: 14px;



margin: 0;



padding: 0;



color: #565656;



}







.prod_n3 a, .prod_n3 a:visited {



font-size: 14px;



color: #313131;



font-weight: bold;



}







.prod_n3 a:hover, .prod_n3 a:active {



font-size: 14px;



color: #000;



text-decoration: none;



}







.prod_p3 {



width: 150px;



float: right;



text-align: right;



color: #D92D0F;



font-size: 14px;



margin: 0;



font-weight: bold;



}







.prod_ic3 {



width: 490px;



padding: 5px;



border-top: 1px solid #909090;



border-bottom: 1px solid #909090;



background: #A70200 url(../images/prodldbg.gif) no-repeat top left;



color: #FFF;



}







.prod_i3 {



float: right;



text-align: right;



width: 200px;



}







.prod_d3 {



width: 280px;



float: left;



font-size: 13px;



color: #FFF;



padding: 0 5px 0 0;



}







.prod_d3 a, .prod_d3 a:visited {



font-size: 13px;



color: #FFF;



font-weight: normal;



}







.prod_d3 a:hover, .prod_d3 a:active {



font-size: 13px;



color: #a8a999;



text-decoration: none;



}







.prod_bl3 {



width: 490px;



padding: 5px;



font-size: 13px;



}







.prod_b3 {



width: 150px;



float: right;



text-align: right;



}







#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {



margin: 0em;



padding: 0em;



}







#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {



margin: auto;



}



	



#tagline {



color:#000000;



font-size: 2em;



text-align : center;



vertical-align: middle;



}







#sendSpendWrapper {



border: 1px solid #cacaca;



float: right;



margin: 0em 0em 1em 1em;



}







.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {



margin: 0;



width: 47%;



}







.wrapperAttribsOptions {



margin: 0.3em 0em;



}







/*navigation*/







.navSplitPagesResult {}



.navSplitPagesLinks {}







.navNextPrevCounter {



margin: 0em;



font-size: 0.9em;



}







.navNextPrevList {



display: inline;



white-space: nowrap;



margin: 0;



padding: 0.5em 0em;



list-style-type: none;



}







#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {



margin: 0em;



background-color: #abbbd3;



background-image: url(../images/tile_back.gif);



padding: 0.5em 0.2em;



font-weight: bold;



color: #ffffff;



height: 1%;



}







#navCatTabsWrapper {



background-color: #ffffff;



color: #9a9a9a;



background-image:none;



}







#navMain ul, #navSupp ul, #navCatTabs ul {



margin: 0;



padding: 0.5em 0em;



list-style-type: none;



text-align: center;



line-height: 1.5em;



}







#navMain ul li, #navSupp ul li, #navCatTabs ul li {



display: inline;



}







#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {



text-decoration: none;



padding: 0em 0.5em;



margin: 0;



color: #ffffff;



white-space: nowrap;



}







#navCatTabs ul li a {



color: #9a9a9a;



}







#navEZPagesTOCWrapper {



font-weight: bold;



float: right;



height: 1%;



border: 1px solid #9a9a9a;



}







#navEZPagesTOC ul {



margin: 0;



padding: 0.5em 0em;



list-style-type: none;



line-height: 1.5em;



}







#navEZPagesTOC ul li {



white-space: nowrap;



}







#navEZPagesTOC ul li a {



padding: 0em 0.5em;



margin: 0;



}







#navCategoryIcon, .buttonRow, #indexProductListCatDescription {



margin: 0.5em;



}







#navMainSearch {



float: right;



}







#navBreadCrumb {



padding: 5px;



font-size: 10px;



font-weight: normal;



margin: 0;



border-bottom: 1px solid #DDD;



}







#navBreadCrumb a {



font-size: 10px;



}







#navEZPagesTop {



background-color: #abbbd3;



background-image: url(../images/tile_back.gif);



font-size: 0.95em;



font-weight: bold;



margin: 0em;



padding: 0.5em;



}







/*The main content classes*/



#contentColumnMain, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {



vertical-align: top;



}







/*.content,*/ #productDescription, .shippingEstimatorWrapper {



/*font-size: 1.2em;*/



padding: 0.5em;



}







.alert {



color: #FF0000;



margin-left: 0.5em;



}



	



.advisory {}







.important {



font-weight: bold;



}







.notice {}







.rating{}







.gvBal {



float: right;



}







.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {



padding: 10px;



}







.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {



font-size: 0.9em;



}







/*Shopping Cart Display*/







.tableHeading TH {



border-bottom: 1px solid #9a9a9a;



}







.tableHeading, #cartSubTotal {



background-color: #e9e9e9;



}







#cartSubTotal {



border-top: 1px solid #cccccc;



font-weight: bold;



text-align: right;



line-height: 2.2em;



padding-right: 2.5em;



}







.tableRow, .tableHeading, #cartSubTotal {



height: 2.2em;



}







.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {



padding: 0.5em 0em;



}







.cartUnitDisplay, .cartTotalDisplay {



text-align: right;



padding-right: 0.2em;



}







#scUpdateQuantity {



width: 2em;



}







.cartQuantity {



width: 4.7em;



}







.cartNewItem {



color: #A70200;



position: relative;  /*do not remove-fixes stupid IEbug*/



}







.cartOldItem {



color: #350200;



position: relative;  /*do not remove-fixes stupid IEbug*/



}







.cartBoxTotal {



text-align: right;



font-weight: bold;



}







.cartRemoveItemDisplay {



width: 3.5em;



}







.cartAttribsList {



margin-left: 1em;



}







#mediaManager {



width: 50%;



margin: 0.2em;



padding: 0.5em;



background-color: #E4FEf5;



border: 1px solid #003D00;



}







.mediaTitle {



float: left;



}







.mediaTypeLink {



float: right;



}







.attributesComments {}







/*list box contents*/



.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {



margin: 10px 0 0 0;



}







.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {



line-height: 18px;



font-weight: bold;



color: #A70200;



}







.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a {



line-height: 14px;



}







.normalprice, .productSpecialPriceSale {



text-decoration: line-through;



color: #8F8D7E;



font-weight: bold;



}







.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {



color: #FFF;



font-weight: bold;



padding: 1px;



background: #A70200;



}







.productSpecialPriceSale {



color: #FFF;



font-weight: bold;



padding: 1px;



background: #BBB;



}







.productPriceDiscount {



font-weight: normal;



font-size: 10px;



padding: 2px;



color: #9E1A19;



}







.orderHistList {



margin: 1em;



padding: 0.2em 0em;



list-style-type: none;



}







#cartBoxListWrapper ul, #ezPageBoxList ul {



list-style-type: none;



}







#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {



margin: 0;



padding: 0.2em 0em;



}







#cartBoxEmpty, #cartBoxVoucherBalance {



font-weight: bold;



}







.totalBox {



width: 5.5em;



text-align: right;



padding: 0.2em;



}







.lineTitle, .amount {



text-align: right;



padding: 0.2em;



}







.amount {



width: 5.5em;



}







/*Image Display*/



#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {



margin: 0em 1em 1em 0em ;



}







.categoryIcon {}







#cartImage {



margin: 0.5em 1em;



}







#cartAdd {



text-align: center;



padding-top: 10px;



}







#productName {



width: 500px;



margin: 0 auto;



text-align: center;



font-size: 12px;



padding-bottom: 10px;



color: #A70200;



text-transform: uppercase;



font-weight: bold;



text-decoration: none;



border-bottom: 1px solid #DDD;



}







#productMidcol {



width: 500px;



}







#productMainImage {



width: 300px;



float: left;



margin: 10px 0;



height: 200px;



}







div.productRightcol {



width: 200px



float: right;



text-align: center;



}







div.productRightcont {



margin: 10px auto;



text-align: center;



}







#productPrices {



text-align: center;



color: #D92D0F;



font-size: 14px;



font-weight: bold;



margin: 10px 0;



line-height: 18px;



}







#freeShippingIcon {



text-align: center;



}







div#productAdditionalImages {



border-bottom: 1px solid #E6E6E6;



margin-bottom: 10px;



padding-bottom: 10px;



height: 1%;



}







div.productsNextPrev {



width: 500px;



margin: 0 auto;



text-align: center;



padding: 5px 0px 15px 0px;



}







#productDetailsList {



font-size: 11px;



color: #282828;



line-height: 18px;



}







#productDescription {



width: 480px;



margin: 0 auto;



text-align: left;



font-size: 11px;



padding: 10px;



color: #000;



background: #F1F1F1;



margin: 10px 0;



}







#productQuantityDiscounts table {



width: 500px;



padding: 5px 0px;



border: 1px solid #E6E6E6;



}







#productQuantityDiscounts td {



padding: 5px;



border: 1px solid #E6E6E6;



}







#productQuantityDiscounts td.qtdisctabhead {



font-size: 11px;



font-weight: bold;



border: 0;



background: #FFFACA;



}







#productQuantityDiscounts td.qtdisctabin {



background: #F8F8F8;



}







#productAttributes, .wrapperAttribsOptions label {



font-size: 11px;



}







#productAttributes h3, #productAttributes h4, .wrapperAttribsOptions h3, .wrapperAttribsOptions h4 {



font-size: 11px;



}







#reviewsInfoDefaultHeading {



text-align: center;



border-bottom: 1px solid #DDD;



padding-bottom: 10px;



margin: 0 auto;



}







#reviewsInfoDefaultProductImage {



width: 300px;



float: left;



margin: 10px 0;



}







/*Attributes*/



.attribImg {



width: 20%;



margin: 0.3em 0em;



}







.centerBoxWrapper {



height: 1%;



margin-top: 10px;



}







h2.centerBoxHeading {



font-size: 12px;



font-weight: bold;



color: #313131;



padding: 0 0 0 20px;



margin: 0;



text-align: left;



}







.centerBoxHeading {



background: #FFF url(../images/centheadbg.gif) no-repeat;



margin: 0;



height: 30px;



line-height: 30px;



}







	



/*sideboxes*/



.columnLeft {



vertical-align: top;



width: 240px;



background: #A70200;



color: #FFF;



font-size: 11px;



}







.columnRight {



vertical-align: top;



width: 200px;



background: #F9F9E9 url(../images/rcolbg.gif) repeat-y top;



color: #313131;



font-size: 11px;



}







#navColumnOneWrapper #categories, #navColumnOneWrapper #categoriescss {



background: #A70200 url(../images/catbg.jpg) no-repeat top;



}







#navColumnTwoWrapper #information {



background: #F9F9E9 url(../images/infbg.jpg) no-repeat top;



}







#navColumnTwoWrapper #whatsnew {



background: #F7F0EB url(../images/rnewpcolbg.gif) repeat-y top;



}







.leftBoxHeading, .rightBoxHeading {



height: 30px;



line-height: 30px;



background: #CFCDB6 url(../images/headbg.gif) repeat-x;



color: #545454;



}







.leftBoxHeading {



background: #CFCDB6 url(../images/headlbg.gif) repeat-x;



color: #FFF;



}







#whatsnewHeading {



background: #D2B3AB url(../images/headnpbg.gif) repeat-x;



}







h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading a:visited, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading a:visited {



font-size: 11px;



color: #545454;



font-weight: bold;



margin: 0;



text-align: left;



}



h3.leftBoxHeading, h3.rightBoxHeading {



padding: 0 0 0 12px;



}







h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading a:visited {



color: #FFF;



}







h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {



font-size: 11px;



color: #313131;



font-weight: bold;



text-decoration: none;



}







h3.leftBoxHeading a:hover {



color: #DEDEDE;



}







.leftBoxContainer, .rightBoxContainer {



margin: 0;



}







.sideBoxContent {



padding: 10px;



font-size: 11px;



}







.leftBoxContainer .sideBoxContent, .leftBoxContainer .sideBoxContent a, .leftBoxContainer .sideBoxContent a:visited {



color: #FFF;



}







.leftBoxContainer .sideBoxContent a:hover {



color: #DDD;



}







#categoriesContent {



padding: 0 0 0 12px;



line-height: 30px;



font-size: 11px;



}







#informationContent {



line-height: 30px;



font-size: 11px;



margin: 0;



padding: 0;



}







#informationContent ul {



margin: 0;



padding: 0;



width: 200px;



}







#informationContent li {



list-style: none;



height: 30px;



line-height: 30px;



width: 200px;



border-top: 1px solid #DCD6B7;



}







#informationContent li a, #informationContent li a:visited, #informationContent li a:link{



border: none;



display: block;



padding: 0 0 0 12px;



text-decoration: none;



height: 30px;



width: 188px;



color: #313131;



}







#informationContent li a:hover, #informationContent li a:active {



border: none;



text-decoration: none;



color: #000;



height: 30px;



background: url(../images/infside.gif) no-repeat 182px 12px;



}







#whatsnew .sideBoxContent {



background: url(../images/npbg.jpg) no-repeat top left;



line-height: 18px;



font-weight: bold;



color: #A70200;



}



#whatsnewContent a, #whatsnewContent a:visited, #whatsnewContent a:link {



color: #313131;



font-weight: bold;



}







#whatsnewContent a:hover, #whatsnewContent a:active {



color: #545454;



}







#loginboxform ul {



margin: 0;



padding: 0;



list-style-type: none;



}







#loginboxform li {



line-height: 18px;



margin: 0;



padding: 0;



}







input.loginfld {



width: 165px;



}







/* categories box parent and child categories */



A.category-top, A.category-top:visited {



color: #FFF;



text-decoration: none;



}







A.category-links, A.category-links:visited {



color: #FFF;



text-decoration: none;



}







A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {



color: #FFF;



text-decoration: none;



}







SPAN.category-subs-parent {



font-weight: bold;



}







SPAN.category-subs-selected {



font-weight: bold;



}







/* end categories box links */







.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {



text-align: center;



}







#bestsellers .wrapper {



margin: 0em 0em 0em 1.5em;



}







#bestsellers ol {



padding: 0;



margin-left: 1.1em;



}



	



#bestsellers li {



padding: 0;



margin: 0.3em 0em 0.3em 0em;



}







#bannerboxHeading {



background-color: #0000CC;



}







#upProductsHeading {



text-align: left;



}







#upDateHeading {



text-align: right;



}







/*misc*/



.back {



float: left;



}







.forward, #shoppingCartDefault #PPECbutton {



float: right;



}







.bold {



font-weight: bold;



}







.rowOdd {



background-color: #E8E8E8;



height: 1.5em;



vertical-align: top;



}







.rowEven {



background-color: #F0F0F0;



height: 1.5em;



vertical-align: top;



}







.hiddenField {



display: none;



}



.visibleField {



display: inline;



}







CAPTION {



/*display: none;*/



}







#myAccountGen li, #myAccountNotify li {



margin: 0;



}







.accountTotalDisplay, .accountTaxDisplay {



width: 20%;



text-align: right;



/*vertical-align: top*/



}







.accountQuantityDisplay {



width: 10%;



vertical-align: top



}







TR.tableHeading {



background-color: #cacaca;



height: 2em;



}







.productListing-rowheading {



background-color: #abbbd3;



background-image: url(../images/tile_back.gif);



height: 2em;



color: #FFFFFF;



}







#siteMapList {



width: 90%;



float: right;



}







.ratingRow {



margin: 1em 0em 1.5em 0em;



}







LABEL#textAreaReviews {



font-weight: normal;



margin: 1em 0em;



}







#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {



background-color: #ffffff;



}







.information {



padding: 10px 3px;



line-height: 150%;



}







#shoppingcartBody #shippingEstimatorContent {



clear: both;



}







.seDisplayedAddressLabel {



background-color:#bcbcbc;



text-align: center;



}



	



.seDisplayedAddressInfo {



text-transform: uppercase;



text-align: center;



font-weight: bold;



}



	



#seShipTo {



padding: 0.2em;



}











