/**
 * 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 3688 2006-06-02 00:12:18Z drbyte $
 */ 

/*  things for the template */
#mainCartContainer{
width:inherit;
}
.bodyTable {
	border:thin solid #03134e;
	background:#ffffff;
	float:left;
	width:inherit;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #ffffff;
}

 
a img {
	border: none;
 }

a:link, #navEZPagesTOC ul li a {
	color: #617C36;
	text-decoration: none;
}
 
a:visited {
	color: #617C36;
	text-decoration: none;
}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #6CACDC;
	text-decoration: none;
}*/

a:active {
	color: #0000FF;
	text-decoration: 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{
	font-size: 1.1em;
}

.biggerText {
	font-size: 1.2em;
}

#cerror {
	color:red;
	font-weight: bold;
	border: 1px solid black;
	background-color: #F0F0F0;
	text-align: center;
}

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

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

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

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

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

LABEL, h4.optionName {
	line-height: normal;
	padding: 0;
	margin: 0 3px 0 0;
}

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

#logo, .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 {
	padding: 0.5em;
}

ADDRESS {
	font-style: normal;
}

.clearBoth {
	clear: both;
}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackCaution {
	line-height: 1.8em;
	padding: 5px;
	margin-bottom: 15px;
}
	
.messageStackSuccess {
	line-height: 1.8em;
	height: 30px;
	padding: 5px; 
}

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

.messageStackSuccess {
	background-color: #C5D883;
	color: #392D19;
}

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

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: inherit;
	vertical-align: top;
}
	
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
#logoWrapper {
	display:none;
}
#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;
}

#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 100%;
}

.floatingBox {
	/*margin: 0;
	width: 100%;*/
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/

.navSplitPagesResult {
	margin: 15px 0;
}
	
.navSplitPagesLinks {
	margin: 15px 0;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	text-align:center;
}
	
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #6F8E3E;
	font-weight: bold;
	color: #ffffff;
	height: 32px;
	width: inherit;
}

#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;
	white-space: nowrap;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
}

#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, {
	float: right;
	margin: 0;
	width: inherit;
}

#navMainSearch {
	float: right;
	/*margin: 0;
	width: inherit;*/
}

#indexProductListCatDescription {
	float: left;
	margin: 0;
	width: inherit;
}

#navBreadCrumb {
	background-color: #ffffff;
}

#navEZPagesTop {
	background-color: #ffff33;
}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}

#navColumnOne {
	background-color: #cfcfcf;
}

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

/*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: #FF0000;
	margin-left: 0.5em;
}
.advisory {}
.important {
	font-weight: bold;
}
.notice {}

.rating{
	/* margin: 10px 0; */
}

.gvBal {
	float: right;
}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 5px;
}

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

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

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

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

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

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}

#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 4.7em;
}

.cartNewItem {
	color: #03134E;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
	color: #03134E;
	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: #ff0000;
}

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

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

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 14px;
	color: #392D19;
}

.centerBoxHeading {
	margin: 0em;
	background-color: #c5d883;
	padding: 0.5em 0.2em;
}
	
.leftBoxHeading {
	margin: 0em;
	background-color: #c5d883;
	text-align: left;
	padding: 6px 6px 6px 10px;
	font-variant: small-caps;
}

.leftBoxContainer {
}

.sideBoxContent {
	background-color: #ffffff;
	padding: 6px 6px 6px 10px;
}
	
.sideBoxContent ul {
	line-height: 18px;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

.sideBoxContent ul li ul li/*:before*/ {
	margin-left: 15px;
	/*content: "- ";*/
}

.sideBoxContent ul li ul li ul li {
	margin-left: 0;
}

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

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

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

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

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .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 6px;
}

#bestsellers ol {
	margin: 0;
	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;
}

.forward {
	float: right;
}

.bold {
	font-weight: bold;
}

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

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
}
	
.hiddenField {
	display: none;
	visibility: hidden;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
	margin: 3px;
} 

.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;
	background-image: none;
}

#infoShoppingCart {
	padding-left: 5px;
}

#popupCVVHelp {
	margin: 8px;
}

/* ____________________Added by sanguis________________________________ */
#productTellFriendLink {
	clear:left;
}

/*-------Center Content Alterations--------*/

#productListHeading {
	font-size: 24px;
	text-decoration: none;
	margin: 5px 0;
}

.productListing-heading a:link {
	color: #392D19;
	text-decoration: none;
}

.productListing-heading a:visited {
	color: #392D19;
	text-decoration: none;
}

.productListing-heading a:hover {
	color: #617C36;
	text-decoration: none;
}

.productListing-heading a:active {
	color: #392D19;
	text-decoration: none;
}

.categoryIcon {
	margin-bottom: 10px;
}

.categoryIcon a:link {
	color: #392D19;
	text-decoration: none;
}

.categoryIcon a:visited {
	color: #392D19;
	text-decoration: none;
}

.categoryIcon a:hover {
	color: #617C36;
	text-decoration: none;
}

.categoryIcon a:active {
	color: #392D19;
	text-decoration: none;
}

.categoryListBoxContents a:link {
	text-decoration: none;
}

.categoryListBoxContents a:visited {
	text-decoration: none;
}

.categoryListBoxContents a:hover {
	text-decoration: none;
}

.categoryListBoxContents a:link {
	text-decoration: none;
}	

.productListing-rowheading th {
	padding-top: 10px;
}

.itemTitle {
	font-size: 16px;
	margin: 15px 0 5px 0;
	text-align: left;
}

.itemTitle a:link {
	text-decoration: none;
}

.itemTitle a:visited {
	text-decoration: none;
}

.itemTitle a:hover {
	text-decoration: none;
	color: #8E713E;
}

.itemTitle a:active {
	text-decoration: none;
}

.listingDescription {
	text-align: left;
}

#productPrices, #productReviewsDefaultPrice, #reviewsInfoDefaultPrice {
	font-size: 24px;
	margin: 5px 0;
}


#attribsOptionsText {
	margin: 10px 0;
}

.navNextPrevWrapper {
	margin: 15px;
	clear: both;
}

#productReviewsDefaultListingTopLinks {
	margin: 0;
}

.productReviewsDefaultReviewer {
	margin: 10px 0;
}


/*-------SideBox Alterations--------*/

.sideBoxContent a:link, li a:link {
	text-decoration: none;
}

.sideBoxContent a:visited, li a:visited {
	text-decoration: none;
}

.sideBoxContent a:hover, li a:hover {
	text-decoration: underline;
	color: #7C6336;
}

.sideBoxContent a:active, li a:active {
	text-decoration: none;
}


#reviewsContent a:link {
	text-decoration: none;
}

#reviewsContent {
	padding: 6px;
}

#reviewsContent a:visited {
	text-decoration: none;
}

#reviewsContent a:hover {
	text-decoration: none;
}

#reviewsContent a:active {
	text-decoration: none;
}

#reviewsHeading a:link {
	color:#392D19;
	font-size:14px;
	text-decoration:none; 
}

#reviewsHeading a:visited {
	color:#392D19;
	font-size:14px;
	text-decoration:none; 
}

#reviewsHeading a:hover {
	text-decoration: underline;
}

#reviewsHeading a:active {
	color:#392D19;
	font-size:14px;
	text-decoration:none; 
}

#reviewsInfoDefaultDate {
	margin: 10px 0;
}

#reviewsInfoDefaultMainContent {
	font-style: italic;
}

#constantcontactsideboxContent {
	text-align: center;
	background-color: #FFFFFF;
	padding: 5px 0 7px 0;
}

#constantcontactsideboxContent a:link {
	text-decoration: none;
}

#constantcontactsideboxContent a:visited {
	text-decoration: none;
}

#constantcontactsideboxContent a:hover {
	text-decoration: none;
}

#constantcontactsideboxContent a:active {
	text-decoration: none;
}


#PPECbutton {
	float: none;
	text-align: right;
}

#stText, #state, #stateLabel {
	visibility: hidden;
	display: none;
}

.closedtext {
	color: #C00;
	text-align: center;
}

.safesubscribe {
	font-size: 10px;
}


#checkoutShippingHeadingMethod {
	padding-top: 7px;
}

/*Prod info availability text*/
.prodavail {
	font-style: italic;
	font-size: 14px;
}

/*Prod info note text*/
.prodnote {
	font-style: italic;
	font-size: 12px;
	color: #C00;
}

.instructions {
	font-style: italic;
	float: right; 
	margin: 0 0 0 20px; 
	width: 70%;
}

#topsearch {
	-moz-border-radius:4px 4px 4px 4px;
	border-color:#6F8E3E #C5D883 #C5D883 #6F8E3E;
	border-style:solid;
	border-width:2px;
	margin-top:2px;
	padding:2px 2px 3px;
	width:150px;
}

#topsearch:hover {
	border-color:#c5d883 #e8efcd #e8efcd #c5d883;
}

#topsearch:focus {
	background: #F4F8E9;
}

#productDateAvailable {
	color: #C00;
	font-size: 18px;
	font-weight: bold;
}

a.selected-text {
	color: #7C6336;
	display: block;
	/*background-color: #E8EFCD;*/
}

a.not-selected-text {
	text-decoration: none;
	color: #617C36;
}

.not-selected-text a:link {
	text-decoration: none;
}

.not-selected-text a:visited {
	text-decoration: none;
}

.not-selected-text a:hover {
	text-decoration: none;
	color: #7C6336;
}

.not-selected-text a:active {
	text-decoration: none;
}

a.parent-text, a.category-links {
	color: #617C36;
}

/*#catGroup85_47_48 {
	margin-left: 15px;
}*/

/*---Form Custom Styles---*/

fieldset.round {
	background-color: #E8EFCD;
	border-radius: 8px;
}

fieldset.round legend {
	background: #6F8E3E;
	color: white;
}

fieldset.round ul {
	list-style-type: none;
	margin: 10px 0;
}

fieldset.round li {
	margin: 10px 0;
}

fieldset.round label {
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

fieldset.round input {
	width: 200px;
}

fieldset.round select {
	/*width: 200px;*/
}

#gender-male, #gender-female, #email-format-html, #email-format-text {
	width: auto;
}

fieldset.round li.genderselect {
	padding-right: 142px;
	text-align: right;
}

/*---Social Media Box---*/

.socmedbox {
	height:25px;
	padding: 15px 0 0 20px;
	text-align: center;
	width: 225px;
	margin: 0 auto;
}

.coffee_specials {
	border-top: 1px solid #CCC;
	display: block;
	margin-top: 8px;
	padding-top: 8px;
}
