/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 4376 2006-09-03 20:42:22Z drbyte $
*/

/*      Reworked by Zami 
//       STYLE SHEET MAP
//OUTERMOST WRAPPER.............line  46
//NAV BAR.......................line  60
//HEADER........................line  95
//LOGO..........................line 104
//TAGLINE.......................line 119
//CATEGORY TAB SPACE............line 137
//COLUMNS LEFT/ONE RIGHT/TWO....line 168
//SIDE BOXES....................line 187
//NEXT PREVIOUS.................line 231
//BREADCRUMB....................line 250
//NAV SUPP......................line 259
//FOOTER........................line 289
//LINKS.........................line 303
//CENTER COLUMN.................line 392
//BESTSELLERS BOX...............line 421
//EZ PAGES......................line 436
//OTHER NAMED BOXES.............line 467
//PRODUCT LISTING...............line 479
//WARNINGS ERRORS MESSAGES......line 505
//BASIC TEXT AND HEADINGS.......line 527
//SHOPPING CART DISPLAY.........line 562
//EVERYTHING ELSE...............line 700
*/

body {         /* background of entire page */
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;

        /* put this in to make a background color*/
	color: #5ab7bf; /* #ffCC00;   */           /*  #795252; */
	background-color: #5ab7bf; /* #ffCC00; */    /*  #9B7969; */
        
        padding: 50px;  /* sets the size of the border on the main page */
         
        /* this is added to put in tiled background image */
         /* background-image: url(picasso-hand-lighter.gif); */
         background-image: url(teal-bkgd.gif); 
         background-repeat: repeat; 


	}


/* OUTERMOST WRAPPER */
/* the following affects the small area with the copyright on it, at the bottom */
#mainWrapper {
	text-align: left;
	width: 100%;        /*  width: 760px;  */
	vertical-align: top;
	border: 0px solid #795252;
	background-color: #699B82;
        /* text color */
	color: #795252;
	margin: auto;
	}

#contentMainWrapper {           /* background of Center Main column (any page in the center column) */
/* ALSO FOR ANY TEXT IN CENTER COLUMN */
	background-color: #ffffff; /* gray #f0f0f0; */            /* #33CC00; */    /*  #FFFFFF; */
	color: #000000;  /* #ff0000; */              /* #795252 */

/*        background-image: url(picasso-hand-lighter.gif);
        background-repeat: repeat;
*/
        padding: 0px;
	margin: 0;
	
    /* border-top: 5px solid #003366;  */        /* 1px solid #795252; */   /* puts some extra pad at top of border */
    border-top: 0px solid #5ab7bf; 
	}

/* NAV BAR - very top bar - has the home and login text on it */
#navMainWrapper {
	margin: 0em;
	background-color: #003366;       /* #69829B; */
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	height: 1%;
	width: 100%;
/* 	border-bottom: 1px solid #795252; */
	border: 1px solid #795252;
	
	
	}

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

#navMain ul li {
	display: inline;
	}

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

#navMainSearch {
	margin: 0.5em;
	}
	
/*  added to remove bullets from main site navigation sidebox - Jay */	
#navmainsideboxContent ul {
list-style:none;
margin:0;
padding:0;
}	

/* HEADER */
#headerWrapper {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	}

/*  LOGO  - area that surrounds logo banner image */
#logoWrapper {
	background-color: #ffffff;          /*  #ff0000;  */   /* #699b82  */
	text-align: center;
	margin: 0px;    /* 0px */
	padding: 0px;   /* 0px */
	border: 0px;    /* 0px */
	}

#logo {
	margin: 0px;    /* 0px */
	padding: 0px;   /* 0px */
	border: 0px;    /* 0px */
	}
	
/* Jay - used to determine the properties of the logo sidebox */	
#logosideboxContent {
   display: block;
   margin-left: 7px;
   margin-right: 3px;
}
	
	
	/* TAGLINE */
#tagline {
	color:#404040;              /*   #795252;  */
	font-size: 2em;
	font-weight: bold;
	text-align : center;
	vertical-align: middle;
	}

.tagline {
	padding: 0px;
	margin: 0px;
	}

.taglineWrapper {
	padding: 0px;
	margin: 0px;	
	}

/* CATEGORY TAB SPACE  */  /* This is for the category listing just below the banner logo */
#navCatTabsWrapper {
	margin: 0em;
	background-color: #003366;         /*  #69829B; */
	font-weight: bold;
        /* text color */
	color: #ffffff;
	font-size: 1.1em;
	height: 1%;
	width: 100%;
	text-align: left;
	border: 1px solid #795252;      /* 1px solid #795252; */
	}
		
	
#navCatTabs ul  {                  /* This is for the category listing just below the banner logo */
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	font-size: 1.1em;          /* 1.25em */
	text-align: left;
	line-height: 1.0em;         /* 1.5em */
	}

#navCatTabs ul li {
	display: inline;
	}

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

/* COLUMNS LEFT/ONE RIGHT/TWO   - Left and right columns */
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
	} 

#navColumnOne {         /* left column colors */
	vertical-align: top;
	background-color: #ffffff; /* gray #f0f0f0; */   /* #003366;  */       /* #69829B; */
	border-top: 0px solid #003366;          /* 1px solid #795252; */  /* puts some extra pad at top of border */
	border-right: 5px solid #5ab7bf; /* 795252; */
	}

#navColumnTwo {        /* right column colors */
	vertical-align: top;
	background-color: #ffffff; /* gray #f0f0f0; */  /* #003366;  */       /* #69829B; */
	border-top: 0px solid #003366;          /* 1px solid #795252; */  /* puts some extra pad at top of border */
	border-left: 5px solid #5ab7bf; /* #795252; */
	}

/* SIDE BOXES */
.sideBoxContent {
	color: #000000;  /* #E4F8FF;  */         /* color of prices located on products on the sideboxes */
	padding: 5px;
	margin-bottom: 3em;
	border: 0px;
	font-size: 1.1em;
	}

.leftBoxContent, .rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.columnLeft, .columnRight {
	}

.leftBoxHeading, .rightBoxHeading {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	padding: 0px;
	color: #FFFFFF;
	background-color: #699B82;
	}

.leftBoxContainer, .rightBoxContainer {
	padding: 0px;
	margin: 0px;
	border: 0px;
	}

h3.leftBoxHeading, h3.leftBoxHeading a:link {
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
	}

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

/* NEXT PREVIOUS */
.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;
	}

.navNextPrevWrapper {
	text-align: center;
	}

/* BREADCRUMB */
#navBreadCrumb {
	border-top: 1px solid #795252;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

/*  NAV SUPP   */
#navSuppWrapper {
	margin: 0em;
	background-color: #003366;          /* #69829B; */
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

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

#navSupp ul li {
	display: inline;
	}

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

/* FOOTER  - where copyright goes */
.legalCopyright {
	border-top: 1px solid #5ab7bf;  /* #896262;  */      /*  #795252;  */
	}

#siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	text-align: center;
	}

/* changes color of text at bottom (footer) - usually contains "powered by" */
#siteinfoLegal {
	text-align: center;
	color: #ffffff;
    background-color: #5ab7bf;
	}
	
/* changes color of text at bottom (footer) - the Zencart word link */
#siteinfoLegal  a{
    color: #ffffff;
}

/*   LINKS   */  /* controls color of sidebox text for links, also controls color of advanced search text */
a:link, #navEZPagesTOC ul li a, #reviewsHeading a:link, #featuredHeading a:link, #whatsnewHeading a:link{
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	color:  #404040;  /* #597EA3; */  /* #FFFFFF; */
	text-decoration: none;
	font-weight: bold;
	}

/* changes color of visiting items, also color of New Products sidebox color on the item name */	
a:visited, #navEZPagesTOC a:visited, #reviewsHeading a:visited , #featuredHeading a:visited, .whatsnewHeading a:visited {
	font-size: 1em;
    font-family: verdana, arial, helvetica, sans-serif;
	color: #597EA3;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover , #reviewsHeading a:hover, #featuredHeading a:hover, #whatsnewHeading a:hover {
	font-size: 1em;
	color: #FFC7AD;
	}

a:active {
	font-size: 1em;
	color: #0000FF;
	}

a img {
	border: none;
	} 

.centerColumn a:link , #navBreadCrumb a:link {
	font-weight: bold;
	text-decoration: none;
	color: #404040;  /* #597EA3;   */
	}

.centerColumn a:visited , #navBreadCrumb a:visited  {
	color: #305030;          /* #69829B;  */
	font-weight: bold;
	text-decoration: none;
	}
.centerColumn a:active , #navBreadCrumb a:active {
	color: #30d030;          /* #69829B;  */
	font-weight: bold;
	text-decoration: none;
	}

.centerColumn a:hover , #navBreadCrumb a:hover {
	color:  #80d080;          /* #69829B;  */
	font-weight: bold;
	text-decoration: none;
	}

#navBreadCrumb a:link {
	font-weight: bold;
	text-decoration: none;
	color: #597EA3;
	}

#navBreadCrumb a:visited  {
	color: #30d030;          /* #69829B;  */
	}

#navBreadCrumb a:active {
	color: #30d030;          /* #69829B;  */
	}

#navBreadCrumb a:hover {
	color: #30d030;          /* #69829B;  */
	}

.piclink {
	text-align: center;
	float: left;
	}

.piclink a:link, .new a:active , .new a:visited {
	color: #30d030;          /* 69829B;  */
	font-weight: bold;
	text-decoration: none
	}

.piclink a:hover {
	color:#699B82
	}

.categoryIcon a:link {
	text-decoration: none;
	}

/* CENTER COLUMN */
#contentColumnMain {
	vertical-align: top;
	}

.centerBoxHeading {          /* controls headers for text in center column (i.e. "New Products for <Month> */
	margin: 0em;
	background-color: #5AB7BF; /* #7F9DBB; /*
	color: #ffffff;                      /* text color */
	padding: 0.5em 0.2em;
	text-align: center;
	}

.centerBoxWrapper
	{
	border-right: 1px solid #7F9DBB;
	border-left: 1px solid #7F9DBB;
	margin-bottom: 10px;
	text-align: center;
	}

.centerBoxContents {
	vertical-align: top;
	}

.centerColumn {
	padding: 0.8em;
        /* extra */
	font-size: 1em;
	color: #000000;          /* controls text color for center column, text not   */                                       /* controlled by other boxes.  e.g. main name of     */
                                 /* '1st Grade' on product listing, also controls     */
                                 /* color of gift certificate product page            */
	}

/* added by Jay to allow an img to be centered */	
.displayed {
    display: block;  
    margin-left: auto;
    margin-right: auto;
	width: 500px; 
    text-align: center;
}
/* added by Jay to allow an img to be centered */	
#displayed1 img { 
display:block; 
margin: 0 auto;
text-align: center;
}

/* BESTSELLERS BOX */
#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;
	}

/* EZ PAGES */
#ezPageBoxList ul {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	}

#ezPageBoxList {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	}

#navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

#ezPageBoxList ul {
	list-style-type: none;
	}

#ezPageBoxList li {
	margin: 0;
	padding: 0.2em 0em;
	}

#navEZPageNextPrev {
	text-align: center;
	}

/* OTHER NAMED BOXES */
.centerBoxContents, .centerBoxContentsAlsoPurch, .centerBoxContentNew, .centerBoxContentsSpecials, .centerBoxContentsFeatured, .centerBoxContentsNew, .categoryListBoxContents, .specialsListBoxContents {
	vertical-align: top;
	float: left;
	margin: 1em 0em;
	text-align: center;
   
	}

.additionalImages {
	margin: 1em 0em;
	}

/* PRODUCT LISTING */
.productListing-data {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;

        /* extra */
	padding-left: 5px;
	/* color: #ffffff;      */
	}

/* Jay - changed properties of every other product in the product listing - used the make it easier to see many products */	
.productListing-odd {
	background-color:  #ffffd0;        /* #E8E8E8; */
	height: 1.5em;
	vertical-align: top;
	}

.productListing-even {
	background-color: #ffffff; /* gray #f0f0f0; */  
	height: 1.5em;
	vertical-align: top;
	}
#indexProductListCatDescription {
	margin: 0.5em;

        color: #000000;    /* color of text description just below category */
	}

.listingDescription {
	text-align: left;
        /* extra */ 
        color: #000000;    /* controls text color in long product description */
	}

/* WARNINGS ERRORS MESSAGES */
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #795252;
	}

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

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

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

/* BASIC TEXT AND HEADINGS  */
h1 {
	font-size: 1.5em;
	margin: 0.3em;
	}

#productName {                /* control text of product name on detailed product page */
	color: #000000;
	}

#productPrices {              /* control text of product name on detailed product page */
	color: #000000;
	}

h2 {
	font-size: 1.4em;
	margin: 0.3em;
	}

h3 {
	font-size: 1.4em;
	color: #69829B;
	margin: 0.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

.smallText {
	font-size: 0.9em;
	}

/* SHOPPING CART DISPLAY */
.tableHeading TH {
	border-bottom: 1px solid #ffffd0;    /* #cccccc; */    /* border color of top bar of shopping cart */
	background-color: #ffffd0; /* #e9e9e9; */       /* solid color for top bar of shopping cart */
	}

/* controls color of subtotal bar */	
.tableHeading, #cartSubTotal {
	background-color: #ffffd0; /* #e9e9e9; */
	 }

.tableRow, .tableHeading {
	height: 2.2em;
	}

#cartAdd {     /* controls add to cart box on detailed product page */
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #795252;
	padding: 1em;
	/* extra - text color */
	/* color: #000000; */
	}

#cartSubTotal {     /* control line that says subtotal on shopping cart page */
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	height: 2.2em;
	/* extra - text color */
	color: #0000000;
	}

/*
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	font-size: 2em;
	}
*/



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

.cartInstructionsDisplay {    /* Controls text at the top of the Shopping Cart page */
	padding: 0.5em 0em;
	}

.cartProductDisplay   {
	padding: 0.5em 0em;
	text-align: center;
	font-size: 1.3em;
	}

.cartUnitDisplay, .cartTotalDisplay {    /* controls text of prices for each product on shopping cart page */
	text-align: right;
	padding-right: 0.2em;
		/* extra - text color */
	color: #000000;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

.cartOldItem {
	/* color: #FFFFFF; */           /* #660099; */
	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;
  	}

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

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul {
	list-style-type: none;
	}

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

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	float: left;
	margin: 10px;
	}
.categoryIcon {
	vertical-align: bottom;
	text-align: center;
	float: left;
	}

#cartImage {
	margin: 0.5em 1em;
	}

.attributesComments {
	}

/*  EVERYTHING ELSE */
#cartBoxListWrapper,  #cartBoxListWrapper ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	}

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

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

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

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #69829B;
	}

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

.attribImg {
	float: right;
	width: 20%;
	margin: 0.3em 0em;
	text-align: center;
	}

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

.clearBoth {
	clear: both;
	}

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

.additionalImages, .alert {
	vertical-align: top;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	/* extra */
	color: #ff0000;
	}

#productDescription {
	float: left;
        /* extra */
	color: #000000;
	}

#productDateAdded , #productInfoLink , #productAdditionalImages {
	text-align: center;
        /* extra */
	color: #000000;
	}

#productDateAvailable {
	font-weight: bold;
	color: #CC0099;
	text-align: center;
	}

.productGeneral {
	}

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

#bannerboxHeading {
	background-color: #9B7969;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, .center, 
 .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .additionalImages, .gvBal  {
	text-align: center;
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

#reviewsContent {
	color: #A6F4CD;
	font-style: italic;
	}

.category-subs-selected {
	font-style: italic;
	color: #FFC7AD;
	}

.back {
	float: left;
	vertical-align: top; 
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

#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;
	/* extra */
	color: #202020;
	}

.wrapperAttribsOptions {
	vertical-align: top;
	margin: 5px;
	float: none;	
	}

#attribTable {
	width: 100%;
	margin-bottom: 15px;
	background-color:  #ffffff; /* gray #f0f0f0; */  
	}

th {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #795252;
	}
