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

#jz-content a img {border: none; }

#jz-content a:link, #jz-content #navEZPagesTOC ul li a {
    color: #3300FF;
    text-decoration: none;
    }
 
#jz-content a:visited {
    color: #3300FF;
    text-decoration: none;
    }

#jz-content a:hover, #jz-content #navEZPagesTOC ul li a:hover, #jz-content #navMain ul li a:hover, #jz-content #navSupp ul li a:hover, #jz-content #navCatTabs ul li a:hover {
    color: #FF0000;
    }

#jz-content a:active {
    color: #0000FF;
    }

#jz-content h1 {
    font-size: 1.5em;
    color: #9a9a9a;
    }

#jz-content h2 {
    font-size: 1.4em;
    }

#jz-content h3 {
    font-size: 1.3em;
    }

#jz-content h4, #jz-content h5, #jz-content h6, #jz-content LABEL, #jz-content h4.optionName, #jz-content LEGEND, #jz-content ADDRESS, #jz-content .sideBoxContent, #jz-content .larger{
    font-size: 0.9em;
    }

#jz-content .biggerText {
    font-size: 1.2em;
    }

#jz-content h1, #jz-content h2, #jz-content h3, #jz-content h4, #jz-content h5, #jz-content h6 {
    margin: 0.3em 0;
    }

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
#jz-content h1, #jz-content h2, #jz-content h3, #jz-content h4, #jz-content h5, #jz-content h6, #jz-content p {
    position: relative;
    }
*html .centerColumn {
    height: 1%;
    }
*/

#jz-content CODE {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1em;
    }
/*
#jz-content FORM, #jz-content SELECT, #jz-content INPUT {
    display: inline;
    font-size: 1em;
    margin: 0.1em;
    }
*/
#jz-content TEXTAREA {
    margin: auto;
    display: block;
    width: 95%;
    }

#jz-content input:focus, #jz-content select:focus, #jz-content textarea:focus {
    background: #E4FEF5;
    }

#jz-content FIELDSET {
    padding: 0.5em;
    margin: 0.5em 0em;
    border: 1px solid #cccccc;
    background: none;
    }

#jz-content LEGEND {
    font-weight: bold;
    padding: 0.3em;
    color: black;
    }

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

#jz-content LABEL.checkboxLabel, #jz-content LABEL.radioButtonLabel {
    margin: 0.5em 0.3em;
    }

#jz-content #logo, #jz-content .centerBoxContents, #jz-content .specialsListBoxContents, #jz-content .categoryListBoxContents, #jz-content .centerBoxContentsAlsoPurch, #jz-content .attribImg {
    float: left;
    }

#jz-content LABEL.inputLabel {
    width: 9em;
    float: left;
    }

#jz-content LABEL.inputLabelPayment {
    width: 14em;
    float: left;
    padding-left: 2.5em;
    }

#jz-content LABEL.selectLabel, #jz-content LABEL.switchedLabel, #jz-content LABEL.uploadsLabel {
    width: 11em;
    float: left;
    }

#jz-content #checkoutPayment LABEL.radioButtonLabel {
    font-weight: bold;
    }

#jz-content P, #jz-content ADDRESS {
    padding: 0.5em;
    }

#jz-content ADDRESS {
    font-style: normal;
    }

#jz-content .clearBoth {
    clear: both;
    }

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

/*warnings, errors, messages*/
#jz-content .messageStackWarning, #jz-content .messageStackError, #jz-content .messageStackSuccess, #jz-content .messageStackCaution {
    line-height: 1.8em;
    padding: 0.2em;
    border: 1px solid #9a9a9a;
    }

#jz-content .messageStackWarning, #jz-content .messageStackError {
    background-color: #ff0000;
    color: #ffffff;
    }

#jz-content .messageStackSuccess {
    background-color: #99FF99;
    color: #000000;
    }

#jz-content .messageStackCaution {
    background-color: #FFFF66;
    color: #000000;
    }

/*wrappers - page or section containers*/
#jz-content #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    /*width: 750px;*/
    vertical-align: top;
    border: 1px solid #9a9a9a;
    }

#jz-content #headerWrapper, #jz-content #contentMainWrapper, #jz-content #logoWrapper, #jz-content #cartBoxListWrapper, #jz-content #ezPageBoxList, #jz-content #cartBoxListWrapper ul, #jz-content #ezPageBoxList ul, #jz-content #mainWrapper, #jz-content #popupAdditionalImage, #jz-content #popupImage {
    margin: 0em;
    padding: 0em;
    }

#jz-content #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:75px;
    }

#jz-content #navColumnOneWrapper, #jz-content #navColumnTwoWrapper, #jz-content #mainWrapper {
    margin: auto;
    } 
#jz-content #navColumnOneWrapper, #jz-content #navColumnTwoWrapper {
    margin-left: 0.5em;
    margin-right: 0.5em;
    }
    
#jz-content #tagline {
    color:#000000;
    font-size: 2em;
    text-align : center;
    vertical-align: middle;
    }

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

#jz-content .floatingBox, #jz-content #accountLinksWrapper, #jz-content #sendSpendWrapper, #jz-content #checkoutShipto, #jz-content #checkoutBillto, #jz-content #navEZPagesTOCWrapper {
    margin: 0;
    width: 47%;
    }

#jz-content .wrapperAttribsOptions {
    margin: 0.3em 0em;
    }

/*navigation*/

#jz-content .navSplitPagesResult {}
#jz-content .navSplitPagesLinks {}

#jz-content .navNextPrevCounter {
    margin: 0em;
    font-size: 0.9em;
    }
#jz-content .navNextPrevList {
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    }

#jz-content #navMainWrapper, #jz-content #navSuppWrapper, #jz-content #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%;
    }

#jz-content #navCatTabsWrapper {
    background-color: #ffffff;
    color: #9a9a9a;
    background-image:none;
}

#jz-content #navMain ul, #jz-content #navSupp ul, #jz-content #navCatTabs ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    text-align: center;
    line-height: 1.5em;
    }

#jz-content #navMain ul li, #jz-content #navSupp ul li, #jz-content #navCatTabs ul li {
    display: inline;
    }

#jz-content #navMain ul li a, #jz-content #navSupp ul li a, #jz-content #navCatTabs ul li a {
    text-decoration: none;
    padding: 0em 0.5em;
    margin: 0;
    color: #ffffff;
    white-space: nowrap;
    }

#jz-content #navCatTabs ul li a {
    color: #9a9a9a;
    }

#jz-content #navEZPagesTOCWrapper {
    font-weight: bold;
    float: right;
    height: 1%;
    border: 1px solid #9a9a9a;
    }

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

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

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

#jz-content #navCategoryIcon, #jz-content .buttonRow, #jz-content #indexProductListCatDescription {
    margin: 0.5em;
    }

#jz-content #navMainSearch {
    float: right;
    }

#jz-content #navBreadCrumb {
    padding: 0.5em 0.5em;
    background-color: #ffffff;
    font-size: 0.95em;
    font-weight: bold;
    margin: 0em;
    }

#jz-content #navEZPagesTop {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    font-size: 0.95em;
    font-weight: bold;
    margin: 0em;
    padding: 0.5em;
    }

#jz-content #navColumnOne, #jz-content #navColumnTwo {
    background-color: transparent;
    }

/*The main content classes*/
#jz-content #contentColumnMain, #jz-content #navColumnOne, #jz-content #navColumnTwo, #jz-content .centerBoxContents, #jz-content .specialsListBoxContents, #jz-content .categoryListBoxContents, #jz-content .additionalImages, #jz-content .centerBoxContentsSpecials, #jz-content .centerBoxContentsAlsoPurch, #jz-content .centerBoxContentsFeatured, #jz-content .centerBoxContentsNew, #jz-content .alert {
    vertical-align: top;
    }

/*.content,*/ #jz-content #productDescription, #jz-content .shippingEstimatorWrapper {
    /*font-size: 1.2em;*/
    padding: 0.5em;
    }

#jz-content .alert {
    color: #FF0000;
    margin-left: 0.5em;
    }
#jz-content .advisory {}
#jz-content .important {
    font-weight: bold;
    }
#jz-content .notice {}
#jz-content .rating{}
#jz-content .gvBal {
    float: right;
    }
#jz-content .centerColumn, #jz-content #bannerOne, #jz-content #bannerTwo, #jz-content #bannerThree, #jz-content #bannerFour, #jz-content #bannerFive, #jz-content #bannerSix {
    padding: 0.8em;
    }

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

/*Shopping Cart Display*/
#jz-content #cartAdd {
    float: right;
    text-align: center;
    margin: 1em;
    border: 1px solid #000000;
    padding: 1em;
    }

#jz-content .tableHeading TH {
    border-bottom: 1px solid #9a9a9a;
    }

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

#jz-content #cartSubTotal {
    border-top: 1px solid #cccccc;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
    }

#jz-content .tableRow, #jz-content .tableHeading, #jz-content #cartSubTotal {
    height: 2.2em;
    }

#jz-content .cartProductDisplay, #jz-content .cartUnitDisplay, #jz-content .cartTotalDisplay, #jz-content .cartRemoveItemDisplay, #jz-content .cartQuantityUpdate, #jz-content .cartQuantity, #jz-content #cartInstructionsDisplay, #jz-content .cartTotalsDisplay {
    padding: 0.5em 0em;
    }

#jz-content .cartUnitDisplay, #jz-content .cartTotalDisplay {
    text-align: right;
    padding-right: 0.2em;
    }

#jz-content #scUpdateQuantity {
    width: 2em;
    }

#jz-content .cartQuantity {
    width: 4.7em;
    }

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

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

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

#jz-content .cartRemoveItemDisplay {
    width: 3.5em;
    }

#jz-content .cartAttribsList {
    margin-left: 1em;
    }

#jz-content #mediaManager {
    width: 50%; 
    margin: 0.2em;
    padding: 0.5em;
    background-color: #E4FEf5;
    border: 1px solid #003D00;
    }
#jz-content .mediaTitle {
    float: left;
    }
#jz-content .mediaTypeLink {
    float: right;
    }

#jz-content .normalprice, #jz-content .productSpecialPriceSale {
    text-decoration: line-through;
    }

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

#jz-content .orderHistList {
    margin: 1em;
    padding: 0.2em 0em;
    } 

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

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

#jz-content #cartBoxEmpty, #jz-content #cartBoxVoucherBalance {
    font-weight: bold;
    }

#jz-content .totalBox {
    width: 5.5em;
    text-align: right;
    padding: 0.2em;
    }

#jz-content .lineTitle, #jz-content .amount {
    text-align: right;
    padding: 0.2em;
    }

#jz-content .amount {
    width: 5.5em;
    }

/*Image Display*/
#jz-content #productMainImage, #jz-content #reviewsInfoDefaultProductImage, #jz-content #productReviewsDefaultProductImage, #jz-content #reviewWriteMainImage {
    margin: 0em 1em 1em 0em ;
    }

#jz-content .categoryIcon {}

#jz-content #cartImage {
    margin: 0.5em 1em;
    }

/*Attributes*/
#jz-content .attribImg {
    width: 20%;
    margin: 0.3em 0em;
}

#jz-content .attributesComments {}

/*list box contents*/
#jz-content .centerBoxContents, #jz-content .specialsListBoxContents, #jz-content .categoryListBoxContents, #jz-content .additionalImages, #jz-content .centerBoxContentsSpecials, #jz-content .centerBoxContentsAlsoPurch, #jz-content .centerBoxContentsFeatured, #jz-content .centerBoxContentsNew {
    margin: 1em 0em;
    }

#jz-content .centerBoxWrapper {
    border: 1px solid #9a9a9a;
    height: 1%;
    margin: 1.1em 0;
    }

#jz-content h2.centerBoxHeading {
    font-size: 1.3em;
    color: #ffffff;
    }

/*sideboxes*/
#jz-content .columnLeft {}

#jz-content h3.leftBoxHeading, #jz-content h3.leftBoxHeading a,
#jz-content h3.rightBoxHeading, #jz-content h3.rightBoxHeading a {
    font-size: 1em;
    color: #ffffff;
    }
#jz-content #manufacturersHeading, #jz-content #currenciesHeading, #jz-content #musicgenresHeading, #jz-content #recordcompaniesHeading, #jz-content #searchHeading, #jz-content #search-headerHeading {
/*    font-size: 0.9em;*/
    color: #ffffff;
}

#jz-content .leftBoxHeading, #jz-content .centerBoxHeading, #jz-content .rightBoxHeading {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    }

#jz-content .leftBoxContainer, #jz-content .rightBoxContainer {
    margin: 0em;
    border: 1px solid #9a9a9a;
    border-bottom: 5px solid #336633;
    margin-top: 1.5em;
    }

#jz-content .sideBoxContent {
    background-color: #ffffff;
    padding: 0.4em;
    }

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

#jz-content .rightBoxHeading a:visited, #jz-content .leftBoxHeading a:visited, #jz-content .centerBoxHeading a:visited {
    color: #FFFFFF;
    }

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

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

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

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

#jz-content #bannerboxHeading {
    background-color: #0000CC;
}

#jz-content #upProductsHeading {
    text-align: left;
    }

#jz-content #upDateHeading {
    text-align: right;
    }

/* categories box parent and child categories */
#jz-content A.category-top, #jz-content A.category-top:visited {
    color: #008000;
    text-decoration: none;
    }
#jz-content A.category-links, #jz-content A.category-links:visited {
    color: #004080;
    text-decoration: none;
    }
#jz-content A.category-subs, #jz-content A.category-products, #jz-content A.category-subs:visited, #jz-content A.category-products:visited {
    color: #FF0000;
    text-decoration: none;
    }
#jz-content SPAN.category-subs-parent {
    font-weight: bold;
    }
#jz-content SPAN.category-subs-selected {
    font-weight: bold;
    }
/* end categories box links */

/*misc*/
#jz-content .back {
    float: left;
    }

#jz-content .forward, #jz-content #shoppingCartDefault #PPECbutton {
    float: right;
    }

#jz-content .bold {
    font-weight: bold;
    }

#jz-content .rowOdd {
    background-color: #E8E8E8;
    height: 1.5em;
    vertical-align: top;
    }

#jz-content .rowEven {
    background-color: #F0F0F0;
    height: 1.5em;
    vertical-align: top;
    }

#jz-content .hiddenField {
    display: none;
}
#jz-content .visibleField {
    display: inline;
}

#jz-content CAPTION {
    /*display: none;*/
    }

#jz-content #myAccountGen li, #jz-content #myAccountNotify li {
    margin: 0;
    } 

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

#jz-content .accountQuantityDisplay {
    width: 10%;
    vertical-align: top
    }

#jz-content TR.tableHeading {
    background-color: #cacaca;
    height: 2em;
    }

#jz-content .productListing-rowheading {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    height: 2em;
    color: #FFFFFF;
    }

#jz-content #siteMapList {
    width: 90%;
    float: right;
    }

#jz-content .ratingRow {
    margin: 1em 0em 1.5em 0em;
    }

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

#jz-content #popupShippingEstimator, #jz-content #popupSearchHelp, #jz-content #popupAdditionalImage, #jz-content #popupImage, #jz-content #popupCVVHelp, #jz-content #popupCouponHelp, #jz-content #popupAtrribsQuantityPricesHelp, #jz-content #infoShoppingCart {
    background-color: #ffffff;
    }
#jz-content .information {padding: 10px 3px; line-height: 150%;}

#jz-content #shoppingcartBody #shippingEstimatorContent {
    clear: both;
    }

#jz-content .seDisplayedAddressLabel {
    background-color:#85C285;
    text-align: center;
    }
#jz-content .seDisplayedAddressInfo {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    }
#jz-content #seShipTo {
    padding: 0.2em;
    }

#jz-content ul {
  padding-left: 0;
  list-style: inherit;
}

#jz-content ul li {
  background: none;
  padding-left: 5px;
}

#jz-content div#orderhistoryContent {
  padding-left: 10px;

}

#jz-content ul#productDetailsList {
  padding-left: 15px;
}