/**
 * 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 3215 2006-03-20 06:05:55Z birdbrain $
 */

/* ============ colours ============== */
body, #navMainWrapper, #navMain, #navMain ul {
	color: #210;
	background-color: #4d4339;
}
#navSuppWrapper, #logoWrapper, #logo {
	background-color: #2C1600;
	color: #fff;
}
#contentMainWrapper, 
#navCatTabsWrapper, #navColumnOne, #navColumnTwo, #navBreadCrumb, #navEZPagesTop,
.leftBoxHeading, 
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, 
#popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp,
#infoShoppingCart {
	background-color: #E9E5DA;
	color: #210;
	line-height: 1; /* IE peekaboo bug fix */
}
#navCatTabs {
	background-color: #DDD6C7;
	color: #210;
}
#bannerboxHeading {
	background-color: #00C;
}
.rowOdd {
	background-color: #f0ece3;
}
.rowEven, #cartSubTotal {
	background-color: #ddd6c7;
}
.tableHeading {
	color: #fff;
	background-color: #8B8072;
}

/* links */
a img { border: none; }

#navEZPagesTOC ul li a,
#navMain ul li a,
#navSupp ul li a,
#navCatTabs ul li a,
h3.leftBoxHeading a,
h3.rightBoxHeading a,
#informationContent a,
.centerBoxContentsProducts a,
#siteMap a,
#newProductsDefault a,
#cartBoxListWrapper li a,
.categoryListBoxContents a,
.categoryListBoxContents a:hover /* hover has no decoration because of ugly underline under the image */ {
	text-decoration: none;
}
a:hover, 
#informationContent a:hover,
.centerBoxContentsProducts a:hover,
#siteMap a:hover,
#newProductsDefault a:hover,
#cartBoxListWrapper li a:hover {
	text-decoration: underline;
}

a:link, #navEZPagesTOC ul li a {
	color: #464;
}
a:visited {
	color: #887E77;
}
#navEZPagesTOC ul li a:hover, 
#navMain ul li a:hover, 
#navSupp ul li a:hover,
h3.leftBoxHeading a:hover,
h3.rightBoxHeading a:hover {
	color: #887E77;
}
a:hover {
	color: #887E77;
}
#navCatTabs ul li a:hover {
	color: #887E77;
}
a:active {
	color: #f00;
}
#navMain ul li a {
	color: #EAE5DB;
	background-color: #4d4339;
}
#navSupp ul li a, #navCatTabs ul li a,
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	color: #210;
}
/* shopping cart */
.cartNewItem {
	color: #210;
}
.cartOldItem {
	color: #887E77;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #f00;
}
.disclaimer {
	color: #887E77;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.5em;
	padding: 0.2em;
	border: 1px solid #000;
}
.messageStackWarning, .messageStackError {
	background-color: #f00;
	color: #fff;
}
.messageStackSuccess {
	background-color: #9F9;
	color: #000;
}
.messageStackCaution {
	background-color: #FF6;
	color: #000;
}
.alert {
	color: #f00;
}

/* ============ fonts ============= */
BODY, CODE,
#bannerboxallContent,
.tableHeading {
	font-family: arial, helvetica, sans-serif;
}
#navCatTabs ul li a,
div#nav-head li a {
	font-family: Times, "Times New Roman", serif;
}
/* transforms and special effects */
#navMain ul li a,
.categoryListBoxContents a {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
/* sizes */
BODY {
	font-size: 76%;
}
H1 {
	font-size: 1.5em;
	padding: 15px 0 5px 0;
}
H2 {
	font-size: 1.4em;
}
H3 {
	font-size: 1.3em;
}
.biggerText {
	font-size: 1.2em;
}
H3.itemTitle, H4, H5, H6, LABEL, H4.optionName, LEGEND, ADDRESS, 
.sideBoxContent, .larger, 
#packagingOptionsContent h3,
#bannerboxallContent h3 {
	font-size: 1.1em;
}
CODE, FORM, SELECT, INPUT,
#navCatTabs ul li a,
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a, 
.attributesComments,
.categoryListBoxContents a {
	font-size: 1em;
}
#navMain ul li a, #navSupp ul li a,
#loginBody .information,
#createaccountBody .information,
#bannerboxallContent, 
fieldset .advisory,
.smallText, .navSplitPagesLinks, .navSplitPagesResult  {
	font-size: 0.9em;
}
#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .tinyText {
	font-size: 0.8em;
}
ADDRESS {
	font-style: normal;
}

/* ============== margins, paddings and floats ============== */
BODY {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
}
h1#indexCategoriesHeading {
	margin: 0.3em 0 1.3em 0;
}
#packagingOptionsContent h3 {
	margin: 0.4em 0 0 0;
}
P, ADDRESS {
	padding: 0 0 0.5em 0;
}
.clearBoth {
	clear: both;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
img.alignLeft {
	float: left;
	padding-right: 0.5em;
}
img.alignRight {
	float: right;
	padding-left: 0.5em;
}
img.alignMiddle {
	vertical-align: middle;
}
#acceptedCC img {
	padding-left: 0.5em;
	vertical-align: bottom;
}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #887E77;
}
#shoppingcartContent HR {
	border-bottom: 1px solid #ddd6c7;
}

.leftBoxHeading, .paddedBox, .centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
}
.leftBoxContainer {
	border: 1px solid #fff;
	margin-top: 1.5em;
}
.sideBoxContent {
	padding: 0.5em 0.7em;
}
#bannerboxallContent.sideBoxContent {
	padding: 0.5em 0.5em 0 0.5em;
}
.rightBoxHeading, 
#loginBody .information,
#createaccountBody .information {
	margin: 0;
	padding: 0.2em 0 0.4em 0;
}
#loginBody .indent,
#createaccountBody .indent {
	margin-left: 152px;
	padding: 0;
}
.rightBoxContent {
	margin-bottom: 1em;
}
/* pop-up windows */
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, 
#popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp,
#infoShoppingCart {
	margin: 0 1em;
	line-height: 1.5em;
}

/* wrappers - page or section containers */
#mainWrapper {
	text-align: center;
	margin: 0 auto;
	width: 760px;
	vertical-align: top;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #navMainSearch,
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper
#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0;
	padding: 0;
}
#logoWrapper,
#contentMainWrapper {
	text-align: left;
}
.centerColumn {
	padding: 17px 23px;
}
#accountpasswordBody #contentMainWrapper {
	text-align: center;
}

.navNextPrevWrapper {
	margin-bottom: 17px;
}

/*#logo,*/ .centerBoxContents, .specialsListBoxContents, 
.categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}

#contentMainWrapper {
	background-image: url(../images/pg_bk_botleft.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.centerColumn {
	background-image: url(../images/pg_bk_topleft.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#contentSubSubWrapper {
	background-image: url(../images/pg_bk_topright.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#contentSubWrapper {
	background-image: url(../images/pg_bk_botright.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#navColumnTwo {
	border-left: 1px solid #887E77;
	background-image: url(../images/side_lady_plus.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#navColumnTwoWrapper {
	padding-bottom: 150px; /* space so that nothing ever goes on the logo */
}
#bannerboxallContent h3, h4.photoHeading {
	background-image: url(../images/side_curl_On_EAE5DB.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	padding: 3px 0 3px 26px;
	text-transform: uppercase;
}
h3.rightBoxHeading {
	background-image: url(../images/side_curl_On_EAE5DB.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	padding: 0 0 0 17px;
}
.rightBoxContainer {
	background-image: url(../images/side_line_a.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 0 17px 0;
}

#information.rightBoxContainer {
	background-image: none;
	padding: 5px 0 17px 0;
}

/* nav menu */
#navMainWrapper {
	border-bottom: 10px solid #E9E5DA; 
	/* border: 1px solid red; */
}
#navMain {	
	margin:  0 0 15px 0 !important; 
	margin:  0 0 5px 0; 
	/*border-bottom: 10px solid red;*/
	padding: 15px 0 3px 0;
}
#logoWrapper, #navSuppWrapper, #navCatTabsWrapper {
	width: 100%;
}
#logoWrapper {
/* no horizontal padding on this because of box model differences */
	padding: 10px 0;
}
#logo {
	padding: 0 0 5px 23px;
}
#navCatTabsWrapper {
	border-bottom: 1px solid #887E77;
}
#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: block;
	white-space: nowrap;
	float: right;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	padding: 0em 0.2em 0 1em;
	margin: 0;
}
#navCatTabs ul li a {
	padding-bottom: 0.5em; 
}

/* product info wrappers */
#productGeneralColumnTwo {
	float: right;
	width: 361px; /* absolute because it is based around an image */
}
#productGeneralColumnOne {
	width: 170px;
	float: left;
}
#productGeneralColumnTwo #productDescription {
	margin: 0.5em 0 0.5em 23px;
}

#productPortraitColumnTwo {
	float: right;
	width: 273px; /* absolute because it is based around an image */
}
#productPortraitColumnOne {
	width: 230px;
	float: left;
}
#productPortraitColumnTwo #productDescription {
	margin: 0.5em 0 0.5em 23px;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}
#productMainImage, #productAdditionalImages {
	margin: 5px 0 5px 23px;
	padding: 0;
}

.categoryListBoxContents img {
	margin: 5px 0 5px 0;
}
#bannerboxallContent img {
	margin: 3px 0 2em 0;
}

.categoryIcon {}
#cartImage {
	margin: 0.2em 2em 0.5em 1em;
}
/*Attributes*/
.attribImg {
	/* width: 20%;*/
	margin: 0.3em 1em;
}

H3.attributesComments {
	font-weight: normal;
}

/* even more wrappers */
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}
.smallFloatingBox {
	margin: 0;
	width: 33%;
}


/*misc*/
.back {
	float: left;
}
.forward {
	float: right;
}
.bold, .important, #ottotal {
	font-weight: bold;
}
.rowOdd, .rowEven {
	height: 1.5em;
	vertical-align: top;
}

/* form tags */
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}
TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}
INPUT:focus, SELECT:focus, TEXTAREA:focus {
	background: #F1F8ED;
	color: #000;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #ddd6c7;
}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
}
LABEL, h4.optionName {
	padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
}
LABEL.inputLabel {
	width: 11em;
	float: left;
}
LABEL.inputLabelPayment {
	width: 15em;
	float: left;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
}

LABEL, h4.optionName,
.rightBoxHeading,
#contentMainWrapper,
.content,
#bannerboxallContent,
#navEZPagesTOC ul,
#productDescription,
#addressbookBody div#instructions,
#addressbookBody address, 
#checkoutshippingaddressBody address {
	line-height: 1.5em;
}
.centerBoxContentsProducts, .smallText {
	line-height: 1.2em;
}

/*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;
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000;
}
#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}
#navCategoryIcon, .buttonRow {
	margin: 1em 0 0.5em 0;
}
.buttonRow2 {
	margin: 0 0 0.5em 0;
}
.buttonRow input,
.buttonRow2 input {
	margin: 0 0 0 0.5em;
}

#indexProductListCatDescription {
/*	margin: 1em 205px 0.5em 0; */
/* can't add it to description box because there are images in there too */
	margin: 1em 0 0.5em 0;
}
#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}

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

.categoryListBoxContents {
	margin: 0 0 1em 0;
}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em 0;
}
.alert {
	margin-left: 0.5em;
}
.advisory {}
.important {}
.notice {}
.rating{}
.gvBal {
	float: right;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em 0.3em 1em 1em;
	border: 1px solid #000;
	padding: 1em;
}
.tableHeading TH {
	border-bottom: 1px solid #887E77;
}
#cartSubTotal {
	border-top: 1px solid #887E77;
	font-weight: bold;
	text-align: right;
	line-height: 1.7em;
	padding: 0.5em 2.5em 0.5em 0;
}
.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 {
	position: relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	position: relative;   /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}
.cartRemoveItemDisplay {
	width: 3.5em;
}
div#cartAttribsList ul, ul#cartAttribsList, 
ul#checkoutConfirmPaymentConfirmation {
	margin: 0.2em 0.5em;
	list-style-type: none;
	padding: 0;
}
#cartAttribsList li,
#checkoutConfirmPaymentConfirmation li {
	padding: 0.1em 0 0.1em 1em;
}
#checkoutconfirmationBody #cartAttribsList li {
	padding: 0;
	margin: 0 0.5em;
}

#checkoutconfirmationBody td.cartQuantity {
	padding-right: 1em;
}
#checkoutconfirmationBody td.cartProductDisplay {
	padding-left: 1em;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}

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

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

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

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

.amount {
	width: 5.5em;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}
/*sideboxes*/
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #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, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}
#shoppingcart { padding-top: 1em; }
#bannerboxallContent,
#informationContent.sideBoxContent {
	text-align: left;
}
#informationHeading,
#bannerboxallHeading {
	display: none;
}

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

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
}

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


#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

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

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
}

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

TR.tableHeading {
	height: 2em;
}

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

#siteinfoLegal.legalCopyright {
	display: none;
}

#informationContent ul li {
	padding: 3px 5px;
}

.attribsCheckbox {
	line-height: 1.5em;
	font-weight: bold;
}
.wrapperAttribsOptions {
	/* border: 1px solid red;*/
	text-align: right;
}

.wrapperAttribsOptions input {
	margin-right: 0.3em;
}

H4.optionName {
	text-align: right;
	margin: 0; 
}

H3.attributesComments  {
	text-align: right;
	margin: 0; 
}

#productAttributes {
	margin-top: 0;
	width: 170px;
}
#productportraitinfoBody #productAttributes {
	width: 230px;
}

#loginDefault.centerColumn {
	text-align: left;
}

#addressbookBody address, #checkoutshippingaddressBody address {
	padding: 0 2.5em 0 0.5em;
}

#aboutUsPhoto3 {
	margin: 3px 0;
}

#aboutUsColumnOne {
	margin: 0;
	width: 117px;
}

#aboutUsColumnTwo {
	margin: 0 0 0 17px;
}

#aboutUsPhoto1 {
	margin: 0;
}

#aboutUsColumnOne p {
	margin: 0;
}

#productListHeading h1 {
	clear: none;
}

/* hide attribute radio button for reception flowers? */
#attrib-3-8,
#attrib-3-7,
#attrib-3-6 {
	display: none;
}

/* neither attempt to get radio buttons to line up with label worked */
#attrib-2-3, 
#attrib-2-4, 
#attrib-2-5 {
	/*padding: 0.3em;*/
	/*line-height: 1.5em;*/
	/*display:inline;*/
	/*padding-top: 5px;*/
}
LABEL.attribsRadioButton {
	/*margin-bottom: 5px;*/
	/*line-height: 1em;*/
}
.wrapperAttribsOptions input {
	margin: 0.23em 0 0 0.42em;
}

.wrapperAttribsOptions label {
	margin: 0;
}
#productGeneralColumnOne {
	background-color: transparent;
}

#checkoutShippingHeadingMethod {
	margin-top: 1em;
}

#checkoutShippingContentChoose {
	margin-bottom: 1em;
}

#checkoutconfirmationBody address {
	margin-bottom: 1em;
}

#checkoutpaymentBody label {
	font-weight: bold;
	margin: 0;
}
#checkoutpaymentBody .ccinfo label {
	font-weight: normal;
}

H3#checkoutSuccessThanks {
	margin-top: 1em;
}

#categoriesWrapper {
	width: 72%;
}

#categoryDescription {
	width: 27%;
}

#aboutUsPhoto6 {
	margin: 0 4px;
}

#productportraitinfoBody p.disclaimer {
	display: block;
	margin: 0;
}
#productinfoBody p.disclaimer {
	display: block;
	margin: 0 0 0 23px;
}
