/**
 * 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_joom_modules.css 88 2009-09-05 08:02:11Z andrew $
 */

.moduletable a img {border: none; }

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

.moduletable a:hover, .moduletable #navEZPagesTOC ul li a:hover, .moduletable #navMain ul li a:hover, .moduletable #navSupp ul li a:hover, .moduletable #navCatTabs ul li a:hover {
    color: #FF0000;
    }

.moduletable a:active {
    color: #0000FF;
    }

.moduletable h1 {
    font-size: 1.5em;
    color: #9a9a9a;
    }

.moduletable h2 {
    font-size: 1.4em;
    }

.moduletable h3 {
    font-size: 1.3em;
    }

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

.moduletable .biggerText {
    font-size: 1.2em;
    }

.moduletable h1, .moduletable h2, .moduletable h3, .moduletable h4, .moduletable h5, .moduletable h6 {
    margin: 0.3em 0;
    }

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

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

.moduletable input:focus, .moduletable select:focus, .moduletable textarea:focus {
    background: #E4FEF5;
    }

.moduletable FIELDSET {
    padding: 0.5em;
    margin: 0.5em 0em;
    border: 1px solid #cccccc;
    background: none;
    }

.moduletable LEGEND {
    font-weight: bold;
    padding: 0.3em;
    color: black;
    }

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

.moduletable LABEL.checkboxLabel, .moduletable LABEL.radioButtonLabel {
    margin: 0.5em 0.3em;
    }

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

.moduletable LABEL.inputLabel {
    width: 9em;
    float: left;
    }

.moduletable LABEL.inputLabelPayment {
    width: 14em;
    float: left;
    padding-left: 2.5em;
    }

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

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

.moduletable P, .moduletable ADDRESS {
    padding: 0.5em;
    }

.moduletable ADDRESS {
    font-style: normal;
    }

.moduletable .clearBoth {
    clear: both;
    }

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

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

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

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

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

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

.moduletable #headerWrapper, .moduletable #contentMainWrapper, .moduletable #logoWrapper, .moduletable #cartBoxListWrapper, .moduletable #ezPageBoxList, .moduletable #cartBoxListWrapper ul, .moduletable #ezPageBoxList ul, .moduletable #mainWrapper, .moduletable #popupAdditionalImage, .moduletable #popupImage {
    margin: 0em;
    padding: 0em;
    }

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

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

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

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

.moduletable .wrapperAttribsOptions {
    margin: 0.3em 0em;
    }

/*navigation*/

.moduletable .navSplitPagesResult {}
.moduletable .navSplitPagesLinks {}

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

.moduletable #navMainWrapper, .moduletable #navSuppWrapper, .moduletable #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%;
    }

.moduletable #navCatTabsWrapper {
    background-color: #ffffff;
    color: #9a9a9a;
    background-image:none;
}

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

.moduletable #navMain ul li, .moduletable #navSupp ul li, .moduletable #navCatTabs ul li {
    display: inline;
    }

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

.moduletable #navCatTabs ul li a {
    color: #9a9a9a;
    }

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

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

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

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

.moduletable #navCategoryIcon, .moduletable .buttonRow, .moduletable #indexProductListCatDescription {
    margin: 0.5em;
    }

.moduletable #navMainSearch {
    float: right;
    }

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

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

.moduletable #navColumnOne, .moduletable #navColumnTwo {
    background-color: transparent;
    }

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

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

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

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

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

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

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

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

.moduletable .tableRow, .moduletable .tableHeading, .moduletable #cartSubTotal {
    height: 2.2em;
    }

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

.moduletable .cartUnitDisplay, .moduletable .cartTotalDisplay {
    text-align: right;
    padding-right: 0.2em;
    }

.moduletable #scUpdateQuantity {
    width: 2em;
    }

.moduletable .cartQuantity {
    width: 4.7em;
    }

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

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

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

.moduletable .cartRemoveItemDisplay {
    width: 3.5em;
    }

.moduletable .cartAttribsList {
    margin-left: 1em;
    }

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

.moduletable .normalprice, .moduletable .productSpecialPriceSale {
    text-decoration: line-through;
    }

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

.moduletable .orderHistList {
    margin: 1em;
    padding: 0.2em 0em;
    list-style-type: none;
    } 

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

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

.moduletable #cartBoxEmpty, .moduletable #cartBoxVoucherBalance {
    font-weight: bold;
    }

.moduletable .totalBox {
    width: 5.5em;
    text-align: right;
    padding: 0.2em;
    }

.moduletable .lineTitle, .moduletable .amount {
    text-align: right;
    padding: 0.2em;
    }

.moduletable .amount {
    width: 5.5em;
    }

/*Image Display*/
.moduletable #productMainImage, .moduletable #reviewsInfoDefaultProductImage, .moduletable #productReviewsDefaultProductImage, .moduletable #reviewWriteMainImage {
    margin: 0em 1em 1em 0em ;
    }

.moduletable .categoryIcon {}

.moduletable #cartImage {
    margin: 0.5em 1em;
    }

/*Attributes*/
.moduletable .attribImg {
    width: 20%;
    margin: 0.3em 0em;
}

.moduletable .attributesComments {}

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

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

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

/*sideboxes*/
.moduletable .columnLeft {}

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

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

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

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

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

.moduletable .rightBoxHeading a:visited, .moduletable .leftBoxHeading a:visited, .moduletable .centerBoxHeading a:visited {
    color: #FFFFFF;
    }

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

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

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

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

.moduletable #bannerboxHeading {
    background-color: #0000CC;
}

.moduletable #upProductsHeading {
    text-align: left;
    }

.moduletable #upDateHeading {
    text-align: right;
    }

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

/*misc*/
.moduletable .back {
    float: left;
    }

.moduletable .forward, .moduletable #shoppingCartDefault #PPECbutton {
    float: right;
    }

.moduletable .bold {
    font-weight: bold;
    }

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

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

.moduletable .hiddenField {
    display: none;
}
.moduletable .visibleField {
    display: inline;
}

.moduletable CAPTION {
    /*display: none;*/
    }

.moduletable #myAccountGen li, .moduletable #myAccountNotify li {
    margin: 0;
    } 

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

.moduletable .accountQuantityDisplay {
    width: 10%;
    vertical-align: top
    }

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

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

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

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

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

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

.moduletable #shoppingcartBody #shippingEstimatorContent {
    clear: both;
    }

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