/**
 * 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: 0px 0px 10px 0px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 9pt;
    color: #505050;
    background: url(../images/background.png) center top no-repeat;
    }

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
    color: #000;
    text-decoration: underline;
    }
 
a:visited {
    color:  #000;
    text-decoration: underline;
    }

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

a:active {
    color: #008dc2;
    }

.seoh1 { font-size: 0.7em; margin: 0px; }

h1, #cartEmptyText {
    font-size: 2.5em;
    color: #c149bd;
    text-transform: capitalize;
    padding: 10px 0px 0px 0px;
    }

h2 {
    font-size: 1.5em;
		color: #c149bd;
		line-height: 120%;
    }

h3 {
    font-size: 1.5em;
		color: #c149bd;
    }

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

h1 {
line-height: 120%;
}

CODE {
    font-family: tahoma, arial, 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: 1px;
font-size: 26pt;
font-weight: normal;
z-index: 20;
top: 35px;
left: 30px;
font-family: vivaldi, "Apple Chancery", arial, helvetica
}




#logo a {
    color: #1a1e1f;
    text-decoration: none;
    padding-right: 0px;
}


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.0em;
    }

ADDRESS {
    font-style: normal;
    }

.clearBoth {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 1px;
    }

HR {
    height: 1px;
    margin-top: 0.5em;
    border: none;
    border-bottom: 0px 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: #96af6f;
    color: #ffffff;
    }

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

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

/******************** Advert Styles *************/
div.adrow {
clear: both;
}
.adimage {
      width: 140px;
    float: left;
    height: 80px;
    overflow: auto;
  }

.adtext {
    font-family: Tahoma, Arial,sans-serif;
    font-size: 9pt;
    text-align: left;
    width: 350px;
    float: right;
    padding-bottom: 10px;
  }  

/*wrappers - page or section containers*/
#mainWrapper {
    background-color: transparent;
    text-align: left;
    width: 877px;
    vertical-align: top;
    margin-top: 0px 0px;
    margin-right: 20px;
    border: 0px;
}

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

#logoWrapper{
    position: relative;
    height: 60px;
    padding: 4px;    
   
}

#contentMainWrapper {
    padding: 15px 0px;
    clear: both
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    margin: auto;
    text-align: middle;
    } 
#navColumnOneWrapper {
    padding-right: 4px;
    width: 210px;
       
}

#navColumnTwoWrapper {
    padding-left: 4px;
}

#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;
    width: 300px;
    float: left;
}

/*navigation*/

.navSplitPagesResult { padding: 4px 0px; height: 20px; display:block;}
.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 0em;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    margin-bottom: 3px;
    height: 120px;
    
    }
    
#navMainWrapper {
    /*background: url(../images/headerfooter.gif) 0px  bottom no-repeat;*/
}    
    
#navSuppWrapper {
    height: 20px;    
}
    
#navMain {
    position: relative;
    float: right;
    color: #20282c;
    height: 40px;
    width: 440px;
}    

#basketArea {
    float: right;
    margin: 0px;
    width: 200px;
    font-size: 8pt;
    font-weight: bold;
    padding: 45px 0px 12px 0px;
    color: #6a6a6a;
    text-align: right;
}

#basketArea a {
    color: #c149bd;
    font-weight: normal;
    text-decoration: none;
}

#shoppingCartHeader {
    position: relative;
    text-transform: capitalize ;   
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

#shoppingCartContent {
    position: relative;
    padding: 5px 0px 0px 0px;
    
}


#shoppingCartContent a {
    color: #c149bd;
}

#navMainSearch {
    float: left;    
    padding: 10px 0px 10px 0px;
    font-size: 8pt;
    color: #20282c;
    font-weight: bold;
}

#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: 0px;
    list-style-type: none;
    line-height: 1.5em;
    display: block;
    }

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
    display: block;
    }

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    text-decoration: underline;
    padding: 0px 0px 0px 15px ;
    margin: 0;
    color: #000;
    white-space: nowrap;
    font-size: 7pt;
    background: transparent url(../images/headerbullet.gif) 4px 4px no-repeat;    }

#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-top: 5px;
    padding-bottom: 5px;
}

#indexProductListCatDescription    {
    margin: 0px;
}

#navBottomBar {
    background: #eeeeee url(../images/searchbar.gif) repeat-x;
    height: 37px;
    width: 100%;
}


#navBreadCrumb, #navBreadCrumb a:link,  #navBreadCrumb a:visited{
    padding: 0px;
    margin-top: 10px;
    font-size: 9pt;
    font-weight: bold;
    margin: 0px;
    color: #6e6e6e;
}

#navBreadCrumb {
    padding: 7px 0px 7px 0px;    
    margin: 0px 0px 4px 0px;
    color: #6e6e6e;
}



#mainBannerImage {
    background: transparent url(../images/banner.jpg) no-repeat 0px 0px;
    border: 1px solid #b7babb;
    margin: 0px 0px 4px 0px;    
    height: 185px;
    width: 639px;
}

 #productnotificationsContent img {
     display: none;
 }

#bannerText {
position: absolute;
font-size: 14pt;
font-weight: normal;
color: #323b42;
text-transform: capitalize;
top: 10px;
left: 360px;
}


#navColumnOne {
    width: 145px;
    margin: 0px 5px;
}

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

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    vertical-align: top;
    position: relative ;
    }
    
.featuredProdPrice {
    position: absolute; 
    top: 0px;
    line-height: 2em;
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
    /*font-size: 1.2em;*/
    padding: 0.5em;
    padding-left: 0px;
    color: #8c8c8c;
    }

.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: 0px 0px 4px 0px;
    position: relative;
    }


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

/*Shopping Cart Display*/
#betterTogetherDiscountPolicy {
    font-weight: bold;
}

#cartAdd {
    text-align: left;
    padding: 0em;
    color: #000;
    min-height: 150px;
    width: 330px;
    }


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

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

#cartSubTotal, .cartDiscount {
    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;
    }

.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: left;
    font-weight: bold;
    }
    
#shoppingcartContent hr {
    margin-right: 10px;
}

 #productnotificationsContent img {
     border: 0px;
 }

.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;
    font-size: 16px;
    }
    


.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
    color: #013d47;
    }

.productSpecialPrice {
    padding-right: 5px;
    font-size: 16px;
}

.productPriceDiscount {
    color: #b4d13b;
    font-size: 14px;
}
    
.startingAt {
    color: #5d6c6f;
    font-size: 14px;
    font-weight: normal;
    
}
    


.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: 45px 0em 1em 1em ;
    }

.categoryIcon {}

#cartImage {
    width: 50px;
    margin: 0em 1em 0em 0em;
    border: 1px solid #ccc;
    }

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

#productMainImage a, #productReviewsDefaultProductImage a {
    text-decoration: none;
}

#productMainImage img, #productReviewsDefaultProductImage img {
    float: left;
   
}

.attributesComments {}

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

#ezPageDefaultWrapper h1 {
    color: #333333;
    background: none;
    padding-left: 0px;
}
.centerBoxWrapper, #indexProductList, #productGeneral, #specialsListing, #featuredDefault,#advSearchDefault, #ezPageDefault, #loginDefault, #createAcctSuccess, #addressBookProcessDefault, #addressBookDefault, #accountDefault, #acctNewslettersDefault, #reviewsWrite, #reviewsDefault, #shoppingCartDefault, #checkoutShipping, #checkout, #onePageText, #checkoutPayment,#checkoutConfirmDefault, #checkoutSuccess, #accountHistoryDefault, #advSearchResultsDefault, #newProductsDefault, #reviewsInfoDefault, #timeoutDefault, #contactUsDefault, #productInfoNoProduct, #passwordForgotten, #logoffDefault, #indexCategories, #accountHistInfo, #createAcctDefault, #wishlistContent, #wishlistEditContent, #wishlistEmailContent, #wishlistFindContent, #wishlistFindForm, #wishlistFindContent, #wishlistMoveContent, #wishlistSContent, #wishlistDefaultContent, #wishlistsLists  {
    margin: 0px;
    padding: 0px;
    line-height: 1.3em;
    }
#alsoPurchased  {
    background: transparent;
    width: 100%;
}
    
#indexProductList, #productGeneral,#specialsListing, #featuredDefault, #advSearchDefault, #ezPageDefault, #loginDefault, #createAcctSuccess, #addressBookProcessDefault, #addressBookDefault, #accountDefault, #acctNewslettersDefault, #reviewsWrite, #reviewsDefault, #shoppingCartDefault, #checkoutShipping, #checkout, #onePageText, #checkoutShipping, #checkout, #onePageText, #checkoutPayment, #checkoutConfirmDefault, #checkoutSuccess, #accountHistoryDefault, #advSearchResultsDefault, #newProductsDefault, #reviewsInfoDefault, #timeoutDefault, #contactUsDefault, #productInfoNoProduct, #passwordForgotten, #logoffDefault, #indexCategories, #accountHistInfo, #createAcctDefault, #wishlistContent, #wishlistEditContent, #wishlistEmailContent, #wishlistFindContent, #wishlistFindForm, #wishlistFindContent, #wishlistMoveContent, #wishlistSContent, #wishlistDefaultContent, #wishlistsLists {
    background: #fff;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 3px 0px;
    line-height: 1.3em;
    width: 640px;
}

#checkoutPayment {
    padding: 5px;
    width: 630px;
}

#indexCategories a {
    text-decoration: none;
    text-align: center;
}

#indexCategories img {
    margin-bottom: 5px;
}

#productName, #specialsListingHeading, #featuredDefaultHeading, #advSearchDefaultHeading, #ezPagesHeading, #loginDefaultHeading, #createAcctSuccessHeading, #addressBookProcessDefaultHeading, #addressBookDefaultHeading, #accountDefaultHeading, #acctNewslettersDefaultHeading, #reviewsWriteHeading, #reviewsDefaultHeading, #productReviewsDefaultHeading, #cartDefaultHeading, #checkoutShipping, #checkout, #onePageTextHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #checkoutSuccessHeading, #accountHistoryDefaultHeading, #advSearchResultsDefaultHeading, #newProductsDefaultHeading, #reviewsInfoDefaultHeading {
    margin-bottom: 15px;
}

#shoppingCartDefault .forward a {
    color: #fff;
}
h2.centerBoxHeading {
    margin: 0px;
    padding: 5px 0px 5px 7px;
        
    }

#alsoPurchased h2.centerBoxHeading {
    margin: 0px;
    font-size: 9pt;
    color: #002541;
    padding: 5px 0px 5px 7px;
  
}

#checkoutPaymentHeadingAddress{
    margin-top: 6px;
}
    
#checkoutShipping, #checkout, #onePageTextHeading {
    margin-top: 0px;
}    
#checkoutShipping, #checkout, #onePageTextHeadingMethod, #checkoutConfirmDefaultShipment, #checkoutConfirmDefaultPayment {
    margin-top: 5px;
}
/*sideboxes*/
.columnLeft {  
    width: 190px;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 17px;
    color: #c149bd;
    text-transform: none;
    text-decoration: none;
}


.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    margin: 0em;
    padding: 6px 0px 5px 15px;
    
    }

.leftBoxContainer, .rightBoxContainer {
    padding: 0px;
    margin: 0px 0px 4px 0px;     
    width: 240px;
    }

.sideBoxContent {
    padding: 4px 0px 10px 0px;
    margin: 0px 20px;
    }
    
#whatsnewContent {
    padding-top: 10px;
}
#editablesideboxContent, #editablesidebox2Content {
    padding: 0px;
    margin: 0px 3px;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
    color: #262424;
    text-decoration: underline;
    } 

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

.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, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: left;
    }    
    
.centeredContent {

    margin: 0px 5px;
}
    
#productMainImage, #productReviewsDefaultProductImage {
    float: right;
    text-align: right;    
    margin-right: 2px;
}
    
#siteFooter {
    text-align: left;
    background-color: transparent;
    padding: 5px 20px;
    color: #808080;
    margin: 0px;
}    
    
#siteinfoLegal {
    text-align: center;
    background-color: transparent;
    padding: 5px 20px;
    color: #808080;
    margin: 0px;
}    



#footerWrapper {

}

#siteFooter a:link, #siteFooter a:visited {
    padding-right: 10px;
    font-size: 8pt;
    color: #808080;
}

#siteinfoLegal a:link, #siteinfoLegal a:visited {
    padding-right: 5px;
    font-size: 14px;
    color: #6a6a6a;
    text-decoration: none;
    font-weight: bold;
}

#bestsellers .wrapper {
    margin: 0em 0em 0em 1em;
    }

#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 {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#categoriesContent ul li, #ezpagesContent ul li {
    padding: 0px;
    margin: 0px;
}

A.category-top, A.category-top:visited, A.category-links, A.category-links:visited, #ezpagesContent A, #ezpagesContent A:visited {
    background: url(../images/bullet.gif) left no-repeat;
    margin: 0px;
    color: #c149bd;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    display:block;
    padding: 6px 0px 6px 15px;
    font-weight: bold;
    border-bottom: 1px dotted #000; 
}

A.category-products, A.category-products:visited {
  text-decoration: none;
  color: #404040;
}

A.category-top:hover, A.category-links:hover, A.category-products:hover, #ezpagesContent A:hover {
    background: url(../images/bullethover.gif) left no-repeat;
    text-transform: none;
}

A.category-products, A.category-products:visited {
    margin-left: 10px;
}

A.category-subs, A.category-subs:visited {
    color: #404040;
    text-decoration: none;
    }
A.category-top:hover, A.category-links:hover, A.category-products:hover, A.category-subs:hover, #ezpagesContent A:hover  {
    text-decoration: none;
    }

/* Fix for category list spacing issue in IE6 */
#categoriesContent ul li a, #ezpagesContent ul li a {display:inline-block;}
#categoriesContent ul li a, #ezpagesContent ul li a {display:block;}

#featuredContent, #whatsnewContent, #reviewsContent, #tellafriendContent, #whosonlineContent, #shoppingcartContent, #searchContent, #specialsContent, #bestsellersContent {
    padding-left: 10px;
    font-size: 8pt;
}

#featuredContent a, #whatsnewContent a, #reviewsContent a, #specialsContent a, #bestsellersContent a {
    text-decoration: none;
}

#featuredContent img, #whatsnewContent img, #specialsContent img, #reviewsContent a img {
    border: 1px solid #ccc;
    margin: 4px;
}
                                                                                       
#searchContent input {
    width: 120px;
}

#paymentsContent {
    text-align: center;
}

SPAN.category-subs-parent {
    font-weight: bold;
    }
SPAN.category-subs-selected {
    font-weight: bold;
    }
/* end categories box links */

/*misc*/
.back, .back0, .back1, .back2, back3 {
    float: left;     
    }
#featuredProducts .back0, #featuredProducts .back1, .specialsListBoxContents, #featuredProducts .back2,   #specialsDefault .back0, #specialsDefault .back1, #specialsDefault .back2,   #whatsNew .back0, #whatsNew .back1, #whatsNew .back2 {
    margin: 4px 5px 2px 0px;
    padding: 12px 0.6em 12px 0.6em;
    width: 275px ;
    height: 160px;
    text-align: left;
    display: block;
    
}

#featuredProducts {
    display: block;
    min-height: 238px;
}


.centerBoxContentsProducts{
    margin: 4px 5px 2px 7px;
    width: 193px ;  
    min-height: 193px;
    text-align: center;
    display: block;
}

.prodListImage {
    height: 154px;
}

.prodListPrice {
    color: #003c46;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.prodListMoreInfo, .prodListBuyButton {
    padding: 2px 0px 5px 0px;
    text-align: left;
}

.prodListMoreInfo a{
    color: #b3d036;
}

    

.priceTitleText {
    font-size: 12px;
    color: #5c6b70;
    
}

.prodListName, .prodListName a {
    color: #c149bd;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
}

.prodListName  {
    height: 40px;
}

.listingDescription {
    text-align: left;
    color: #8c8c8c;
    padding: 10px;
    font-weight: normal;
}





.centerBoxContentsCrossSell, .centerBoxContentsAlsoPurch {
    margin: 4px 5px 2px 0px;
    width: 206px;
    height: 200px;
    text-align: center;
    display: block;
  
}

#featuredProducts .back2,  #specialsDefault .back2, #whatsNew .back2 {
    margin-right: 0px;
    padding-right: 9px;
}

.centerBoxContentsFeatured img, .centerBoxContentsSpecials img, .centerBoxContentsNew img {
    margin-right: 5px; 

}

.centerBoxContentsFeatured a, .centerBoxContentsSpecials a, .centerBoxContentsNew a {
    font-weight: bold;
    color: #c149bd;
    text-decoration: none;
}

.indexImageLink {
    margin: 0px;
    padding: 10px 0px 10px 5px;
    display: block;

    
}

#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 {
    vertical-align: top;
    padding: 10px 0px;
    border-bottom: 1px dotted #ccc;
    }    

.productListing-data img {
    border: 1px solid #ccc;
}

.main img {
    border: 1px solid #ccc;
}
    

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


#navEZPagesTop {
    font-size: 14px;
    font-weight: normal;
    margin: 3px 0px 0px 0px;
    padding: 0.0em;
    text-transform: capitalize;
    height: 18px;
    padding-top: 7px;
    text-align: center;
    width: 650px;
    margin-left: 280px;
    
    }
#navEZPagesTop ul {
    list-style-type: none;
    display:inline;
    padding: 0px;
    margin: 0px;
}    

#navEZPagesTop ul li {
    display: inline;
    margin: 0px;
    padding: 0px 2px;
    height: 20px;  
		font-weight: bold;
}

#navEZPagesTop ul li.last {
    border-right: none;
    
}   

#navEZPagesTop a {
    margin: 0px;
    padding: 0em;
    color: #c149bd;
    text-decoration: none;
		padding: 5px 10px 5px 10px;
    }
#navEZPagesTop a:hover {
    text-decoration: underline;
		padding: 5px 10px 5px 10px;
		color: #c149bd;
    }    


#productListing, .tabTable {
    padding-bottom: 20px;

}

#whatsnewContent {
    background: transparent;
}

#shopCartButtons {
    position: relative;
    display:block;
    width: 100%;
}

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

#currenciesContent {
    margin-left: 20px;  
    
}

#currenciesContent select {
    width: 125px;
}

#manufacturersContent {
    margin-left: 20px;
}

.ProtxDirectCardsAcceptedSideboxProtxIcon {
    margin-left: 17px;
}

.ProtxDirectCardsAcceptedSidebox3DSecureIcon {
    margin-left: 10px;
}

 #productAdditionalImages a, .additionalImages{
     text-decoration: none;
     margin-bottom: 8px;
 }


#editablesideboxHeading {
    display: none;
}

#editablesideboxContent {
    padding: 0px;
    margin: 0px;
}

/* New Div Blocks */


#flashBlock {
    height: 346px;
   
}

#ezpageBlock {
    height: 77px;
    background: url(../images/ourcompany.png) no-repeat;
    
}

#shopBlock {
    height: 77px;
    background: url(../images/ourshop.png) no-repeat;
    
}

#bottomNav {
    height: 40px;
    margin: 5px 13px 5px 0px;
    background: url(../images/bottomnavbg.png) no-repeat;
    position: relative;
}

#indexContent {

    width: 280px;
    margin-left: 15px;
    margin-top: 12px; 
    float: left;
    display: block;
}

#indexContent h2 {
    padding-bottom: 20px;
}

#featuredIndex {
    width : 900px;
    float: left;
    display: block;
}

.featuredImage {
    width: 100px;
    margin-top: 15px;
    float: left;
}

.featuredInformation {
     width: 160px;
     margin-top: 15px;
    float: right;
}

#footerWrapper {
    height: 200px;
    margin-right: 10px;
}

#footerBlock {
    height: 239px;
    padding-top: 10px;
    background: url(../images/footerblockbg.gif) bottom center no-repeat;
}


#custReviews {
    width: 300px; 
    height: 150px;
    float: left;
}

#newsletter {
    width: 300px;
    height: 150px;
    float: right;
}

#ezpageLinks {
    
    width: 287px;
    height: 150px;
    float: right;
    
}

#ezpageLinks a {
    color: #8c8c8c;
}

#nlform {
    margin-top: 30px;
}

#newsContent {
    width: 500px;
    float: right;
    margin-right: 15px;
    text-transform: capitalize;
}

#newsArticalManager {
    width: 888px;
    border-top: 1px solid #e2e2e2;
    margin-right: 10px; 
    min-height: 220px;
    padding-bottom: 20px;
    
}
      
.newsHeadlineText {
    display: none;
}

.newsWrapper {
    width: 660px;
}

#indexDefault {
  min-height: 300px;  
  margin: 0px;  
}   

#mainCenterColumn {
    padding-bottom: 20px;
    font-size: 12px; 
     
}

#tellAFriendDefault {
    width: 655px;
}

#navText {
    top: 10px;
    left: 9px;
    font-size: 13px;
    position: absolute;
    color: #fff;
    width: 570px;
    font-weight: bolder;
}
    
#productPageDescImage {
    height: 210px;
    width: 640px;
    position: relative;
}

#productPageImage {
    position: absolute;
    left: 50px;
    width: 100px;
}

#productDescription2 {
    margin-top: 30px;
    width: 377px;
    background: #e5eaed;
    float: right;
}

#productName {
    color: #c149bd;
    font-size: 24px;
}



.top {
    height: 7px;
    width: 377px;
    background: url(../images/top.gif) center top no-repeat;
}

.middle {
    margin: 0px 20px;
}

.bottom {
    height: 7px;
    width: 377px;
    background: url(../images/bottom.gif) center bottom no-repeat;
}


.qoutes, .custRevewsContent {
    color: #707070;
    font-size: 25px;
}

.custRevewsContent {
    font-size: 15px;
    color: #76c420;
    margin: 0px 20px;
}
                                               
.wrapperAttribsOptions ul li {
    list-style-type: none;
    display: inline;
}

.wrapperAttribsOptions ul {
    list-style-type: none;
    display: inline;
}

#socialLinks {
    display: none;
}

#addressError{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:15px;
}
	#addressError legend{
		color:#FF0000 !important;
	}

#cartError{
	padding:20px;
	float:right;
	padding-right:50px;
	color:#FF0000;
}

#indexHomeBody {
  padding-right: 11px;
}

.topNav {
  width: 995px;
  margin: auto;
  height: 60px;
  background: transparent url(../images/topNav.jpg) center top no-repeat;
  position: relative;
}

.textNav {
  float: right;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 0px;
  width: 150px;
}

.textNav a {
  text-decoration: none;
  font-weight: bold;
  float: right;
  color: #fff;
  padding: 10px;
  text-align: right;
}

.imageBlock {
  width: 190px;
  text-align: center;
  float: left;
}

.textBlock {
  width: 700px;
  float: left;
}

.centerInfo {
  padding-top: 10px;
}

.sep {
  color: #c149bd;
  font-size: 14px;
  font-weight: bold;
}

.extraFooter {
  width: 900px;
  text-align: center;
}

.clothing {
  width: 850px;
  margin: auto;
}

.clothing a, .promotions a {
  text-decoration: none;
  color: #6a6a6a;
}
.promotions {
  width: 850px;
  margin: auto;
  height: 100px;
}

.footerHeading, .footerHeading a {
  font-size: 14px;
  color: #c149bd;
  font-weight: bold;
}

.copy {
  font-size: 13px;
  color: #c149bd;
  font-weight: bold;
}

.designedBy, .designedBy a{
  font-size: 9px;
  color: #c149bd;
  font-weight: normal;
  text-decoration: none;
  padding-bottom: 20px;
}

.itemTitle a {
  padding-left: 10px;
  color: #c149bd;
  font-size: 13px;
  text-decoration: none;
}



#productAttributes{
  width: 330px;
}

#productDescription {
  width: 330px;
  margin-bottom: 30px;
}

.getit, .addbut{
  width: 330px;
  margin-top: 20px;
  text-align: center;
}

#attribsOptionsText, #productAttributes{
  margin: 15px 0px; 
}

#categoryImgListing {
  display: none;
}

.tableHeadings{
  background: #9b1e96;
  color: #fff;
}

.tableHeadings{
  line-height: 25px;
}

.tableInfo{
  line-height: 20px;
  border-bottom: dotted;
}
