/**
 * 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 $
 */
 

body {
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 90%;
	color: #FFFFFF;
	background-image: url(../images/lightsbg.gif);
	}

a img {border: none; }

a:hover img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #FF6699;
	text-decoration: none;
	}
 
a:visited {
	color: #cc3366;
	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: #66ffcc;
	border-bottom: 4px dotted;
	}

a:active {
	color: #FFFFFF;
	}

h1 {
	font-size: 1.4em;
	}

h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger {
	font-size: 1.1em;
	}

.sideBoxContent {
	font-size: 1.1em;
	}
	

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
	}
	

.style2 {
	color: #FFFFFF;
	font-size: 1.0em;
}

.style3 {
	color: #FF6699;
	font-weight: bold;
	font-size: 1.1em;
}

.style4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.0em;
}

.style5 {
	color: #FFFFFF;
	font-size: 0.7em;
}

.style6 {
	color: #FFFFFF;
	font-size: 0.9em;
}

.style7 {
	color: #FF0066;
	font-size: 0.9em;
}

.style8 {
	color: #FF6699;
	font-size: 0.8em;
}

.style9 {
	color: #FFFFFF;
	font-size: 0.8em;
}
	
div.blackdash {

      border-width: 4x;

      border-color: #000000;

      border-style: dotted;
	  }

div.green {
	border: 4px dotted #CCFF66;
	width: 450px;
	margin: auto;
	padding: 5px;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 0.9em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display:block;
	width: 98%;
	}

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: 1.5em;
	padding: 0.2em;
	text-align: left;
	}
	
h4.optionName, .attribsRadioButton, .wrapperAttribsOptions {
	color: #000000;
	}


LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	text-align: left;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
#logo {
	width: 100%;
	margin:0;
	float: left;
	}
	
#headerBackground {
	text-align:center;	
	}	

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;
	}
	
.clearLeft {
	clear: left;
	}
	
.clearRight {
	clear: right;
	}

HR {
	color: #000000;
	background-color: #000000;
	border-bottom: #66FFCC 6px dotted;
	border-top: none;
	border-right: none;
	border-left: none;
	margin: auto;
	padding: 3px 0px;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background: url(../images/lightborderbg.png) repeat-y;
	text-align: left;
	width: 932px;
	vertical-align: top;
	padding: 0px;
	}

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
	

#headerWrapper br {line-height:0} 

#logoWrapper {
	margin: -34px auto 0 auto;
	padding: 0em;
	background-image:url(../images/unzip.gif);
	background-repeat:no-repeat;
	width:880px;
	height:260px;
	}

#logoWrapper:hover {
	margin: -34px auto 0 auto;
	padding: 0em;
	background-image:url(../images/zip.gif);
	background-repeat:no-repeat;
	width:880px;
	height:260px;
	}

#navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	}
	
#navColumnOneWrapper {
	margin: 0px;
	width: 200px;
	padding: 0;
	}

#taglineWrapper {
	width:100%;
	}
		
#tagline {
	color: #FF0066;
	font-size: 1.0em;
	font-weight: bold;
	padding: 125px 5px 0px 200px;
	line-height: 1.1em;
	text-shadow: 0.1em 0.1em 0.1em black;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	padding: 0.3em;
	margin: 2.0em 0.3em 0.3em 0.3em;
	text-align: left;
	font-size: 0.9em;
	background-color:#ccff66;
	}
	

/*navigation*/

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0 0 0 26px;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 880px;
	}
	
#navMainWrapper {
	margin: 0px 0 0 26px;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 880px;
	}
	
#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  5px 0px 10px 0px;
	list-style-type: none;
	text-align: center;
	line-height: 1em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0em;
	margin: 0;
	color: #FF0066;
	white-space: nowrap;
	}
	
#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0 0em;
	color: #FF0066;
	white-space: nowrap;
	}
	
#navMainSearch {
	margin-top: 5px;
	}
	
#navMainSearch input {
	background-color: #666666;
	color: #FFFFFF;
	border: 2px solid #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#navEZPagesTOCWrapper {
	margin: 5px auto 2px auto;
	border: 4px dotted #CCFF66;
	text-align: center;
	width: 280px;
	}

	
#navEZPagesTOC ul {
	margin: 2px;
	padding:  0.5em 0em;
	list-style-type: none;
	font-size: 0.8em
	}


#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em 1em 0.5em 1em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	margin-top:-2px;
	margin-left:-20px;
	font-size: 0.95em;
	font-weight: bold;
	padding: 0.5em 1.5em 0.5em 1.5em;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: -4.7em 0 0 0.8em;
	padding: 0 0 0.5em 1.5em;
	color: #000000;
	}
	
#headerWrapper {
	background-image:;
	background-repeat:no-repeat;
	background-position:bottom left;
	padding: 0em;
	}

#navColumnOne {
	margin: 0px;
	width: 200px;
	padding: 0;
	}

#navColumnTwo {
	padding-right:0px;
	background-color: #ffffff;
	}

#catBoxDivider {
	color: #ffffff;
	background-color: #ffffff;
	border-bottom: #66FFCC 6px dotted;
	width: 145px;
	float: left;
	margin: auto;
	padding: 3px 0px;
	}

/*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;
	}

.important {
	font-weight: bold;
}

.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	margin: 0px 30px;
	width: 650px;
	padding: 5px 5px 5px 15px;
	}
	

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
	
.categoryIcon {
	padding-left: 5px;
	}

/*Shopping Cart Display*/
#cartAdd {
	padding: 5em 0em 1em 0em;
	margin: auto;
	text-align: center;
	}

.tableHeading TH {
	border-bottom: 1px solid #000000;
	background-color: #333333;
	}

.tableHeading, #cartSubTotal {
	background-color: #333333;
	 }

#cartSubTotal {
	border-top: 1px solid #000000;
	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: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #9900CC;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList { /* for Zen Cart version 1.3.0 - 1.3.0.2 */
	margin-left: 1em;
	text-align: left;
	}
	
.cartAttribsList { //* for Zen Cart versions 1.3.5+ */
	margin-left: 1em;
	text-align: left;
	}

#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 ;
	}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 30%;
	margin: 0.3em 0em;
	padding: 5px;
	font-size: 0.8em;
}




/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
	font-size: 1em;
	color: #000000;
	}

	
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
	color: #66FFCC;
	text-decoration: none;
	} 

.leftBoxHeading, .rightBoxHeading {
	margin: 0 0 0 0px;
	height: 96px;
	background-image:url(../images/sidebar_top.gif);
	background-repeat:no-repeat;
	padding: 0;
	}

.centerBoxWrapper {
	margin: auto;
	/* background-image:url(../images/title_cap_left.gif); */
	background-repeat:no-repeat;
	background-position:top left;
	}

.centerBoxHeading {
	margin: 0;
	height:32px;
	/* background-image:url(../images/title_cap_right.gif); */
	background-repeat:no-repeat;
	background-position:top right;
	padding: 0.2em 0.2em 0em 0.2em;
	font-size: 1.2em;
	color: #FFFFFF;
	}

.leftBoxContainer, .rightBoxContainer {
	margin-top: 1.5em;
	margin-left: 30px;
	}

.sideBoxContent {
	background-image:url(../images/sidebox_content.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin: -12px 0 0 0;
	padding: 0px 24px 60px 24px;
	}

#currenciesHeading {
	}
	
#currenciesContent {
	padding-top: 20px;
	margin-left: 5px;
	}
	
#shoppingcartHeading {
	padding-top: 40px;
	}
	
#shoppingcartContent {
	margin-top: -40px;
	}

#blanksideboxHeading {

	}
	
#blanksideboxContent {
	padding-top: 10px;
	margin-top: -30px;
	}


.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #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;
	}

.productListing-data, .navSplitPagesResult {
	padding: 10px 0;
	}

#cartBoxEmpty, #cartBoxVoucherBalance {
    font-weight: bold;
}

#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;
	}

.orderHistList {
  margin: 1em;
  padding: 0.2em 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: #666666;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #333333;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}

.visibleField {
	display: inline;
}	
	
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
	}

TR.tableHeading {
	background-color: #333333;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: left;
	}

.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;
	color: #000000;
	}
	
.itemTitle {
	font-size: 0.9em;
	font-weight: bold;
	}
	
.listingProductImage {
	border: 2px solid #FFFFFF;
	}

.category-top, .category-products, .category-subs {
	}
	

#ezPageDefault ul li {
	list-style-position: inside;
	text-align: left;
	}
	
#productAttributes {
	width: 455px;
	float: left;
	margin: auto;
	border: 4px dotted #ccff66;
	}

#attribsOptionsText {
	text-align: center;
	}
	
#CartAndAttributesWrapper {
	padding-left: 1em;
	margin: auto;
	}
	
.categoryImg {
	display: none;
	}
	
.categoryListBoxContents img {
	border: 2px solid #FFFFFF;
	}
	
.centerBoxContentsNew img {
	border: 2px solid #FFFFFF;
	}
	
.welcomemain {
	width: 650;
	margin: auto;
	border: 4px dotted #ccff66;
	}
	
.styledef {
	color: #CCFF66;
	font-size: 1.1em;
	font-weight: bold;
	}
	
.stylewelcome {
	background-color: #CCFF66;
	margin: 0px;
	padding: 3px;
	color: #000000;
	} 
	
.slideshow {
	padding: 3px;
	}
	
.attributesComments {
	color: #333333;
	font-size: 1.0em;
	padding-left: 0.7em;
	text-align: left;
	}
/* ---- Article Sidebox ---- */
#staticRSSText {
  font-weight: bold;
}
.staticRSSArticles {
  text-align: left;
  margin: 5px 0 0 0;
  list-style: none;
  font-size: 0.8em;
}
.staticRSSArticle {
  margin: 0;
  /* remove/comment out the following line if using a defined delimiter */
  background: url("../images/icons/bullet-point.gif") 0px 8px no-repeat;
  padding: 0px 0px 2px 8px; 
}

.measure1 {
	color: #FF0099;
	}
	
.measure2 {
	color: #FFCC00;
	}
	
.measure3 {
	color: #99FF00;
		}
		
.measure4 {
	color: #33FFCC;
	}
	
.measure5 {
	color: #CC00CC;
	}
	
.measure6 {
	color: #0000FF;
		}
#askQuestion {
	text-align: center;
	margin: auto;
	padding-left: 1.5em;
	}
	
#productTellFriendLink {
	margin-right: 30px;
	}
	
	/* begin styles for RSS Feed */

.rss-box {
	width: 510px;
	 
}

.rss-items {
  list-style: none;
  margin: 3px 0 10px 0;
  padding: 0 0 10px 3px;    
}

.rss-items a {
  list-style: none;
       padding: 0 0 10px 3px;
	   font-size: 1.1em;
	   font-weight: bold;
	margin: 3px 0 10px 0;
}


	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #666666;
	}
	
#contactUsForm {
	margin: 0px 20px;
	}
	
#contactUsDefault address {
	font-weight: bold;
	color: #CCFF66
	}
#contactUsDefault {
	margin: 0px 20px;
	font-weight: normal;
	color: #FFFFFF;
	}
	
#contactUsNoticeContent {
	padding: 0px 10px;
	margin: auto;
	font-weight: normal;
	color: #FFFFFF;
	}
	
.SiteMap img {
	display: none;
	}
	
.soldOut {
	margin-top: -4.6em;
	}
	
.navSplitPagesLinks {
	font-weight: bold;
	font-size: 1.2em;
	}
	
.centerBoxHeading {
	margin-top: 20px;
	border-bottom: 4px dotted #66ffcc;
	}
