/**

 * 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 $

 */


body {
	margin: 0;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: #FFFFFF url('../images/bg_grey.jpg') repeat-x left top;
	line-height: 18px;
}
	
#pageBody {
	background: url('../images/page_bg.png') repeat-y center top;
	margin:0 auto;
	padding: 0;
}


a img {border: none; }


a:link, #navEZPagesTOC ul li a {

	color: #333333;

	text-decoration: none;

	}

 

a:visited {

	color: #333333;

	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: #00A6E3;

	}



a:active {

	color: #333333;

	}
	
.centerColumn a:link, .centerColumn a:link, .centerColumn a:active, .centerColumn a:visited {
	color: #00A6E3;
}

.centerColumn a:hover {
	color: #868585;
}

h1 {

	font-size: 24px;
	
	font-variant: small-caps;

    font-weight: normal;
	
	color: #13007D;
	
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	
	border-bottom: 1px solid #868585;
	
	padding-bottom: 16px;
	
	}



h2 {

	font-size: 16px;
	
	color: #13007D;
	
	font-variant: small-caps;
	
	padding: 0.4em 0;
	
	font-weight: bold;
	
	}
	
h2.centerBoxHeading {
	
	border-top: 1px solid #868585;
	
	border-bottom: 3px double #868585;
}



h3 {

	font-size: 16px;
	
	font-variant:small-caps;
	
	font-weight:bold;

	}



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

	font-size: 14px;

	}



.biggerText {

	font-size: 14px;

	}



h2, h3, h4, h5, h6 {

	margin: 0.9em 0 0 0;

}

h1 {
	margin: 0.9em 0;
	
	}

CODE {

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

	font-size: 11px;

	}



FORM, SELECT, INPUT {

	display: inline;

	font-size: 12px;
	
	margin: 0.5em 0.5em 0.5em 0;


	

	}
	
input {

	border: #868585 1px solid;
	background-color:#FFFFFF;
	
	
}

TEXTAREA {

/*	float: left;*/

	margin: auto;

	display: block;

	width: 95%;

	}



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

	background: #E8E8F5;

	}



FIELDSET {

	padding: 0.5em;

	margin: 0.5em 0em;

	border: 1px solid #cccccc;

	}



LEGEND {

	font-weight: bold;

	padding: 0.3em;

	}



LABEL, h4.optionName {

	padding: 0.2em 0.2em 0.2em 0;

	}



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 0.5em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	}

.content ul {

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	}


ADDRESS {

	font-style: normal;

	}
	
#productDetailsList {
    font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.clearBoth {

	clear: both;

	}



HR {

	height: 1px;

	margin-top: 0.5em;

	border: none;

	border-bottom: 1px solid #868585;

	}



/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {

	line-height: 1.8em;

	padding: 0.2em;

	border: 1px solid #868585;

	}



.messageStackWarning, .messageStackError {

	background-color: #ffffff;

	color: #333333;

	}



.messageStackSuccess {

	background-color: #ffffff;

	color: #333333;

	}



.messageStackCaution {

	background-color: #ffffff;

	color: #333333;

	}



/*wrappers - page or section containers*/

#mainWrapper {

	background: #f2f2f2 url(../images/bg_blue.jpg) repeat-x left top;

	text-align: left;

	width: 920px;
	
	vertical-align: top;

	}



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

	margin: 0em;

	padding: 0em;

	}



#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {

	margin: auto;

	} 



#tagline {

	color:#333333;

	font-size: 24px;

	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 {

	margin: 0.3em 0em;

	}

#mainWrapper {

	padding: 20px;

	}


/*navigation*/



.navSplitPagesResult {}

.navSplitPagesLinks {}

.navNextPrevCounter {

	margin: 0em;

	font-size: 11px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}

.navNextPrevList {

	display: inline;

	white-space: nowrap;

	margin: 0;

	padding:  0.5em 0em;

	list-style-type: none;

	}



#navMainWrapper, #navCatTabsWrapper {

	margin: 0em;
	
	padding: 0 0 0 0.6em;

	background: transparent url(../images/nav_bg.jpg) repeat-x left top;

	font-weight: bold;

	color: #ffffff;

	height: 1%;

	}

#navSuppWrapper {

	margin: 0em;

	background-color: #F2F2F2;

	font-weight: bold;

	color: #333333;

	height: 1%;

	width: 100%;
	
	border-top: 1px solid #868585;
	
	border-bottom: 3px double #868585;

	}


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

	margin: 0;

	padding:  0.5em 0;

	list-style-type: none;

	text-align: center;

	line-height: 1.5em;

	}

#phone {
    margin: 0;

	padding:  0;
	
	text-align: right;
	
	float: right;
	
}

#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.3em;

	margin: 0;

	color: #ffffff;

	white-space: nowrap;

	}
	

#navSupp ul li a {
	
	color: #333333;
	
}


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

	}

#breadcrumbWrapper {

    background: #F2F2F2 url(../images/bar_bg.jpg) repeat-x left top;

}

#navMainSearch {

	float: right;
	display: inline-block;
	padding-top: 0.3em;
	padding-right: 0.6em;

	}
	
.search {

	float: right;
	padding: 7px 7px 0 0;

	}	
.search span {

	display: inline-block;
	background-color: #fefefe;
	border: 1px solid #d5d5d5;

	}
	
.search input {

	vertical-align: middle;

	}

.search .input1 {

	border: 0;
	background-color: transparent;
	padding: 0 5px;
	width: 160px;

	}


#navBreadCrumb {

	display: inline-block;

	}



#navEZPagesTop {

	margin: 0em;
	
	padding: 0.6em 0.8em 0.6em 0.5em;

	background: transparent url(../images/nav_bg.jpg) repeat-x left top;

	font-weight: bold;

	color: #ffffff;

	height: 1%;


	}
	
#navEZPagesTop a  {
	
	padding: 0.6em 0.4em;
	
	color: #ffffff;
	
}

#navEZPagesTop a:hover  {

	background-color: #13007D;
	
	color: #ffffff;

	}

#navBreadCrumb {

	font-size: 12px;

	font-weight: bold;

	margin: 0em;

	padding: 0.5em 1em;

	}



#navColumnOne {

	background-color: transparent;

	}



#navColumnTwo {

	background-color: transparent;

	}



/*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 0.5em;

	}



.alert {

	color: #333333;

	margin-left: 0.5em;

	}

.advisory {}

.important {

	font-weight: bold;

	}

.notice {}

.rating{}

.gvBal {

	float: right;

	}

 .centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #header {

	padding: 0.8em 0;
	backgound: transparent;

	}

.centerColumn {
padding-left: 20px;

	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

	font-size: 11px;

	}


/*Shopping Cart Display*/

#cartAdd {

	float: right;

	text-align: center;

	margin: 1em;

	border: 1px solid #868585;

	padding: 1em;

	}



.tableHeading TH {

	border-bottom: 1px solid #cccccc;
	
	text-align: center;

	}



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

	position: relative;  /*do not remove-fixes stupid IEbug*/

	}



.cartOldItem {

	color: #00A6E3;

	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, #contentMainWrapper img{

	margin: 0.5em;
	
	}

#contentMainWrapper img{

	border: #868585 1px solid;
	background-color: #FFFFFF;
	text-align: center;

	}


.categoryIcon {

	font-size: 20px;
	line-height: 16px;
	padding: 0.5em;
}



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

	}



/*sideboxes*/

.columnLeft {}



h3.leftBoxHeading, h3.leftBoxHeading a {

	font-size: 16px;

	color: #ffffff;

	}



.leftBoxHeading {

	margin: 0em;

	background: transparent url('../images/bg_title_lt.gif') repeat-x left top;
	
	height: 38px;

	padding: 0.5em 1em 0;

	}
	
.centerBoxHeading {

	margin: 0em;

	padding: 0.3em 1em;
	
	margin: 0.5em 0;

	}

#categoriesHeading.leftBoxHeading {

	background: transparent url('../images/bg_title_dk.gif') repeat-x left top;
	
	}

.leftBoxContainer {

	border: none;

	margin-top: 1.5em;

	}



.sideBoxContent {

	padding: 0.4em;
	line-height: 2em;

	}



h3.rightBoxHeading, h3.rightBoxHeading a {

	font-size: 16px;

	color: #ffffff;

	}



.rightBoxHeading {

	margin: 0em;

	background: transparent url('../images/bg_title_lt.gif') repeat-x left top;

	height: 38px;

	padding: 0.5em 1em;

	}



h3.leftBoxHeading a:hover {

	color: #E8E8F5;

	text-decoration: none;

	} 



h3.rightBoxHeading a:hover {

	color: #E8E8F5;

	text-decoration: none;

	}



.rightBoxContent {

	background-color: #ffffff;

	margin-bottom: 1em;

	}



.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #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, .productListing-heading, #header {

	text-align: center;

	}

TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .gvBal, .attribImg {

	text-align: left;
	
	}
	
#productName {
	margin-left: 260px;
	}

#siteinfoLegal, #siteinfoLegal a, #siteinfoLegal a:active   {

	text-align: right;
	color: #868585;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	
	}
	
#siteinfoLegal a:hover  {

	color: #00A6E3;
		
	}
	
	
.productListing-data {

	padding: 1em;


}

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

}



#upProductsHeading {

	text-align: left;

	}



#upDateHeading {

	text-align: right;

	}



/*misc*/

.back {

	float: left;

	}



.forward, #shoppingCartDefault #PPECbutton {

	float: right;

	}



.bold {

	font-weight: bold;

	}



.rowOdd {

	background-color: #E8E8E8;

	height: 1.5em;

	vertical-align: top;

	}



.rowEven {

	background-color: #F0F0F0;

	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: #00A6E3;

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



#shoppingcartBody #shippingEstimatorContent {

	clear: both;

	}



.seDisplayedAddressLabel {

	background-color:#00A6E3;

	text-align: center;

	}

.seDisplayedAddressInfo {

	text-transform: uppercase;

	text-align: center;

	font-weight: bold;

	}

#seShipTo {

	padding: 0.2em;

	}
	
.greeting {

	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;

	font-size: 14px;
	
	border: none;
	
	color: #13007D;
	
	font-variant: normal;
	
	padding: 0.5em;
	
	font-weight:bold;


	}
	
#ezpagesContent ul a{/*top categories*/
    display: list-item;
    list-style: disc inside url(../images/arrow.png);/*change to list-style: none; to remove bullet*/
    background: no-repeat;
    border: none;
    margin: 0 0 0 0.8em;
    padding: 0;
    }
	
	
.categoryImg {
    float: left;
	padding: 0 0.5em;
	}

.slideshow {
	background-color: transparent;
	height: 260px;
	width: 920px;
}

h6 {
	color:#C00;
	font-weight: bold;
	font-size: 14px;
}

