/**
 * Main CSS Stylesheet
 *
 * @copyright Copyright 2006-2008 Sybil Shane Studio
 */

body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #D8B97E;
	background: #000;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a, a:visited {
	color: #E9BD6A;
	font-weight: bold;
	text-decoration: none;
	}
 
a:hover, #navEZPagesTOC ul li a:hover, #navCatTabs ul li a:hover {
	color: #647864;
	}

a:active {
	color: #D8B97E;
	}

h1 {
	font-size: 1.3em;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h4, h5, h6, LABEL, h4.optionName, h3.itemtitle, LEGEND, ADDRESS, .larger {
	font-size: 1.1em;
	}

p, .sideBoxContent  { font-size: 1em; }

.biggerText {
	font-size: 1.1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 4px 0;
	}

CODE {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 1px;
	}

SELECT, INPUT {
	background: #E4D0A5;
	color: #000;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4D0A5;
	}

FIELDSET {
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #4D3A0F;
	}

LEGEND {
	font-weight: bold;
	padding: 3px;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 3px;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 6px 3px;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 110px;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 150px;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 120px;
	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 solid #D8B97E;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 2px;
	border: 1px solid #000000;
	}

.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 {
	width:1008px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background:#000;
	border:4px solid #4D3A0F;
	vertical-align: top;
	text-align: left;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0;
	padding: 0;
	}

#contentMainWrapper {
	padding: 10px 0 5px;
}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
	} 

#tagline {
	color:#fff;
	font-size: 20px;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0 0 10px 10px;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 3px 0;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0;
	font-size: 9px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  5px 3px 5px 0;
	list-style-type: none;
	}

#navMainWrapper{
	margin: 0;
	background: #000 url(../images/navMainWrapper.gif) repeat-x;
	font-weight: bold;
	color: #ffffff;
	height: 82px;
	width: 100%;
	}

#navCatTabsWrapper {
	margin: 0;
	background: #576A58;
	font-weight: bold;
	color: #000;
	height: 1%;
	width: 100%;
	}

#navSuppWrapper {
	margin: 10px 0;
	background: #000 url(../images/navSuppWrapper.jpg) repeat-x;
	font-weight: bold;
	color: #000;
	height: 43px;
	width: 100%;
	}

#navMain ul {
	margin: 0;
	padding:  60px 0 0 10px;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navCatTabs ul  {
	margin: 0;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navSupp ul  {
	margin: 0;
	list-style-type: none;
	text-align: center;
	line-height: 4em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a {
	text-decoration: none;
	padding: 0 5px;
	margin: 0;
	color: #000;
	white-space: nowrap;
	}

#navMain ul li a:hover, #navSupp ul li a:hover {
	color: #DBBD86;
	}

#navMain ul li a:active, #navSupp ul li a:active {
	color: #647864;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  5px 0;
	list-style-type: none;
	line-height: 15px;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0 5px;
	margin: 0;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 5px;
	}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	}

#navColumnOne {
	background: #000;
	}

#navColumnTwo {
	background: #000;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1em;*/
	padding: 0.5em;
	}

#indexDefaultMainContent {
	text-align: center;
	}

.alert {
	color: #ADD65C;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 8px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 10px;
	}
#siteinfoLegal {margin:0.5em auto;}

/*Shopping Cart Display*/
#cartAdd, #productAdditionalImage {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #D8B97E;
	}

.tableHeading, #cartSubTotal {
	background-color: #000;
	 }

#cartSubTotal {
	border-top: 1px solid #D8B97E;
	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: 5px 0;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 2px;
	}

#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: 2px;
  padding: 5px;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 2px 0;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 2px 0;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
  font-weight: bold;
  }

.totalBox {
	width: 55px;
	text-align: right;
	padding: 2px;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 2px;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0 1em 1em 0 ;
	}

.categoryIcon {}

#cartImage {
	margin: 5px 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 3px 0;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0;
	}

/*sideboxes*/
.columnLeft {}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	display: none;
	}

.sideBoxContent, .rightBoxContent {
	background-color: #000;
	margin: 1em 0;
	line-height: 1.5em;
	}

.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 {
	text-align: center;
	}

.categoryListBoxContents {
	line-height: 1.7em;
}

.centerBoxContentsProducts {
	margin-bottom: 1em;
	line-height: 1.4em;
}

.centerBoxContentsProducts h3.itemTitle {
	margin: 0.3em 0 -1.1em;
}

#bestsellers .wrapper {
	margin: 0 0 0 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1em;
	}

#bestsellers li {
	padding: 0;
	margin: 3px 0 3px 0;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

#productTellFriendLink {
	margin: 0 35px ;
	}

.rowOdd, .rowEven {
	background-color: #000;
	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
	}

TR.tableHeading {
	background-color: #000;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0 1.5em 0;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #000;
	}
	
#categoryImgListing, #categoryImgPrint {
	float:left;
	padding: 0 15px 20px 0;
	}

#ZodiacDates {
	text-align: center;
}
.ZodiacDesc {
	font-style: italic;
}

#searchContent {
	text-align: left;
}

#searchContent input {
	margin: 0;
}

#searchContent .button_search {
	margin: 3px 2px 0;
}
