/**
 * 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 $
 */

* {
	margin:0px;
	padding:0px;
}
body {
	margin: 0;
	background-color: #3F2109;
	font: 85% Helvetica, Arial, Verdana, sans-serif;
}
.clear {
	clear: both;
	height: 1px;
}
a {
	color: #648C99;
	text-decoration: none;
	outline: none;
}

a img {border: none; }

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	}

.biggerText {
	font-size: 1.2em;
	}

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

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

FORM, SELECT, INPUT {
	}

TEXTAREA {
	/*	float: left;*/
	margin: auto;
	width: 95%;
	}

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

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

LEGEND {
	padding: 0.3em;
	color: #77973D;
	}

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

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

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

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

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

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

P, ADDRESS {
	}

ADDRESS {
	font-style: normal;
	margin-bottom: 1em;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border-bottom: 1px solid #658C99;
	border-top: none;
	border-right: none;
	border-left: none;
	color: #658C99;
	}

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

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

.messageStackSuccess {
	background-color: #D3E5AC;
	color: #000;
	border-color: #7D9639;
	}

.messageStackCaution {
	background-color: #FFE884;
	color: #000;
	border-color: #DCC355;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 945px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../../../../images/bg_middle.gif);
	}

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

#headerWrapper {
	padding-left: 21px;
	padding-right: 21px;
	background-image: url(../../../../../images/bg_top.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 142px;
}
#headerWrapper a {
	color: #A6C1CA;
}
#headerWrapper a:hover {
	color: #688C99;
}
#logo a {
	display: block;
	height: 106px;
	width: 486px;
	background-image: url(../../../../../images/logo.gif);
	position: absolute;
	left: 30px;
	top: 34px;
}
#logo a img {
	position: absolute;
	left: -9999px;
}

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

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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


/*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, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	}
#navMainWrapper {
	width: 390px;
	position: absolute;
	right: 30px;
	top: 24px;
	height: 117px;
}
#navMain {
	position: absolute;
	height: 15px;
	right: 0px;
	font-size: 12px;
	top: 5px;
	width: 600px;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	list-style-type: none;
	text-align: right;
	line-height: 18px;
	float: right;
	}

#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;
	padding-right: 5px;
	padding-left: 5px;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}
#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;
	}

#navMainSearch {
	float: right;
	position: absolute;
	top: 28px;
	right: 0px;
	width: 300px;
	height: 35px;
}
#navMainSearch input.searchfield {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1em;
	width: 175px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #666;
	position: absolute;
	top: 0px;
	right: 71px;
	border: 1px solid #CCC;
}
#navMainSearch input.searchbutton {
	position: absolute;
	right: 0px;
	top: 0px;
}

.navbtm {
	position: absolute;
	bottom: 4px;
	right: 2px;
}

.green_blue_bar {
	height: 2px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #AFCF7B;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B2CDD8;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 24px;
	line-height: 0.1em;
	width: 896px;
}
.green_blue_bar2 {
	height: 2px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #AFCF7B;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B2CDD8;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1px;
	width: 671px;
	float: left;
	margin-left: -20px;
}
.columnLeft {
}
#contentMainWrapper {
	margin-left: 24px;
	width: 899px;
}

#navBreadCrumb {
	font-weight: normal;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 90%;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	width: 220px;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}


/* New Navigation*/
#categories.leftBoxContainer {
	margin: 0px;
	padding: 20px 0px;
	width: 200px;
}

#categoriesContent.sideBoxContent {
	width: 175px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
}

.sideBoxContent a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3F2109;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 175px;
	font: italic 16px Garamond, serif;
}
#categoriesContent #catBoxDivider {
	display: none;
}

/* New Navigation*/





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

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

.alert {
	color: #900;
	margin-bottom: 1em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
table#mothersday tr td {
	padding: 0px;
}
.gvBal {
	float: right;
	}
#navSuppWrapper {
	display: none;
}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
}
.centerColumn{
	width: 641px;
	margin-left: 5px;
	padding-left: 20px;
	padding-right: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
}
.centerColumn p {
	line-height: 1.3em;
}
.centerColumn h1, h1#productListHeading , h1#ezPagesHeading , h1#cartDefaultHeading{
	color: #7D9639;
	font: italic normal 1.6em Garamond, serif;
	font-family: Garamond, serif;
	margin-left: -10px;
	margin-bottom: 10px;
}

.centerColumn h2 {
	font: italic normal 1.35em Garamond, serif;
	margin-bottom: 0.6em;
}

.centerColumn h3 {
	margin-bottom: 0.6em;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0.6em;
}

.centerColumn ul {
	list-style: outside;
	margin-left: 30px;
	margin-bottom: 1em;
	line-height: 1.2em;
}

.centerColumn ul li {
}
.centerColumn hr {
	margin-bottom: 0.5em;
}

.centerColumn .content {
	padding: 0px;
	margin: 0px 1em 0px 0px;
}
.centerColumn table tr td {
	padding: 5px;
}

#ezPageDefault .content {
	margin: 5px 0px 50px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 10px;
	line-height: 1.2em;
}
.content p {
	margin-bottom: 1.2em;
}
#productListing {
	padding: 0px 20px 50px 10px;
}

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

#siteinfoLegal {
	height: 50px;
	background-image: url(../../../../../images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 20px;
	background-color: #3F2209;
	color: #FFF;
	font-size: 0.8em;
	position: relative;
	padding-left: 20px;
	line-height: 1.4em;
}
#siteinfoLegal a {
	color: #FFF;
	text-decoration:none;
}


#siteinfoLegal #credit {
	position: absolute;
	right: 20px;
	top: 20px;
}
#siteinfoLegal #credit a {
	color: #FFFFFF;
	text-decoration: none;
}


/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 2px solid #B4CDD7;
	font-weight: normal;
	color: #7D9749;
	padding-bottom: 5px;
	background: #FFF;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	}

.tableHeading, #cartSubTotal {
	background: #FFF;
	 }

#cartSubTotal {
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	border-bottom: 1px solid #B4CDD7;
	}

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

.cartOldItem {
	font-family: Helvetica, Arial, sans-serif;
	}

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

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

.orderHistList {
	margin: 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-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	}

/*sideboxes*/
.columnLeft {
	font-size: 1em;
	background: url(../../../../../images/nav_bg.gif);
}
#navColumnOneWrapper {
	padding-bottom: 20px;
}

h3.leftBoxHeading {
	color: #3F2209;
	display: block;
	padding-top: 0px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #3F2209;
	margin-bottom: 0px;
	width: 175px;
	margin-left: 20px;
	font: bold 1.1em Garamond, serif;
	text-transform: uppercase;
	}
h3.leftBoxHeading a {
}

.leftBoxHeading, .centerBoxHeading {
}

h3#categoriesHeading.leftBoxHeading {
	font-family: Garamond, serif;
}

.leftBoxContainer {
	}

.sideBoxContent {
	padding-left: 20px;
	padding-bottom: 20px;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #648C99;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #648C99;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #648C99;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #648C99;
	text-decoration: none;
	}

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	}

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

/*misc*/
.back {
	float: left;
	margin-right: 1em;
	}
.centeredContent.back {
	margin-right: 0px;
}
.centerBoxContentsNew.back {
	margin-right: 0px;
}


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

.bold {
	font-weight: bold;
	}

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

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

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

#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;
	}
#indexDefault.centerColumn {
	padding-left: 0px;
	width: 671px;
	padding-right: 0px;
	margin-bottom: 10px;
}
#indexDefault.centerColumn .centerBoxWrapper#whatsNew {
	padding-left: 30px;
	border-top-style: none;
}

/* Home CSS */
#header_gfk.home {
	height: 354px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#header_gfk.home .cf_element {
	height: 354px;
	width: 671px;
}
.cf_element a {
	display: block;
	height: 354px;
	width: 671px;
}




#cf1{
	background-image: url(../../../../../images/home_floral.jpg);
}
#cf2{
	background-image: url(../../../../../images/home_shakers.jpg);
}
#cf3{
	background-image: url(../../../../../images/home_glass.jpg);
}
#cf4{
	background-image: url(../../../../../images/home_setting.jpg);
}
#cf5{
	background-image: url(../../../../../images/home_silver.jpg);
}
#cf6{
	background-image: url(../../../../../images/home_candi.jpg);
}
#cf7{
	background-image: url(../../../../../images/home_haviland.jpg);
}
#cf8{
	background-image: url(../../../../../images/home_thymes.jpg);
}


#feature {
	height: 129px;
	clear: both;
	margin-left: 0px;
	margin-top: 4px;
	padding-bottom: 2px;
}
#feature_sect {
	background-color: #AFCF7B;
	float: left;
}
.feature_divider {
	float: left;
	height: 127px;
	width: 2px;
	background-image: url(../../../../../images/feature_divider.gif);
	background-position: center;
	background-repeat: no-repeat;
}


/* Home CSS */

/* Map CSS */

#map {
	width: 450px;
	height: 375px;
	border: 1px solid #999999;
	float: left;
}
#mapframe {
	float: left;
	height: 380px;
	width: 455px;
	border-style: none;
	overflow: hidden;
}
#mapcol2 {
	float: left;
	width: 170px;
	margin-left: 15px;
}
#mapcol2 input {
	width: 170px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #999999;
	display: block;
}
#mapcol2 input.hide {
	display: none;
}
/* Map CSS */


/* Contact Page CSS */
.contact_col {
	float: left;
	width: 190px;
	margin-right: 20px;
}
/* Contact Page CSS */
h1#indexDefaultHeading {
	display: none;
}
#indexDefaultMainContent {
	margin: 0px;
	padding: 0px;
}
#indexDefaultMainContent .green_blue_bar {
	margin-left: 0px;
	width: 671px;
}
.centerColumn#ezPageDefault {
	padding-left: 0px;
	width: 671px;
}
.centerColumn#ezPageDefault .green_blue_bar2 {
	margin-left: 0px;
	width: 671px;
}
#ezPageDefault h1#ezPagesHeading {
	margin-left: 10px;
}
#ezPageDefault h1#ezPagesHeading.imageHeader {
	display: none;
}
#productListing {
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 0px;
}
#productsListingTopNumber {
	margin-bottom: 20px;
	font-size: 0.9em;
	margin-top: 15px;
}
#productsListingBottomNumber {
	font-size: 0.9em;
	float: none;
	padding-top: 20px;
}
table.tabTable {
	border-top: 1px dotted #AFCF7E;
}
th.productListing-heading {
	background: #EAF1DD;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: normal;
	font-size: 0.9em;
	text-align: center;
	border-bottom: 1px dotted #AFCF7E;
	border-right: 1px solid #FFF;
}
.buttonRow.forward #submit1 {
	display: none;
}
table.tabTable td.productListing-data {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #AFCF7E;
}
img.listingProductImage {
}
h3.itemTitle a {
	font-size: 13px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	display: block;
	margin-top: 15px;
}
.listingDescription {
	line-height: 1.3em;
	font-size: 95%;
}
.centerBoxContentsProducts {
	border-bottom: 1px dotted #AFCF7E;
	margin-right: 5px;
	padding-bottom: 15px;
	font-size: 13px;
}
.centerBoxContentsNew {
}
.centerBoxContentsNew img {
	margin-bottom: 10px;
}
.centerBoxWrapper {
	font-size: 13px;
	line-height: 1.5em;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-top: 10px;
	border-top: 1px dotted #AFCF7E;
	margin-left: 0px;
	padding-left: 10px;
}
h2.centerBoxHeading {
	color: #7D9639;
	font: italic normal 1.3em Garamond, serif;
	padding-bottom: 5px;
}
#shoppingcart.leftBoxContainer {
	margin: 0px 0px 20px;
	padding: 10px 0px 0px;
	background: #f9f5eb;
	border-top: 1px solid #DED1AF;
	border-bottom: 1px solid #DED1AF;
}
#shoppingcart h3.leftBoxHeading {
	margin-left: 10px;
}
h3#shoppingcartHeading a {
	font-size: 13px;
	border-style: none;
}
h3#shoppingcartHeading a:hover {
	color: #648C99;
}
#shoppingcartContent #cartBoxListWrapper ul li a {
	display: inline;
	border-style: none;
}
#shoppingcartContent hr {
	display: none;
}
#shoppingcartContent .cartBoxTotal {
	width: 175px;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #77973D;
}
#cartBoxListWrapper {
	width: 175px;
}
#shoppingcart {
}
#shoppingcart h3 {
	margin-bottom: 5px;
}
#shoppingcart #shoppingcartContent {
	padding-bottom: 0px;
	padding-left: 10px;
}
#shoppingcart ul li {
	font-size: 12px;
	color: #3E210B;
}
#shoppingcart ul li a {
	font: normal 12px Helvetica, Arial, sans-serif;
}
#shoppingcart ul li a:hover {
	color: #648C99;
}
.centerColumn#productGeneral {
	margin-top: 20px;
}
h1#productName.productGeneral {
	font-family: Garamond, serif;
	font-weight: normal;
	color: #648C99;
}
h2#productPrices.productGeneral {
	font-family: Garamond, serif;
	color: #7D9639;
}
#productMainImage {
	height: 230px;
	width: 200px;
	text-align: center;
	font-size: 11px;
	text-transform: capitalize;
	margin-right: 20px;
}
#productMainImage img {
	margin-bottom: 10px;
}
#productMainImage a {
	color: #77973D;
}
#productDescription {
	float: left;
	font-size: 13px;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 15px;
	width: 420px;
}
#productDescription p {
	margin-bottom: 1em;
}
#productDescription ul {
	margin-bottom: 1em;
	margin-left: 30px;
	list-style: square outside;
}
ul#productDetailsList {
	float: none;
	display: block;
	margin-left: 0px;
	width: 100%;
	list-style: none;
	border-top: 1px solid #F9F5EB;
	margin-bottom: 0px;
	clear: both;
}
#productDetailsList li {
	display: block;
	padding: 3px 5px;
	border-bottom: 1px solid #F9F5EB;
	font-size: 90%;
}
#cartAdd {
	margin: 0px 0px 20px;
	width: 395px;
	padding: 10px;
	background: #F9F5EB;
	border-top: 1px solid #DED1AF;
	border-bottom: 1px solid #DED1AF;
	border-right-style: none;
	border-left-style: none;
}
h1#cartDefaultHeading {
	color: #77973D;
	font-weight: normal;
	font-family: Garamond, serif;
}
tr.tableHeading th#scProductsHeading {
	padding-left: 15px;
}
tr.tableHeading th#scUnitHeading {
	text-align: right;
	padding-right: 5px;
}
tr.tableHeading th#scTotalHeading {
	text-align: right;
}
td.cartRemoveItemDisplay {
	padding-left: 7px;
}
table#cartContentsDisplay tr  td{
	border-bottom: 1px solid #B4CDD7;
}




/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}





#loginDefault {
	line-height: 1.5em;
	font-size: 85%;
}
#loginDefault h1#loginDefaultHeading {
	font-size: 1.9em;
}
#loginDefault .advisory {
	margin-top: 20px;
	margin-bottom: 10px;
}
table#prevOrders {
	border-top: 1px solid #658C99;
}
table#prevOrders tr.tableHeading th {
	padding-top: 6px;
}
table#prevOrders tr td {
	padding: 5px;
	border-bottom: 1px solid #648C99;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
}
.contentColumn table {
	margin-top: 1em;
}
.centerColumn table tr th{
	color: #7D9639;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #7D9639;
	padding: 5px;
}
#ccTotalHeading {
	text-align: right;
}
#contactUsDefault {
	margin-top: 20px;
}
#contactUsForm #enquiry {
	width: 310px;
}
#advSearchDefault form .back {
	margin-right: 0px;
}
#advSearchDefault form fieldset {
	margin-bottom: 1em;
}
p.reviewCount {
	display: block;
	margin-left: 0.5em;
	font-size: 0.9em;
}
#featuredProducts.centerBoxWrapper {
	padding-left: 30px;
}
#specialsDefault.centerBoxWrapper {
	padding-left: 30px;
}
.productPriceDiscount {
	display: none;
}
.specialsListBoxContents {
	line-height: 1.5em;
	margin-right: 2px;
	border-bottom: 1px dotted #AFCF7E;
	padding-bottom: 15px;
}
.specialsListBoxContents img {
	margin-bottom: 10px;
}
#specialsListingTopNumber {
	margin-top: 10px;
	margin-bottom: 10px;
}
#specialsListingBottomNumber {
	margin-top: 20px;
}
#specialsListing .buttonRow.back a img {
	margin-top: 10px;
}
#productListing .centerBoxContentsProducts {
	margin-right: 3%;
	height: 225px;
	margin-top: 15px;
}
#contentMainWrapper #specialsListing.centerColumn .specialsListBoxContents {
	margin-right: 3%;
	width: 30% !important; 
}
#reviewsDefault .rating {
	margin-bottom: 15px;
}
#reviewsDefault .content {
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
}
#popupWrapper {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 15px;
}
#popupWrapper p {
	margin-bottom: 1em;
}
#popupWrapper h1 {
	font-family: Garamond, serif;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #3F2209;
	margin-bottom: 1em;
}
#popupWrapper h2 {
	font-family: Garamond, serif;
	color: #77973D;
	font-size: 1.4em;
}
#shippingEstimatorContent table {
	border: 1px solid #666;
	margin: 0px;
	padding: 0px;
}
#shippingEstimatorContent table td {
	border: 1px solid #666;
	margin: 0px;
	padding: 5px;
	border-collapse: collapse;
}
#productsListingListingTopLinks, #productsListingListingBottomLinks{
	font-size: 12px;
}
h3#attribsOptionsText {
	display: none;
}
h4.optionName {
	float: none;
	color: #7D9639;
}
#productAttributes {
	margin-bottom: 20px;
}
#productAttributes .attribImg {
	line-height: 1.3em;
	border-bottom: 1px dotted #AFCF7E;
	padding-bottom: 5px;
	width: 391px;
	margin: 0px 0px 10px 30px;
	font-size: 12px;
}
#productAttributes .attribImg input {
	float: left;
	margin-right: 5px;
}
#productAttributes .attribImg img {
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
}
#productGeneral .attribImg .attribute_text {
	margin-left: 10px;
	display: block;
	float: left;
	width: 244px;
}
.facebookandfriends {
	margin-bottom: 20px;
	margin-left: 20px;
	height: 51px;
}
a.friendsoflink {
	font: italic 15px Garamond, serif;
	display: block;
	float: left;
	width: 110px;
	padding-top: 8px;
	text-align: center;
}
.facebooklink {
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #AFCF7B;
	padding-left: 7px;
	margin-left: 7px;
}
a.freeshipping {
	display: block;
	margin-left: 18px;
	height: 50px;
	background: url(../../../../../images/free_shipping.gif) no-repeat;
	width: 180px;
}
a.freeshipping span {
	position: absolute;
	left: -9999px;
}
#productLeftCol {
	float: left;
	width: 220px;
}
#productAdditionalImages {
	float: left;
	clear: left;
	width: 200px;
}
#productAdditionalImages .additionalImages {
	padding-bottom: 10px;
	text-align: center;
}
#productAdditionalImages .additionalImages img {
	margin-bottom: 8px;
}
#productAdditionalImages .additionalImages a {
	font-size: 11px;
	color: #77973D;
}
#categoryImgListing {
	margin-left: -10px;
	margin-bottom: 10px;
}
.home_banner_ad {
	margin-top: 5px;
	margin-bottom: 5px;
}
.categoryListBoxContents {
	margin-bottom: 30px;
	text-align: center;
	line-height: 180%;
}
#categoryImgListing {
	display: none;
}

