/* 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 4813 2006-10-23 02:13:53Z drbyte $
*  Modified portions copyright 2009 kdwebpagedesign.com
*/

body {
font-family: verdana, arial, sans-serif;
color: #515151;
font-size: 11px;
}

table#workaround {
border: 0px;
border-collapse: collapse;
width: 931px;
margin-right: auto;
margin-left: auto;
}

#searchTop {}
.search {
border: 1px solid #486091;
width: 184px;
height: 18px;
font-size: 11px;
font-family: verdana, helvetica, sans-serif;
color: #515151;
padding: 0px;
margin: 0px 0px 6px 0px;
}
#searchContent {
margin-bottom: 6px;
}
#searchHeading {
margin-bottom: 6px;
}
#search {
border-bottom: 1px solid #9c9c9c;
}

#whosonline {
border-bottom: 1px solid #9c9c9c;
margin-bottom: 6px;
}
#whosonlineContent {
padding-top: 6px;
padding-bottom: 6px;
}

h3.leftBoxHeading, h3.rightBoxHeading {   
background-color: #8f9ebc;
font-size: 12px;
color: #ffffff;
text-align: center;
line-height: 23px;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
}
.leftBoxHeading a, .rightBoxHeading a {
color:#ffffff;
text-decoration: none;
}
.leftBoxHeading a:visited, .rightBoxHeading a:visited {
color:#ffffff;
text-decoration: none;
}
.leftBoxHeading a:hover, .rightBoxHeading a:hover {
color: #ffffff;
text-decoration: underline;
}
.leftBoxHeading a:active, .rightBoxHeading a:active {
color:#ffffff;
text-decoration: none;
}

input:focus, select:focus, textarea:focus {
   background:#e0e8ef; /* background color for input boxes, light blue default */
   }  
.messageStackWarning, .messageStackError {
   background:#990000;  /* background color for warning messages, red default */
   }
.messageStackSuccess {
   background:#929292;  /* background color for success messages, grey default */
   }
.messageStackCaution {
   background:#FFFF99;  /* background color for caution messages, yellow default */
   }  
#cartSubTotal, h2.centerBoxHeading, {
   background: #8f9ebc; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
   }
.rowOdd {
background-color: #dfdfdf;
}
TR.tableHeading {
   background:#cacaca; /* background color for various table headings (including shopping cart heading), medium grey default */
   }  
.rowEven {
   background:#F0F0F0;  /* background color for even listings, very light grey default */
   }  

#navEZPagesTop {
   background:url("../images/ezbg.gif") repeat-x;  /* grey background image behind ezpages section */
   }  
#topheader {
   background-color: #0579b6;
   border-width:3px;
   border-color:#ffffff;
   border-style:double;
   padding:1px;
   text-align: center;
   }

#contentMainWrapper {
background-color: #ffffff;
}

#contentMainWrapperb {}
   

   
/* font color changes */


a:link {
color: #515151;
text-decoration:none;
}
a:visited {
text-decoration:none;
color: #515151;
}
a:hover {
color: #8f9ebc;
text-decoration:none;
}
a:active {
text-decoration:none;
color: #515151;
}


#navMainWrapper {
background-color: #486091;
height: 29px;
width: 931px;
}
#navMain {
font-size: 12px;
color: #ffffff;
font-weight: normal;
float: right;
}
#navMain ul {
float: right;
list-style: none;
color: #ffffff;
margin: 7px 0px 0px 0px;
padding: 0px;
font-size: 12px;
}
#navMain li {
display: inline;
color: #ffffff;
font-size: 12px;
}
#navMain a {
text-decoration: none;
font-weight: normal;
color: #ffffff;
font-size: 12px;
}
#navMain a:visited {
text-decoration: none;
font-weight: normal;
color: #ffffff;
font-size: 12px;
}
#navMain a:hover {
text-decoration: underline;
font-weight: normal;
color: #ffffff;
font-size: 12px;
}
#navMain a:active {
text-decoration: none;
font-weight: normal;
color: #ffffff;
font-size: 12px;
}












   #tagline {
   color:#333333; /* tagline text color */
   }
   #productPrices {
   color:#9F1C00; /* color of price */
   }
   .productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
   color:#990000; /* color of sale prices and alerts */
   }
   .messageStackWarning, .messageStackError {
   color:#ffffff; /* color of warning message text */
   }



#headerWrapper {
float: left;
width: 931px;
}
#logoWrapper {
width: 931px;
}
#logo {
float: center;
text-align: center;
}

#taglineWrapper {
   width:75%;
   float:left;
   }
#tagline {
   font-size:1.1em;
   font-weight:bold;
   text-align:center;
   padding:25px 8px 35px 8px;
   }
   #navEZPagesTop {
   font-weight:bold;
   width:auto;
   padding:7px 0;
   }
#navEZPagesTop a {
   padding:0 8px;
   }

.outer {
padding-left: 206px; /* Same width as margin-left for the float-wrap div */
}
   .inner {
   width: 100%;
   }
.float-wrap {
   float: left;
   width: 97%;
   margin-left: -206px; /* Same length as .outer padding-left but with negative value */
   }

#content {
float: right;
margin-right: -213px; /* Same length as .outer padding-left but with negative value */
width: 100%;
line-height:1.6;
position: relative; /* IE needs this  */
}

.contentWrap{
   padding: 5px 0 5px 5px;
   }

#navColumnOne { 
float: left;
position: relative; /* IE needs this  */
margin-left: 6px;
}

#navColumnTwo {   
float: right;
margin-right: -206px; /* This negative margin-right value is in this example the same as the right column width. */  
position: relative; /* IE needs this  */
   }
   /* end wrappers - page or section containers*/


a img {  
border:none; 
   }
   ul, ol {
   text-align:left;
   padding-left:25px;
   margin-left:10px;
   margin-bottom:10px;
   }
h1 {
   font-size:1.3em;
   }
h2 {
   font-size:1.2em;
   }
h3 {
   font-size:1.1em;
   }
h4, h5, h6, h4.optionName, LEGEND, ADDRESS,  .larger {
   font-size:1.0em;
   }
   LEGEND {
   color:#333;
   }
.biggerText {
   font-size:1.1em;
   }
h1, h2, h3, h4, h5, h6 {
   margin:.3em 0;
   }
CODE {
   font-family:tahoma, arial, verdana, helvetica, sans-serif;
   font-size:1em;
   }

form, select {
display:inline;
}

   option {
   padding-right:.5em;
   }

INPUT{}

html>/**/body input[type=checkbox], html>/**/body input[type=radio] {
   float:left;
   clear:both;
}
   html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel {
   margin:0 .2em .5em 0;
   float:left;
   }
   .ratingRow input[type=radio]{
   float:none;
   margin:0 .5em;
   }
TEXTAREA {
   margin:auto;
   display:block;
   width:95%;
   }
FIELDSET {
   padding:.5em;
   margin:.5em 0;
   border:1px solid #cccccc;
   }
LEGEND {
   font-weight:bold;
   padding:.3em;
   }
h4.optionName {
padding-right:1em;
   }
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
   float:left;
   }
LABEL.inputLabel {
   width:90%;
   float:left;
   margin:.3em;
   } 
LABEL.inputLabelPayment {
   width:15em;
   float:left;
   padding:.5em;
   }
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
   width:12em; 
float:left;
   }
ADDRESS {
   font-style:normal;
   padding-right:40px;
   }
.clearBoth {
   clear:both; 
height:0;
   font-size:0;
   line-height:0;
   }
   .clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }

/* .clearfix {display: inline-block;} */
/* Hides from IE-mac \*/
/* * html .clearfix {height: 1%;} */
/* .clearfix {display: block;} */
/* End hide from IE-mac */

HR {
   height:1px;
   margin:.5em 0;
   border:none;
   border-bottom:1px solid #9a9a9a;
   }
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
   padding:.2em;
   }
   /* product info page css */
#cartAdd {
   width:125px;
   text-align:center;
   margin:10px auto;
   float:right;
   padding-right:10px;
   }
   #cartAdd input {
   margin:.3em 0 0 0;
   }
#productDescription {
   border:1px solid #bfbfbf;
   margin-top:20px;
   clear:both;
   }
#rightFloat {
   float:left;
   width:45%;
   }
   #leftFloat {
   float:left;
   text-align:center;
   }
   #productDetailsList {
   float:left;
   }
   ul#productDetailsList { 
}
#productAttributes {
   width:100%;
   float:left;
   border:1px solid #bfbfbf;
   padding-left:5px;
   margin:5px 0 0 10px;
   }
#productImage {
margin: 0px 14px 24px 0px;
text-align: center;
}
.imgLink {
   text-align:center;
   margin:0 auto;
   display:block;
   width:100%;
   }
#friendReview {
   width:206px;
   padding:15px 0 10px 0;
   float:left;
   clear:left;
   text-align:left;
   }
   .reviewCount {
   float:left;
   padding-left:2px;
   }
   #productReviewLink {
   padding:5px 0;
   }
   .wrapperAttribsOptions {
   line-height:2em;
   width:auto;
   float:left;
   }
   .wrapperAttribsOptions h4 {
   padding-right:15px;
   }  
/* end product info page css */
/* css for top menu tabs */


   /* end css for top menu tabs */
   .navNextPrevWrapper {
   margin-bottom:1em;
   }
   .navPrevCounter {
   font-size:.9em;
   }

.navNextPrevList {
display: inline;
white-space: nowrap;
padding: 12px 6px 12px 0px;
list-style-type: none;
position: relative;
}  

#navSuppWrapper {}
#navSupp {}
#navSupp ul {}  
#navCatTabs ul {}
#navSupp li, #navCatTabs li {}
#navSupp ul li a, #navCatTabs ul li a {}

#navEZPagesTOCWrapper { 
font-weight:bold;
   float:right;
   height:1%;
   border:1px solid #000000;
   }
#navEZPagesTOC ul {
   padding: .5em 0;
   list-style-type:none;
   line-height:1.5em;
   }
#navEZPagesTOC ul li {
   white-space:nowrap;
   }
#navEZPagesTOC ul li a {
   padding:0 .5em;   
}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
   margin:.5em;
   }





   #navBreadCrumb {
   text-align:left;
   line-height:1.6em;
   font-size:.95em;
   padding:.2em 0;
   } 

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align:top;
}

#productDescription, .shippingEstimatorWrapper {
   padding:.5em;
   }
.important {
   font-weight:bold;
   padding:.5em;
   }
.gvBal {
   float:right;
   }
   #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
   padding:.8em;
   }
         .smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
   font-size:.9em;
   }
   #siteinfoLegal {
   padding-bottom:1em;
   clear:both; 
}
.tableHeading TH {
   border-bottom:1px solid #cccccc;
   }
#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:.5em 0 0;
   }
   #cartProdTitle {
   text-align:center;
   }
.cartUnitDisplay, .cartTotalDisplay {
   text-align:center;
   padding-right:.2em;
   }
   .cartRemoveItemDisplay input[type=checkbox] {
   float:none;
   margin-bottom:1em;
   }
#scUpdateQuantity {
   width:1.8em;
   }
   #scProductsHeading {
   padding-left:2em;
   }
.cartQuantity {
   width:4em;
   }

.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;
   padding-right:10px;
   }

.cartRemoveItemDisplay {
   width:5em;
   }

.cartAttribsList {
   margin-left:1em;
   }

#mediaManager {
   width:50%; 
   margin:.2em;
   padding:.5em;
   }

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

.orderHistList {
   margin:1em;
   padding:.2em 0;
   }

#ezPageBoxList li{
   padding:.2em 0;
   } 

 #cartBoxEmpty, #cartBoxVoucherBalance { 
   font-weight:bold;
   }

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

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

.amount {
   width:5.5em;
   }
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
   margin:.5em 1em 0 0 ;
   }
#cartImage {
   margin:.5em 1em;
   }
.attribImg {
   width:20%;
   margin:.3em 0;
   }

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
   margin:1em 0;
   }

.centerBoxContentsProducts {
   margin:0 auto;
   text-align:center;
   width:95%
   }
   

h2.centerBoxHeading {
   margin:5px auto;
   padding:.5em 0;   
text-align:center;
   line-height:normal;  
width:100%;
color: #ffffff;
   }

.sideBoxContent {}
   .sideBoxContent ul {
   text-align:left;
   list-style-type:none;
   padding:0 0 0 0px!important;
   margin:0!important;
   }
.sideBoxContent li {
   }
#categoriesContent, #documentcategoriesContent {
   text-align:left;
   padding-left:0px;
   }
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
   text-align:center;
   }
.productListing-data img {
padding:10px;
   }
#upProductsHeading {
   text-align:left;
   }
#upDateHeading {
   text-align:right;
   }
/*misc*/
.back {  float:left;
   }
.forward, #shoppingCartDefault #PPECbutton {
   float: right;
   }

.bold {
   font-weight:bold;
   }

.rowOdd {
   height:1.5em;
   vertical-align:top;
   }
.rowEven {
   height:1.5em;
   vertical-align:top;
   }
.hiddenField {
   display:none;
   }
   .visibleField {
   display:inline;
   }
#accountLinksWrapper li {
   padding:.5em 0;
   display:block;
   list-style:none;
   } 
.accountTotalDisplay, .accountTaxDisplay {
   width:20%;
   text-align:right;
   }
.accountQuantityDisplay {
   width:10%;
   vertical-align:top;
   }
TR.tableHeading {
   height:2em;
   }
#siteMapList {
   width:90%;
   float:right;
   }

.ratingRow {
margin:1em 0 1.5em 0;
   }
LABEL#textAreaReviews {
   font-weight:normal;
   margin:1em 0;
   }
   .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;
	}
   .smallProductImage {
   padding:1em;
   }
#sendSpendWrapper {
   border:1px solid #cacaca;
   float:right;
   margin:0 0 1em 1em;
   }
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
   width:46%;  
   }

/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */

#productMainImage {
   float:left;
   background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
   background: url("../images/shadow.gif") no-repeat bottom right;
   margin: 10px 0 0 10px !important;
   margin: 10px 0 0 5px;
   }

#productMainImage img {
   display: block;
   position: relative;
   background: #ffffff;
   margin: -3px 6px 6px -3px;
   border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
   padding: 4px;
   }
/* end css for product image drop shadow */


/* Additions */

.centerColumn { width: 100%; }

body {
background-image: url(http://www.baysbeautyskincare.com/includes/templates/cherry_zen/images/bgd.jpg);
background-repeat: repeat-x;
margin-top: 30px;
margin-bottom: 30px;
padding: 0px;
}
body#popupImage {
background-image: none;
background-color: #ffffff;
}

#footer {
border-top: 6px solid #8f9ebc;
background-color: #dddddd;
}
#footerlinks {
font-family: verdana, helvetica, sans-serif;
font-size: 10px;
color: #515151;
line-height: 14px;
}
#footerlinks a:link {
font-size: 10px;
color: #515151;
text-decoration: none;
}
#footerlinks a:visited {
font-size: 10px;
color: #515151;
text-decoration: none;
}
#footerlinks a:hover {
font-size: 10px;
color: #515151;
text-decoration: underline;
}
#footerlinks a:active {
font-size: 10px;
color: #515151;
text-decoration: none;
}

.leftBoxContainer {
border-top: 1px solid #9c9c9c;
border-right: 1px solid #9c9c9c;
border-left: 1px solid #9c9c9c;
margin-top: 6px;
}
.sideBoxContent {}

#indexDefaultMainContent {
width: 706px;
}

#ProductDescriptionHeader1 {
background-color: #8f9ebc;
}
#ProductDescriptionHeader2 {
background-color: #8f9ebc;
}
#ProductDescriptionHeader3 {
background-color: #8f9ebc;
}
#ProductDescriptionHeader4 {
background-color: #8f9ebc;
}
