html, body {
	height: 100%;	
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #d4a8a7 url(../images/body_bg.jpg) repeat-x;	
	font-family: verdana, arial, sans-serif;
	color: #6c4929;
	font-size: 90%; 
	}

table {
 	font-size: 1em;  /* for IE 5 */ 
 	}

p  {
	font-size: 1em;
	}

div, td {
	vertical-align: top;
 	line-height: 1.5em;	
	} 
	
.floatleft {
	float:left; 
	margin-right:15px;
	margin-bottom: 15px;
	}
	
.floatright {
	float:right; 
	margin-left:15px;
	margin-bottom: 15px;	
	}

.left {
	text-align:left;
	}

.ctr {
	text-align:center;
	}

.right {
	text-align:right;
	}

.justify {
	text-align:justify;
	}

.title {
	font-size:16px;
	font-weight:bold;
	color:#000;
	}

.notice {
	color: #c8354b;
	font-weight:bold;
	}

.hide   {
	display: none; 
	}

.pre    {
	visibility:hidden;
	}

.block  {
	display: block;
	}

.inline {
	display: inline;
	}

.clearBoth, br.clear { 
	clear: both; 
	}

.clearRight  {
	clear: right;
	}

.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

ADDRESS {
	font-style: normal;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	}

a img { 
	border: none; 
	}
	
/* Link Styles */

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

a:hover {
	color: #7a4f3d;
	text-decoration: none;
	font-weight: bold;	
	}

a:active {
	color: #a1647f;
	text-decoration: none;
	font-weight: bold;	
	}

/* Heading Styles */

img.header  {
	display: block;
	}
	
h1, h2, h3.itemTitle	{
	font-weight: normal;
	color: #a1647f;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

h1  {
	font-size: 17px;	
	}
	
h2, h3  {
	font-size: 16px;	
	}
	
h4  {
	color: #a1647f;
	font-weight: bold;
	font-size: 1em;
	}
	
h3.itemTitle a, h1 a  {
	font-weight: normal;
	}
	
a:hover > h3.itemTitle, a:hover > h1  {
	color: #7a4f3d;
	}
		
h4, h5, h6, h4.optionName, .sideBoxContent, .larger, .biggerText, .slingshop {
	font-size: 1.1em;
	}

/* Image rollovers */

#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 220px;
	height: 0px;
	z-index: 1000;
	}

#trailimageid div {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #7a4f3d;
	text-align: center;
	}

#trailimageid h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 2px 0px;
	text-align: left;
	width: 100%;
	}

#trailimageid img {
	margin: 2px;
	border: none;
	}

/* Form Styles */

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

TEXTAREA {
	float: left;
	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 #fbe7c2;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #7a4f3d;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

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

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

/*  Main sections */

#flowerWrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#flower1 {
	position: absolute;  
	top: 80px;
	left: 0;
	}

#flower2 {
	position: absolute;  
	top: 38px;
	left: 33px;
	}

#flower3 {
	position: absolute;  
	top: 80px;
	right: 0;
	}

#flower4 {
	position: absolute;  
	top: 38px;
	right: 33px;
	}

#mainWrapper {	
	padding: 90px 35px 0 35px;
	margin-left: auto;
	margin-right: auto;
	}
	
#headerWrapper  {
	height: 70px;
	background: #fbe6e7;
	border: 2px solid #6c4929;
	}	
	
#navColumnOne  {
	/* float: left;
	width: 180px;*/
	vertical-align: top;
	text-align: center;
	font-size: .90em;
	line-height: 1.5;
	background: transparent url(../images/leftnav_bg.gif) repeat-y;		
	}

.columnLeft  {
	padding-top: 30px;
	background: transparent url(../images/leftnavtop_bg.gif) top no-repeat;
	}	
	
.base  {
	background: transparent url(../images/leftnavbottom_bg.gif) bottom no-repeat;
	padding-bottom: 20px;
	}
	
#mainCell  {
	margin: 4px 0 0 4px;
	background: #fff1d6 url(../images/yellowtop_bg.gif) repeat-x;
	border: 2px solid #a1647f;	
 	padding-bottom: 80px;
	padding-top: 100px;
	text-align: left;
	}
			
#footer  {
	height: 190px;
        padding: 5px;
        margin-top: 30px;
        margin-bottom: 15px;        
        background: #e8e4cb;
        border: 2px solid #a1647f;
 	} 	

.footer_links li  {
        display: block;
        text-align: center;
        text-size: 10px;
        }


/* Header */

#logoWrapper  { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* Need this for IE 6 */
	vertical-align: baseline;
	}

#logo  {
	width: 460px; 
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	position: relative;
	}

#logo img {
	z-index: 1; 
	position: absolute;  
	top: 10px;
	left: 150px;
	}

#logo404  {
	width: 460px; 
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	position: relative;
	}

#logo404 img {
	z-index: 1; 
	position: absolute;  
	top: 10px;
	left: 100px;
	} 
	
#navMainWrapper  {	
	height: 58px;	
	background: #fbe6e7;
	margin: 4px;
	border: 2px solid #6c4929;
	}	
	
/*  Top navigation  */
	
#navInfo {
        font-size: .90em;
	padding: 2px 0 0 5px;
	margin: 0;
	float: left;
	text-align: left;
	/* IE 5 Mac wants a width */
	width: 400px;
	}

#navInfo a:active {
	color: #6c4929; 
	}

#navMain  {	
	}

#navMain, #navCart  {
	font-size: .90em;
	text-transform: uppercase;
	padding: 12px 5px 0 0;
	margin: 0;
	text-align: right;
	float: right;
	}
	
#navMain ul, #navSupp ul, #navCatTabs ul, #navInfo ul, #navCart ul {
	margin: 0;
	padding:  0.5em 0em; 
	list-style-type: none;
	line-height: 1.5em;
	}

#navSupp ul  {
        float: left;
        width: 23%;
        margin: 24px;
        padding: 0.9em 0em;
        list-style-type: none;
        line-height: 1.2em;
        }


#navMain ul li, #navCatTabs li, #navInfo li, #navCart li {
	display: inline;
	white-space: nowrap;
	}

#navSupp ul li  {
        display: block;
        }

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

#navSupp ul li a  {
	font-weight: normal;
	text-decoration: none;
	padding: 0em 0.2em;
	margin: 0;
	}	
	
/*  Sidebar Navigation  */

div.slingshop {
	background: url(../images/shop_header.gif) center top no-repeat;
	padding-top: 45px;
	width: 160px;
	margin-bottom: 0;
	}

div.columnLeft a:link, div.columnLeft a:visited, div.columnLeft a:hover, div.columnLeft a:active  {
	font-weight: normal;
	}

div#navColumnOneWrapper, div.leftBoxContainer, div.rightBoxContainer, #navColumnTwoWrapper, div.slingshop  {
	margin: auto;
	}

div.columnLeft hr, div.columnRight hr  {
	color: #e8e4cb;
	}

h3.leftBoxHeading {
	margin: 20px 0 8px 0;
	}

#categories h3  {
	display: none;
	}

#categories a, div.slingshop a  { 
	display: block;
	}
	
a.category-top, a.category-links  {
	/* Top Level and All Items */
	font-size: 1em;	
	padding: 3px;
	background: #fbe6e7;	
	color: #6c4929;
	border-bottom: 2px solid #f4d497;	
	}

a.category-top span.category-subs-parent  {
	}

#categories a:hover, .slingshop a:hover  {
	background: #fff;	
	color: #6c4929;
	}
	
a.category-subs span.category-subs-parent  {
	text-align: center;
	font-size: 1em;
	display: block;	
	color: #6c4929;
	background: #fbe7c2;
	border: 2px solid #f4d497;
	}

span.category-subs-selected  {
	display: block;
	background: #fff;
	padding: 3px;
	color: #6c4929;	
	}
		
a.category-products, a.category-subs {
	padding: 3px;
	background: #fff1d6;		
	font-size: .90em;
	border-bottom: 2px solid #f4d497;
	text-align: left;
	}

#reviews, #search  {
	font-size: .80em;
	}

/* Breadcrumb navigation */

#navBreadCrumb {
	text-align: right;
	font-size: .80em;
	font-weight: bold;
	margin-bottom: 15px;
	} 
	
/* Category listing pages */

.categoryListBoxContents a {	
	font-weight: normal;
	color: #a1647f;
	text-transform: uppercase;
	letter-spacing: 0;
	padding-top: 15px;
	}
	
/* Product listing pages */

.centerBoxContentsProducts .itemTitle {
	/* Fixes spacing */
	margin-bottom: -1em;
	font-size: .90em;
	letter-spacing: 0;
	}
	
tr.productListing-rowtable  {
	padding-bottom: 15px;
	}

tr.productListing-odd  {

	}
	
tr.productListing-odd td, tr.productListing-even td {
	padding: 10px 0 10px 0;
	}

#newProductsDefault table {	
	}

/*  Product Page  */

#productMainImage  {
	padding-right: 10px;
	} 

div#productReviewLinktop {
	float: right;
	}	

#productAdditionalImages  {
	}

#productDescription  {
	}
	
#productName  {
	}

#productTellFriendLink	{	
	}

div#cartAdd {
	clear: both;
	text-align: center;
	margin: 15px auto;
	padding: 15px;
	border: 2px solid #fbe7c2;
	}

div#cartAdd input {
	vertical-align: middle;
	}

#productAttributes  {
	clear: both;
	padding: 15px;
	border: 2px solid #d3a8a7;
	background: #fbe6e7;
	}	

#productAttributes table {
	}

div.attribImg {
	margin: 10px;
	float: left;
	}
	
.attributesComments {}

.additionalImages  {
	padding-top: 5px;
	}

.buttonRow  {
	text-align: center;
	}

ul#productDetailsList  {
	padding: 5px 0;
	list-style-type: none;
	}

table.prevnext  {
	padding-top: 35px;
	font-size: 1em;
	}

.ProdBottom_Share {
       float: left;
       display: inline-block;
       clear: right;
       margin-left: 12px;
       margin-right: 15px;
       margin-bottom: 20px;
       margin-top: 20px
       }

.ProdTop_Share  {
        float: right;
        clear: right;
        margin-right: 12px;
        }

#ProdReviews  {
	margin-left: 5px;
	}

.PRtitle  {
	text-align: left;
	font-size: 1.4em;
	font-weight: normal;
	color: #a1647f;
	}

/* Info pages */

.bigmamafloat  {
	float: left;
	width: 126px;
	margin: 0 15px 0 5px;
	}

.bigmamarightfloat  {
	float: right;
	width: 126px;
	margin: 0 5px 0 15px;
	}

.bigmamabg  {
	background: url(../images/bigmama_cropped.gif) 5px top no-repeat;		
	padding-left: 140px;	
	}
	
.bigmamarightbg  {
	background: url(../images/bigmamaright_cropped.gif) 5px top no-repeat;		
	padding-left: 140px;	
	}	

.centerbuttons  {
	width: 95%;
	text-align: center;
	margin: 0 auto 0 auto;
	}

/*  Content  */ 

.alert {
	color: #c8354b;
	margin-left: 0.5em;
	}
	
.advisory {}

.important {
	font-weight: bold;
	}
	
.notice {}

.rating{}

.gvBal {
	float: right;
	}
	
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

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

table.sizing td, table.sizing th, div.shippingEstimatorWrapper td, div.shippingEstimatorWrapper th  {
	border: 1px solid #cbdb2a;	
	}

/*  Bottom navigation and footer  */

div.legalCopyright  {
	font-size: .80em;
        text-align: center;
	}

div.legalCopyright a {
	}

/*  Warnings, errors, messages  */

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding-left: 5px;
	margin-bottom: 10px;
	}

.messageStackWarning, .messageStackError, .ExtraErrorInfo, .ErrorInfo, .ProtxDirectFormGadgetError  {
	background-color: #c8354b;
	color: #fff;
	}

.messageStackSuccess {
	background-color: #a16483;
	color: #fff;
	}

.messageStackCaution {
	background-color: #a16483;
	color: #fff;
	}


/* Protx */

.ProtxDirectCardIcon { margin-right: 4px; margin-bottom: 4px; }	

.ProtxDirect3DSecureIcon { margin-left: 1em; margin-bottom: 2em; float: right; }

/* Popups */

body.centeredContent#popupImage, body.centeredContent#popupAdditionalImage  {
	background: #fbe6e7;
	margin: 10px;
	padding: 0;
        }	
	
.shippingEstimatorWrapper table td   {
	font-weight: normal;
	}
	
div.shippingEstimatorWrapper table  {
	width: 530px;
	}

/* Home page */

#homepage {
	height: 450px;
/*	background: url(../images/zoloformain.gif) 5px top no-repeat;	*/
	/*background-position: 10px 0;*/	
/*	padding-left: 140px; */	
	}

#whatsNew  {	
	}

.floatgallery  {
	float: left;
	margin: 2px;
	font-size: .80em;
	font-weight: bold;
	text-align: center;
	}

/* Checkout page tables */

TR.tableHeading {
	background-color: #e8e4cb;
	height: 2em;
	color: #7a4f3d;
	}

.tableHeading TH {
	border-bottom: 1px solid #6c4929;
	}

.tableHeading, #cartSubTotal {
	background-color: #f4d497;
	color: #6c4929;
	 }

/* Shopping Cart page */

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

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

/* Misc */

#cartSubTotal {
	border-top: 1px solid #fbe7c2;
	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;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

.cartOldItem {
	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 {
	background-color: #c8354b;
	color: #fff;
	}

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

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

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}




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


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

#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 {

	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}



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

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

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

#checkoutNewAddress  {
	background-image: none;
	padding: 0;
	}

#tagline {
	}

#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;
	}
	
.navSplitPagesResult {
	padding-bottom: 15px;
	}

.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

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

 .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	} 
	
/* #navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;

	} */

.SagePayDirectFormGadgetError { background: #ff6633; }

.CeonSagePayDirectFormGadgetError { background: #ff6633; }

.SagePayDirectCardIcon { margin-right: 4px; margin-bottom: 4px; }

.CeonSagePayDirectCardIcon { margin-right: 4px; margin-bottom: 4px; }

.SagePayDirect3DSecureIcon { margin-left: 1em; margin-bottom: 2em; float: right; }

#threed_secure_necessary_intro img.CeonSagePayDirect3DSecureIcon { margin-left: 1em; margin-bottom: 2em; float: right; clear: right; }

