/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
    margin: 5px auto 20px auto;    
	background-color: #EDE6E0;
	color: #6C6D31;
	font-family:Times, Tahoma, Arial, serif;
	font-size: 14px;
    text-decoration: none;   
	}

table
{
    border: 0;
    background-repeat: no-repeat;
}

select option {background-color: #f7e7c7}

a img {border: none; }

.greeting {
  color: #6c6d31;
}  

a:hover { color: #8aa97d; }    

a:link, #navEZPagesTOC, a {    
	color : #6C6D31; 
	font-weight: normal;
	letter-spacing: 0px;	
	text-decoration:none;
	text-transform: none;
	}
 
a:visited {    
	color : #6C6D31; 
	font-weight: normal;
	letter-spacing: 0px;	
	text-decoration:none;
	text-transform: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {    
	color : #8aa97d; 
	font-weight: normal;
	letter-spacing: 0px;	
	text-decoration:none;
	text-transform: none;
	}

a:active {	
	color : #6C6D31; 
	font-weight: normal;
	letter-spacing: 0px;	
	text-decoration:none;
	text-transform: none;
	}

input {font-size:13px}

h1 {
	color:#6C6D31;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	}

h2 {	
	color: #6C6D31;
	font-weight: bold;
    font-size:16px;  
    margin:0; 
	}

h3 {	
	color: #6C6D31;
	font-weight: bold;
    font-size:14px;   
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{	
	color: #6C6D31;
	font-weight: bold;
	}

#topnav {font-size: 13px;}
.sideBoxContent
{    
    color: #6C6D31;
    font-weight: normal;
    text-align: left;
}

.biggerText {
	font-size: 1.2em;
	}
/*
h1, h2, h3, h4, h5, h6 {
    margin: 14px;
}
*/

H2 .productPrices {font-size: 13px;}

CODE {
	font-size: 14px !important;
	}

FORM, SELECT, INPUT {
    color: #6C6D31 !important;
    background: none !important;
	font-size: 14px !important;
	display: inline !important;
	font-size: 14px !important;
	margin: 0.1em !important;	
	}

TEXTAREA {
/*	float: left;*/
    color: #6C6D31 !important;
	font-size: 14px !important;
	background: none !important;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #EDE6E0 !important;
	}

FIELDSET {
	padding: 0.5em;
	color: #6C6D31 !important;
	font-size: 14px !important;
	margin: 0.5em 0em;
	border: 1px solid #6C6D31;
	}

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

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: 120px;
	float: left;
	}

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

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

P, ADDRESS {	
	font-size: 11pt;
	color: #6C6D31;
	font-weight: normal;
	font-stretch:wider;
	letter-spacing:.05em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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


/*sidebar */

A.category-top, A.category-top:visited {
    color: #6C6D31;
    text-decoration: none;
    font-size:14px;
    }

A.category-links, A.category-links:visited {
    color: #bb915c;
    text-decoration: none;
    font-size:14px;  
    }
    
A.category-top:hover {  color: #8aa97d;  }
A.category-links:hover  {  color: #e1a99c;  }  

SPAN.category-subs-parent, SPAN.category-subs-parent:hover {  
    color: #6C6D31; 
    font-weight: bold;
    }
    
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
    color: #bb915c;
    text-decoration: none;
    font-size:14px;      
    }

A.category-subs:hover, A.category-products:hover { color: #e1a99c; }     

SPAN.category-subs-selected, SPAN.category-subs-selected:hover {
    font-weight: bold;
    color: #bb915c;  
    font-size:14px;
    }

#categoriesHeading, #informationHeading, #reviewsHeading, 
#searchHeading, #bestsellersHeading, #whatsnewHeading, #shoppingcartHeading,
#featuredHeading, #specialsHeading, #unwishlistHeading, #tellafriendHeading
{
    text-align:center;    
}   

#categoriesContent, #informationContent 
{
    text-align: left;  
    /*border-top: solid 1px  #bb915c;   */
} 

#search {padding-bottom: 10px;}     
#search input {width:220px;}

SPAN.cartOldItem{ color: #bb915c; }
SPAN.cartOldItem:hover{color: #e1a99c; }

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

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

.messageStackSuccess {
	background-color: none;
	color: #000000;
	}

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

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: none;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

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

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

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


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

#checkoutShipto,  #checkoutBillto { float: left; }

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.5em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
    _padding-right: 5px;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: none;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	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;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

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

#navBreadCrumb {
    background-color: none;
    font-weight: normal;
    color: #bb915c;
    padding-left: 70px;
    padding-bottom:0;
    margin: 0;
    _padding-left: 95px;
    font-size: 13px;
    width: 340px;
	}


#navEZPagesTop {
	background-color: none;
	}

#navColumnOne {
	background-color: none;
	}

#navColumnTwo {
	background-color: none;
	}

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

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

.alert {
	color: #8aa97d;
    font-size: 12px;
    font-weight: normal;
	margin-left: 2px;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0 4px 0 70px;
    _padding: 0 4px 0 95px;    
    margin: 0;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 10px;
	}


#indexCategoriesHeading, #productListHeading{
    margin: 10px 0 0 0;
}


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

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

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

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

#cartInstructionsDisplay
    {_padding: 0; _margin: 0;}
    
.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;
  }

.normalprice, .productSpecialPriceSale {

	text-decoration: line-through;
	}

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

.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 {
	color: #6C6D31;
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}       

h3.leftBoxHeading, h3.leftBoxHeading a {
	color: #6C6D31;
	font-weight: bold;
    text-align: left;
	}
                
.leftBoxHeading, .centerBoxHeading {
	color: #6C6D31;
	margin: 0em;
	background-color: none;
    padding: 0 0 3px 0;
    font-size: 14px;    
	}

.leftBoxContainer {
	border: 0px solid #ffffff;
	margin-bottom: 15px;   
    text-align: left;    
	}

.sideBoxContent {

	color: #6C6D31;
	background-color: none;
	padding: 0.4em;
    _margin-left: 20px;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	
	color: #6C6D31;
	
	font-weight: bold;
	}

.rightBoxHeading {

	color: #6C6D31;
	
	margin: 0em;
	background-color: none;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	
	color: #6C6D31;
	
	font-weight: bold;
	} 

h3.rightBoxHeading a:hover {
	
	color: #6C6D31;
	
	font-weight: bold;
	}

.rightBoxContent {
	
	color: #6C6D31;
	
	font-weight: bold;
	}

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

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {

	
	 color: #6C6D31;
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: none;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

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

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

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: none;
	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: none;
	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: none;
	}


/* main */
h2.greeting{font-weight: normal; margin: 5px 0 10px 0; text-align:center;}
#indexCategoriesMainContent{border-top:solid 1px #6C6D31;}
#indexDefault a{color: #bb915c}
#indexDefault a:hover{color: #e1a99c}  
span.greetUser{font-weight: bold;} 
#whatsNew, #featuredProducts, #specialsDefault{border-top:solid 1px #6C6D31; padding-top: 5px;  margin-top: 5px;}
#whatsNew a, #featuredProducts a, #specialsDefault a {color: #6C6D31;}
#whatsNew a:hover, #featuredProducts a:hover, #specialsDefault a:hover {color: #8aa97d;}

/*category*/
#productListing {width:335px;}
#indexProductList {margin: 0;}
#productListing #productsListingTopNumber, #productListing #productsListingListingTopLinks {margin-bottom: 8px; font-size: 12px;}
#productListing #productsListingBottomNumber, #productListing #productsListingListingBottomLinks {margin: 8px 0 8px 0; font-size: 12px;}     
 
#productListing #productsListingListingTopLinks a, #productListing #productsListingListingBottomLinks a{color: #bb915c}   
#productListing #productsListingListingTopLinks a:hover, #productListing #productsListingListingBottomLinks a:hover{color: #e1a99c} 
#productListing #productsListingListingTopLinks strong, #productListing #productsListingListingBottomLinks strong {color: #bb915c; font-size: 13px;}
#productListing .listingProductImage {margin: 2px 0 3px 0;}

#gvFaqDefaultSubHeading {margin-top: 10px;}
/*products detail*/
.navNextPrevCounter{font-size: 12px; padding:5px 0 5px 0;}
.navNextPrevWrapper {padding:0 0 8px 0;border-bottom:solid 1px #6C6D31; margin-bottom: 8px;}
#categoryIcon{font-size:16px; padding-top: 5px;}
#categoryIcon a{color: #6C6D31; font-style: italic;}         
#categoryIcon a:hover{color: #8aa97d;} 
#productPrices, #productDescription{font-size: 14px;} 

#productGeneral {width:335px;}
#productGeneral .imgLink, #reviewsDefault .imgLink{color: #bb915c;}
#productGeneral .imgLink:hover, #reviewsDefault .imgLink:hover{color: #e1a99c;}  

#productAttributes{width: 320px; margin-bottom: 10px;}
#productAttributes #attribsOptionsText{width: 320px; }
#productAttributes .wrapperAttribsOptions{width: 320px; margin:5px 0 5px 0;}
#productAttributes h4{margin:0; padding: 0 5px 0 0;}

#productTellFriendLink img {margin-top: 15px; float: left;}
#productTellFriendLink { _margin-top: 13px; }
#productReviewLink img   {float: left;}  
#reviewCount { margin-left: 20px; font-size: 13px; padding-bottom: 0; margin-bottom: 0;}
#wishListLink img   {float: left; }    
#wishListLink a{color: #bb915c}  
#wishListLink a:hover{color: #e1a99c}  

/*checkout */
#shoppingCartDefault{width: 320px}
#checkoutShipping{width: 330px}
#checkoutShippingHeading {margin: 0; _margin-top: 5px;}
#checkoutShippingHeadingAddress {margin-top:5px; }
#checkoutBillto {margin: 5px 5px 5px 0;}
#checkoutShippingHeadingMethod {margin-top:5px; _padding-top:5px;}
#checkoutShippingContentChoose {font-weight: normal}
#shippingAddrText, #billingAddrText {width: 145px; float: right; font-weight: : normal;font-size: 13px; padding-top: 5px;}

#checkoutSuccess {margin-top:10px;}   
#checkoutSuccessOrderNumber {margin-top:10px;} 
#cartProdTitle{text-align: center;}
/* reviews */
#reviewsInfoDefault{margin-top: 5px; _margin-top: 15px;}
#reviewsInfoDefaultDate {margin-top: 10px;}
/*shopping cart */
#checkoutConfirmDefaultPayment, #checkoutConfirmDefaultShipment {margin-bottom: 0; padding: 0;}  
#checkoutConfirmDefaultPaymentTitle, #checkoutConfirmDefaultShipmentTitle{font-weight: normal; margin-top: 0;}
 #checkoutConfirmDefault {width: 340px;}
#payableInfo,#payableInfo2{width: 330px; }
.payableText {font-weight: normal;  width: 160px; float: left;}    
.payableData{font-weight: normal;  width: 160px; float: left;}

#cartEmptyText {margin-top: 10px; }
#checkoutSuccessHeading{ margin: 0;}
#checkoutSuccessOrderLink a, #checkoutSuccessContactLink a{color: #bb915c}
#checkoutSuccessOrderLink a:hover, #checkoutSuccessContactLink a:hover{color: #e1a99c}      
#checkoutSuccess #sendSpendWrapper{width: 305px; _width: 295px; margin: 20px 0 0 15px; _margin: 15px 0 0 10px; float: left; }
.markProductOutOfStock {color: #bb915c}
#checkout_confirmation, #cartContentsDisplay {margin-top: 10px;  width: 340px;}

#cc-cc-expires-month, #cc-cc-cvv{float: left;}
.ccinfo .inputLabelPayment {width: 140px;}
/* login/registration/account info  */      

#loginDefault a {color: #bb915c}
#loginDefault a:hover {color: #e1a99c}
.floatingBox {width: 320px;}   
.information {padding: 10px 3px; line-height: 150%; }
.messageStackError, .messageStackWarning  {font-size: 13px; color: #c21424; text-align: center; border: solid 1px #c21424; margin-bottom: 3px;}
                               color: #bb915c
#createAcctDefaultHeading{margin-bottom: 0;}
#createAcctDefaultLoginLink{font-weight:normal; width: 320px; margin: 0;}
#createAcctDefaultLoginLink a, #createAcctSuccessMainContent a{color: #bb915c}
#createAcctDefaultLoginLink a:hover, #createAcctSuccessMainContent a:hover {color: #e1a99c}

#myAccountGen, #myAccountNotify {width: 320px}
#accountNotifications{margin:0}

address.back{width: 320px; padding: 5px 0 7px 0;}

#contactUsDefault{margin-top: 10px; }
#contactUsDefault a{color: #bb915c}
#contactUsDefault a:hover{color: #e1a99c}

#accountDefault{ width:335px; }
#accountDefault a, #gvSendDefaultMainContent a{color: #bb915c;}
#accountDefault a:hover, #gvSendDefaultMainContent a:hover{color: #e1a99c}
#accountDefault h1{margin-bottom:0; _margin-top: 10px;}
#accountDefault h2{padding-bottom:5px;}  
#accountDefault #sendSpendWrapper{width: 305px; _width: 295px; margin: 20px 0 0 5px; _margin: 15px 0 0 10px; float: left; border: solid 1px #bb915c; padding: 7px;}
#sendSpendWrapper h2{margin: 0; padding: 0;}
#sendSpendWrapper p{margin: 0 0 8px 0; padding-top: 0;}   
#gvSendDefault #sendSpendWrapper, #gvFaqDefault #sendSpendWrapper
{border: solid 1px #bb915c; padding: 7px 7px 0 7px; float: left; width: 317px; margin: 0 0 10px 0;}

#gvFaqDefault{_margin-top: 10px;}
p.#gvSendDefaultBalance {_margin:3px 0 0 0; margin:0; _padding: 3px 0 5px 0; }
#gvSendDefault .inputLabel {width: 130px; margin-right: 0;}  
#gvSendDefault #to-name, #gvSendDefault #email-address, #gvSendDefault #amount{width:160px; _width: 157px; }

#myAccountGen a, #myAccountNotify a {color: #6C6D31;}  
#myAccountGen a:hover, #myAccountNotify a:hover {color: #8aa97d;}   

#passwordForgotten  {width: 330px;}  
#passwordForgotten  fieldset{width:320px; }
#passwordForgotten  .alert {float: left; margin: 3px 0 3px 0; }
#passwordForgottenMainContent {width: 310px;}

/* session timeout */
#timeoutDefault, #timeoutDefaultContent {width: 335px;}
#timeoutDefault #login-email-address, #timeoutDefault #login-password {width:170px; _width: 167px;}

.addrSmall {font-size: 13px;}      
#accountHistoryDefault .buttonRow, #accountHistInfo .buttonRow {float:left;}
#accountHistoryDefault .notice {float: left;}
#myAccountShipInfo, #myAccountPaymentInfo {width: 168px; float: left;}
#orderHistoryStatus {padding-top:5px;}
#orderHistInfoDate {padding-top:5px;}
     
/* input box setting */
#contactname, #email-address, #lookup-discount-coupon    {width: 170px; float: left;}
#firstname, #lastname, #street-address, #city, #suburb, #state, #telephone {width: 170px; float: left;}  
#country {width: 175px; float: left;}  
#email-address, #password-new, #password-confirm, #password-current {width: 170px; float: left;}  

/*advanced search */
#advSearchDefault a{color: #bb915c}
#advSearchDefault a:hover{color: #e1a99c}      
.advanceSearch{text-align:left;}
#advSearchDefault #keyword {width:220px;}
.checkboxLabel{font-weight:normal;}
#advSearchDefaultHeading {margin:0}

/* Gift Certificat FAQ    */
#gvFaqDefault{width:340px;}
#gvFaqDefaultContent{margin:10px 0 10px 0; }
#checkoutPayment .gvBal {float: left; width: 320px; text-align: left; margin-bottom: 2px;}

/* Unsub Newsletter */
#unsubDefault a, #orderInfo a, #shippingInfo a{color: #bb915c}
#unsubDefault a:hover, #orderInfo a:hover, #shippingInfo:hover{color: #e1a99c}

/* Wish List - Registry */
#un{width:338px; padding: 0 4px 0 70px; _padding: 0 4px 0 95px; margin: 0;}
#un div.tableheading{font-size:14px; margin: 0;}
#un div.multiple{margin:0; padding: 0;}
#un select.m{width: 152px;}
#un a{color: #bb915c}
#un a:hover{color: #e1a99c}
#un li a{color: #bb915c}
#un li a:hover{color: #e1a99c}
#un h1{margin-bottom: 0px;}
#un label.block {color:#6C6D31}
#un ul{margin-bottom: 10px}
#un legend{color: #fff}
#un dd, #un dt{font-size: 14px;}
#un dd a, #un dt a{font-size: 14px; font-weight: bold}   
#un .inputrequirement {
    color: #8aa97d;
    font-size: 12px;
    font-weight: normal;
    margin-left: 2px;
    }

#un h3 {margin-top: 0}
#un .product{float: left; width: 158px; margin-top: 0;}
#un .wishlist_but{float: left; width: 150px; text-align: right; }


/* -------------------------------------- design styles -----------------------------------*/

.maintext {
	
	font-size: 11pt;
	color: #6C6D31;
	font-weight: normal;
	font-stretch: wider;
	line-height:25px;
	text-align:justify;
	letter-spacing:.05em;
}

ol, ul, li { 
	
	
	 color: #6C6D31;
	}
.miniheaders {
	
	color: #6C6D31;
	font-weight: normal;
	font-stretch:wider;
	line-height:25px;
	}
	
.leftpagepadding {
	padding: 0px 15px 0px 5px;
	}
.rightpagepadding {
	padding: 0px 0px 0px 40px;
	}
.scrollpadding {
	padding: 60px 0px 0px 0px;
	}
	
	
/*SCROLL BARS*/
#links {position:relative; left:0px; top:0px;}
#up {position:relative; left:0px; top:0px; cursor:pointer;}
#down {position:relative; left:0px; top:0px; cursor:pointer;}

#cont {
    height: 465px;
    overflow: hidden;
    width: 720px;
    _width: 745px;
    padding: 0;
    margin: 0 ;
    position:relative;
    left:0px;
    top:0px;   
}

.txt {
	position:relative;
	left:0px;
	top:0px;
	text-align:left;
	padding:0px;
	visibility:visible;
	width: 720px;
    _width: 742px;  
}

#up{ margin:  60px 0 0 15px; }
#down{ margin: 75px 0 0 15px; }

.anchordivs {
	padding:0px 0px 460px 0px;
	}


.footer
{
font-size: 10px;
font-family: Georgia, Tahoma, Arial;
}


