@charset "utf-8";
/*steve force to utf-8 with ñ*/
/* CSS Document */
/** Motorvista ñ
 * 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 $
 * by Steve*/
/* http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
/*steve removed sup and sub from reset*/
html, body, span, applet, object, iframe, p, div, h1, h2, h3, h4, h5, h6, form, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-align:left;
    /* 	background: transparent;*//*screws up ie6,7*/
}

strong, b, thead {
    font-weight: bold;
}

html, body, span, applet, object, iframe, p, div, h1, h2, h3, h4, h5, h6, form, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, legend, table, caption, tbody, tfoot, tr, td { /*also had th */
    font-weight: normal;
}

body {
    line-height: normal;
}

/*ol, ul {
	list-style: none;
}*/
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*----------------------------*/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #0C0C0C;
    color: #555;
}

p, .content, .notice {
    padding: 0 0 7px 0;
    line-height: normal;
    text-align: justify;
}

a img {
    border: none;
    position: relative;
}

a, #navEZPagesTOC ul li a {
    color: #333;
    /*color: #E30F11;*/
    text-decoration: none;
}

/*hover styles for many things*/

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
    /*color: #E78B10;orange*/
    /*color: #003C8F;blue*/
    /*color: #DA3819;reddish*/
    color: #E30F11;/*red*/
    text-decoration: underline;
}

h1 {
    font-size: 1.5em;
    padding: 10px 0 8px 0;

}

h2 {
    font-size: 1.4em;
    font-weight: bold;
    padding: 8px 0 6px 0;
}

h3 {
    font-size: 1.3em;
    padding: 0 0 7px 0;
    font-weight: bold;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
    font-size: 1.1em;
}

.biggerText {
    /*font-size: 1.2em;*/

}

h1, h2, h3, h4, h5, h6, address {
    text-align: left;
}

CODE {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1em;
}

FORM, SELECT, INPUT {
    display: inline;
    font-size: 1em; /*margin: 0.1em;*/
}

form {
}

TEXTAREA {
    float: left;
    margin: auto;
    display: block;
    width: 95%;
}

input[text], select, textarea {
    border: 1px solid #949494;
    padding: 1px;
    /*margin-bottom:5px;*/
    /*width:100%;*/
}

FIELDSET {
    padding: 0.5em;
    border: 1px solid #ccc;
    width: 96%;
    margin-bottom: 10px;
    margin-top: 10px; /*eg under Note of sign-up screen*/
    line-height: 15px;
    text-align: justify;
}

#passwordForgotten fieldset, #accountPassword fieldset {
    margin-top: 0;
}

LEGEND {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #555555;
    font-weight: bold;
    padding: 0 0.2em 0.2em 0.2em;
}

LABEL, h4.optionName {
    line-height: 1.5em;
    padding: 0.2em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel{
    margin: 0.5em 0.3em;
    /*font-weight: bold;*/
    vertical-align: middle;
    /*line-height: 20px;/*why?*/
    padding: 0;
    text-align: left;
}
.pmtOptions p {/*lines up payment options descriptive text under the payment option title*/
    margin-left: 0.5em;
}
/*STEVE changed class radioButtonLabel->PaymentTypeRadio for radio button labels on checkout_payment_default, then changed tempalte back to default and added selectors below, to above*/

/*LABEL.PaymentTypeRadio, LABEL.radioButtonLabel {
	font-weight: bold;
	vertical-align:middle;
	line-height: 40px;
	padding: 0;
	text-align:left;
}
LABEL.PaymentTypeRadio img {
	vertical-align:middle;
	margin-left:10px;
}*/
#logo {
    /*float: left;*/
    margin-left: 128px;
    margin-top: 19px;
    position: absolute;
}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
}

.categoryListBoxContents {
}

LABEL.inputLabel {
    width: 11em;
    float: left; /*steve to stop same line labels floating together*/
    text-align: left;
}

LABEL.inputLabelPayment {
    /*width: 3em;*/
    margin-right:2em;
    float: left;

}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
    width: 12em;
    float: left;
}

ADDRESS, #contactUsNoticeContent, #askAQuestionNoticeContent {
    font-style: normal;
    padding: 0.5em;
    line-height: 18px;
}

.clearBoth {
    clear: both;
}

HR {
    height: 1px;
    margin-top: 0.5em;
    border: none;
    border-bottom: 1px solid #9A9C86;
}

/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    line-height: 1.8em;
    padding: 0.2em;
    border: 1px solid #000000;
}

.messageStackWarning, .messageStackError {
    background-color: #FFD5D7;
    border: 1px solid #A6000A;
    color: #000000;
    font-size: 11px;
    margin: 0 0 3px 0; /*	width:665px;*//*steve, out of stock message on shopping cart pushes out div*/
    text-align: center;
}

.messageStackSuccess {
    background-color: #dfffdf;
    border: 1px solid #007100;
    color: #000000;
    font-size: 11px;
    margin-bottom: 2px;
}

#productTitlePriceWrapper div.messageStackSuccess { /*shown above add to cart button after adding to cart*/
    float: right;
    display: inline;
    margin-top: 30px;
    text-align: right;
    font-weight: bold;
    border: 1px solid green;
    padding: 2px 7px;
}

.messageStackCaution {
    background-color: #fffed7;
    border: 1px solid #f2ce00;
    color: #000000;
    font-size: 11px;
    margin-bottom: 2px;
    /*	width:665px;*/
}

/*wrappers - page or section containers*/

#mainWrapper {
    text-align: left;
    vertical-align: top;
    margin: auto;
    /*height:222px;*//*steve don't know why this was here*/
    background: url(../images/search_bar_corner.gif) no-repeat scroll center 158px;
    width: 984px; /*image is 982px*/
}

/*for Safari/Chrome but affects all
body:nth-of-type(1) #mainWrapper {background-position: center 158px;}*/

#headerWrapper { /*Section 1 of 3*/
    background: url(../images/header_bg_ed.png) no-repeat;
    margin: 0 auto;
    width: 960px;
}

#navMainWrapper { /*in header wrapper*/
    /*border-bottom: 1px solid gray;*/
    /*background-color: #CCC;*/
    /*	margin: 0 0 20px 0;
        padding: 0;*/
    height: 147px;
    position: relative;
    color: white;
}
#navMain ul li a#navCartContentsIndicator {padding: 4px;border-radius: 7px;margin-right: 5px;font-weight: bold;}
#navMain ul li a#navCartContentsIndicator {color: #000000;background: whitesmoke;font-weight: bold;}
#navMain ul li a#navCartContentsIndicator:hover {background: greenyellow;}

#navMain ul li a#navCheckout {padding: 4px;border-radius: 7px;margin-right: 5px;font-weight: bold;}
#navMain ul li a#navCheckout {color: #000000;background: whitesmoke;font-weight: bold;}
#navMain ul li a#navCheckout:hover {background: greenyellow;}

#cartSummary {
    text-align: right;
    white-space: nowrap;
}

#cartSummary a {
    margin: 0;
    padding: 0;
    color: #ccc;
    font-size: 11px;
}

/*#cartSummary a:hover {
	font-color: white;
	background:blue;
}*/

#cartSummary span {
    color: #FFFFFF;
}
#cartSummary input[type=button] {
    /*margin:1px;*/
    padding:2px 10px;
    background:limegreen;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}
#cartSummary input{ /*steve login and shopping summary buttons*/
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#navMainSearch {
    /*moved to product_finder*/
}

#logoWrapper { /*in header wrapper*/
    /*border: 2px solid yellow;*/
    margin: 0;
    padding: 0;
    text-align: center; /*background-color: #000;*/
}

#taglineWrapper { /*in logoWrapper*/
    /*border: 2px solid green;*/
    margin: 0;
    padding: 0;
}

#tagline { /*in taglineWrapper*/
    float: left;
    /*border: 2px solid blue;*/
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding: 0;
}

#contentMainWrapper {
    background: url(../images/background_bg.gif) repeat;
    width: 960px;
    margin: 0 auto; /*border-collapse:collapse;*//*causes white line at side of listings*//* common/tpl_main line 75 original inline table styles removed width="100%" border="0" cellspacing="0" cellpadding="0" */
}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
    margin: 0 0 0 0; /*border: 1px solid blue;*/
}

#navColumnOneWrapper, #navColumnTwoWrapper {
    /*	background-image: url(../images/column-left_02.gif);*/

}

#sendSpendWrapper {
    border: 1px solid #cacaca;
    float: right;
    margin: 0 0 1em 1em;
}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
    margin-bottom: 10px;
    width: 47%;
}

.loginsize {
    /*height: 200px;/*Steve attempt get login boxes same size but create account one changes if Paypal in there*/

}

.wrapperAttribsOptions {
    margin: 0.3em 0;
}

/*navigation*/

.navSplitPagesResult {
    padding-top: 5px;
}

.navSplitPagesLinks {
    padding-top: 5px;
}

.navNextPrevWrapper {
    padding: 0 0 30px 0;
}

.navNextPrevCounter {
    margin: 0;
    font-size: 0.9em;
}

.navNextPrevListWrapper { /*steve maybe not used */
    /*	margin:0 165px;*/
    margin: 0 auto;
    text-align: center;
    height: 40px;
    /*	display: inline;*/
    /*width:330px;*/
    width: auto;
}

.navNextPrevList {
    display: inline;
    white-space: nowrap;
    padding: 0.5em 0;
    list-style-type: none;
}

.navNextPrevList a img {
    vertical-align: middle;
    border: 1px solid #ccc;
    margin: 0 4px 0 4px;
}

.navPrevImage, .navNextImage {
    border: 1px solid #CCC;
    width: 40px; /*steve to keep alt text contained when no image, or nav buttons stack up*/
}

.navNextPrevButton {
    display: inline;
}

.navNextPrevButtons {
    padding-top: 11px; /*to get into the centre*/
}

.navPrevImage {
    float: left;
}

.navNextImage {
    float: right;
}

#navCatTabsWrapper {
    margin-left: 10px;
    margin-right: 10px;
    width: 802px;
    background-image: none;
    height: 20px;
    position: absolute;
    top: 8px;
}

#navMain{ /*steve login and shopping summary buttons*/
    font-size: 15px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#navMain ul, #navCatTabs ul {
    margin: 0 0 0 1em;
    padding: 0;
    list-style-type: none;
}

#navCatTabs ul {
    text-align: center; /*line-height: 1.5em;*/
}

#navMain ul li, #navCatTabs ul li {
    display: inline;
    white-space: nowrap;
    color: #CCCCCC;
    padding-left:2px;
}

/*Main Links under header, Home, Login etc.*/

#navCatTabs ul li a {
    text-decoration: none;
    padding: 0 .4em 0 0;
    margin: 0;
    color: #CCC;
}

#navMain ul li a {
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0;
    color: #CCC;
}

#navMain ul li a:hover {
    text-decoration: underline;
}

#navEZPagesTOCWrapper {
    font-weight: bold;
    float: right;
    height: 1%;
    border: 1px solid #000000;
}

#navEZPagesTOC ul {
    margin: 0;
    padding: 0.5em 0;
    list-style-type: none;
    line-height: 1.5em;
}

#navEZPagesTOC ul li {
    white-space: nowrap;
}

#navEZPagesTOC ul li a {
    padding: 0 0.5em;
    margin: 0;
}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
}

#indexProductListCatDescription {
    text-align: left;
}

.buttonRow {
    margin-right: 3px;
}

#loginForm .buttonRow, #createAccountForm .buttonRow {
    margin-top: 5px;
}

#navBreadCrumb {
    /*background-color: transparent;*/
}

#navEZPagesTop {
    background-color: #FFFFFF;
}

#navEZPagesTop {
    color: #e30f0f;
    font-size: 0.95em;
    /*font-weight: bold;*/
    margin: 0; /*padding: 0.5em 0.5em 0.5em 1.5em;*/
}

#navColumnOne {
    background-color: transparent;
}

#navColumnTwo {
    background-color: transparent;
}

/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    vertical-align: top;
}

/*check if this is necessary or old code*/

table {
    /*padding-left: 8px;
        padding-right: 8px;*/
}

.shippingEstimatorWrapper {
    padding: 0.5em;
}

.alert {
    color: #FF0000;
    margin-left: 0.5em;
    text-align: left;
}

.advisory {
    margin: 10px 0;
}

.important {
    font-weight: bold;
}
.alignLeft {text-align: left;}
.alignCenter, .text-center {text-align: center;}
.alignRight, .text-right {text-align: right;}

.notice {
}

.rating {
}

.gvBal {
    float: right;
}

#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding: 0 20px 0 20px;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    font-size: 0.9em;
}

/*Shopping Cart Display*/

#cartAdd {
}

.tableHeading TH {
    border-bottom: 1px solid #cccccc;
}

.tableHeading, #cartSubTotal {
    background-color: #e9e9e9;
}

#cartSubTotal {
    border-top: 1px solid #cccccc;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 4.9em; /*to line up with the product totals!!*/
    margin-top: 0.3em;
}

.tableRow, .tableHeading, #cartSubTotal, #cartTableHeading {
    height: 2.2em; /*width:645px;*//*steve, out of stock message on shopping cart pushes out div*/
}

.cartModelDisplay, .cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, #cartInstructionsDisplay, .cartTotalsDisplay {
    padding: 0.2em 0.5em;
}

.cartQuantityUpdate {
    padding-left: 0.2em;
}

#scModelHeading, #scQuantityHeading, #scProductsHeading, #ccProductsHeading {
    padding-left: 0.5em;
}

.cartUnitDisplay, .cartTotalDisplay {
    text-align: right;
}

.cartNewItem {
    color: #33CC33;
    position: relative; /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
    color: #606000;
    position: relative; /*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
    text-align: right;
    font-weight: bold;
}

.cartRemoveItemDisplay {
    width: 3.5em;
}

#mediaManager {
    width: 50%;
    margin: 0.2em;
    padding: 0.5em;
}

.mediaTitle {
    float: left;
}

.mediaTypeLink {
    float: right;
}

.normalprice, .productSpecialPriceSale {
    text-decoration: line-through;
    /*font-size: .8em;*/
    color: gray !important;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
    color: #ff0000;
}

.productSpecialPrice {
    font-weight: bold;
}

.productSpecialPrice, .productPriceDiscount {
    /*float:right;*/
}

.productPriceDiscount {
    padding-top: 3px;
    /*font-size: 12px;*/
}

.orderHistList {
    margin: 1em;
    padding: 0.2em 0;
}

#cartBoxListWrapper ul, #ezPageBoxList ul {
    list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
    margin: 0;
    padding: 0.2em 0;
}

#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*/

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    margin: 0 1em 1em 0;
}

#productMainImage {
    /*float: right;*/

}

.categoryIcon {
    font-size: 1.5em;
}

.productprices {
    font-size: 1em;
}

.cartProdTitle {
    text-align: left;
    vertical-align: middle;
}

.attribImg {
    width: 20%;
    margin: 0.3em 0;
    text-align: center;
}

.attributesComments {
}

/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    /*for 100x100 images*/
    background: url(../images/image_frame.png) no-repeat;
    margin: 0 auto 10px auto;
    width: 160px;
    white-space: normal;
    display: inline-block;
    text-align: left;
}

.centerBoxContentsFeatured a img, .centerBoxContentsAlsoPurch a img, .centerBoxContentsSpecials a img, .centerBoxContentsNew a img {
    margin: 0 auto;
    padding: 26px 0 0 0;
}

.centerBoxContentsProducts {
    width: 160px;
}

.centerBoxContentsProducts .itemImage, .list-image {/*TODO remove itemImage for 156*/
    /*for 100x100 images*/
    background: url(../images/image_frame.png) no-repeat;
    height: 160px;
    margin: 0 0 10px 0;
}

.centerBoxContentsProducts .itemImage img, .list-image img {/*TODO remove itemImage for 156*/
    margin: 30px 0;
}

.centerBoxContentsProducts .listingDescription {
    text-align: left;
    margin: 0 0 20px 0;
}

.productListing-data .itemImage, .productListing-data .list-image {/*TODO remove itemImage for 156*/
    /*for 100x100 images*/
    background: url(../images/image_frame.png) no-repeat;
    height: 160px;
    width: 160px;
}

.productListing-data .itemImage img, .list-image img {/*TODO remove itemImage for 156*/
    margin: 30px auto;
}

/*.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew {
	background-image:url(../images/image_frame.png);/*for 100x100 images*/
/*background-repeat:no-repeat;
margin:0 auto 0 auto;

width:160px;
height:160px;
}*/

/*sideboxes*/

.columnLeft {
}

h3.leftBoxHeading, h3.leftBoxHeading a {
    font-size: 1em;
    height: 1.5em; /*height of the box*/
    color: #FFFFFF; /*background-color: #666;*/
    padding: 0;
}

.leftBoxHeading, .centerBoxHeading {
    margin: 0;
    /*background-color: transparent;*/
    font-size: 15px; /*steve*/
    font-weight: bold; /*steve*/
    /*padding: 0.3em 0.2em 0 0.2em;*/
}

.leftBoxHeading {
    margin: 0;
}

.leftBoxContainer {
    border: none;
}

.sideBoxContent {
    /*background-color: transparent;

        padding: 0.4em;
    */
}

h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 1em;
    height: 1.5em; /*height of the box*/
    color: #FFFFFF;
    background-color: #666;
}

.rightBoxHeading {
    margin: 0;
}

.rightBoxContainer {
    border: none;
}

h3.leftBoxHeading a:hover {
    color: #FFFF33;
    text-decoration: none;
}

h3.leftBoxHeading a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

h3.rightBoxHeading a:hover {
    color: #ffff33;
    text-decoration: none;
}

h3.rightBoxHeading a:visited {
    color: #ffffff;
    text-decoration: none;
}

.rightBoxContent {
    background-color: #000000;
    margin-bottom: 1em;
}

.centeredContent, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg, .cartProductImage {
    text-align: center;
}

.productListing-data {
    vertical-align: middle;
}

#siteinfoIP {
    color: #424242;
    /*background-color:#161616;
    font-size:11px;
    padding:10px 8px;*/
}

#siteinfoLegal {
    color: #424242;
    background-color: #161616;
    font-size: 11px;
    padding: 5px 2px 5px 0;
    text-align: right;
    float: right;
}

#bestsellers .wrapper {
    margin: 0 0 0 1.5em;
}

#bestsellers ol {
    padding: 0;
    margin-left: 1.1em;
}

#bestsellers li {
    padding: 0;
    margin: 0.3em 0 0.3em 0;
}

#bannerboxHeading {
    background-color: transparent;
}

#upProductsHeading {
    text-align: left;
}

#upDateHeading {
    text-align: right;
}

/*misc*/

.back {
    float: left;
}

.forward, #shoppingCartDefault #PPECbutton {
    float: right;
    /*	padding-top:10px;*/
    /*	padding-right:10px;*/
}

.bold {
    font-weight: bold;
}

.rowOdd {
    /*background-color: #E8E8E8;

        height: 1.5em;

        vertical-align: top;*/

}

.hiddenField {
    display: none;
}

.visibleField {
    display: inline;
}

/*maybe not necessary*

.productListing-odd {

	background-color: #FFFFFF;

                      }



.productListing-even {

	background-color: #e5e5e5;

                      }



.listingProductImage {

	padding: 4px;

	}*/

CAPTION {
    /*display: none;*/

}

#myAccountGen li, #myAccountNotify li, #myAccountPrivacy li {/* steve last one added for GDPR links */
    /*margin: 0;*/
}

.accountTotalDisplay, .accountTaxDisplay {
    /*	width: 20%;*/
    text-align: right; /*vertical-align: top*/
}

#myAccountProducts { /*ADDED BY STEVE* for account history info to left-justify product listing */
    /*	width: 10%;*/
    text-align: left;
}

.accountProductDisplay { /*ADDED BY STEVE* for account history info to left-justify product listing */
    /*	width: 10%;*/
    vertical-align: top;
    text-align: left;
}

tr.tableHeading, tr.cartTableHeading {
    background-color: #cacaca;
    line-height: 2em;
}
.cartProductImage {
    padding:5px 0;/* to separate from each rows, otherwise touching */
}

th, td { /* done for shopping cart*/
    vertical-align: middle;
}

input.cartQuantityInStock, input.cartQuantityOutStock {
    text-align: right;
}

input.cartQuantityOutStock {
    background-color: #FFD5D7;
}

#siteMapList {
    width: 90%;
    float: right;
}

.ratingRow {
    margin: 1em 0 1.5em 0;
}

LABEL#textAreaReviews {
    font-weight: normal;
    margin: 1em 0;
}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
    background: #ffffff none;
}

#infoShoppingCart { /*required or inherits background image from main page*/
    padding: 10px;
    color: black;
    background: #ffffff none;
}

.information {
    padding: 10px 3px;
    line-height: 150%;
}

#shoppingcartBody {
    clear: both;
}

#shippingEstimatorContent {
    clear: both;
    width: 90%;
    padding: 0;
}

#shippingEstimatorContent h3 {
    margin: 0 0 .5em 0;
}

#seAddressPulldown {
    text-align: left;
}

.seinputLabel {
    padding: 0 0 0 0;
}

.seDisplayedAddressLabel { /*extra row above the shipping methods when client not logged in*/
    text-align: center;
}

.seDisplayedAddressInfo {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

#seShipTo {
    padding: 0.2em;
}

#seQuoteResults {
    border-collapse: collapse;
    margin-top: 10px; /*bottom margin must be 0 or creates space before lower edge..!!*/
   /* border-top: thin solid gray;
    border-right-style: none;
    border-bottom-style: none;
    border-left: thin solid gray;*/
}

#seQuoteResults th, #seQuoteResults td { /*steve these are ids because they refer to the table not the tds*/
    padding: 2px 5px 2px 3px;
    border: 1px solid black;
    vertical-align: middle;
}

#seProductsHeading {
    text-align: left;
}

#seTotalHeading {
    text-align: center;
}

.seProducts { /*Shipping Estimator quotes*/
    text-align: left;
    white-space: nowrap;
}

.seTotalDisplay {
    text-align: center;
}

.markProductOutOfStock { /**used in functions_lookup.php for class of *** used to indicate a product out of stock in the shopping cart*/
    color: #FF0000;
    margin-left: 0.5em;
    font-weight: bold;
}

#conditionsMainContent li {
    margin: 0 0 .8em 0;
}

.itemTitle { /**product title used in row of products list*/
    /*font-size: 1.1em;*/
    font-size: 12px;
    text-align: left;
}

.absmiddle { /*for vertically centering images*/
    vertical-align: text-bottom;
}

.no_space { /**/
    margin: 0;
    padding: 0;
}

#featured { /*featured products sidebox*/
}

#featuredProducts { /*featured products listing when on index page*/
}

#featuredDefault { /*featured products listing*/
}

#whatsnew { /*new products sidebox*/
}

#whatsNewIndex { /*STEVE changed from whatsNew, new products listing when on index page*/
}

#newProductsDefault { /*new products listing*/
}

#specials { /*specials sidebox*/
}

#specialsDefault { /*featured products listing when on index page, NOT consistant with the rest*/
}

#specialsListing { /*new products listing when on index page*/
}

#popupshippinginfo { /*popup on stage 1 of checkout*/
    background: #FFF none;
}

/*.searchSelectClass {/*steve only for FAP
	width:170px;
}*/
#navMainSearch .button_search {
    vertical-align: middle;
}

#navMainSearch input[type=text] {
    background: url(../images/search_box_bg.gif) repeat-x;
    height: 19px;
    width: 100px; /*steve width of header search box*/
    border: 0; /*padding:4px;/*steve - puts search text at bottom of box and search button too low down*/
}

#navColumnOne {
    /*float:left;*/
    padding-top: 0;
    padding-bottom: 20px;
}

#productsListingListingBottomLinks a {
   /* color: #e30f0f; steve clashes with pp css color */
}

.checkoutConfirmPaymentText { /*checkout confirmation*/
    margin: 10px 0;
}
