/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 checkoutConfirmationosCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4387 2006-09-04 13:54:28Z drbyte $
 
 
 brown    #543019
 magenta  #A31C4D
 yellow   #fefddesub
 
 */
 
 /*
 @font-face {
    font-family: 'ffGaramond';
    src: url('/fonts/ebgaramond-webfont.eot');
    src: url('/fonts/ebgaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ebgaramond-webfont.woff') format('woff'),
         url('/fonts/ebgaramond-webfont.ttf') format('truetype'),
         url('/fonts/ebgaramond-webfont.svg#EBGaramondRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/




body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #333;
	background-color: #fbefef;
}

a img {border: none; }

a {
	text-decoration: none;
	color:#543019;
}

a:hover {
	color: #A31C4D;
}



h1 {
	text-align: center;
	font-size:14px;
	font-weight:bold;
	color: #A31C4D;
	/*border-bottom: 1px solid #000;*/
	/*clear: both;*/
}
h2 {
	font-size: 120%;
	color:#AE989D;
}
h3 {
	font-size: 120%;
}

code {
	/*font-family: arial, verdana, helvetica, sans-serif;*/
}

form, select {
	/* display: inline; */
	margin: 0.1em;
}

textarea {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}





fieldset {
	border:none;
	
	line-height:34px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

fieldset label {
	font-size:120%;
	color:#555;
	padding-right:8px;
	width:200px;
}

fieldset input {
	width:250px;
	border:1px solid #CCC;
	font-size:110%;
	color:#666666;
	padding:2px;
	margin-bottom:3px;
	background-color:#F8F8F8;
}

fieldset#checkoutOrderTotals {
	border:1px dotted #CCC;
	font-weight:bold;
}

.cssButton {
	padding:4px;
	
	color:#543019;
	font-size:14px;
	border:1px solid #999;
	background-image:url(/nav_img/form_button_bg.gif);
	width:auto;
	margin-bottom:8px;
}

.cssButtonHover {
	padding:4px;
	color:#9EA463;

	font-size:14px;
	border:1px dashed #333;
	background-image:url(/nav_img/form_button_bg.gif);
	width:auto;
	margin-bottom:8px;
}

.buttonPair {
	width:450px;
	margin-left:auto;
	margin-right:auto;
}



legend {
	font-weight: bold;
	color:#A31C4D;
	font-size:14px;
	text-transform:lowercase;
}
.h4 {
	margin-bottom:0px;
	font-size:12px;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}


label, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	text-transform:lowercase;
	text-align:right;
	color:#444;
	width:100px;
}

.optionName {
	text-transform:lowercase;
	text-align:right;
	color:#444;
	width:90px;
	display:inline;
	font-weight:bold;
	float:left;
	clear:both;
}
.optionMenu {
	margin-left:10px;
	display:block;
	float:left;
}


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

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

input {
	/* width: auto !important; /*hack for Zen Cart resizing buttons, grr */
	
}


.guides {
	text-align:center;
	font-size:12px;
	margin-left:32px;
	
}
.guides a {
	color:#543019;
	font-weight:normal;
	}


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 {
	height:auto:
}
#shoppingCart {
	height:auto;
}
#login {
	height:450px;
	padding-top:100px;
}

#checkoutConfirmation {
height:900px:
}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
}

#checkoutSuccess {
	height:400px;
}
.checkoutSuccessText {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}



address {
	line-height:16px;
	font-style:normal;
	border:1px dotted #CCC;
	padding:14px;
}


.addressBookDefaultName {
	color:green;
	margin-bottom:0px;
}

.clearBoth {
	clear: both;
}


.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	text-align:center;
	border-bottom: 2px dashed #000;
	font-size:14px;
}

.messageStackWarning, .messageStackError {
	background-color: #ff9;
	color: #c00;
	padding: 0 .5em;
}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackSuccess {
	background-color:#FFFF99;
	color:#333;
}

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

/*wrappers - page or section containers
mainWrapper now at bottom
*/


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

#logoWrapper{
	background-color: #ffffff;
}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0 0.5em;
}
	
#tagline {
	padding: 1em 0 0 0;
	text-align : center;
}

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

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


/*navigation*/

.subnavline {

	height:1px;
	clear:both;
	border-top:1px solid #532f17;
	margin:-32px 52px 0 43px;
	
}

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navMainWrapper/*, #navSuppWrapper, #navCatTabsWrapper*/ {
	margin: 0em;
	padding: 5px 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
}

.list {
	font-size:120%;
	color:#0000CC;
	list-style-type: none;
}


#decorationTop {
	text-align:right;
	margin-right:12px;
	margin-top:12px;
	clear:both;
	float:right;
}

.logo {
	width:410px;
}


#navMain {
	text-align:right;
	margin-right:16px;
	margin-top:14px;
	float:right;
	width:450px;
}
#navMain li {
	margin-left:6px; 

}
#navMain li a, .searchBox input[type='submit'] {
	color:#999;
	font-weight:normal;	
	font-size:1.3em;
	font-family: "Times New Roman", Times, Georgia, serif;
}
.searchSubmit {
	background:none;
}



.searchBox {
	margin-top:6px;
	text-align:right;
	float:right;
}

.searchBox input[type='text'] {
	border:1px dotted #ccc;
	background-color:#FFF;
	padding:3px;	
	width:80px;
	font-size:11px;
	text-align:right;
}

.searchBox input[type='submit'] {
	border:none;
	margin:0 0 0 14px;
	padding:0;
}


#navMain2 {
	
	width:450px;
}

.nav {
	color:#543019;
}
.navOn {
	color:#A31C4D;
}


#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	list-style-type: none;
}

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

#navSupp ul li a, #navCatTabs ul li a {
	padding: 0em 0.5em;
	margin: 0;
	font-weight:normal;
	color:#A31C4D;
	font-size:13px;
}

#navCatTabs ul li a {
	color: #9a9a9a;
}


#navMainSearch, #navCategoryIcon, #indexProductListCatDescription {
	/*margin: 0.5em;*/
}

.buttonRow {
	text-align:center;
}

#navBreadCrumb {
	background-color: #f5f5f5;
	padding: 3px 0;
	border: 1px solid #ccc;
}

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

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



.alert {
	color: #c00;
	padding-left:8px;
	font-size:100%;
	color:#CC0000;
}



.advisory {}

.important {
	font-weight: bold;
}
.important a {
	color:#990000;
}

.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}

.productInfoSlides {
	width:335px;
	height:360px;
	overflow:hidden;
}

.slides_container {
	height:335px;
}



.productInfoTable {
	width:98%;
	border-collapse:collapse;
	margin:0 auto 0px auto;
}


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}

/*Shopping Cart Display*/
#cartAdd {
	/* float: right; */
	/* text-align: center; */
	/* border: 1px solid #000; */
	/* padding: 1em; */
	font-size:14px;
}


/* SHOPPING CART PAGE */

.cartContentsDisplay {
	border:2px solid #333;
	width:800px;
}
.cartContentsDisplay td {
	border-right:1px dotted #ccc;
	border-bottom:1px solid #666;
	text-align:left;
	padding:12px;
}
.cartBottomMessage {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}


.cartContentsDisplay a {
	color:#A31C4D;
}
.cartContentsDisplay th {
	border-bottom:2px solid #000;
	background-color:#543019;
	color:white;
	text-align:left;
	padding:12px;
}

#cartTotalDisplay, #cartSubTotal {
	text-align: right;
}
#cartHeadingTotal {
	text-align:right;
}
.cartRemove {
	color:#990000;
	font-size:10px;
}

#cartSubTotal {
	background-color: #EEE;
	border-top: 1px solid #ccc;
	font-weight: bold;
	line-height: 2.2em;
}
#cartQuantityUpdate {
	width:40px;
}



.shippingRateTable {
	border:1px solid #CCC;
}

.shippingRateTable td {
	border-bottom:1px dotted #CCC;
}

.tableHeading th {
	border-bottom: 1px solid #ccc;
}

.tableHeading {
	background-color: #eee;
}

.tableRow, .tableHeading, #cartSubTotal {
	/*height: 2.2em;*/
}

.cartTotalsDisplay {
	color:#666;
	font-size:14px;
}

.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: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
	color: #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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
}

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

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

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

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

.categoryIcon {}

#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;*/
	margin: 1.1em 0;
	height: 1%;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
	padding: 3px;
	font-weight: normal;
	font-style: italic;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	/*background-color: #f5f5f5;*/
	border-bottom: 1px solid #000;
}
.leftBoxContainer, .rightBoxContainer {
	border: 1px solid #ccc;
	margin: 0 0 1em 0;
}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
}

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

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
span.category-subs-parent {
	font-style: italic;
}
span.category-subs-selected {
	font-style: italic;
}
/* end categories box links */

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

.forward {
	 float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #f5f5f5;
	vertical-align: top;
}

.rowEven {
	background-color: #fff;
	vertical-align: top;
}

caption {
	/*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}

tr.tableHeading {
	background-color: #eee;
}
#prevOrders td {
	border-bottom: 1px solid #ccc;
	padding: 0 .5em 0 0;
}


#siteMapList {
	width: 90%;
	float: right;
}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
}

label#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
}


/* ADDED */
#site {
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	background-color:#fefdde;
	width:961px;
}

#header {
	height:141px;
}

.headerTable {
	width:100%;
}
#footer {
	padding-top:8px;
	text-align:right;
	height:30px;
	margin-right:100px;
	
}

#footer a {
	color:#543019;
	font-weight:bold;
}




.centerColumn {
	color:#333;
	padding:20px 20px 8px 32px;
	margin:0 30px 0 30px;
	background-color:white;
	height:auto;
}



.mainTable td {
	/* border:1px dashed #CCC; */
}

/* PRODUCT INFO */
.mainTable #productInfo {
	width:365px;
}
#productImage {
	height:335px;
	width:335px;
	background-color:#FFF;
}
#productTitle {
	color:#543019;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:4px;
	height:20px;
}


#productTitleLarge {
	font-family:  'EB Garamond', "Times New Roman", Times, Georgia, serif;
	font-size:1.6em;
	font-weight:bold;
	color:#543019;
	margin-bottom:12px;
}

#productInfoPage {
	min-height:500px;
}

#productDescription {
	color:#543019;
	height:auto;
	margin-bottom:16px;
	margin-right:24px;
	font-size:12px;
	line-height:15px;
	text-align:justify;
	padding-right:8px;
}


#priceRow {
	color:#A31C4D;
	margin-top:10px;
	margin-bottom:4px;
	background-image:url(/nav_img/decoration.jpg);
	background-repeat:no-repeat;
	height:20px;
	font-size:14px;
}
#productPrice {
	font-weight:bold;
	display:inline;
	width:90px;
	float:left;
}

#productPrice2 {
	font-family:  'EB Garamond', "Times New Roman", Times, Georgia, serif;
	font-weight:bold;
	color:#A31C4D;
	font-size:16px;
	margin-top:22px;
	margin-left:16px;
}

#attribsOptionsText {
	font-style:italic;
	margin-top:0;
	margin-left:2px;
	margin-bottom:8px;
	color:#999999;
}


#addToCart {
	float:right;
	width:100px;
	margin-right:30px;
	display:inline;
	text-align:right;
}

#addToCart a {
	color:#A31C4D;
}



.pagination {
	margin:8px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://carlacarusojewelry.com/js/slides/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}




/*
.pagination {
	padding-top:4px;
	font-size:13px;
	text-align:right;
	color:#A31C4D;
	font-weight:bold;
}
.pagination a {
	color:#A31C4D;
	font-weight:normal;
}
*/

.smallImageCell {
	height:111px;
	width:111px;
	overflow:hidden;
	background-color:#FFF;
	padding:0;
	border-left:1px solid #543019;
	border-top:1px solid #543019;
}

.tttB{
	border-bottom:1px solid #543019;
}

.tttR {
	border-right:1px solid #543019;
}

.mainTable #imageGrid {
	width:335px;
}
.mainTable #categories {
	padding-left:30px;
}




.mainCat, .mainCatOn {
	margin-bottom:8px;
	margin-left:20px;
	font-size:13px;
}
.mainCat a {
	font-weight:bold;
	color:#543019;
}

.mainCatOn a {
	font-weight:bold;
	color:#A31C4D;
}



/* OTHER PAGES ON SITE, VIA CMS, in meat class */

.homeTable {
}
.homeTable td {
	padding:4px;
}

.home {
	margin-left:-36px;
}

.meat {
	margin-right:78px;
	margin-left:78px;
}

.meat p {
	font-size:14px;
	text-align:justify;
	color:#543019;

}

.meat a {
	color:#A31C4D;
}

.topMessage {
	text-align:center;
	font-size:15px;
	color:#CC3333;
	padding:10px;
}
.contactFormTable {
	background-color:#fefdde;
	border:1px solid #CCC;
}
.contactFormTable td {
	padding:6px;
	font-size:12px;
}
.locationsTable td {
	padding:4px;
	border-bottom:1px dotted #CCC;
	font-size:12px;
	color:#543019;
}

.searchResults {
	background-color:#FFF;
	height:500px;
	overflow-y:auto;
	margin-left:-12px;
}
.searchResult  {
	width:120px;
	height:138px;
	background-color:#FFF;
	border:1px solid #333;
	padding:5px;
	float:left;
	margin:5px;
	text-align:center;
	line-height:13px;
}

.searchResult a {
	font-size:10px;
	color:#555;
}

.searchResult img {
	width:110px;
	height:auto;
	margin-bottom:3px;
}


.smallCats {
	text-align:right;
	margin-bottom:18px;
}
.smallCats ul {
	display:inline;
	list-style:none;
	margin-left:auto;
	margin-right:auto;
}

.smallCats ul li {
	display:inline;
	font-size:11px;
	margin-right:18px;
}

.magCover {
	float:left;
	margin:12px;
	width:130px;
	text-align:center;
}
.magCover img {
	height:160px;
	width:auto;
	margin-bottom:16px;
	-moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;
}


/* YOU MIGHT ALSO LIKE  
shows up on the product_info template
tpl_product_info_display.php

*/
.you-might-like {
	margin-top:16px;
}
.you-might-like h4 {
	color:#543019;
	font-size:12px;
	font-weight:bold;
	font-family:  'EB Garamond', "Times New Roman", Times, Georgia, serif;
	margin:0px;
}

.you-might-like ul {
	list-style:none;
	margin:8px 0 0 0;
	padding:0px;
}

.you-might-like ul li {
	display:inline;
	margin-right:12px;
}

.you-might-like li img {
	width:100px;
	height:100px;
}

/* NEW CAT/PRODUCT LISTINGS */

.productListing, .catListing {
	
	width:180px;
	height:210px;
	margin:2px 0 12px 10px;
	float:left;
	text-align:center;
	position:relative;
	padding:10px;
}


.catListing img, .productListing img {
	height:180px;
	width:auto;
}

.catListing h4, .productListing h4 {
	font-family: 'EB Garamond', "Times New Roman", Times, Georgia, serif;
	font-size:14px;
	font-weight:normal;
	color:#4c270f;
	margin:4px 0 12px 0;
}

.return-to {
	margin:0 32px 12px 8px;
}

.return-to a {
	font-family:  'EB Garamond', "Times New Roman", Times, Georgia, serif;
	font-size:16px;
	font-weight:bold;
	color:#A31C4D;
}

.catTop {
	width:810px;
	height:200px;
	overflow:hidden;
	margin-left:10px;
	margin-top:0;
	margin-bottom:12px;
}

.catTop img {
	width:810px;
	height:auto;
}
.catList {
	clear:both;
	height:auto;
	background-color:#FFF;
	margin-left:-10px;
}

.product-info {
	min-height:590px;
}
.product-info-price-button-block {
	margin-top:16px;
	margin-right:32px;
}

.footer-menu {
	background-color:#FEFDDE;
	padding-top:0;
}

.footer-menu ul {
	list-style:none;
	margin:0;
	padding:16px;
	text-align:center;
}

.footer-menu li {
	display:inline;
	font-family: 'EB Garamond', "Times New Roman", Times, Georgia, serif;
	font-size:1.4em;
	margin-left:18px;
	margin-right:18px;
}
.footer-menu a {
	color:#543019;
	text-decoration:none;
}

.add-this {
	clear:both;
	float:right;
	width:160px;
	padding:4px 0 4px 6px;
	text-align:center;
	margin-bottom:6px;
	background-color:#FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.diamond {
	margin-left:6px;
	}
.diamond img {
	height:14px;
	width:auto;
}
