/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: Arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #fff;
	background-image:url(../images/cherryBackground.jpg);
	/*background-image:url(http://www.shabbyblogs.com/storage/backgrounds/Oct10/MrRecordW.jpg);*/
	background-position:top center;
	background-attachment:fixed;
	/*background-image:url(../images/bgPanelTop.jpg),url(../images/bgPanelRest.jpg);
	background-position:top center,bottom center;

	background-repeat:no-repeat,repeat-y;*/
	}
a{
	outline:none;
}
a img {border: none; }

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

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #9F0503; /*dark red*/
	}

a:active {
	color: #292003; /*dark brown*/
	}



h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

 h2, h3, h4, h5, h6 {
	margin: 0.3em 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%;
	}
*/

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

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

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

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

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.2em;
	font-size:1.2em;
	line-height:1.4em;
	margin:5px 0;
	}
li{
	font-size:1.2em;
}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

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

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

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

/*wrappers - page or section containers*/
#mainWrapper {

	text-align: left;
	vertical-align: top;
/*	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;*/
	width:918px;
		/*border:2px solid #dacea8;
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
*/
	
	}
	#shadowBox{
		-moz-box-shadow:0px 0px 30px 0px #A38C5A;
    -webkit-box-shadow:0px 0px 30px #A38C5A;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper{
	width:919px;
	/*height:516px;	*/
	height: 323px;
}
body#indexHomeBody #headerWrapper{
	width:919px;
	height:643px;	
}
#logoWrapper{
	background-repeat:no-repeat;
	background-position:-1px 0;
	width:919px;
	height:215px; 
	background-color:#fff;
	}
body#indexHomeBody #logoWrapper{
	background-repeat:no-repeat;
	width:919px;
	height:623px; 
	background-image:url(../images/header-home.jpg);
	position:relative;
}

a#homeLinkAbout,a#homeLinkNew,a#homeLinkContact,div#flashHolder,p#homePageCopy{
	display:none;
}
body#indexHomeBody a#homeLinkAbout,body#indexHomeBody a#homeLinkNew,body#indexHomeBody a#homeLinkContact{
	display:block;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
	font-size:1.2em;
	color:#F4EDD1;
}
body#indexHomeBody a#homeLinkAbout{
	width:250px;
	height:280px;
	bottom:65px;
	left:20px;
	text-indent:-9999px;	
}
body#indexHomeBody a#homeLinkAbout:hover{
	background-image:url(../images/homeAboutUs_on.jpg);
	background-repeat:no-repeat;
	background-position:56px 25px;
}
body#indexHomeBody a#homeLinkNew{
	width:260px;
	height:150px;
	bottom:50px;
	left:320px;	
	line-height:269px;
	padding:0 20px 0 0;
}
body#indexHomeBody a#homeLinkNew:hover{
	background-image:url(../images/homeNewIn_on.jpg);
	background-repeat:no-repeat;
	background-position:43px 12px;
	color:#9D2028;
}
body#indexHomeBody a#homeLinkContact{
	width:250px;
	height:150px;
	bottom:50px;
	right:20px;	
	line-height:269px;
	padding:0 20px 0 0;
}
body#indexHomeBody a#homeLinkContact:hover{
	background-image:url(../images/homeGetInTouch_on.jpg);
	background-repeat:no-repeat;
	background-position:3px 14px;
	color:#9D2028;
}
body#indexHomeBody div#flashHolder{
	position:absolute;
	top:33px;/* 145px for IE*/
	right:30px;
	width:394px;
	height:277px;
	display:block;
}
body#indexHomeBody p#homePageCopy{
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	line-height:15pt;
	color:#2e210e;
	width:175px;
	position:absolute;
	top:110px;
	left:263px;
	padding:0px;
}
.logoWrapper{
	background-image:url(../images/header-default.jpg);
}
.logoWrapper1{
	background-image:url(../images/header-clothes.jpg);
}
.logoWrapper2, .logoWrapper7{
	background-image:url(../images/header-bags.jpg);
}
.logoWrapper3,.logoWrapper12{
	background-image:url(../images/header-shoes.jpg);
}
.logoWrapper4,.logoWrapper16{
	background-image:url(../images/header-hats.jpg);
}
.logoWrapper5,.logoWrapper28{
	background-image:url(../images/header-accessories.jpg);
}
/*sale category*/
.logoWrapper140,.logoWrapper33{
	background-image:url(../images/header-sale.jpg);
}
/*boudoir category*/
.logoWrapper141,.logoWrapper39{
	background-image:url(../images/header-boudoir.jpg);
}
/*menswear category*/
.logoWrapper181{
	background-image:url(../images/header-mensWear.jpg);
}
/*bridal category*/
.logoWrapper182{
	background-image:url(../images/header-bridal.jpg);
}
/*collectables category*/
.logoWrapper192{
	background-image:url(../images/header-collectables.jpg);
}
/*homeware category*/
.logoWrapper191{
	background-image:url(../images/header-homeware.jpg);
}
.logoWrapperAboutUs{
	background-image:url(../images/header-aboutUs.jpg);
}
.logoWrapperPress{
	background-image:url(../images/header-press.jpg);
}
.logoWrapperFAQ{
	background-image:url(../images/header-faq.jpg);
}
.logoWrapperNew{
	background-image:url(../images/header-newIn.jpg);
}
div#signUpWrapper{
	background-image:url(../images/signUp.jpg);
	background-position:0 -1px;
	width:919px;
	height:67px;
	position:relative;
}
body#indexHomeBody div#signUpWrapper{
	/*display:none;*/
	margin-top:-50px;
}
a#signUpLink{
	display:block;
	width:90px;
	height:45px;
	position:absolute;
	right:15px;
	top:12px;
	text-indent:-9999px;
}
a#signUpLink:hover{
	background-image:url(../images/signUp_over.jpg);
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin:0;
	}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}
#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

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

#navMainWrapper{
	padding-top:10px!important;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	/*background-color: #fff;*/
	padding:0;
	font-weight: bold;
	color: #ffffff;
	height:31px;
	overflow:hidden;
	}
#navSuppWrapper{
display:none;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

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

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

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	display:block;
	height:23px;
	width:86px;
	color: #ffffff;
	white-space: nowrap;
	background-image:url(../images/tabBG.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	margin:0 5px 0 0;
	padding:8px 0px 2px 0px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:0.9em;
	}

#navMain ul li a:hover{
	background-position:0 -33px;
	color: #ffffff;
}
#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, .buttonRow, #indexProductListCatDescription {
	margin: 0px;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	display:none;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

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

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

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

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

	margin:0px 20px 0 40px;
}
table#contentMainWrapper td.mainColumnTD{
	/*border-top:2px solid #FBE9C5;
	border-right:2px solid #FBE9C5;
	border-bottom:2px solid #FBE9C5;*/
	background-color:#fff
}
.smallText,  #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	position:absolute;
	bottom:70px;
	right:23px;

	}
#productTellFriendLink{
	position:absolute;
	bottom:20px;
	right:20px;
}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

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

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

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

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

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}


#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

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

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #292003;
	}

/*sideboxes*/
.columnLeft {
background-color:#F1E2C5 !important; /*Cherry Closet biege*/
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #292003; /*dark brown*/
	
	}
h3.leftBoxHeading{
	padding:5px;
	margin:5px 0 0 0;
	text-transform:uppercase;
}
h3#categoriescssHeading, h3#categoriesHeading{
	display:none;
}
h3#shoppingcartHeading a{
	color: #292003; /*dark brown*/
}
h3#shoppingcartHeading a:hover{
	color: #9F0503; /*dark red*/
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {

	}

.leftBoxContainer, .rightBoxContainer {

	}

.sideBoxContent {

	}

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

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

.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,  .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .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 {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #292003; /*dark brown text*/
	text-decoration: none;
	display:block;
	width:152px;
	height:10px;
	padding:7px 10px 13px 25px;
	text-transform:uppercase;
	font-size:1.1em;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	display:none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
a.category-top:hover,a.category-top#catSelected{
	background-color:#F7F0DE; /*light beige*/
}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*social bookmarks */
a.social{
	display:block;
	width:34px;
	height:34px;
	text-indent:-9999px;
	float:left;
	background-image:url(../images/bgSocial.jpg);
	background-repeat:no-repeat;
	margin:18px 0 0 0px;
}
a.social#facebookLink{
background-position:0 -18px;
margin-left:1px;
}
a.social#facebookLink:hover{
background-position:0 -58px;
}
a.social#twitLink{
background-position:-41px -18px;
margin-left:5px;
width:33px;
}
a.social#twitLink:hover{
background-position:-41px -58px;
}

a.social#blogLink{
background-position:-77px -19px;
width:66px;
margin-left:3px;
margin-top:19px;
}
a.social#blogLink:hover{
background-position:-77px -59px;
background-repeat:no-repeat;
}
div#fb-root{
	margin:20px 0 0 0 !important;
}


div.leftBoxContainer fieldset{
background-image:url(../images/bgSocial.jpg);
background-repeat:no-repeat;
width:147px;
height:54px;
border:0px;
margin:50px 0 30px 20px;
padding:0px;

}
div.leftBoxContainer legend{
display:none;

}
/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

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

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

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	display:none;
	}
.productListing-data{
	text-align:left;
	padding:8px 0;
}
.productListing-data a{
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.1em;
	color:#000;
	margin:10px;
}
h3.itemTitle{
text-transform:uppercase;
	font-weight:normal;
}
.productListing-data input{
	border:1px solid black;
	padding:5px;
	text-align:center;
}
table.tabTable{
	margin-left:0px;
}
table.tabTable td{
	vertical-align:top;
	border-bottom:1px solid #ccc;
}
img.listingProductImage{
	padding-right:10px;
}
div.listingDescription{
	font-size:1.1em;
	margin:10px;
}

#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;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
div#categoriesContent{
	margin-top:24px;
}
h1#productListHeading, .categoryIcon, h1 {
    color: #46361E;
    font-family: EnglishRegular,Arial;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 10px 0 10px;
    text-transform: capitalize;
}

div#productMainImage{
	margin:0px;
	text-align:center;
	border:1px solid #eee;
	width:212px;
	height:318px;
}
div#productAdditionalImages{
	width:215px;
	height:101px;
	margin:0px;
}
div#productLeftCol{
	clear:both;
	float:left;
	width:212px;
	margin-left:0px;
	text-align:center;
}
div#productRightCol{
	float:left;
	width:400px;
	height:430px;
	margin-left:10px;
	padding-left:20px;
	border-top:1px solid #bfbebc;
	border-bottom:1px solid #bfbebc;
	position:relative;
}
div.divClear{
	clear:both;
}
.imgLink{
	display:none;
}
h1#productName{
	
	font-weight:normal;
	font-size:2.0em;
	color: #292003; /*dark brown*/
	margin:10px 0 10px 0;
	font-family: Arial;
	letter-spacing:-0.2px;
	text-transform:uppercase;
}
#productDescription{

}
h2#productPrices{
	margin:2px 0 0 0;
}

.categoryIcon {
	float:left;
	width:500px;
	height:45px;
	line-height:45px;
}
div.navNextPrevWrapper{
	float:left;
	width:150px;
	height:45px;
	text-align:right;
}
div.sideBoxContent hr{
	display:none;
}
div#cartBoxListWrapper li{
	margin:0 10px 0 10px;
}
body#indexHomeBody table#contentMainWrapper{
	display:none;
}
div#siteinfoLegal{
    background-color: #FFFFFF;
    font-size: 1em;
    padding: 20px 0 10px;
}

body#indexHomeBody div#siteinfoLegal{
padding:80px 0 10px 0;
}

div#siteinfoLegal a{
	font-weight:bold;
}
div#footerLeft{
	float:left;
	width:495px;
	margin:0 0 10px 10px;

}
div#footerRight{
	float:right;
	text-align:right;
	width:400px;
	margin:0 10px 10px 0;

}
div#productAdditionalImages{

}
div.additionalImages{
	width:33%; !important;
}
/*---------------------- blog styles ----------------------------*/
div.item,div.item p{
	font-size:10pt !important;
	text-align:left !important;
}
/*--------------------- colun styles ----------------*/
div.centerBoxContentsProducts h3.itemTitle{
margin: 5px 20px 0;
}
div.centerBoxContentsProducts span.price{
font-size:1.2em;
font-weight:bold;
display:block;
margin:0 0 10px;
}
body#productsallBody div#sorter{
	margin:20px 20px 0 20px;
}
body#productsallBody div.navSplitPagesResult, body#productsallBody .navSplitPagesLinks  {
 margin: 5px 22px 20px;
}
div#productListing .navSplitPagesResult {
 margin-top: 5px;
 margin-bottom: 5px;
}
/*---------------------- bof slideshow styles------------*/
#slideshow {
    position:relative;
	width:394px;
    height:277px; 
    text-align:center;
/*	margin:6px 0 0 101px;*/
	
}
#slideshow span.slideshowImg {
    position:absolute;
    top:0;
    left:0px;
    z-index:8;
}
#slideshow span.slideshowImg img {
    display:none;
	width:394px;
	height:277px;
}
#slideshow span.slideshowImg.active {
    z-index:10;
}
#slideshow span.slideshowImg.active img {
    display:block;
}
#slideshow span.slideshowImg.last-active {
    z-index:9; 
}
/*---------------------- eof slideshow styles------------*/
/*---------------------- bof menu arrow styles------------*/

ul.sideMenu li{position:relative;}
ul.sideMenu a.btn {width:13px; height:13px;display:block;clear:both;position:absolute; padding:0;
  right: 17px;
    top: 3px;
	border:0; overflow:none;}
ul.sideMenu a.btn:hover{ background-color:transparent;}
ul.sideMenu li a.btn {background-image:url(../images/bgArrowLeft.png); background-position:-6px -15px;}
ul.sideMenu li.openLi a.btn {background-image:url(../images/bgArrowDown.png); background-position:-6px -15px;}
ul.sideMenu li ul li a.commonCat{background-color:transparent; !important}
/*---------------------- eof menu arrow styles------------*/
div#categoryImgListing{
display:none;
}
div.categoryListBoxContents a img{

	background-image:url(../images/catImageFrame.png);
   padding: 19px;
   height:221px;
   width:147px;

}
span.catName{
    font-family: EnglishRegular,Arial;
	display:block;
	margin:5px 0;
	font-size:3.3em;
}
