/**
 * 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 $
 * @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 * JV commented out all the fffff font colors for boxes headings and other 
 * colors and bolds.  The bronze color that matched the card but too light
 * was 946656 and replaced by orange to go with webheader-  cc7e2b
 * the rollover links color was white-greyish C9BDA7 and changed to fca205
 * original psd orange was da852f

 */

/*JV made margin 1 em to make the box obvious*/
body {
    margin: 1em;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 72.5%;
    color: #cc7e2b;
   /* background-color: #B4A387;   paper bag brown*/
    background-color: #000;
    }

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
    color: #cc7e2b;
    text-decoration: none;
    }
/* darker gold */ 
a:visited {
    color: #cc7e2b;
    text-decoration: none;
    }
/*blue links - now gold*/
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, 
#navCatTabs ul li a:hover {
    color: #fca205;
    text-decoration: none;
    }
/* red hover- changed to gold*/
a:active {
    color: #fca205;
    text-decoration: underline;
    }

h1 {
    font-size: 1.5em;
    color: #cc7e2b;
    }

h2 {
    font-size: 1.4em;
    }

h3 {
    font-size: 1.3em;
    }

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
    font-size: 1.1em;
    }
/* JV removed text size changes to start*/
.biggerText {
 /*   font-size: 1.2em;*/
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0.3em 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%;
    }
*/

/* JV added to mess with the listing titles*/
.itemTitle {
font-size: 16px;

}

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: #009966;
    color: #000;
    }
/*JV removed 1px solid #cccccc border */
FIELDSET {
    padding: 0.5em;
    margin: 0.5em 0em;
    border: none;
    }

LEGEND {
    font-weight: bold;
    padding: 0.3em;
    }

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;
    }

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

LABEL.inputLabelPayment {
    width: 14em;
    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;
    }

ADDRESS {
    font-style: normal;
    }

.clearBoth {
    clear: both;
    }

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

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

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

.messageStackSuccess {
    background-color: #009966;
    color: #000000;
    }

.messageStackCaution {
    background-color: #009966;
    color: #000000;
    }

/*wrappers - page or section containers - JV took off border 
-this is the bg color behind the main wrapper
and doesn't show if you change if you have a color on the next style,
for all the other wrappers content, main, etc*/

#mainWrapper {
    background-color: #fca205;
    text-align: left;
    width: 750px;
    vertical-align: top;
 /* border: 1px solid #cc7e2b;*/
    }
    
/*JV - this bg color is inside the main table*/

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

/*Jv added this separate style to give the header a line between it and 
the first sidebox when all menus are off
  but I can't get it to show - hmm*/

#contentMainWrapper{
    border-top 3px solid #EEBB20;
    }
    
/*JV changed from 75 to 110,height of the header bg image, not the logo image, 
  since I put the logo in the header, no-repeat from repeat-x, changed logo 
  to gif for transparency
  also added a gold border below the header - and above the content main
  wrapper -  that did not show*/
#logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-color: 000;
    height:110px;

    }

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    margin: auto;
    } 

#navColumnOneWrapper, #navColumnTwoWrapper {
/*  margin-left: 0.5em;
    margin-right: 0.5em;*/
    margin-top: 0px;
    }
    
#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;
    }
/*jv put in a transparent image -only footer menu is active and took color 
off all fonts to leave it at the default black*/

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
  /*margin: 0em;*/
    margin: 0;
    background-image: url(../images/tile_back.gif);
  /*padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ffffff;*/
    height: 1%;       
    }
#navSuppWrapper {
margin: 0em;
padding: 0.5em 0.2em 0.5em 50px;
text-align:center;
       
    }
/*JV took out font color*/

#navCatTabsWrapper {
/*  color: #9a9a9a;*/
    background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
    margin: 0;-top
    padding: 0.5em 0em;
    list-style-type: none;
    text-align: left;
    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;
    }

#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, .buttonRow, #indexProductListCatDescription {
    margin: 0.5em;
    }

#navMainSearch {
    float: right;
    }

#navBreadCrumb {
    padding: 0.5em 0.5em;
    background-color: #ffffff;
    font-size: 0.95em;
    font-weight: bold;
    margin: 0em;
    }
/*jv put in a transparent image and changed the bg to grey and aligned left*/

#navEZPagesTop {
    background-color: #000;
    background-image: url(../images/tile_back.gif);
    font-size: 1.05em;
/*  font-weight: bold;
    margin: 0em;    */
    margin: 6px 0;
    padding: 0.5em;
    text-align: center;
    }

#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;
    }
/* jv made font a  mustard gold */
.alert {
    color: #EEBB20;
    margin-left: 0.5em;
    }
.advisory {}
.important {
    font-weight: bold;
    }
.notice {}
.rating{}
.gvBal {
    float: right;
    }
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, 
#bannerSix {
    padding: 0.8em;

    }

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

/*Shopping Cart Display - JV removed border and aligned with right side and 
tell a friend button*/

#cartAdd {
    float: left;
    margin-left: 5px;
 /*    margin: 1em;
   border: 1px solid #000000;
    padding: 1em;    */
    }
    
#productTellFriendLink {
        margin: 10px 0px;
        padding-right:50px;
    }
/* gray line on cart checkout table and subtotal*/
.tableHeading TH {
    border-bottom: 1px solid #9a9a9a;
    }

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

#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;
    background: #000;
    }

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

#scUpdateQuantity {
    width: 2em;
    }

.cartQuantity {
    width: 4.7em;
    }

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

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

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

.cartRemoveItemDisplay {
    width: 3.5em;
    }

.cartAttribsList {
    margin-left: 1em;
    }

#mediaManager {
    width: 50%; 
    margin: 0.2em;
    padding: 0.5em;
    color: #000;
    background-color: #000;
    border: 1px solid #9a9a9a;
    }

.normalprice, .productSpecialPriceSale {
    text-decoration: line-through;
    }
/*JV made black instead of red*/

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

.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: 40px 1em 1em 0em;
    }
    
#productName {
    margin: 40px 1em 1em 0em ;
    }

.categoryIcon {}

#cartImage {
    margin: 0.5em 1em;
    }

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

.attributesComments {}

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

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

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

/*sideboxes*/
.columnLeft {}

/* JV aligned left instead of center and added some padding and made the font black to hide the heading*/

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding: 6px;
    color: #000;
    }
    
    /* JV changed to hide the heading space */
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, 
#recordcompaniesHeading, #searchHeading, #search-headerHeading {

        font-size: 0.1em;
margin: 0;
height:0px;
/*    color: #ffffff;*/
}

/*jv put in a transparent image and changed the bg to black to hide the ugly top row*/

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    margin: 0em;
    background-color: #000;
    background-image: url(../images/tile_back.gif);
    padding: 0;
    }
/*jv removed the border*/

.leftBoxContainer, .rightBoxContainer {
    margin: 0em;
   /* border: 1px solid #cc7e2b;
    margin-top: 1.5em;*/
    }

/*JV changed the padding to left only -since no right boxes- and from 0.4 to 1 
to match headings
  and bottom to give some space below last line in box*/
  
.sideBoxContent {
    /*background-color: #cc7e2b;*/
    padding: 0.4em 0.4em 0.4em 1.5em;
    }

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
/*    color: #ffffff;*/
    text-decoration: none;
    } 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
/*    color: #ffffff;*/
    }

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

#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    text-align: center;
    padding-left: 0px;
    }

#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: #000;
}

#upProductsHeading {
    text-align: left;
    }
    
/* JV added all this alignment for the catalog and item pages
  see line 357 and search above for original layout*/  
  
  .imgLink {
  text-align:center;  /*obviously doesn't work, needs to be a div but where?*/
  }
 
  
#CategoryIcon {
    margin: 10px 0px;
    padding-left:20px;
    }

#productListHeading{
    margin: 10px 0px;
    padding-left:20px;
    display: none;
    } 
    
#productDetailsList {
    margin: 10px 10px;
    padding-left:20px;
    } 
    
#indexProductListCatDescription {
    margin: 10px 0px;
    padding-left:25px;
    }
   
    
#productsListingBottomNumber {
    margin: 20px 0px;
    padding-left:20px;
    } 
    
#productsListingListingBottomLinks{
    margin: 20px 0px;
    padding-right:50px;
} 

#upDateHeading {
    text-align: right;
    }

/* categories box parent and child categories
JV commented out the green font color to leave the default link color */

A.category-top, A.category-top:visited {
/*    color: #008000;*/
    text-decoration: none;
    }
   JV commented out the red font color to leave the default link color */
   
A.category-links, A.category-links:visited {
/*    color: #004080;*/
    text-decoration: none;
    }
A.category-subs, A.category-products, A.category-subs:visited, 
A.category-products:visited {
    color: #EEBB20;
    text-decoration: none;
    }
SPAN.category-subs-parent {
    font-weight: bold;
    }
SPAN.category-subs-selected {
 /*   font-weight: bold;*/
    }
/* end categories box links */

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

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

.bold {
    font-weight: bold;
    }

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

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

.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: #000;
    height: 2em;
    }

.productListing-rowheading {
    background-color: #000;
    background-image: url(../images/tile_back.gif);
    height: 2em;
/*    color: #ffffff;*/
    display:none;
    }

#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;
    }
    
    /* JV added to space the catalog thumbs apart a bit */
    
#cat65Table td {
    padding: 10px;
    }
 /* recommended in zen forum http://www.zen-cart.com/forum/showthread.php?t=78909&highlight=product+images to do the above - when we added the additional category listings I had to uncomment out the below or the item images all ran together, did not affect the main page above, fortunately*/   
   tr.productListing-odd td, tr.productListing-even td{
    padding:10px 10px;
    text-align:left;
}  


#ProductListCatDescription {
display: none;
}
    

