/**
 * 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 $
 */
/* Colour scheme;
  Background gradient dark: #200000, light: 
  #620200
  BreadCrumb-background color: #cc9900
*/

body {
    background-color: rgba(175, 112, 42, .94);
    background: -webkit-linear-gradient(bottom, rgba(32, 0, 0, 1)40%, rgba(175, 112, 42, 1));
    /* For Safari 5.1 to 6.0 */
    
    background: -o-linear-gradient(bottom, rgba(32, 0, 0, 1)40%, rgba(175, 112, 42, 1));
    /* For Opera 11.1 to 12.0 */
    
    background: -moz-linear-gradient(bottom, rgba(32, 0, 0, 1)40%, rgba(175, 112, 42, 1));
    /* For Firefox 3.6 to 15 */
    
    background: linear-gradient(to bottom, rgba(32, 0, 0, 1)40%, rgba(175, 112, 42, 1));
    /* Standard syntax (must be last) */
    
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: sans-serif;
}
#indexHomeBody {
    padding-top: 5px;
    color: #5f6664;
    font-size: medium;
}
#a img {
    border: none;
}
a:link,
#navEZPagesTOC ul li a {
    color: #620200;
    text-decoration: none;
}
a:visited {
    color: #620200;
    text-decoration: none;
}
a:hover,
#navEZPagesTOC ul li a:hover,
#navMain ul li a:hover,
#navSupp ul li a:hover,
#navCatTabs ul li a:hover {
    color: white;
    background-color: #620200;
    text-decoration: none;
}
#logo a:hover {
    color: #330000;
    background-color: #330000;
}
a:active {
    color: #620200;
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.3em;
}
h4,
h5,
h6,
LABEL,
h4.optionName,
LEGEND,
ADDRESS,
.sideBoxContent,
.larger {
    font-size: 1.3em;
}
.biggerText {
    font-size: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.3em;
}
CODE {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1em;
}
FORM,
SELECT,
INPUT {
    display: inline;
    font-size: 1em;
    margin: 0.1em;
}
TEXTAREA {
    /*	float: left;*/
    
    margin: auto;
    display: block;
    width: 95%;
}
input:focus,
select:focus,
textarea:focus {
    background: #f1f1e0;
}
FIELDSET {
    padding: 0.5em;
    margin: 0.5em 0em;
    border: 1px solid #cccccc;
}
FIELDSET.P {
    text-shadow: -2px 0px;
    font-size: 1.2em;
}
LEGEND {
    font-weight: bold;
    padding: 0.3em;
}
LABEL,
h4.optionName {
    line-height: 1.5em;
    padding: 0.2em;
}
LABEL.checkboxLabel,
LABEL.radioButtonLabel {
    font-size: 1.2em;
    margin: 0.5em 0.3em;
}
.checkboxLabel li {
    text-align: left;
    font-size: 1.2em;
    margin: 0.5em 0.3em;
}
.centerBoxContents,
.specialsListBoxContents,
.centerBoxContentsAlsoPurch,
.attribImg {
    background-color: #e9eacd;
    float: left;
}
categoryListBoxContents {
    background-color: #e9eacd;
    float: left;
}
#logo {
    float: left;
}
LABEL.inputLabel {
    width: 11em;
    float: left;
}
LABEL.inputLabelPayment {
    width: 15em;
    float: left;
}
LABEL.selectLabel,
LABEL.switchedLabel,
LABEL.uploadsLabel {
    width: 12em;
    float: left;
}
P,
ADDRESS {
    padding: 0.5em;
}
ADDRESS {
    font-style: normal;
    font-weight: normal;
    border-color: #999966;
    border-style: solid;
    border-width: 1px;
    background-color: #eae9cd
}
.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 #000000;
}
.messageStackWarning,
.messageStackError {
    background-color: #ff0000;
    color: #ffffff;
}
.messageStackSuccess {
    background-color: #99FF99;
    color: #000000;
}
.messageStackCaution {
    background-color: #FFFF66;
    color: #000000;
}
/*wrappers - page or section containers*/

#mainWrapper {
    border-color: #330000;
    background-color: #e9eacd;
    -moz-box-shadow: inset 0px 3px 0px 0px #330000;
    -webkit-box-shadow: inset 0px 3px 0px 0px #330000;
    box-shadow: inset 0px 3px 0px 0px #330000;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: left;
    width: 80%;
    vertical-align: top;
}
#logoWrapper {
    min-height: 110px;
    text-align: left;
    vertical-align: top;
}
#headerWrapper {
    border-width: 1px;
    background-color: #200000;
    text-align: left;
    width: 100%;
    vertical-align: top;
}
#headerWrapper,
#contentMainWrapper,
#logoWrapper,
#cartBoxListWrapper,
#ezPageBoxList,
#cartBoxListWrapper ul,
#ezPageBoxList ul,
#mainWrapper,
#popupAdditionalImage,
#popupImage {
    margin: 0em;
    padding: 0em;
}
#navColumnOneWrapper,
#navColumnTwoWrapper,
#mainWrapper {
    margin: auto;
}
#tagline {
    color: #000000;
    font-size: 2em;
    text-align: center;
    vertical-align: middle;
}
#sendSpendWrapper {
    border: 1px solid #cacaca;
    float: right;
    margin: 0em 0em 1em 1em;
}
.floatingBox,
#accountLinksWrapper,
#sendSpendWrapper,
#checkoutShipto,
#checkoutBillto,
#navEZPagesTOCWrapper {
    margin: 0;
    width: 47%;
}
.wrapperAttribsOptions {
    margin: 0.3em 0em;
}
/*navigation*/

.navSplitPagesResult {} .navSplitPagesLinks {} .navNextPrevCounter {
    margin: 0em;
    font-size: 0.9em;
}
.navNextPrevList {
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
}
#navSuppWrapper,
#navCatTabsWrapper {
    margin: 0em;
    background-color: #999966;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
}
#navMainWrapper {
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-color: #4a0000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-left: 0em;
    margin-bottom: 10px;
    margin-right: 0em;
    margin-top: 0em;
    font-weight: bold;
    height: 1%;
    width: 100%;
}
#navMain ul,
#navSupp ul,
#navCatTabs ul {
    font-size: 0.8em;
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    text-align: center;
    line-height: 1.5em;
}
#navMain ul li,
#navSupp ul li,
#navCatTabs ul li {
    display: inline;
}
#navMain ul li a,
#navSupp ul li a,
#navCatTabs ul li a {
    text-decoration: none;
    padding: 0em 0.5em;
    margin: 0;
    color: #ffffff;
    white-space: nowrap;
}
#navEZPagesTOCWrapper {
    font-weight: bold;
    float: right;
    height: 1%;
    border: 1px solid #000000;
}
#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;
}
#navMainSearch,
#navCategoryIcon,
.buttonRow,
#indexProductListCatDescription {
    margin: 0.5em;
}
#navMainSearch {
    float: right;
}
#navBreadCrumb {
    background-color: #cc9900;
    color: #ffffff;
    border-color: #330000;
}
#navEZPagesTop {
    background-color: #ffff33;
}
#navBreadCrumb,
#navEZPagesTop {
    font-size: 1em;
    font-weight: bold;
    margin: 0em;
    padding: 0.5em;
}
#navColumnOne {
    background-color: #f1f1e0;
}
#navColumnTwo {
    background-color: #f1f1e0;
}
/*The main content classes*/

#contentColumnMain,
#navColumnOne,
#navColumnTwo,
.centerBoxContents,
.specialsListBoxContents,
.categoryListBoxContents,
.additionalImages,
.centerBoxContentsSpecials,
.centerBoxContentsAlsoPurch,
.centerBoxContentsFeatured,
.centerBoxContentsNew,
.alert {
    vertical-align: top;
}
div.listingDescription {
    font-size: 1.05em;
    margin-left: 1.2em;
}
#indexCategoriesMainContent p,
li {
    font-size: 1.1em;
    margin-bottom: 0.2em;
    margin-left: 1.2em;
}
/*.content,*/

#ccacceptContent {
    text-align: center;
    padding: 5px 0;
    line-height: 1.5em;
}
.greetUser {
    color: #330000;
}
.content {
    font-size: 1.2em;
}
#productName,
productMainImage {
    background-color: #e9eacd;
    margin-top: 0.5em;
}
#productName,H1 {
  color:#660000;
  }
#productDescription,
.shippingEstimatorWrapper {
    /*font-size: 1.2em;*/
    padding: 1.5em;

}
.shippingEstimatorWrapper {
    /*font-size: 1.2em;*/
    background-color: rgba(175, 112, 42, .94);
}

.alert {
    color: #FF0000;
    margin-left: 0.5em;
}
.advisory {} .important {
    font-weight: bold;
}
.notice {} .rating {} .gvBal {
    float: right;
}
.centerColumn,
#bannerOne,
#bannerTwo,
#bannerThree,
#bannerFour,
#bannerFive,
#bannerSix {
    background-color: transparent;
/*     background-color: #e9eacd; */
    padding: 0.8em;
}
.centerColumn#ezPageDefault p {
    font-size: 1.25em;
    margin-bottom: -1em;
}
.smallText,
#siteinfoLegal,
#siteinfoCredits,
#siteinfoStatus,
#siteinfoIP {
    font-size: 0.9em;
}
/*Shopping Cart Display*/

#cartAdd {
    float: right;
    text-align: center;
    margin: 1em;
    border: solid 1px #330000;
    padding: 1em;
}
table#quote TR {
  
}

.tableHeading TH {
    border-bottom: 1px solid #cccccc;
}
.tableHeading,
#cartSubTotal {
    background-color: #ffcbe9;
}
#cartSubTotal {
    font-size: 1.3em;
    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 {
    color: #620200;
    padding: 0.5em 0;
}
.cartUnitDisplay,
.cartTotalDisplay {
    text-align: right;
    padding-right: 0.2em;
}
#scUpdateQuantity {
    width: 2em;
}
.cartQuantity {
    width: 4.7em;
}
.cartNewItem {
    color: #30c;
    font-size: 0.9em;
    position: relative;
    /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
    color: #660099;
    position: relative;
    /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
    text-align: right;
    font-weight: bold;
}
.cartRemoveItemDisplay {
    width: 3.5em;
}
.cartAttribsList {
    color: #5f6664;
    margin-left: 1em;
}
#mediaManager {
    width: 50%;
    margin: 0.2em;
    padding: 0.5em;
}
.mediaTitle {
    float: left;
}
.mediaTypeLink {
    float: right;
}
.normalprice,
.productSpecialPriceSale {
    text-decoration: line-through;
}
.productSpecialPrice,
.productSalePrice,
.productSpecialPriceSale,
.productPriceDiscount {
    color: #ff0000;
}
.orderHistList {
    margin: 1em;
    padding: 0.2em 0em;
}
#cartBoxListWrapper ul,
#ezPageBoxList ul {
    list-style-type: none;
}
#cartBoxListWrapper li,
#ezPageBoxList li,
.cartBoxTotal {
    font-size: 1em;
    margin: 0;
    padding: 0.2em 0em;
}
#cartBoxEmpty,
#cartBoxVoucherBalance {
    font-weight: bold;
}
.totalBox {
    width: 7.5em;
    text-align: right;
    padding: 0.2em;
}
.lineTitle,
.amount {
    text-align: right;
    padding: 0.2em;
}
.amount {
    width: 5.5em;
}
/* this hilights in red the selection in the checkout page */

.mainalert {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    color: red;
}
/*Image Display*/

#productMainImage,
#reviewsInfoDefaultProductImage,
#productReviewsDefaultProductImage,
#reviewWriteMainImage {
    margin-top: 1em;
    margin-left: 0em;
    margin-right: 1em;
    margin-bottom: 1em;
}
.categoryIcon {
    background-color: #e9eacd;
    text-align: left;
    padding-top: 0.5em;
    padding-left: 0.5em
}
#cartImage {
    margin: 0.5em 1em;
}
/*Attributes*/

.attribImg {
    width: 20%;
    margin: 0.3em 0em;
}
.attributesComments {
    color: #c60023;
    font-size: 1.1em;
}
/*list box contents*/

.centerBoxContents,
.specialsListBoxContents,
.categoryListBoxContents,
.additionalImages,
.centerBoxContentsSpecials,
.centerBoxContentsAlsoPurch,
.centerBoxContentsFeatured,
.centerBoxContentsNew {
    margin: 1em 0em;
}
p {
    font-size: 14px;
    padding-left: 2px
}
/*sideboxes*/

.columnRight {
    background-color: #330000;
}
.columnLeft {} #whatsnewHeading,
#categoriesHeading {
    font-size: 1.1em;
}
h3.leftBoxHeading,
h3.leftBoxHeading a {
    font-size: .95em;
    color: white;
}
.leftBoxHeading,
.centerBoxHeading {
    font-size: 0.95em;
    color: #ffffff;
    margin: 0;
    background-color: #999966;
    padding: 0.5em;
}
.leftBoxContainer {
    margin-bottom: 1.5em;
}
#informationContent {
    font-size: 1em;
}
.sideBoxContent {
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #999966;
    border-left-color: #999966;
    border-right-width: thin;
    border-left-width: thin;
    border-bottom-color: #999966;
    border-bottom-width: thin;
    border-bottom-style: solid;
    font-size: 1.1em;
    background-color: #e9eacd;
    padding: 0.4em;
}
h3.rightBoxHeading,
h3.rightBoxHeading a {
    font-size: 1.1em;
    color: white;
    background-color: #999966;
}
.rightBoxHeading {
    color: white;
    margin: 0em;
    background-color: #330000;
    padding: 0.2em 0em;
    border-top: 2px solid #989967;
}
h3.leftBoxHeading a:hover {
    color: #663300;
    text-decoration: none;
}
#manufacturersHeading,
#currenciesHeading,
#musicgenresHeading,
#recordcompaniesHeading,
#searchHeading,
#search-headerHeading {
    font-size: 1.1em;
    color: #ffffff;
}
h3.rightBoxHeading a:hover {
    color: #666600;
    text-decoration: none;
}
.rightBoxContent,
.leftBoxContent {
    border-style: none;
    background-color: #f1f1e0;
    margin-bottom: 0em;
}
.rightBoxContainer {
    margin-bottom: 1.5em;
    border-style: none;
}
.centeredContent,
TH,
#cartEmptyText,
#cartBoxGVButton,
#cartBoxEmpty,
#cartBoxVoucherBalance,
#navCatTabsWrapper,
#navEZPageNextPrev,
#bannerOne,
#bannerTwo,
#bannerThree,
#bannerFour,
#bannerFive,
#bannerSix,
#siteinfoLegal,
#siteinfoCredits,
#siteinfoStatus,
#siteinfoIP,
.center,
.cartRemoveItemDisplay,
.cartQuantityUpdate,
.cartQuantity,
.cartTotalsDisplay,
#cartBoxGVBalance,
.leftBoxHeading,
.centerBoxHeading,
.rightBoxHeading,
.accountQuantityDisplay,
.ratingRow,
LABEL#textAreaReviews,
#productMainImage,
#reviewsInfoDefaultProductImage,
#productReviewsDefaultProductImage,
#reviewWriteMainImage,
.centerBoxContents,
.specialsListBoxContents,
.categoryListBoxContents,
.additionalImages,
.centerBoxContentsSpecials,
.centerBoxContentsAlsoPurch,
.centerBoxContentsFeatured,
.centerBoxContentsNew,
.gvBal,
.attribImg {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#cartBoxVoucherBalance {
    text-align: center;
}
#bestsellers .wrapper {
    margin: 0em 0em 0em 1.5em;
}
#bestsellers ol {
    padding: 0;
    margin-left: 1.1em;
}
#bestsellers li {
    padding: 0;
    margin: 0.3em 0em 0.3em 0em;
}
#bannerboxHeading {
    background-color: #200000;
}
#upProductsHeading {
    text-align: left;
}
#upDateHeading {
    text-align: right;
}
/*misc*/

.back {
    float: left;
}
.forward,
#shoppingCartDefault #PPECbutton {
    float: right;
}
.bold {
    font-weight: bold;
}
.rowOdd {
    font-size: 1.3em;
    background-color: white;
    height: 1.5em;
    vertical-align: top;
}
.rowEven {
    font-size: 1.3em;
    background-color: #f1f1e0;
    height: 1.5em;
    vertical-align: top;
}
.productListing-odd,
.productListing-even {
    border-collapse: separate;
    border-spacing: 0px 8px;
}
.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 {
    color: #fff;
    background-color: #996;
    height: 2em;
}
#siteMapList {
    width: 90%;
    float: right;
}
.ratingRow {
    margin: 1em 0em 1.5em 0em;
}
LABEL#textAreaReviews {
    font-weight: normal;
    margin: 1em 0em;
}
#popupShippingEstimator,
#popupSearchHelp,
#popupAdditionalImage,
#popupImage,
#popupCVVHelp,
#popupCouponHelp,
#popupAtrribsQuantityPricesHelp,
#infoShoppingCart {
    background-color: #ffffff;
}
.information {
    padding: 10px 3px;
    line-height: 150%;
}
#shoppingcartBody #shippingEstimatorContent {
    clear: both;
}

#shippingEstimatorContent {
          background-color:#996;
          padding: 5px;
}
.seDisplayedAddressLabel {
    background-color: #cc9900;
    text-align: center;
}
.seDisplayedAddressInfo {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
#seShipTo {
    padding: 0.2em;
}
.testimonial {
    color: #000;
/*     padding: 0 5px 5px 5px; */
    text-align: left;
}
.testimonial p {
    margin: 0;
    padding: 5px 0;
}
.testimonial span {
    float: right;
}
.testimonialImage {
    margin: 0;
    padding: 0;
    text-align: center;
}
td.main {
    color: black;
}