/**
 * 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: 0;
/*    font-family: tahoma,arial, verdana, helvetica, sans-serif;              */
    font-size: 11px;
    color: #505050;
    background: #333 url(../images/background_new.gif) repeat-x ;
    padding: 0px 0px 0px 0px;
    font-family: Georgia;

}

p {
    font-size: 11px; 
}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
    color: #000;
    text-decoration: none;
    }
 
a:visited {
    color: #000;
    text-decoration: none;
    }

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: #7c9a00;
}

.centerBoxContentsProducts {
    padding-right: 3px;
}
a:active {
    color: #000;
    }

h1 {
    font-size: 22px;
    padding-top: 20px;
    margin-bottom: 15px;
    color: #82c035;
    text-transform: none;
    }

h2 {
    font-size: 22px;
    color: #82c035;
    text-transform: none;
    
    }

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: Georgia, verdana, helvetica, sans-serif;
    font-size: 1em;
    }

FORM, SELECT, INPUT {
    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: #505050;
    }

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 {
position: absolute;
padding-top: 4px;
font-size: 28pt;
left: 18px;
top: 21px;
font-weight: normal;
color: #484848;
height: 100px;
width: 200px;
z-index: 20;
text-transform: uppercase;
}
#logo2 {
position: absolute;
    float: left;
    left:  5px;
    top: 1px;
    color: #94ac32;
    z-index: 1;
}

#logo a {
    color: #484848;
    text-decoration: none;
}

#strapline {
    font-size: 10pt;
    top: 35px;
    color: #94ac32;
    font-style: italic;
}


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 #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: #a7462d;
    color: #ffffff;
    }

.messageStackSuccess {
    background-color: #99FF99;
    color: #000000;
    }

.messageStackCaution {
    background-color: #FFFF66;
    color: #000000;
    }

/*wrappers - page or section containers*/
#mainWrapper {
    background-color: transparent;
    text-align: left;
    width: 100%;
    min-width: 800px;
    vertical-align: top;
    border: 0px;
    }
 #indexBody {
     min-width: 800px;
 }
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
    }
#headerWrapper {
    
}

#logoWrapper{
    position: relative;    
    height: 151px;
    padding: 0px 4px;
}

#contentMainWrapper {
    border-top: 0px;
    background: transparent;
    line-height: 1.3em;
    min-width: 800px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    margin: auto;
    } 
#navColumnOneWrapper, #navColumnTwoWrapper {
    margin-left: 0.5em;
    margin-right: 0.5em;
    }
    
#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;
    background-color: transparent;
    padding: 0em 0.2em;
    font-weight: bold;
    color: #000;
    height: 151px;
    }
#navSuppWrapper {
    height: 20px;    
}
    
#navMain {
    width: 500px;
    float: right;
}    
    
#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: 1em 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: #000;
    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: 5px 0px;
}

#indexProductListCatDescription    {
    margin: 0px;
}

#navBottomBar {
    background: #eeeeee url(../images/searchbar.gif) repeat-x;
    height: 37px;
    width: 100%;
}
#basketArea {
    background: transparent url(../images/basket.gif) no-repeat 8px 7px;
    float: left;
    padding: 9px 9px 9px 30px;
    font-size: 9pt;
    font-weight: normal;
}
#navMainSearch {
    position: relative;
    float: right;    
    padding: 6px;
    font-size: 9pt;
    font-weight: normal;
    vertical-align: middle;
}

#searchTitle {
    position: absolute;
    top: 9px;
    left: -37px;
}

#navBreadCrumb, #navBreadCrumb a:link,  #navBreadCrumb a:visited{
    padding: 0.5em 0.5em;
    font-size: 9pt;    
    margin-bottom: 1em;
    margin-top: 0.5em;
    color: #82c035;    
    display: none;           
}

#navEZPagesTop {
    background: transparent;
    margin: 0em;
    padding: 0.0em;
    height: 22px;
    padding-right: 30px;
    padding-top: 20px;
    width: 1000px;
    text-align: right;
    }
#navEZPagesTop ul {
    list-style-type: none;
    display:inline;
    margin-top: 5px;
    float: right;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}    

#navEZPagesTop ul li {
    display: inline;
    margin: 0px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;    
    height: 30px;        
}    
    
#navEZPagesTop a {
    margin: 0px;
    padding-left: 0em;
    padding-right: 0em;
    color: #82c035;  
    font-size: 12px; 
    font-weight: 300;  
    text-decoration: none;
    }
#navEZPagesTop a:hover {
    text-decoration: underline;
    }    

#navColumnOne, #navColumnTwo {
    background-color: transparent;
    }
    
#navColumnTwo {
    width: 320px;
}

/*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: #FF0000;
    margin-left: 0.5em;
    }
.advisory {}
.important {
    font-weight: bold;
    }
.notice {}
.rating{}
.gvBal {
    float: right;
    }
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding: 0 0.8em 0.8em 0.8em;
    }

    
.centerColumn {
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
    width: 770px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    font-size: 12px;
    }

/*Shopping Cart Display*/
#betterTogetherDiscountPolicy {
    font-weight: bold;
}

#cartAdd {
    text-align: center;
    border: 1px solid #cccccc;
    padding: 1em;
    }


.tableHeading TH {

    }

.tableHeading, #cartSubTotal, .cartDiscount {
    background-color: #e9e9e9;
     }

#cartSubTotal, .cartDiscount {
    border: 1px solid #ccc;
    border-top: 0px;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 3em;
    }

.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;
    font-weight: bold;
    }

.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: #ff0000;
    }

.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: 0em 0em 1em 1em ;
    }

.categoryIcon {}

#cartImage {
    margin: 0em 1em 0em 0em;
    border: 1px solid #ccc;
    }

/*Attributes*/
.attribImg {
    width: 20%;
    margin: 0.3em 0em;
}

#productMainImage a {
    text-decoration: none;
}

#productMainImage img {
    border: 1px solid #ccc;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    margin: 1em 0em;
    }

.centerBoxWrapper {
    border: 0px solid #9a9a9a;
    height: 1%;
    margin: 1.1em 0;
    }



#checkoutPaymentHeadingAddress{
    margin-top: 6px;
}
    
#checkoutShipping, #checkout, #onePageTextHeading {
    margin-top: 0px;
}    
#checkoutShipping, #checkout, #onePageTextHeadingMethod, #checkoutConfirmDefaultShipment, #checkoutConfirmDefaultPayment {
    margin-top: 5px;
}
/*sideboxes*/
.columnLeft {


}


.columnLeft, .columnRight {
    padding-top: 36px;    
}
    

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
font-size: 18px;
font-weight: 500;
letter-spacing: -1px;
    padding-bottom: 18px;   
}
    
h3.leftBoxHeading, h3.rightBoxHeading {
    
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    margin: 0px;

    }
    
.leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 0px solid #ccc;
    margin-bottom: 1em;
    margin-top: 0.5em;
    padding: 0px 0px 7px 0px;
    }

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
    color: #7c9a00;
    text-decoration: underline;
    } 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
    color: #7c9a00;
    }

.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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: left;
    }

.categoryListBoxContents {
    text-align: center;    
}

#productMainImage {
    float: right;
    text-align: right;    
}
    
#siteFooter {
        background: transparent url(../images/footerbg.gif) ;  
        width: 100%;
        min-width: 800px;      
}
#siteinfoLegal, #siteFooter {
    text-align: left;
    float: left;
    padding: 20px 5px 5px 5px;
    background-color: #333333;
}    

#siteinfoLegal {
    padding: 5px 5px 15px 16px;
    color: #cccc99;
    font-size: 10px;
}
                 

#siteFooter a:link, #siteFooter a:visited {
    padding: 5px;
    font-size: 12px;
    color: #82c035;
    text-decoration: none;
}

#siteinfoLegal a:link, #siteinfoLegal a:visited {
    color: #eee;
    font-size: 10px;
}

#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: #0000CC;
}

#upProductsHeading {
    text-align: left;
    }

#upDateHeading {
    text-align: right;
    }

/* categories box parent and child categories */
#categoriesContent ul, #ezpagesContent ul {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    list-style: none;
}

#categoriesContent ul li, #ezpagesContent ul li {
    margin: 0px; 
}

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/cat_bg.jpg) no-repeat  5px 13px;
    background-position: top left;
    margin: 0px;
    margin-left: 2px;
    color: #404040;
    text-decoration: none;
    padding: 3px 0px 6px 15px;
    width: 280px;
    font-size: 11px;
    font-family: Georgia;
    height: 19px; 
    font-weight: 500;
    display:block;
}

A.category-products, A.category-products:visited {
    margin-left: 10px;
    width: 310px;    
}

A.category-subs, A.category-subs:visited {
    color: #404040;
    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: underline;
    background: transparent url(../images/cat_bg_hover.jpg) no-repeat  5px 13px;   
       background-position: top left;   
    }

#featuredContent, #whatsnewContent, #reviewsContent, #tellafriendContent, #whosonlineContent, #shoppingcartContent, #searchContent, #specialsContent, #bestsellersContent {
    padding-left: 5px;
    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 {
    border: 1px solid #ccc;
    height: auto;
}

#searchContent input {
    width: 150px;
}

#searchContent {
    background-color: #82c035;
    padding: 7px 5px;
    margin-left: 3px;
}

#paymentsContent, #GeoTrustContent {
    padding-left: 10px;
}

SPAN.category-subs-parent {
    font-weight: normal;
    }
SPAN.category-subs-selected {
    font-weight: normal;
    }
/* end categories box links */

/*misc*/
.back, .back0, .back1, .back2 {
    float: left;

    }
#featuredProducts .back0, #featuredProducts .back1, #featuredProducts .back2, #specialsDefault .back0, #specialsDefault .back1, #specialsDefault .back2 {
    border: 0px;
    margin: 0px;
    width: 31%;
    padding: 6px;
    text-align: center;
}

#featuredProducts {
    padding-bottom: 20px;
}

#featuredProducts img, #specialsDefault img {
    margin-bottom: 4px;
}

.specialsListBoxContents img, #whatsNew img {
    border: 1px solid #cccccc;
}

#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: #cacaca;
    height: 2em;
    padding: 4px;
    }

#productsListingTopNumber {
    padding-bottom: 4px;
}

.productListing-rowheading {
    background-color: #e7e7e7;
    height: 2em;
    color: #000;
    }

th.productListing-heading {
    padding: 4px;
}

.productListing-data {
    padding: 4px;
    vertical-align: top;
    padding-bottom: 12px;
    }    

.productListing-data img {
    border: 1px solid #ccc;
}

.main img {
    border: 1px solid #ccc;
}
    
#listCell0-0 {
    width: 100px;
}
#cat1Table img {
    border: 1px solid #e7e7e7;
}    

#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;
}

#ottotal {
    font-weight: bold;
}

#loginDefault .floatingBox {
    height: 150px;
}

#cartContentsDisplay {
    border: 1px solid #ccc;
}

#homeBannerImage {
    width: 520px;
    height: 190px;
    border: 1px solid #ccc;
    background: transparent url(../images/homeImage.jpg) no-repeat;
    margin-top: 10px;
}
.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;
}
#contentMainWrapper {
    background-color: #fff;
}
#indexDefault {
    padding: 15px 10px;
    background-color: #fff;
}

#indexDefault h1 {
    font-size: 38px;
    font-family: 'georgia';
    color: #82c035;
    line-height: 40px;
    text-transform: none;
}

.product_listing_name {
    height: 45px;    
}

.listingDescription {
    height: 60px;
}
#categoriesHeading {

    padding-bottom: 18px;
}

h2.centerBoxHeading {
    text-align: center;
}
                       
 #ezPagesHeading {
     padding-bottom: 18px;
 }
 
 #productName {
     height: 45px;
 }
 
#centerColumnContentWrapper {
    width: 800px;
}