
 /* Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
    margin: 0px 0px 10px 0px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 9pt;
    color: #d8d9d5;
    background: #fff;
    }

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
    color: #000;
    text-decoration: underline;
    }
 
a:visited {
    color:     #000;
    text-decoration: underline;
    }

a:hover, #navEZPagesTOC ul li a:hover,  #navSupp ul li a:hover, #navMain ul li a:hover , #navCatTabs ul li a:hover {
    text-decoration: none;
    }
#navMain ul li a:link, #navMain ul li a:visited {
    color: #fff;
}

a:active {
    color: #000;
    }

h1, #cartEmptyText {
    font-size: 1.2em;
    color: #000;
    text-transform: capitalize;
    padding: 10px 0px 0px 0px;
    }

h2 {
    font-size: 1.1em;
    
    }

h3 {
    font-size: 1.0em;
    }

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
    font-size: 1.0em;
    }

.biggerText {
    font-size: 1.0em;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0.0em 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%;
    }
*/
h2.greeting {
    margin-top: 0px;
}

CODE {
    font-family: tahoma, arial, verdana, helvetica, sans-serif;
    font-size: 1em;
    }

FORM, SELECT, INPUT {
    text-align: left;
    display: inline;
    font-size: 1em;
    margin: 0.1em;
    }
form {
    padding: 0px;
    margin: 0px;
}

TEXTAREA {
    float: left;
    margin: auto;
    display: block;
    width: 95%;
    }

FIELDSET {
    padding: 0.5em;
    margin: 0.5em 0em;
    border: 1px solid #cccccc;
    }

LEGEND {
    font-weight: bold;
    padding: 0.3em;    
    color: #000;
    }

LABEL, h4.optionName {
    line-height: 1.5em;
    padding: 0.2em;
    }

LABEL.checkboxLabel, LABEL.radioButtonLabel {
    margin: 0.5em 0.3em;
    }

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }

#logo, #logo2, #strapline, #strapline2 {
position:absolute;
padding-top: 4px;
font-size: 40px;
font-weight: bold;
color: #000;
z-index: 20;
top: 10px;
left: 0px;
text-transform: capitalize;
}

#tellafriendContent {
    text-align: center;
    padding-right: 13px;    
}

#logo2 {
    color: #000;
    top: 11px;
    left: 21px;
}

#logo a {
    color: #000;
    text-decoration: none;
}

#strapline,#strapline2 {
    font-size: 10pt;
    top: 40px;
    display: none;
    font-style: italic;
    text-transform: capitalize;
    color: #000;
}
#strapline2 {
    color: #000;
    top: 41px;
    left: 21px;
}

LABEL.inputLabel {
    width: 9em;
    float: left;
    }

LABEL.inputLabelPayment {
    width: 150px;
    float: left;
    padding-left: 2.5em;
    }

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
    width: 11em;
    float: left;
    }

#checkoutPayment LABEL.radioButtonLabel {
    font-weight: bold;
    }

P, ADDRESS {
    padding: 0.5em;
    padding-left: 0px;
    }
#editablesidebox2Content {
    padding-left: 0px;
}
ADDRESS {
    font-style: normal;
    }

.clearBoth {
    clear: both;
    }

HR {
    height: 1px;
    margin-top: 0.5em;
    border: none;
    border-bottom: 1px solid #9a9a9a;
    }

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    line-height: 1.8em;
    padding: 0.2em;
    border: 1px solid #9a9a9a;
    margin: 4px 0px 4px 0px;
    }

.messageStackWarning, .messageStackError {
    background-color: #8d230d;
    color: #ffffff;
    }

.messageStackSuccess {
    background-color: #99FF99;
    color: #000000;
    }

.messageStackCaution {
    background-color: #FFFF66;
    color: #000000;
    }

/******************** Advert Styles *************/
div.adrow {
clear: both;
}
.adimage {
      width: 140px;
    float: left;
    height: 80px;
    overflow: auto;
  }

.adtext {
    font-family: Tahoma, Arial,sans-serif;
    font-size: 9pt;
    text-align: left;
    width: 350px;
    float: right;
    padding-bottom: 10px;
  }  

/*wrappers - page or section containers*/
#mainWrapper {
    background-color: transparent;
    text-align: left;
    width: 750px;
    vertical-align: top;
    border: 0px;
    }

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
    }
#headerWrapper {
    border: 0px;
    background-color: transparent;
}

#logoWrapper{
    position: relative;
    height:80px;
    background: #fff;
}

#contentMainWrapper {
    border-top: 0px;
    padding: 0px;
    color: #000;
    clear: both
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    margin: auto;
    text-align: middle;
    } 
#navColumnOneWrapper, #navColumnTwoWrapper {
    margin: 0px;
    padding: 0px 4px 7px 0px;
    }
#navColumnTwoWrapper {
    padding: 0px 0px 7px 4px;
    }    
    
#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 { margin-top: 4px;}
.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;
    padding: 0px;
    font-weight: bold;
    color: #000;
    position: relative;
    }
    
#navMainWrapper {
    padding-top: 10px;
    height: 170px;
    background: transparent url(../images/backgroundheader.gif) repeat-x;
    background-position: bottom;
    border-bottom: 2px solid #fff;
}
    
#navSuppWrapper {
    height: 20px;    
}
    
#navMain {
    height: 60px;
    padding: 10px 10px;
}    
    
#navSuppWrapper {
    background-color: #e7e7e7;
    text-align: center;
    border-top: 1px solid #b5b2b5;
}

#navCatTabsWrapper {
    background-color: #ffffff;
    color: #9a9a9a;
    background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
    margin: 0;
    padding: 26px 0em;
    list-style-type: none;
    text-align: right;
    line-height: 1.5em;
    float: right;
    }

#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: underline;
    padding: 0em 0.5em;
    margin: 0;
    color: #fff;
    white-space: nowrap;
    font-size: 8pt;
    }

#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 {
    margin: 0.5em;
    }
    
.buttonRow {
    padding-top: 5px;
    padding-bottom: 5px;
}

#indexProductListCatDescription    {
    margin: 0px;
}

#navBottomBar {
    background: #eeeeee url(../images/searchbar.gif) repeat-x;
    height: 37px;
    width: 100%;
}
#basketArea {
    margin-top: 25px;
    padding: 0px 14px 0px 0px;    
    font-size: 9pt;
    width: 200px;
    background: #fff url(../images/basket.gif) top left no-repeat;   
    float: right;
    font-weight: normal;
    text-align: right;
}

#navMainSearch a{
    color: #fff;
    font-size: 9px;
    padding-left: 5px;
}

#shoppingCartHeader {
    line-height: 20px;
    padding: 16px 0px 5px 0px;
    font-weight: bold;
    color: #000;
}

#shoppingCartContent, #shoppingCartContent a {
    color: #000;
}

#navMainSearch {
    float:left;
    font-size: 9pt;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 28px;
    padding-left: 25px;
    width: 170px;
    height: 32px;
    background: #003372;
    
}

#searchTitle {
    margin: 0px 0px 8px 0px;
}


#navBreadCrumb, #navBreadCrumb a:link,  #navBreadCrumb a:visited{
    padding: 0px;
    font-size: 9pt;
    font-weight: bold;
    margin: 0px;
    color: #fff;
    text-transform: capitalize;
}

#navBreadCrumb {
    margin: 5px 0px 0px 0px;
    padding: 9px 0px 10px 15px;
    background: #003372;
}

#bannerText {
position: absolute;
font-size: 14pt;
font-weight: normal;
color: #323b42;
text-transform: capitalize;
top: 10px;
left: 360px;
}


#navEZPagesTop {
    font-size: 10pt;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 28px;
    padding-left: 25px;
    text-transform: capitalize;
    height: 32px;
    width: 517px;
    color: #000;
    float: right;
    background-color: #003372;
    }
#navEZPagesTop ul {
    list-style-type: none;
    padding: 0px 20px;
    margin: 0px 0px;
}    

#navEZPagesTop ul li {
    margin: 0px;
    float: left;
    padding: 15px 21px;
    border-right: 1px solid #fff;
}    

#navEZPagesTop .first{
    padding-left: 0px;
}    

#navEZPagesTop .last{
    padding-right: 0px;
    border-right: 0px;
}    

    
#navEZPagesTop a {
    margin: 0px;
    padding-left: 0em;
    padding-right: 0em;
    color: #fff;
    text-decoration: none;
    }
#navEZPagesTop a:hover {
    text-decoration: underline;
    }    

#navColumnOne, #navColumnTwo {
    background-color: transparent;
    }

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    vertical-align: top;
    }

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
    /*font-size: 1.2em;*/
    padding: 0.5em;
    padding-left: 0px;
    }

.alert {
    color: #daa926;
    margin-left: 0.5em;
    }
.advisory {}
.important {
    font-weight: bold;
    }
.notice {}
.rating{}
.gvBal {
    float: right;
    }
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    margin: 5px 0px;
    padding: 5px 23px 10px 10px;
    background: transparent;
    }
    
#indexDefault {
    padding: 5px 18px 10px 0px;    
}


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    font-size: 0.9em;
    }

/*Shopping Cart Display*/
#cartAdd {
    text-align: center;
    border: 1px solid #cccccc;
    padding: 1em;
    }


.tableHeading TH {
    border-bottom: 1px solid #9a9a9a;
    background-color: #fff;
    }

.tableHeading, #cartSubTotal {
    background-color: #fff;
     }

#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;
    }

#scQuantityHeading {
    padding-left: 4px;
}
#scUpdateQuantity {
    width: 2em;
    }

.cartQuantity {
    width: 4.7em;
    padding: 4px;
    text-align: right;
    }

.cartNewItem {
    color: #000;
    font-size: 8pt;
    position: relative;  /*do not remove-fixes stupid IEbug*/
    }

#shoppingcartContent ul li a {
    text-decoration: none;
    color: #000;
}


.cartOldItem {
    color: #000;
    font-size: 8pt;
    position: relative;  /*do not remove-fixes stupid IEbug*/
    }

.cartBoxTotal {
    text-align: right;
    float: right;
    font-weight: bold;
    width: 100px;
    }

#cartBoxListWrapper ul li {
    text-align: center;    
}   

#shoppingcartContent {
    padding-right: 13px;    
}

#shoppingcartContent hr {
    width: 120px;    
}

.cartRemoveItemDisplay {
    width: 3.5em;
    }

.cartAttribsList {
    margin-left: 1em;
    }

#mediaManager {
    width: 50%; 
    margin: 0.2em;
    padding: 0.5em;
    background-color: #E4FEf5;
    border: 1px solid #003D00;
    }

.normalprice, .productSpecialPriceSale {
    text-decoration: line-through;
    }

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
    color: #003372;
    }

.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: 0px 0em 0em 0em ;
    float: left;
    }

#productName {
width: 200px;
float: right;
text-align: left;    
left: 0px;
top: 0px; 
}

#productDescription {
width: 100%;
padding: 10px;
text-align: left;
float: right;
  
}

#currenciesContent {
    text-align: center;
    padding-top: 10px;
}

#GeoTrustContent {
 text-align: center;
}

#productPrices{
width: 200px;
float: right;
font-size: 20px;
font-weight: bold;
text-align: right;
} 

.categoryIcon {}

#cartImage {
    width: 50px;
    margin: 0em 1em 0em 0em;
    border: 1px solid #ccc;
    }

/*Attributes*/
.attribImg {
    width: 20%;
    margin: 0.3em 0em;
}

#productMainImage a, #productReviewsDefaultProductImage a {
    text-decoration: none;
}

#productMainImage img, #productReviewsDefaultProductImage img {
    
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    margin: 1em 0em;
    }

#ezPageDefaultWrapper h1 {
    color: #333333;
    background: none;
    padding-left: 0px;
}
.centerBoxWrapper {
}
.centerBoxWrapper, #indexProductList, #productGeneral, #specialsListing, #featuredDefault,#advSearchDefault, #ezPageDefault, #loginDefault, #createAcctSuccess, #addressBookProcessDefault, #addressBookDefault, #accountDefault, #acctNewslettersDefault, #reviewsWrite, #reviewsDefault, #shoppingCartDefault, #checkoutShipping, #checkoutPayment,#checkoutConfirmDefault, #checkoutSuccess, #accountHistoryDefault, #advSearchResultsDefault, #newProductsDefault, #reviewsInfoDefault, #timeoutDefault, #contactUsDefault, #productInfoNoProduct, #passwordForgotten, #logoffDefault, #indexCategories  {
    margin: 0px 0px 4px 0px;
    line-height: 1.3em;

    }
#alsoPurchased  {
    background: transparent;
    width: 350px;
}
    
#indexProductList, #productGeneral,#specialsListing, #featuredDefault, #advSearchDefault, #ezPageDefault, #loginDefault, #createAcctSuccess, #addressBookProcessDefault, #addressBookDefault, #accountDefault, #acctNewslettersDefault, #reviewsWrite, #reviewsDefault, #shoppingCartDefault, #checkoutShipping, #checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, #checkoutSuccess, #accountHistoryDefault, #advSearchResultsDefault, #newProductsDefault, #reviewsInfoDefault, #timeoutDefault, #contactUsDefault, #productInfoNoProduct, #passwordForgotten, #logoffDefault, #indexCategories {
    margin: 0px 0px 4px 0px;
    padding: 0px 8px 30px 8px;
    line-height: 1.3em;
}

#checkoutShipping {
    min-height: 450px;
}

#checkoutPayment {
    min-height: 730px;
}

#checkoutConfirmDefault {
    min-height: 530px;
}

#productName, #specialsListingHeading, #featuredDefaultHeading, #advSearchDefaultHeading, #ezPagesHeading, #loginDefaultHeading, #createAcctSuccessHeading, #addressBookProcessDefaultHeading, #addressBookDefaultHeading, #accountDefaultHeading, #acctNewslettersDefaultHeading, #reviewsWriteHeading, #reviewsDefaultHeading, #productReviewsDefaultHeading, #cartDefaultHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #checkoutSuccessHeading, #accountHistoryDefaultHeading, #advSearchResultsDefaultHeading, #newProductsDefaultHeading, #reviewsInfoDefaultHeading {
    margin-bottom: 15px;
}

#shoppingCartDefault .forward a {
    color: #fff;
    line-height: 35px;
    padding: 4px 4px 0px 0px;
}
h2.centerBoxHeading {
    font-size: 11pt;
    color: #000;
    padding: 4px 0px 4px 15px;
    text-transform: capitalize;
    }

#alsoPurchased h2.centerBoxHeading {
    padding: 15px 0px 13px 0px;
    background: transparent;
}

#checkoutPaymentHeadingAddress{
    margin-top: 6px;
}
    
#checkoutShippingHeading {
    margin-top: 0px;
}    
#checkoutShippingHeadingMethod, #checkoutConfirmDefaultShipment, #checkoutConfirmDefaultPayment {
    margin-top: 5px;
}
/*sideboxes*/
.columnLeft {
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 12pt;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    background: #003372;
    
}
    
h3.leftBoxHeading, h3.rightBoxHeading {
    padding: 10px 10px 0px 5px;
    margin-top: 0px;    
    
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    margin: 0em;
    padding: 0px 0px 0px 12px;
    margin-top: 0px;   
}

.leftBoxContainer, .rightBoxContainer {
    border-bottom: 10px solid #003372;
    background: transparent url(../images/sideboxbg.gif) repeat-y;
    background-position: bottom;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
    }
                             
                             
#editablesidebox, #editablesidebox3, #editablesidebo4  {
    background: none;
    border: 0px;
}

.sideBoxContent {
    padding: 0px 0px 0px 0px;
    }

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
    color: #fff;
    text-decoration: underline;

    } 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
    color: #fff;
    }

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: left;
    }    
    
.centeredContent {

    margin: 0px;
}
    
#productMainImage, #productReviewsDefaultProductImage {
    float: left;
    text-align: left;    
}
    
#productGeneral {
      
}
    
#siteinfoLegal, #siteFooter {
    text-align: center;
    background-color: transparent;
    padding: 5px 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: #000;
    margin: 0px;
}    

.legalCopyright {
    padding-right: 0px;
}

#footerWrapper {
    
    background: transparent;
}

#siteFooter a:link, #siteFooter a:visited {
    padding-right: 0px;
    font-size: 8pt;
    color: #000;
}

#editablesidebox2Heading, #editablesidebox3Heading, #editablesidebox4Heading  {
    display: none;
}

#editablesidebox2, #editablesidebox4 {
    border: 0px;
    background: #fff;
    background-image: none;
}

#siteFooter {
        background: transparent;
        background-position: top;
        padding-left: 0px;
}



        

#siteinfoLegal a:link, #siteinfoLegal a:visited {
    font-size: 8pt;
    color: #000;
}

#bestsellers .wrapper {
    margin: 0em 0em 0em 1em;
    }

#bestsellers ol {
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
    }

#bestsellers li {
    }

#bannerboxHeading {
    background-color: #0000CC;
}

#upProductsHeading {
    text-align: left;
    }

#upDateHeading {
    text-align: right;
    }

/* categories box parent and child categories */

#categoriesContent ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#categoriesContent ul li, #ezpagesContent ul li {
    padding: 3px;
    margin: 0px 8px;
}

A.category-top, A.category-top:visited, A.category-links, A.category-links:visited, A.category-products, A.category-products:visited, #ezpagesContent A, #ezpagesContent A:visited {
    background: transparent url(../images/bullet.gif) no-repeat  0px 8px;
    margin: 0px;
    color: #414141;
    text-decoration: underline;
    padding: 0px;
    width: 144px;
    font-size: 11px;
    display:block;
    padding: 3px 0px 0px 15px;
}

A.category-products, A.category-products:visited {
    margin-left: 10px;
    width: 130px;
}

A.category-subs, A.category-subs:visited {
    color: #000;
    text-decoration: none;
    line-height: 25px;    
    }
A.category-top:hover, A.category-links:hover, A.category-products:hover, A.category-subs:hover, #ezpagesContent A:hover  {
    text-decoration: none;
    }

#featuredContent, #whatsnewContent, #reviewsContent, #tellafriendContent, #whosonlineContent, #shoppingcartContent, #searchContent, #specialsContent, #bestsellersContent {
    padding-left: 10px;
    font-size: 8pt;
}

#featuredContent a, #whatsnewContent a, #reviewsContent a, #specialsContent a, #bestsellersContent a {
    text-decoration: none;
}

#featuredContent img, #whatsnewContent img, #reviewsContent a img, #specialsContent img {
    
    height: auto;
}

#searchContent input {
    width: 150px;
}

#paymentsContent {
    padding-top: 10px;
    text-align: center;
}

SPAN.category-subs-parent {
    font-weight: bold;
    }
SPAN.category-subs-selected {
    font-weight: bold;
    }
/* end categories box links */

/*misc*/
.back, .back0, .back1, .back2 {
    float: left;
    }
#featuredProducts .back0, #featuredProducts .back1, #featuredProducts .back2, #specialsDefault .back0, #specialsDefault .back1, #specialsDefault .back2 {
    margin: 0px;
    padding: 12px 10px;
    border-top: 0px;
}

.centerBoxContentsFeatured img, .centerBoxContentsSpecials img {
    float: left;
    margin-right: 10px;
    
}



.centerBoxContentsFeatured a, .centerBoxContentsSpecials a {
    font-weight: bold;
}

#featuredProducts img, #specialsDefault img {
    
    margin-bottom: 4px;
}

.specialsListBoxContents img, #whatsNew img {
    
}

#scUnitHeading, #scTotalHeading {
    text-align: right;
}
.forward, #shoppingCartDefault #PPECbutton {
    float: right;
    }

.bold {
    font-weight: bold;
    }

.rowOdd {
    height: 1.5em;
    vertical-align: top;
    }

.rowEven {
    height: 1.5em;
    vertical-align: top;
    }

#ccTotalHeading {
    text-align: right;
}

.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: #313130;
    height: 2em;
    padding: 4px;
    }

#productsListingTopNumber {
    padding-bottom: 4px;
}

.productListing-rowheading {
    background-color: #313130;
    height: 2em;
    color: #fff;
    }

th.productListing-heading {
    padding: 4px;
    background-color: #fff;
    color: #000;
}

th.productListing-heading a, th.productListing-heading a:visited {
    color: #000;
    text-decoration: none;
}
.productListing-data {
    vertical-align: top;
    padding: 10px 0px;
    border-bottom: 1px dotted #ccc;
    }    

.productListing-data img {
    
    margin-right: 4px;
}

.main img {
    
}
    
#listCell0-0 {
    width: 100px;
}
#cat1Table img {
    
}    

#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;
    }

#infoShoppingCart {
    padding: 4px;
}

#country, #street-address, #login-email-address, #login-password, #email-address, #password-new, #password-confirm, #contactname {
    width: 180px;
}

#password-new, #password-confirm, #login-password {
    width: 60px;
}

.centerBoxContentsFeatured, .centerBoxContentsSpecials {
    width: 330px;
}

.featuredTitle a:hover, .featuredtitle, .featuredtitle a, .featuredTitle a, .featuredTitle {
    width: 220px;
    float: right;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
}

.featuredDesc {
    width: 220px;    
    padding-bottom: 10px;
    float: right;
    font-weight: normal;
    font-size: 11px;
}


.featuredDesc a {
       font-size: 10px;     
       text-decoration: none;
       font-weight: normal;
}

.featuredPrice {
    width: 220px;    
    float: right;
    font-weight: bold;
    font-size: 24px;
}

.featuredprice {
    padding-left: 110px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}
.featuredDescEnd {
    font-size: 10px;
}

#subscribeContent{
    padding-left: 0px;
    padding-right: 2px;
    text-align: center;
}

#manufacturersContent {
    text-align: center;
    padding-right: 2px;
}

.columnRight {
    padding-top: 0px;
    margin-top: 0px;
}


.featuredDesc {
    font-size: 10px;
}

#editablesideboxHeading {
    display: none;
}

#editablesidebox .rightBoxContainer {
    border: 0px;
}

.checkoutCandy {
    line-height: 2.4em;
    font-weight: bold;
    padding: 0.4em;
    border: 1px solid #9a9a9a;
    background-color: #ffffcc;
    color: #000000;
}

.checkoutCandy {
    line-height: 2.4em;
    font-weight: bold;
    padding: 0.4em;
    border: 1px solid #9a9a9a;
    background-color: #ffffcc;
    color: #000000;
}
.cartDiscount {
    border-top: 1px solid #cccccc;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
    background-color: #e9e9e9;
    height: 2.2em;
}