/**

 * 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 5952 2007-03-03 06:18:46Z drbyte $

 */

 



 /* reset */





@import url('reset.css');

 /* 960 Grid */

@import url('960/960.css');

 

 /* Custom */







 body {

	margin: 0 auto;
	font-family:helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background:#8AB88A url(../images/bg_base.jpg) repeat scroll 0 0;

	}

	
.top_talling {
background:transparent url("../images/bg.jpg") 0 0 repeat-x ;
height:734px;

}




a img {border: none; }



a:link, #navEZPagesTOC ul li a {

	color: #000;

	text-decoration: none;

	}

 

a:visited {

	color: #222;

	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:#E16633;

	}



a:active {

	color:#1C1F1B;

	}



h1 {

	font-size: 1.8em;
	margin-bottom:8px;



	}



h2 {

	font-size: 1.55em;
	margin-bottom:5px;
	margin-top:5px;


	}



h3 {

	font-size: 1.3em;
	

	}


h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS{

	font-size: 1.1em;

	}
.larger {
font-size:12px;	
}


.biggerText {

	font-size: 13px;

	}

.greeting {
margin:4px 0 4px 0;
line-height:18px;
padding-left:5px;
font-size:12px;
}
.greeting a {
color:#E16633;
font-family:Georgia, "Times New Roman", Times, serif;
}
.greeting a:hover {
color:#F76E38;	
}
h1, h2, h3 h4 h5  {
font-family:Helvetica,arial,Univers,sans-serif;
}

h4, h5, h6 {
margin:0.1em 0 0.1em 0;
font-family:Arial, Helvetica, sans-serif;
}



CODE {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 1em;

	}



 SELECT {

	display: inline;

	font-size: 1em;

	margin: 0.1em;

	}

INPUT {

	

	display: inline;

	font-size: 1em;



}	

#createAcctSuccessMainContent {
font-size:12px;
line-height:18px;
padding:10px;

}
 
textarea { height: auto; width:auto; overflow: auto; }


TEXTAREA {

/*	float: left;*/

	margin: auto;

	display: block;

	width: 95%;

	}



input:focus, select:focus, textarea:focus {

	background: #FFFAE0;

	}



/* Only for IE7*/
*+ html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #E8E8E8;
	}
/* /Only for IE7*/

FIELDSET {
	padding: 13px;
	margin: 10px 0 17px 0;
	background:#f9f9f9;
	border: 2px solid #dfdfdf;
	}

LEGEND {
	font: bold 12px Helvetica, Arial, sans-serif;
	padding: 4px 6px;
	color: #1B1B1B;
	border: 1px solid #E8E8E8;
	background: url(../images/heading_bg.gif) repeat-x;
	}

LABEL {
/*	line-height: 1.5em;*/
	padding: 0.2em;
	line-height: 23px;
	}
h4.optionName {
	padding: 0;
	margin: 0;
	width: 100px;
	font: bold 11px verdana;
}


LABEL.checkboxLabel, LABEL.radioButtonLabel {

	margin: 0.5em 0.3em;

	}



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

	}


ADDRESS {

	font-style: normal;

	}



.clearBoth {

	clear: both;

	}



HR {

	height: 1px;
	margin-top: 0.26em;
	border: none;
	border-bottom: 1px solid #f2f2f2;

	}



/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 7px;
	margin: 20px 20px;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackWarning, .messageStackError {
	background: #ffecdd url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #960000;
	border: 1px solid #f8d5c8;
	padding-left: 30px;
	}
.messageStackError {
	background: #ffecdd url("../images/icons/error.gif") no-repeat 8px 10px;
}

.messageStackSuccess {
	background: #e0f8b6 url("../images/icons/success.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #d0e46e;
	padding-left: 30px;
	}

.messageStackCaution {
	background: #ffebc2 url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #fbcec9;
	padding-left: 30px;
}


/*wrappers - page or section containers*/

#container {



}

#mainWrapper {

	

	text-align: left;

	width: 100%;

	vertical-align: top;



	}



#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {

	margin: 0em;

	padding: 0em;

	}
	
	#cartBoxListWrapper ul li {
	padding-left:15px;	
	}
	


#headerWrapper{

background:none;

}



#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {

	margin: 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 {

	margin: 0;

	width: 47%;

	}



.wrapperAttribsOptions {

	margin: 0.3em 0em;

	}



/*navigation*/



.navSplitPagesResult {}

.navSplitPagesLinks {}

 {

	margin: 0em;

	font-size: 1em;

	}

.navNextPrevList {

	display: inline;

	white-space: nowrap;

	margin: 0;

	padding:  0.5em 0.5em;

	list-style-type: none;

	}

.navNextPrevWrapper {
width:100%;	
}

/*#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {

	background-color: none;

	font-weight: bold;

	height: 1%;

	width: 100%;

	}

*/

		

#navMain ul, #navCatTabs ul  {

	margin: 0;

	padding:  0.5em 0em;

	list-style-type: none;

	text-align: right;

	line-height: 1.5em;

}



#navMain  {

float:right;

}



#navMain ul li, #navSupp ul li, #navCatTabs ul li {

	display: inline-block;

	}



#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {

	text-decoration: none;

	padding: 0em 0.5em;

	margin: 0;

	white-space: nowrap;

	}



#navEZPagesTOCWrapper {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	float: left;
	width:100%;
	height: 1%;
	background:#F9F9F9;
	border: 2px solid #DFDFDF;
	font-weight: 500;
		
	
	}

#navEZPagesTOC {
padding:10px;	
}

#navEZPagesTOC ul {

	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;

	}

	







 #navEZPagesTop {

	font-size: 1.2em;

	line-height:1.6em;

	margin: 0em;

	padding: 0.5em;

}



#navColumnOne {

	background-color: #fff;

	}



#navColumnTwo {

	background-color: #fff;

	}



/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

	vertical-align: top;

	}

 .success {
font-size:24px;	
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {

	font-size: 1.2em;
	padding: 0.5em;

	}

#productDescription {padding-left:0;}

.alert {

	color: #FF0000;

	margin-left: 0.5em;

	}

.advisory {}

.important {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height:13px;
color:#3F3F3F;

	}

.notice {}

.rating{}

.gvBal {

	float: right;

	}

#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour{

	padding: 0.8em;

	}



.smallText{

	font-size: 1em;

	}



/*Shopping Cart Display*/

#cartAdd {

	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #DFDFDF;
	background:#f1f1f1;
	padding: 1em;
	-moz-border-radius: 2px 2px 8px; 
	-webkit-border-radius: 2px 2px 8px;

	}



.tableHeading TH {

	border-bottom: 1px solid #cccccc;
	margin-bottom:10px;

	}

.tableHeading2 TH {
border-bottom:8px solid #fff;
}

.tableHeading2 {
height:3.3em;	
}

.tableHeading2, .tableHeading, #cartSubTotal {

	background-color: #e9e9e9;

	 }

.tableRow, .tableHeading, #cartSubTotal {

	height: 2.2em;

	}

#cartSubTotal {

	border-top: 1px solid #cccccc;

	font-weight: bold;

	text-align: right;

	line-height: 2.2em;

	padding-right: 2.5em;

	}







.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: #E16633;
	position: relative;  /*do not remove-fixes stupid IEbug*/

	}


 {
font-size:18px;	
}
.cartOldItem {

	color: #B35029;

	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;

	}

.mediaTitle {

	float: left;

	}

.mediaTypeLink {

	float: right;

	}



.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: 0em 1em 1em 0em ;

	}



.categoryIcon {}



#cartImage {

	margin: 0.2em 0.5em;

	}



/*Attributes*/

.attribImg {

	width: 20%;

	margin: 0.3em 0em;

}



.attributesComments {}



/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	margin: 1em 0em;

	}



/*sideboxes*/





/* h3.leftBoxHeading, h3.leftBoxHeading a {

	font-size: 1.2em;

	color: #222;

	} */



./* leftBoxHeading {

	margin: 0em;

	background-color: none;

	text-align:left;

	padding: 0.5em 0.2em;

	}



.leftBoxContainer {

	border: 0px solid #ffffff;

	margin-top:0em;

	} */



.sideBoxContent {

	font:Verdana, Geneva, sans-serif;

	padding: 0.4em;

	}



h3.rightBoxHeading, h3.rightBoxHeading a {

	font-size: 13px;
	

	}
	
	
#shoppingcart h3  {
font-size:15px;	

}

#cartBoxListWrapper {
margin-top:5px;
}

.rightBoxHeading {

	margin: 0em;
	background-color:none;
	padding: -0.1em 0em;
}



h3.leftBoxHeading a:hover {

	color: #FFFF33;

	text-decoration: none;

	} 



h3.rightBoxHeading a:hover {

	color: #74A564;

	text-decoration: none;

	}



.rightBoxContent {

	background-color: #ffffff;

	margin-bottom: 1em;

	}



.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,#siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {

	text-align: center;

	}

#navEZPageNextPrev {
margin:10px 0;	
}

#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 {
display:inline;
	float: left;

	} 



.forward, #shoppingCartDefault #PPECbutton {
display:inline;
	float: right;
 

	}



.bold {

	font-weight: bold;

	}



tr.rowOdd {

	background-color: #F6F6F6;
	border-top:2px solid #000;
	height: 1.5em;
	vertical-align: top;

	}



tr.rowEven {

	background-color: #F8f8f8;
	border-bottom:2px solid #000;
	height: 1.5em;
	vertical-align: top;

	}
#cartContentsDisplay {
background-color: #F6F6F6;
border: 2px solid #e8e8e8;	
}
.rowEven .cartTotalDisplay  {
background-color: #e8e8e8;	
padding-right:0.8em;
}
.rowOdd .cartTotalDisplay  {
background-color: #e2e2e2;	
padding-right:0.8em;
}



.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: #EFEFEF;

	height: 2em;
	border-bottom:2px solid #D7D7D7;

	}



#siteMapList {

	width: 90%;

	float: right;

	}
	
ul ul {
list-style-type:circle;	
}

#siteMapList ul li  {
display:list-item;
}
#siteMapList ul {
display:block;
list-style-type:disc;
margin-left:30px;
line-height:17px;
font:14px Tahoma, Geneva, sans-serif;
}


.ratingRow {

	margin: 1em 0em 1.5em 0em;

	}



LABEL#textAreaReviews {

	font-weight: normal;

	margin: 1em 0em;

	}



#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {


	background:#ffffff;
}


#infoShop, #pop_Coup, #popAttQuPrHelp, #popSeaHelp, #popCvvHelp {
	background:url(../images/pop_bg.gif) repeat-y;
	width:345px;
 }
 
#infoShop .content, #pop_Coup .content, #popAttQuPrHelp .content, #popSeaHelp .content,#popCvvHelp .content   {
padding:20px; 
 }
.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;

	}
#myAccountOrdersStatus td {
padding:10px 0;
font-size:1.2em;	
text-align:center;
}
.accountQuantityDisplay,.accountProductDisplay,.accountTotalDisplay {
padding:10px 0;
font-size:1.2em;	
text-align:center;
}
.hiddenField {
display: none;
}
.visibleField {
display: inline;
} 
h3#productPrices {
margin:5px 0;
color:#E16633;

}

.reviewCount {
padding-left:25px;	
}
.buttonRow {
text-align:center;
}
