/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 2007-01-01 pronay $
 */

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, sans-serif;
	font-size: 70%;
	color: #ddddee;
	background-color: #637fa7;
	}

p {
	text-align: justify;
	}

a img {
	border: none;
	}

a:link, #navEZPagesTOC ul li a {
	color: #ffffff;
	text-decoration: none;
	}
 
a:visited {
	color: #ffffff;
	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, #shoppingcart h3 a:hover {
	color: #ccccee;
	}

a:active {
	color: #bbbbdd;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.2em;
	}

h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

#shoppingcartContent ul, #ezpagesContent ul, #informationContent ul, #categoriesContent ul, #manufacturerinfoContent ul, #productDetailsList ul {
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 1.4em;
	text-decoration: none;
	list-style-type: none;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6, hr.topFive {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 7px;
	}

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

FORM, SELECT, INPUT {
	width: auto; 
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #ddddee;
	}

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

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, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

.categoryListBoxContents {
	width: 132px;
	float: left;
	text-align: center;
	padding-bottom: 6px;
	margin-bottom: 6px;
	}
	
#logo {
	margin-top: 0px;
	margin-left: 0px;
}

LABEL.inputLabel {
	display: block;
	float: left; 
	width: 150px; 
	padding: 1px 7px 0 0;
	margin: 3px 7px 0 0;
	text-align: right;
	}

LABEL.inputLabelPayment {
	display: block;
	float: left; 
	width: 15em; 
	padding: 1px 7px 0 0;
	margin: 3px 7px 0 0;
	text-align: right;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	display: block;
	float: left; 
	width: 12em; 
	padding: 1px 7px 0 0;
	margin: 3px 7px 0 0;
	text-align: right;
	}

P, ADDRESS {
	margin: 0;
	padding: 5px 0px;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #6298B7;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.5em;
	padding: 1em;
	border: 1px solid #6298B7;
	text-align: center;
	color: #111188;
	}

.messageStackWarning, .messageStackError, .messageStackCaution {
	background-color: #BBEE11;
	}

.messageStackSuccess {
	background-color: #6666EE;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #212968;
	text-align: left;
	width: 760px;
	vertical-align: top;
	}

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

#contentMainWrapper {
	width: 760px;
	margin: auto;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#logoWrapper {
	width: 760px;
	height: 110px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	}

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

#tagline {
	width: 678px;
	padding-top: 58px;
	color: #ddddee;
	font-size: 15px;
	text-align: left;
	vertical-align: top;
	float: right;
	line-height: 23px;
	}

#sendSpendWrapper {
	border: 1px solid #CEDAE0;
	float: right;
	margin: 0em 0em 1em 1em;
	}

#sendSpendWrapper, #checkoutBillto, #myAccountShipInfo, #ratesLeft {
	padding-right: 15px;
	width: 255px;
	}

#checkoutShipto {
	padding-right: 15px;
	width: 370px;
	}

#accountLinksWrapper {
	padding-right: 15px;
	}

#checkoutShippingHeadingMethod {
	padding-top: 12px;
	}
	
#ship-freeoptions-freeoptions, #ship-flat-flat {
	float: left;
	}
	
.shipWay {
	width: 360px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	}

.floatingBox {
	padding-right: 10px;
	width: 230px;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}

.navSplitPagesLinks {}

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0;
	padding:  0;
	font-weight: bold;
	color: #ddddee;
	height: 1%;
	width: 100%;
	}

#navMainWrapper, #navSuppWrapper {
	background-color: #637fa7;
	}

#navFootWrapper {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #637fa7;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #ddddee;
	height: 60px;
	width: 100%;
	}
	
#siteinfoLegal, .legalCopyright {
	font-weight: lighter;
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding:  0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;
	}

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 5px;
	margin: 0em;
	color: #ddddee;
	}

#navEZPagesTOCWrapper {
	float: right;
	padding: 0px 15px 15px;
	height: 1%;
	}

#navEZPagesTOC ul {
	margin: 0.6em;
	padding:  0.6em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em;
	margin: 0;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navBreadCrumb {
	/*margin-top: 16px;
	padding-top: 16px;*/
	background-image: url(../images/centercolumn_capsule.gif);
	background-repeat: no-repeat;
	/*background-position: center;*/
	font-size: 0.95em;
	font-weight: bold;
	padding: 0.5em 0 0.5em 1.5em;
	margin: 0.5em 0 0.5em 1.5em;
	}

#navEZPagesTop {
	background-image:url(../images/fullwidth_capsule.gif);
	/*background-repeat:no-repeat;*/
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em 0 0.5em 1.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: #212968;
	}


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

.shippingEstimatorWrapper {
	font-size: 1.2em;
	padding: 0.5em;
	}

#productDescription {
	padding: 0;
	}

#freeShippingIcon {
	margin-bottom: 10px;
	margin-top: 10px;
	}

.alert {
	color: #ddddaa;
	}
	
.advisory {}

.important {
	font-weight: bold;
	}

.content {
	padding-left:10px;
	}
	
.notice {}

.rating{}

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

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

/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	margin: 1em;
	border: 1px solid #000077;
	padding: 1em;
	background-color: #637fa7;
	}

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

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

#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.7em 0em;
	vertical-align: top;
	}

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

.cartOldItem {
	color: #eeeecc;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	padding: 0.2em 0em;
	text-align: right;
	margin-right: 1em;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList ul li {
	margin-left: 1em;
	list-style-type: none;
	}

#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, ul.cartAttribsList {
	margin: 0.6em;
	list-style-type: none;
	}

#ezPageBoxList li {
	margin: 0;
	padding: 0.2em 0em;
	} 

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

.lineTitle {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	width: 350px;
	}

#myAccountProducts, .accountProductDisplay, .accountOrder {
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
	width: 360px;
	}

TD.orderDate, TD.orderNumber {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	width: 70px;
	}

TD.orderShipto, TD.orderStatus, TD.orderTotal, TD.orderView {
	text-align: left;
	vertical-align: top;
	padding-right: 7px;
	}

.amount {
	text-align: left;
	vertical-align: bottom;
	padding-right: 10px;
	width: 70px;
	}

.tenRight, #myAccountProducts, #myAccountQuantity, #myAccountTotal, .accountQuantityDisplay, .accountProductDisplay, .accountTotalDisplay {
	padding-right: 10px;
	vertical-align: top;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 10px 10px 10px 0px;
	}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	}

.productListing-heading {
	text-indent: 10px;
	}

.attributesComments, .ProductInfoComments {
	font-weight: bold; 
	text-indent: 30px;
	}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
td.columnLeft {
	vertical-align: top;
	}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label, #shoppingcart h3 a {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #ddddee;
	margin-top: 0px;
	padding-top: 7px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
	color: #dd0000;
	text-decoration: none;
	} 
	
.itemTitle {
	padding: 0;
	margin: 0;
	} 

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-image:url(../images/sidebox_top.gif);
	background-repeat:no-repeat;
	padding: 0.5em 0.2em;
	}

.centerBoxHeading {
	margin: 0em;
	background-image:url(../images/title_bg.gif);
	background-repeat:no-repeat;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	background-image:url(../images/sidebox_middle.gif);
	background-repeat:repeat-y;
	margin-top: 0.9em;
	}

.sideBoxContent {
	background-image:url(../images/sidebox_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0.4em;
	margin-bottom: 0px;
	}

.centeredContent, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navNextPrevWrapper, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	
#navEZPageNextPrev {
	float: right;
	padding-top: 12px;
	margin-top: 12px;
	padding-right: 20px;
	}

.productListing-data {
	text-align: left;
	padding-left: 1em;
	margin-left: 1em;
	padding-bottom: 3px;
	margin-bottom: 3px;
	}

.productListing-even, tr.productListing-odd {
	vertical-align: top;
	}

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

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

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

#bannerboxHeading {
	/*background-color: #0000CC;
*/}

#upProductsHeading, #seProductsHeading, .cartQuantity, .accountQuantityDisplay, #scQuantityHeading, #ccQuantityHeading {
	text-align: left;
	padding-left: 7px;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	padding-right: 12px;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

TD.bold {
	padding-top: 7px;
	}

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

.rowEven {
	background-color: #474d82;
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

.captionPhoto {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0px 0px 12px;
	}

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

.accountTotalDisplay, .accountTaxDisplay {
	width: auto;
	}

.accountQuantityDisplay {
	width: 80px;
	}

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

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#infoShoppingCart, #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	margin: 20px;
	font-size: 80%;
	background-color: #212968;
	}

#popupImage {
	margin: 3px;
	background-color: #212968;
	}

img.kathrynPic {
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

cvvHelp img, img.marginRight { 
	float: left;
	margin: 0px 15px 0px 0px;
	}

img.marginLeft { 
	float: right;
	margin: 0px 0px 0px 15px;
	}

img.marginBot { 
	float: right;
	margin: 0px 0px 15px 0px;
	}

td.vertLine { 
	width: 1px;
	background-color:  #CEDAE0;
	}

td.dotLead { 
	background-image:url(../images/dot_lead.gif);
	background-repeat: repeat-x;
	}

td.marginLeft, th.marginLeft {  
	padding-left:  20px;
	width: 49%;
	}

p.nudgeRight {
	margin: 7px;
	padding: 7px;
	}

#ezppList ul li {
	width: 225px;
	margin: 7px 7px 7px 7px;
	list-style-position: inside;
	white-space: pre;
	}

.clearLeft {
	clear: left;
	}

.clearRight {
	clear: right;
	}

.testimonyLabel {
	width: 80px;
	text-align: left;
	float: left;
	padding-left: 133px;
	margin-bottom: 10px;
	}

#reviewsInfoDefaultDate {
	width: 260px;
	text-align: left;
	padding-right: 12px;
	margin-top: 12px;
	margin-left: 12px;
	}

.testimonyQuote {
	text-align: justify;
	margin: 10px 0px 0px;
	}

.mainPageleft { 
	margin: 0px 0px 15px 0px;
	float: left;
	}

.mainPageright { 
	width: 380px;
	float: right;
	}

IMG.mainPage {
	margin-bottom: 10px;
	}

.wrapTop { 
	background-image:url(../images/wrap_top.gif);
	background-repeat:no-repeat;
	}

TD.wraptopAdl { 
	background-image:url(../images/wr_top_adl_img.gif);
	background-repeat:no-repeat;
	height: 20px;
	}

TD.wraptopCat { 
	background-image:url(../images/wr_top_cat.gif);
	background-repeat:no-repeat;
	}

.indentThirty {
	padding-left: 30px;
	padding-right: 30px;
	}

.wrapMid { 
	background-image:url(../images/wrap_mid.gif);
	background-repeat: repeat-y;
	}

TD.addCart {
	text-align: center;
	background-image: url(../images/add_mid.gif);
	background-repeat: repeat-y;
	width: 185px;
	height: 20px;
	}

TD.addTop {
	background-image: url(../images/add_top.gif);
	background-repeat: no-repeat;
	width: 185px;
	}

TD.addBottom {
	background-image: url(../images/add_btm.gif);
	background-repeat: no-repeat;
	width: 185px;
	height: 20px;
	}

#ccacceptContent {
	text-align: center;
	padding-bottom: 10px;
	}

TABLE.massageTherapist {
	background-image: url(../images/mainpage/kat_bg.gif);
	background-repeat: no-repeat;
	width: 172px;
	border: 0;
	margin-right: 22px;
	float: left;
	cell-spacing: 0;
	cell-padding: 0;
	}

.maxHeadroom {
	margin-top: 20px;
	padding-top: 20px;
	}

.nudgeUp { /* Crucial for photo on Contact page */
	position: relative;
	margin-top: -50px;
	margin-bottom: 0px;
	height: 255px;
	}

#ezPageDefault {
	font-size: 120%;
	}
