/**
 * 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_new.css 3286 2006-03-28 01:14:04Z drbyte $
 */

body {
color:#665043;
font: 12px Verdana, Tahoma, Arial, sans-serif;
margin:0 15px;
background: #c2ba9a url("http://sugapink.com/designimages/bg3.png") repeat-x;
}


.greeting {
color:#665043;
font: 12px Verdana, Tahoma, Arial, sans-serif;

}

#mainWrapper {
text-align: left;
vertical-align: top;
width:1000px; /* sets the width of the store */
}


a img {border: none; }

a:link {
color:#665043;
text-decoration:none;
font-weight:normal;
}

a:visited {
color:#665043;
text-decoration:none;
font-weight:normal;
}

a:hover {
color:#f4c2c3;
text-decoration:none;
}


h1 {
	font-size: 1.2em;
	color:#333;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}

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


.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
	
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
input:focus, select:focus, textarea:focus {
	background: #fdeef4;
}
FIELDSET {
	padding: 0.5em;
	margin: 12px;
	border: 1px dotted #A4A4A4;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #4d2f11;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	/* font-size: 12px; */
	width: 10em;
	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 dotted #bebda0;
	}
	

	
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px dotted #bebda0;
	}
.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}
.messageStackSuccess {
	background-color: #99FF99;
	color: #4d2f11;
	}
.messageStackCaution {
	background-color: #FFFF66;
	color: #4d2f11;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	vertical-align: top;
}

/* main content area */
#contentMainWrapper {
background: url('http://sugapink.com/designimages/mid.png') repeat-y top center;
padding: 0px 0px;
margin: 0em;
width: 1000px;
}

#headerpic {
position: relative;
background: url("http://sugapink.com/designimages/header.png");
background-repeat: no-repeat;
height: 161px;
width: 1000px;
}

#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#headerWrapper {
margin-bottom: 0px;
}

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

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 12px 0px;
	width: 46%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/* HEADER */

#navMainWrapper a:link , #navMainWrapper a:visited {
color: #4c2e10;
text-decoration:none;
}

#navMainWrapper a:hover {
color: #fee2e8;

}

#headerContent {

}


#headerContent #logoimg {
border: 0px;
position: relative;
top: 25px;
left: 30px;
}

#nameWrapper  {
padding:25px 0 12px 30px;
}

#nameWrapper a, #nameWrapper a:visited {
font-size:25px;
text-decoration:none;
color:#fff;
font-weight:normal;
}

#taglineWrapper {
font-size:20px;
padding:12px 0 12px 60px;
margin-top:-30px;
color:#fff;
}

#navCurrenciesWrapper  {
color: #555;
text-align: right;
background-color: #ddd;
padding-top: 3px;
padding-bottom: 3px;
}


#navCurrenciesWrapper a {
font-weight: normal;
text-decoration: underline;
}

#navCurrenciesWrapper a:hover {
color: #f4c2c3;
font-weight: normal;
text-decoration: underline;
}


#navEZPagesTop {
text-align:left;
padding-top: 4px;
padding-left: 12px;
padding-bottom: 4px;
color: #fee2e8;
}

#navEZPagesTop a:link,  #navEZPagesTop a:visited {
color:#fff;
font-weight: normal;
font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;

font-size: 12px;
text-decoration: none;
 }
 
#navEZPagesTop a:hover {
color:#f4c2c3;

 }
 
 
#topmenubar {
color: #8B0C40;
background-color: #FFFFFF;
height: 25px;
font: 12px tahoma, Verdana, Tahoma, Arial, sans-serif;
font-weight: bold;
}


#indexDefaultMainContent {
padding-left: 0px;
}

#indexDefaultMainContent p{
margin:0;
padding-bottom:12px;

}

#navMainSearch {
margin:0 5px 0 0;
float: right;
}

#navMainSearch input {
font-size: 12px;
}

#categoryDescription {
margin-left: 5px;
}

	
/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 0.9em;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0.2em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	font-weight: normal;
	height: 1%;
	width: 100%;
}



#footerhsy a:link, #footerhsy a:visited{
color: #fff;
text-decoration: none;

}

#footerhsy a:hover {
color:#fff;
text-decoration: underline;
}

#footerhsy {
background-color: #fee2e8;
background-image: url("http://sugapink.com/designimages/footer.png"); 
color: #665043;
padding-top: 5px;
padding-bottom: 12px;
}

#navMain {
padding-right: 7px;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  2px 5px;
	list-style-type: none;
	text-align: center;
	line-height: 18px;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
}

#headerWrapper #navMain ul li {

}

#navEZPagesTOCWrapper {
font-weight: bold;
float: right;
height: 1%;
border:1px dotted #bebda0;
}

#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;
}
#navBreadCrumb {
border-bottom:1px dotted #f4c2c3;
padding: 0px 0px 0px 0px;
margin:3px 0px 0px 15px;
background-repeat: repeat;
height: 1.5em;
font: 11px tahoma, Verdana, Tahoma, Arial, sans-serif;

font-weight: bold;
}

#navBreadCrumb a:link, #navBreadCrumb a:visited{
color: #dad39f;
text-decoration: none;
font-weight: bold;
}

#navBreadCrumb a:hover {
color:#f4c2c3;
text-decoration: none;
font-weight: bold;
}


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}

#whatsNew img {
border: 0px dotted #dde;
}

#whatsNew {
padding-left: 0px;

}


#gvFaqDefaultMainContent  {
padding-left: 12px;
}

#indexProductList {
margin: 12px;
}

#productGeneral {
margin: 12px;

}

.listingDescription+br  {
display: none;
}


.new_products {
float: left;
width: 230px;
height: 385px;
text-align: left;
}

.new_products img {
border: 0px dotted #4d2f11;
}

.all_products {
float: left;
width: 230px;
height: 385px;
text-align: left;
}

.all_products img {
border: 0px dotted #4d2f11;
}

.special_products {
float: left;
width: 230px;
height: 385px;
text-align: left;
}

.special_products img {
border: 0px dotted #4d2f11;
}

#featuredProducts img {
border: 0px dotted #dde;
}

#cartInstructionsDisplay {
margin-left: 12px;
}

.important {
margin-left: 12px;
}

#productsListingTopNumber, #reviewsDefaultListingTopNumber, #allProductsListingTopNumber, #newProductsDefaultListingTopNumber {
                padding-bottom: 0;
                padding-top: 2.6em;
                }

#productsListingBottomNumber, #reviewsDefaultListingBottomNumber, #allProductsListingBottomNumber, #newProductsDefaultListingBottomNumber {
                padding-top: 1.1em;
                padding-bottom: 0;
                }
				
#productsListingListingTopLinks, #reviewsDefaultListingTopLinks, #allProductsListingTopLinks, #newProductsDefaultListingTopLinks {
                padding-bottom: 0.5em;
                padding-top: 2em;
                }

#productsListingListingBottomLinks, #reviewsDefaultListingBottomLinks, #allProductsListingBottomLinks, #newProductsDefaultListingBottomLinks {
                padding-top: 0.5em;
                padding-bottom: 2em;
                }


#productAdditionalImages {
clear: both;
}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
font: 12px Verdana, Tahoma, Arial, sans-serif;

}

#productDateAdded {
	padding: 0.5em;
font: 12px Verdana, Tahoma, Arial, sans-serif;

}

#productDetailsList
{
	padding: 0.5em;
font: 12px Verdana, Tahoma, Arial, sans-serif;

}

.alert {
	color: #FF0000;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
	
 #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
}

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

#siteinfoLegal {
background: url('http://sugapink.com/designimages/footer.png') no-repeat;
height: 72px;
vertical-align: top;
padding: 0.9em 35px;
color: #4e210a;
}

/*Shopping Cart Display*/
#cartAdd {
text-align: center;
margin: 1em 0 1em 0;
border:0px dotted #ccc;
padding: 1em;
float:right;
clear:right;
margin-right: 15px;
}

.cartTableHeading TH {
	border-bottom: 1px dotted #cccccc;
	}

.cartTableHeading, #cartSubTotal {
	background-color: #fbf9f0;
	height: 2.2em;
 }

#cartSubTotal {
	border-top: 1px dotted #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
.productSpecialPrice {
	color: #f4c2c3;
        font-weight: bold;
	}
.productSalePrice {
	color: #f4c2c3;
        font-weight: bold;
	}
.productSpecialPriceSale {
	color: #f4c2c3;
        font-weight: bold;
	}
.productPriceDiscount {
	color: #4d2f11;
        font-weight: bold;
	}

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

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.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: 0 20px 12px 0 ;
}

#productMainImage a:link {
text-decoration: none;
}

#productAdditionalImages a:link {
text-decoration: none;
}

#productMainImage img {
border: 0px dotted #cce;
}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}

.centerBoxContents {
  padding: 0 5px 5px 5px;
	
}


h3.itemTitle a:link, h3.itemTitle a:visited{
text-decoration: none;
font-weight: bold;
}

h3.itemTitle a:hover{
text-decoration: underline;
font-weight: bold;
}


/* BOXES */
	
#navColumnOne, #navColumnTwo {
}	

.centerColumn {
padding: 0 12px 0 12px;
}

.centerColumn p{
margin: 0;
}

#indexDefaultHeading {
margin: 0;
padding:0;
}

#loginDefault {
padding-left: 15px;
}


h2.centerBoxHeading {
  font: 14px tahoma, Verdana, Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  color:#fff;
  background-color: #f4c2c3;
  background-position: 7px 3px;
  background-repeat: no-repeat;
}

.productListing-rowheading, TR.tableHeading {
height:30px;
  font: 12px tahoma, Verdana, Tahoma, Arial, sans-serif;

  font-weight: bold;
  margin:0 0 0 12px;
}

HR {
	height: 1px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: none;
	border-bottom: 2px dotted #c6be9a;
	}


.tabTable {
padding: 0px;
height: 1%; /*do not remove- IEhack*/
margin-bottom: 1em;
line-height:1.4;
border-top:3px double #fee2e8;

}

.centerBoxWrapper {
padding: 0px;
height: 1%; /*do not remove- IEhack*/
margin-bottom: 1em;
line-height:1.4;
}
		
	.centerBoxWrapper {
	margin-top: 20px;
  border: 0px dotted #fee2e8;
	}	
		
.sideBoxContent {
padding-top:5px;
padding-left:12px;
padding-bottom:15px;
padding-right:12px;

}

.leftBoxContainer {
background-color: #fff;
border: 0px dotted #302208;
margin-bottom: 12px;
}

.rightBoxContainer {
background-color: transparent;
border: 0px dotted #302208;
margin-bottom: 12px;
}


#navColumnOneWrapper {
margin-left:7px;
margin-top:0px;
background-color: ;

}

#navColumnTwoWrapper {
margin-right:7px;
margin-top:0px;
background-color: ;
}

.leftBoxContainer a:link, .leftBoxContainer a:visited, .rightBoxContainer a:link, .rightBoxContainer a:visited {
color: #665043;
text-decoration: none;
font-size: 12px;
padding-left: 14px;
line-height: 18px;
}

.leftBoxContainer a:hover, .rightBoxContainer a:hover  {
color:#f4c2c3;
}
 
 
 
h3.rightBoxHeading a:link, h3.rightBoxHeading a:visited, h3.leftBoxHeading a:link, h3.leftBoxHeading a:visited  {
color:#665043;
font-weight: bold;
text-align:left;
font-size: 12px;
padding-left:0px;
text-decoration: none;

}

h3.rightBoxHeading a:hover, h3.leftBoxHeading a:hover  {
text-decoration: underline;
}


#productListHeading{
padding-bottom:12px;
color:#fee2e8;
font-size: 18px;
}

#newProductsDefaultHeading{
padding-bottom:12px;
color:#fee2e8;
font-size: 18px;
}

#indexCategoriesHeading{
padding-bottom:12px;
color:#fee2e8;
font-size: 18px;
}

#specialsListingHeading {
padding-bottom:12px;
color:#fee2e8;
font-size: 18px;
}

#featuredDefaultHeading {
padding-bottom:12px;
color:#fee2e8;
font-size: 18px;
}

#allProductsDefaultHeading {
padding-bottom:12px;
color:#fee2e8;
font-size: 18px;
}

#pageTwoHeading, #pageThreeHeading, #pageFourHeading {
padding-bottom:12px;
color:#fee2e8;
font-size: 18px;
}

#productName{
color:#fee2e8;
font-size: 18px;
}

.centerBoxContentsNew a:link, .centerBoxContentsNew a:visited {

text-decoration: none;
background-repeat: no-repeat;
background-position: center left;
padding-left: 14px;
line-height: 20px;
}

.centerBoxContentsNew a:hover {

text-decoration: underline;
 }


h3.rightBoxHeading, h3.leftBoxHeading  {
	background-color: transparent;
	background-repeat: no-repeat;
    margin:0;
	height: 2.2em;
}

h3 label {
font-size:1.0em;
}

h3.rightBoxHeading, h3.leftBoxHeading  {
color: #302208;
font: 12px tahoma, Verdana, Tahoma, Arial, sans-serif;
font-weight: bold;
padding-left: 50px;
padding-top: 12px;
padding-bottom: 4px;
background-position: 1px 1px;
background-repeat: no-repeat;
text-align:left;
}


#navColumnOneWrapper h3.leftBoxHeading a:link, #navColumnOneWrapper h3.leftBoxHeading a:visited  {
color: #302208;
font-weight: bold;

}

#navColumnTwoWrapper h3.leftBoxHeading a:link, #navColumnTwoWrapper h3.leftBoxHeading a:visited  {
color: #302208;
font-weight: bold;

}

#navColumnOneWrapper h3.leftBoxHeading a:hover, #navColumnOneWrapper h3.rightBoxHeading a:hover {
	color:#302208;
} 


#search {
/* background-color: #F7DFED; */
}

#search input{
font-size: 12px;
}


#manufacturers {
/* background-color: #F8D4DA; */
}

#manufacturerinfoplus {text-align:center}
#manufacturerinfoplus ul {margin:0; padding:0; list-style:none}


/* PRODUCT LISTING */

.productListing-rowheading a {
color:#4d2f11;
text-decoration: underline;
}

.productListing-data a:link, .productListing-data a:visited  {
color:#4d2f11;
text-decoration: underline;

}

.productListing-data a:hover  {
color:#f4c2c3;
text-decoration: underline;
}

.productListing-data img {
padding:0px;
margin:  8px;
}

.listingProductImage {
padding:0px;
border: 0px dotted #DDDDEE;
margin:  8px;
}

.productListing-data {
border-top: 1px dotted #DDDDEE;
padding: 5px;

}

.productListing-even {
background-color:#fff;

}

.productListing-odd {
background-color:#fff;

}

/* PRODUCT INFO */
#productDetailsList, #productDetailsList li {
list-style-type:none;
margin-left:0;
padding-left:0;
}


/* FOOTER */

#authorLink {
text-align:center;
font-size:.9em;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: center;
}

.navNextPrevWrapper {
margin-bottom: 15px;
}

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

#bestsellers ol {
	padding: 0;
	margin-left: 0em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
}
#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}
/*misc*/
.back {
  float: left;
}

.back1 {
  float: right;
}


.forward {
	float: right;
}

.bold {
	font-weight: bold;
	}

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

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

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
	}


#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 {
	background-color: #ffffff;
}

.hiddenField {
display: none;
}
.visibleField {
display: inline;
}


#infoShoppingCart {
background-image: none;
background-color: #fff;
}

a:link.productListing-heading {
text-decoration: none;
}

.orderHistList {
margin:5px 5px 5px 15px;
padding:0;
}

#orderhistoryContent .orderHistList li a:link, #orderhistoryContent .orderHistList li a:visited {
margin:0;
padding:0;
}

#bestsellersContent {
margin:0px 0px 0px 12px;

}

#bestsellersContent li a:link, #bestsellersContent li a:visited {
margin:0;
padding:0;
}

.cartBoxCheckout a:link, .cartBoxCheckout a:visited {
margin:0;
padding:0;
}
