/**
 * 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 $
 */



body {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 64.5%;
	color: #000000;
	background: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-color: #FFFFFF;
	}

* { behavior: url(iepngfix.htc) }
	
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #d6447a;
	text-decoration: none;
	}
 
a:visited {
	color: #d6447a;
	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: #957c97;
	}

a:active {
	color: #957c97;
	}

a:link.currentPageTOC, a:visited.currentPageTOC, a:hover.currentPageTOC, a:active.currentPageTOC {
	font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, ADDRESS, legend, .larger{
	font-size: 1em;
	}
	
	.sideBoxContent {
	background-color:white;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 10px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.2em;
      }

.biggerText {
	font-size: 1.4em;
	}

.slightlybiggerText {
	font-size: 1.2em;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	}

FIELDSET {
        font-size: 1.2em;
        padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #715074;
	}

FIELDSET.noFontAlter {
        font-size: 1.0em;
        padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #715074;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
      color: #000000;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: right;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P       {
	padding-right: 0.5em;
        padding-left: 0.5em;
        margin-top: 0.2em;
        margin-bottom: 0.7em;
	}

P.note  {
	padding-right: 0.5em;
        padding-left: 0.9em;
        margin-top: 0em;
        margin-bottom: 0.7em;
	}
P.abovenote  {
	padding-right: 0.5em;
        padding-left: 0.5em;
        margin-top: 0em;
        margin-bottom: 0.1em;
	}

ADDRESS {
        font-style: normal;
        padding: 0.5em;
	}

ADDRESS.plus {
        font-size: 1.2em;
        font-style: normal;
        padding: 0.5em;
	}

.clearBoth {
	clear: both;
	}

ul.one {
	list-style-type: square;
        margin-top: 0.4em;
        margin-bottom: 0.7em;
	}

ol.one {
        margin-top: 0.4em;
        margin-bottom: 0.7em
	}

HR      {
	height: 1px;
	margin-top: 0.5em;
	border-bottom: 1px solid #D6447A;
	}

#ad-column-container-140{width:140px;margin:0 auto;text-align:center;}
#ad-box-140-1{width:140px;margin:8px 0 8px 0;}
#ad-box-140-2, #ad-box-140-3, #ad-box-140-4{width:140px;margin:0 0 8px 0;}



/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	}

.messageStackWarning, .messageStackError {
	color: #C00000;
	}

.messageStackSuccess {
	color: #059705;
	}

.messageStackCaution {
	color: #C00000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: transparent;
	text-align: left;
        width: 960px;
	vertical-align: top;
   	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
		}
	
	#logo{
	background-image: url(../images/header-252x98.png);
	float: left;
		height:98px;
		width: 252px;
		background-repeat: no-repeat;
	}
	
#contentMainWrapper {
background-color:#FFFFFF;padding-top: .50em;padding-bottom: .50em;}

/* bg was: background: url(../images/mainbg.jpg); */


#headerWrapper {
  	margin: 0em;
	padding: 0em;
	background: none;
      }

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
	
	
#shopcart{background: url(../images/cart.gif);background-position: top;background-repeat: no-repeat;
background-color: #d6447a;color: White;}

#tagline {
      position: relative;
	color: #FFFFFF;
	font-size: 2em;
	text-align : left;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #715074;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto {
	font-size: 1.2em;
        padding-right: 1.0em;
        margin: 0;
	width: 46%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/
.navNextPrevWrapper {
      padding: 0em 0em 1em 0em;
      }

.navSplitPagesResult {
      padding: 1.5em 0em 1.5em 0em;
      }

.navSplitPagesLinks {
      padding: 1.5em 0em 1.5em 0em;
      }

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 1em;
	list-style-type: none;
	}

#navMainWrapper {
	margin: 0em;
      padding: .60em 0em 0.1em 0em;
      background-color: #715074;
      background-image: url(../images/nav_back.gif);
	font-weight: bold;
      font-size: 12px;
	color: #000000;
	width: 960px;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
      padding: .60em 0em 0em 0em;
      background-color: #808080;
      background-image: url(../images/nav_back.gif);
	font-weight: bold;
      font-size: 11px;
	color: #000000;
      height: 26px;
	width: 960px;
      }

#navEZPagesTop {
      background-image: url(../images/nav_back.gif);
      margin: 0em;
      padding: 1em 0em 0em 0em;
      background-color: #C0C0C0;
      font-size: 10px;
	font-weight: bold;
      text-align: center;
      height: 21px;
	width: 100%;
	}

.navBottom {
      margin: 0em;
      width: 796px;
      height: 5px;
      font-size: 5px;
      }

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	}

#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 1.25em;
margin: 0;color: #FFFFFF;}
/* Padding left and right was 0.25em */

#navEZPagesTOCWrapper {
	margin: 0;
        padding-bottom: 0.5em;
	width: 100%;
        float: right;
	height: 1%;
	border: 1px solid #715074;
        font-size: 1.1em;
	}

#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;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	
	}

#navBreadCrumb {
      font-weight: bold;
	  height:20px;
	  padding-left: 10px;
	        }

#navColumnOne {
	background-color: #FFFFFF;
      padding: 0.25em;
	}

#navColumnTwo {
	background-color: #FFFFFF;
      padding: 0.25em 0.50em .25em 0.25em !important;
      padding: 0.25em;
      }

/*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: #0000FF;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.95em;
        padding: .25em;
	}

#logoffDefaultMainContent, #gvFaqDefaultMainContent, #gvFaqDefaultContent, #checkoutShippingContentChoose, #checkoutSuccessLogoff, #checkoutSuccessOrderNumber, #checkoutSuccessOrderLink, #checkoutSuccessContactLink, #createAcctSuccessMainContent {
        font-size: 1.2em;
        }

/*Product Listing*/
.productListing-data {
      border-top: 1px solid #000000;
      padding: 0.50em 0em 0.50em 0em;
      }


/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #715074;
	padding: 1em;
	}

.tableHeading TH {}

#cartSubTotal {
	border-top: 2px solid #715074;
	font-size: 1.2em;
        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   {
	font-size: 1.2em;
        border-top: 1px solid #715074;
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
      font-weight: bold;
	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;
	}

#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;
	}



.centerBoxHeading {
			margin: 0em;
	background-color: #D6447A;
      background-image: url(../images/mainbox_back.gif);
	padding: 0em;
      line-height: 25px;
		color: White;
	}
      

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #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 {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #C0C0C0;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.buttonRow {
	font-size: 1.2em;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	}

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
	}

#prevOrders {
      font-size: 1.1em;
      border: 1px solid #715074;
      padding: 0.25em;
      }

TR.tableHeading {
	height: 2em;
	}

#siteMapList {
	font-size: 1.2em;
        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;
	}
	
	/*sideboxes*/
.columnLeft, .columnRight {
background: #715074;
 background-image: url(../images/sidebar.jpg);
padding-top:5px;
}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading a:visited, h3.leftBoxHeading a:hover, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading a:visited, h3.rightBoxHeading a:hover {
      margin: 0em;
	font-size: 1em;
	color: #ffffff;
	background-image: url(../images/box_back.gif);
	}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #D6447A;
      background-image: url(../images/box_back.gif);
	padding: 0em;
      line-height: 25px;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
margin-bottom: 1em
	background-color: #ffffff;
	border: 1px solid #ffffff;
	width: 100%;
	
	

	}

.rightBoxContent, .leftBoxContent, .sideBoxContent {
	background-color: #ffffff;
	padding: 0.5em;
      font-size: 1.1em;
	}

	
/* Snazzy rounded corners */
.xsnazzy h1, .zsnazzy h1 {
margin:0; 
font-size:1.2em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #ffffff;
}

.xsnazzy p, .zsnazzy p {
margin:0; 
padding:5px 10px; 
font-size:10px;
}

.xsnazzy {
background: transparent; 
width:240px; 
float:right; 
margin: 1em 0 1em 0;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}

.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #fff;
border-right:1px solid #fff;
}

.xb1 {
margin:0 5px; 
background:#715074;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #ffffff; 
border-width:0 1px; 
height:auto;
background-color: white
}

* html .xboxcontent {
height:1px;
}

.color_a {
background:#D6447A;
color:#fff;
 background-image: url(.../images/nav_back.gif);
}

.color_b {
background:#D6447A; 
color:#715074;
background-image: url(.../images/nav_back.gif);
height: 37px;
}
.color_c {
background:#D6447A; 
color:#fff;
background-image: url(.../images/nav_back.gif);
}
.color_d {
background:#D6447A; 
color:#715074;
background-image: url(.../images/nav_back.gif);
}

/* Snazzy rounded corners END */	

/* Your Shopping Cart Text Style */
.ShoppingCartText{
    font-family: Tahoma, Verdana;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
}

.ShoppingCartText a:link, .ShoppingCartText a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ShoppingCartText a:hover, .ShoppingCartText a:active {
    color: #957c97;
    text-decoration: none;
}



