/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 cherryone Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.cherryone-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5347 2006-12-22 20:26:09Z birdbrain $
 */
/*
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #e5edf5;
	}


*/

a img {border: none; }


a:link, #navEZPagesTOC ul li a {
	
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	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 {
	
	}


a:active {
	color: #0000FF;
	}


a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	font-weight: bold;
	text-decoration: underline;
}
a.menu:link {
	color: #000000;
}
a.menu:visited {
	color: #000000;
}
a.menu:active {
	color: #A0CEFF;
}
a.menu:hover {
	color: #0066FF;
}
a.fmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a.fmenu:link {
	color: #000000;
}
a.fmenu:visited {
	color: #000000;
}
a.fmenu:active {
	color: #A0CEFF;
}
a.fmenu:hover {
	color: #0066FF;
}
.footer_bkgnd {
	background-image: url(/cart/images/footer_bkg.jpg);
	background-repeat: repeat;
}



body { 	background-position: left top; 	background-repeat: repeat-x; 	margin: 0px auto;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-image: url(/cart/images/topbg.jpg);
}

#bckimg{
	background-image: url(/cart/images/bkg.jpg);
	padding:0px;
	width: 1008px;
	background-repeat: no-repeat;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#iehack {
		background-image: url(/cart/images/bkg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		margin: 0px;
		padding: 0px;
		height: 788px;
		width: 1008px;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
}

#wrapper {
	padding: 0px;
	border:0;
	width: 946px;
	margin-top: 76px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 200px;
	width: 946px;
	padding-top: 0px;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#header ul {
	display: inline;
	list-style-type: none;
}

#header li {
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

#leftcol {
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	height: 267px;
	padding-left: 20px;
	padding-top: 4px;
}

#menu {
	width:170px;
	margin: 0px;
}

#menu a, #menu a:visited {
	display:block;
	width:100%;
	height:20px;
	line-height:20px;
	color:#000;
	background-repeat:no-repeat;
	background-image: url(/cart/images/off.jpg);
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#menu a span {padding-left:25px;}

#menu a:hover {
	display:block;
	width:100%;
	height:20px;
	cursor:pointer;
	text-decoration:underline;
	color:#0000FF;
	background-repeat:no-repeat;
	background-image: url(/cart/images/on.jpg);
}

#content {
	float: left;
	width: 505px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 80px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#rightcol {
	float: right;
	width: 191px;
	background-image: url(/cart/images/pricebox.jpg);
	height: 300px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#steps {
	margin-bottom: 40px;
	margin-top: 40px;
}

#footer {
	height: 26px;
	width: 934px;
	float: left;
	clear: both;
	text-align: center;
	padding-right: 12px;
	margin: 0px;
	padding-top:5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer p{
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url(/cart/images/footer_bkg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 12px;
}

.header {
	list-style-type: none;
}

.steps {
	margin-left: 25px;
}

.stepstext{
	width: 125px;
	margin-left: 25px;
	display: inline;
	height: 50px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.hide {
display: none;
}

.stepstext a {
	color: #6999FF;
	text-decoration: underline;
	font-weight: bold;
}

.stepstext a:hover{
	font-weight: bold;
	color: #FF0000;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 36px;
	margin-left: 0px;
}


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

h1, h2, h3, h4, h5, h6 {

    margin: 0.3em 3px;

}

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 {
		font-size: 12px;
	}

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 #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
  background-color: #A8D4FF;
	/*background-color: #ff0000;*/
	color: #000000;
	}

.messageStackSuccess {
	background-color: #A1CEFE;
	color: #000000;
	}

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

/*wrappers - page or section containers*/
#mainWrapper {
	/* background-color: #ffffff;*/
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

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

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 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;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
		clear: none;
		margin-left: 0em;
		margin-right: 0em;
		float: left;
		clear: right;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	padding-left: 0em;
	padding-bottom: 3.5em;
	padding-right: 0em;
	padding-top: 0.5em;
	display: inline;
	white-space: nowrap;
	margin: 0;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

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

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

#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, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	width: 708px;
	}

#navEZPagesTop {
	}

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

#navColumnOne {

	}

#navColumnTwo {
	}

/*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;*/
	                     
	                     
	margin-left:            
	                     
	                     
	padding: 10px;           
	                     
	                     
	text-align: padding-right: 14px;justify;
	                     
	                     
	                     
	clear: right;
	                     
	font-family: Georgia, "Times New Roman", Times, serif;
	                     
	font-size: 12px;
	}

. 11pxa {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	border-style: solid;
	border-color: #e2e7ec;
	border-width: 0px;
	background-color: white;
	padding: 0.8em;
	width: 700px;
	}

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

/*Shopping Cart Display*/
#cartAdd {
	clear: both;
	/*float: right;*/
	text-align: right;
	margin: 1em;
	border: 0px 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: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

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

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

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

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

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

.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-left: 0em;  
		margin-bottom: 1em;  
		margin-right: 2em;  
		margin-top: 1em;  
		float:left;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {
  font-size: .75em;
	font-weight: normal;
}

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	}

.leftBoxContainer {
	border-width: 0px;
	border-style: none;
	margin-top: 0em;
	}

.sideBoxContent {
	padding-top: 2em;
	padding-left: 2em;
	}

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

.rightBoxHeading {
	margin: 0em;
	padding: 0.2em 0em;
	}

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

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

.rightBoxContent {
	margin-bottom: 1em;
	}

.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 {
	padding: 5px;
	}
	
.productListing-odd {
		border-left-width: 0px;
		border-bottom-width: 0px;
		border-right-width: 0px;
		border-top-width: 0px;
	}

#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 {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}
#ezPageDefault{
	min-height:600px;
}
#shoppingCartDefault{
  height:600px;
}
.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;
}

CAPTION {
	/*display: none;*/
	}

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

.accountTotalDisplay, .accountTaxDisplay {
border-style: none;
	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;
	}
.information {padding: 10px 3px; line-height: 150%;}

.categoryImg {
	float: left;
	clear: left;
	padding-right: 20px;
		}
		
#attribsOptionsText {
	padding-bottom: 12px;
	float: left;
	clear: both;
	}
	
.customize	{
		border-color: #cccccc;
		border-style: solid;
		border-width: 0px;
		text-overflow: ellipsis;
		padding-right: 0px;
		padding-left: 00px;
		padding-bottom: 0px;
		padding-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		clear: right;
		float: right;
		position: relative;
		list-style-type: square;
		height: 360px;
		width: 280px;
		color: #333333;
		text-align: justify;
		line-height: 13px;
		font-size: 11px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.customize li {
		visibility: visible;
		display: list-item;
		margin-left: -25px;
		width: 255px;
		padding-left: 0px;
		padding-bottom: 4px;
		list-style-position: outside;
		line-height: 14px;
	}
	
input#attrib-1-0, input#attrib-2-0, input#attrib-3-0, input#attrib-4-0,  input#attrib-5-0, input#attrib-7-0, input#attrib-8-0, input#attrib-9-0, input#attrib-10-0 {
		height: 20px;
		width: 230px;
		padding: 2px;
		border-color: #666666;
		border-style: solid;
		border-width: 1px;
		margin-bottom: 5px;
	}

input#attrib-6-0 {
		margin-bottom: 10px;
		width: 250px;
		height: 25px;
		}
	
#productDescription { line-height: 1.2em; margin-bottom: 0px; padding-right: 15px; text-align: justify; font-size: .92em; font-family: Verdana, Arial, Helvetica, sans-serif;}

#productDescription ul li { padding-bottom: 5px; }

.itemTitle	{
		font-size: 12px; 
		}
		
.listingDescription {
		margin-bottom: 25px;
		}
		
#productAttributes {
		float: left;
		clear: right;
		}
.attribsUploads {
		float: left;
		clear: both;
		}
		
 #productsListingTopNumber {
 	
 		}
 #productListHeading	{
 		align: center;
 		}
 		
 a.centerBoxContentsProducts centeredContent back:hover {
 		border-width:3px;
 		border-color: #A1CEFE;
 		}
 		
 #navColumnOneWrapper, #navBreadCrumb {
 		background: #FFFFFF;
 		}
.tutorialLink{
		font-size: 1.40em;
		font-weight: bold;
		border:solid 1px #000;
		padding:10px;
		background-color:#A5CFFF;
		color:#000;
}
.tutorialLink:visited{
		color:#000;
}
.tutorialLink:hover{
		color:#000;
		background-color:#D6DBE7;
}