/**
* 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: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #232427;
	background: #232427 url(../images/bgstripe.gif) fixed;
	margin: 15px auto;
}
A IMG
{
	border: none;
}
A:link, #navEZPagesTOC UL LI A
{
	color: #232427;
	text-decoration: none;
}
A:visited
{
	color: #232427;
	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: #2C91E8;
}
A:active
{
	color: #000000;
}
H1
{
	font-size: 18px;
}
H1#conditionsHeading
{
	display: none;
}
H2
{
	font-size: 18px;
}
H3
{
	font-size: 16px;
}
H4, H5, H6, LABEL, H4.optionName, LEGEND, .larger
{
	font-size: 14px;
}
.biggerText
{
	font-size: 12px;
}
H1, H2, H3, H4, H5, H6
{
	margin: 0.3em 3px;
}
CODE
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}
FORM, SELECT, INPUT
{
	display: inline;
	font-size: 13px;
	margin: 0.1em;
}
TEXTAREA
{
	float: left;
	margin: auto;
	display: block;
	width: 99%;
}
INPUT:focus, SELECT:focus, TEXTAREA:focus
{
	background: #D6E9F9;
}
FIELDSET
{
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
LEGEND
{
	font-weight: bold;
	padding: 0.3em;
}
LABEL, H4.optionName
{
	line-height: 1.5em;
	padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel
{
	margin: 0.5em 0.3em;
}
LABEL
{
	font-size: 12px;
}
#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;
	font-size: 12px;
}
.clearBoth
{
	clear: both;
}
HR
{
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9A9C86;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution
{
	line-height: 1.4em;
	padding: 0.2em;
	border: 1px solid #000000;
	font-size: 14px;
}
.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-color: #FFFFFF;
	text-align: left;
	width: 960px;
	vertical-align: top;
}
#logoWrapper
{
	background-color: #2C91E8;
	height: 125px;
	margin: 0px;
	padding: 0px;
}
#headerWrapper
{
	background: #2C91E8;
	margin: 0px;
	padding: 0px;
	height: 125px;
}
#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper UL, #ezPageBoxList UL, #mainWrapper, #popupAdditionalImage, #popupImage
{
	margin: 0em;
	padding: 0em;
}
#contentMainWrapper
{
	border-top: 5px solid #2C91E8;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper
{
	margin: auto;
}
#tagline
{
	color: #000000;
	font-size: 16px;
	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%;
}
.navNextPrevWrapper
{
	margin: 0 0 15px;
}
/*navigation*/
.navSplitPagesResult
{
}
.navSplitPagesLinks
{
}
.navNextPrevCounter
{
	margin: 0em;
	font-size: 12px;
}
.navNextPrevList
{
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}
#navSuppWrapper, #navCatTabsWrapper
{
	margin: 0em;
	background: #965F49;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	height: 32px;
	width: 100%;
}
#navSupp UL, #navCatTabs UL
{
	margin: 0;
	/*[disabled]padding:0.5em 0em;*/
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navSupp UL LI, #navCatTabs UL LI
{
	display: inline;
	white-space: nowrap;
}
#navSupp UL LI A, #navCatTabs UL LI A
{
	text-decoration: none;
	padding: 0em 0.5em 0em 0;
	margin: 0;
	color: #FFFFFF;
}
#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;
}
#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription
{
	margin: 0.5em;
}
#navBreadCrumb
{
	background-color: #F5F5D6;
}
#navEZPagesTop
{
	background-color: #F5F5D6;
}
#navBreadCrumb, #navEZPagesTop
{
	font-size: 11px;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}
#navColumnOne
{
	background: #2C91E8;
	padding: 5px 8px;
}
#navColumnTwo
{
	background-color: #F5F5D6;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-y;
}
/*Top Menu Bar*/
#navMainWrapper
{
	margin: 0em;
	background: #0C4170 url(../images/basicbw-topnav.gif) repeat-x top center;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	height: 41px;
	width: 100%;
}
#searchTop
{
	border-style: hidden;
	border-width: 0px;
	color: #454545;
	padding-left: 22px;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 8pt;
	background: url(../images/rounded-search-input.gif) no-repeat;
	margin: 9px 0 0;
	width: 350px;
}
#navcontainer
{
	float: right;
	width: 570px;
	text-align: right;
}
#navcontainer UL
{
	padding-left: 0;
	margin: 0;
	background-color: transparent;
	color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	float: right;
}
#navcontainer UL LI
{
	display: inline;
}
#navcontainer UL LI A
{
	padding: 13px 0 8px;
	background: #51A3EC url(../images/topnav-li.gif) repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-left: 1px solid #115796;
	height: 20px;
	margin: 0;
	width: 110px;
	text-align: center;
}
#navcontainer UL LI A:hover
{
	background: #4495DB url(../images/topnav-liover.gif) repeat-x;
	color: #FFF;
}
#navlist LI SPAN A
{
	/*[disabled]border-left-style:hidden;*/
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert
{
	vertical-align: top;
}
.content
{
	padding: 8px;
	color: #505050;
}
/*.content,*/
#productDescription, .shippingEstimatorWrapper
{
/*font-size: 1.2em;*/
	padding: 0.5em;
}
.centerColumn
{
	font-size: 12px;
	padding: 0 0.8em;
	margin: 0;
}
.alert
{
	color: #FF0000;
	margin-left: 0.5em;
}
.advisory
{
}
.important
{
	font-weight: normal;
	text-align: justify;
}
.notice
{
}
.rating
{
}
.gvBal
{
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix
{
	padding: 0.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP
{
	font-size: 0.6em;
}
.index_image
{
	margin: 0;
	display: inline;
}
.index_title
{
	margin: 5px 0;
	font-size: 12px;
}
.index_title A
{
	color: #704838;
}
.index_price
{
	color: #704838;
	font-weight: bold;
}
H3.itemTitle
{
	font: 12px Verdana;
	text-align: left;
	/*[disabled]margin-left:10px;*/
}
H3.itemTitle A, H3.itemTitle A:visited
{
	color: #232427;
}
.listingDescription
{
	text-align: justify;
	/*[disabled]margin-left:10px;*/
}
#productDescription_1
{
	margin: 0 15px 15px 0;
}
#productDescription
{
	margin-bottom: 15px;
}
.productListing-odd
{
	background-color: #DEF8D7;
	padding: 10px 0;
}
.productListing-even
{
	background-color: #F1FCED;
}
.productListing-data
{
	padding: 5px;
}
#listCell0-1
{
	padding: 0 0 0 64px;
}
#productsListingTopNumber
{
	margin: 0 0 15px 5px;
}
#productsListingBottomNumber
{
	margin: 15px 0 0 5px;
}
H1#productName
{
	font: bold 14px Verdana;
	color: #2C91E8;
}
#productPrices
{
	font-size: 1em;
	color: #62C446;
}
.attribsSelect
{
	font: bold 12px Verdana;
	margin: 0;
	color: #222326;
}
.attribsInput, H4.optionName
{
	font: bold 12px Verdana;
	color: #232427;
}
H4.optionName
{
	width: 155px;
}
H3#attribsOptionsText
{
	display: none;
}
.wrapperAttribsOptions
{
	margin: 0;
}
A.productListing-heading
{
	/*[disabled]margin:5px 0;*/
	/*[disabled]text-align:right;*/
}
/*Shopping Cart Display*/
#cartAdd
{
	float: none;
	text-align: right;
	margin: 0;
	border: 0;
	padding: 0 0.6em 0.5em 0;
}
.tableHeading TH
{
	border-bottom: 1px solid #232427;
	color: #232427;
}
.tableHeading, #cartSubTotal
{
	background-color: #51A4EC;
}
#cartSubTotal
{
	border-top: 1px solid #232427;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}
.tableRow, .tableHeading, #cartSubTotal
{
	height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay
{
	padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay
{
	text-align: right;
	padding-right: 0.2em;
}
#scUpdateQuantity
{
	width: 0;
}
.cartQuantity
{
	width: 3.5em;
}
.cartNewItem
{
	color: #232427;
	position: relative;
/*do not remove-fixes stupid IEbug*/
}
.cartOldItem
{
	color: #232427;
	position: relative;
/*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal
{
	text-align: right;
	font-weight: bold;
}
.cartRemoveItemDisplay
{
	width: 3.5em;
}
.cartTotalDisplay
{
	width: 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;
}
SPAN.termsiagree
{
	color: #FF0000;
	font: italic bold 13px Verdana;
}
#checkoutBillto
{
	width: 58%;
}
#checkoutPayment .smallText
{
	font: 12px Verdana;
}
#checkoutPayment .forward
{
	float: right;
}
#checkoutPayment .floatingBox
{
	width: 100%;
}
#cobutton
{
	display: none;
}
#paymentbuttons
{
	float: right;
	margin-top: -55px;
}
#paymentbuttons .gcbutton
{
	float: right;
}
#paymentbuttons .ppbutton
{
	float: left;
	padding: 15px 15px 0 0;
}
.gcbuttonlogin
{
	padding-right: 80px;
	padding-bottom: 10px;
	margin: 0;
}
/*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;
}
/*sideboxes*/
.columnLeft
{
}
H3.leftBoxHeading, H3.leftBoxHeading A
{
	color: #232427;
	font-size: 12px;
	padding-top: 5px;
}
.centerBoxHeading
{
	margin: 10px 0;
	background: #7FCF68 url(../images/center-header-bg.gif);
	padding: 0;
	height: 25px;
	line-height: 25px;
}
#featuredProducts .centerBoxHeading
{
	display: none;
}
H2.centerBoxHeading
{
	color: #232427;
	font-size: 14px;
}
.leftBoxHeading
{
	background: url(../images/side-header.gif) no-repeat top center;
	height: 20px;
	margin: 0 0 5px;
	padding: 0px;
}
.leftBoxContainer
{
	padding: 0;
	background: #FFFFFF url(../images/side-box-bg.gif) repeat-x;
	margin: 0 0 10px;
}
.sideBoxContent
{
	padding: 0 10px 5px;
	font-size: 12px;
	line-height: 1.5em;
}
H3.rightBoxHeading, H3.rightBoxHeading A
{
	color: #FFFFFF;
	font-size: 1.1em;
}
.rightBoxHeading
{
	margin: 0em;
	background-color: transparent;
	padding: 0.2em 0em;
}
.rightBoxContainer
{
	border-left: 1px solid #F5F5D6;
	border-right: 1px solid #F5F5D6;
	border-bottom: 1px solid #F5F5D6;
}
H3.leftBoxHeading A:hover
{
	color: #E8E9E9;
	text-decoration: none;
}
H3.rightBoxHeading A:hover
{
	color: #606000;
	text-decoration: none;
}
.rightBoxContent
{
	background-color: #000000;
	margin-bottom: 1em;
}
.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;
}
.productListing-heading
{
	text-align: left;
	padding: 0 0 0 5px;
}
#bestsellers .wrapper
{
	margin: 0em 0em 0em 1.5em;
}
#bestsellers OL
{
	padding: 0;
	margin-left: 1.1em;
}
#bestsellers LI
{
	padding: 0;
	margin: 0.3em 0em;
}
#bannerboxHeading
{
	background-color: transparent;
}
#upProductsHeading
{
	text-align: left;
}
#upDateHeading
{
	text-align: right;
}
#shoppingcartContent
{
	color: #232427;
}
#cartBoxEmpty
{
	color: #D60803;
	text-align: center;
	font-weight: bold;
}
/*misc*/
.back
{
	float: left;
}
.forward
{
	float: right;
}
.hiddenField
{
	display: none;
}
.visibleField
{
	display: inline;
}
.bold
{
	font-weight: bold;
}
.rowOdd
{
	background-color: #D5ECFF;
	height: 1.5em;
	vertical-align: top;
}
.rowEven
{
	background-color: #BFE2FF;
	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;
}
TR.tableHeading
{
	background-color: #51A4EC;
	height: 2em;
	color: #F7F3E6;
}
#siteMapList
{
	width: 90%;
	float: right;
}
.ratingRow
{
	margin: 1em 0em 1.5em;
}
LABEL#textAreaReviews
{
	font-weight: normal;
	margin: 1em 0em;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp
{
	background-color: #FFFFFF;
}
#footer
{
	background: #187CD3 url(../images/basicbw-topnav.gif) repeat-x center center;
	padding: 4px 5px;
	line-height: 0.9em;
	font-size: 110%;
	color: #232427;
}
.legalCopyright A, .legalCopyright A:visited
{
	color: #FFFFFF;
}
#reviewsDefault
{
	padding: 10px;
}
#reviewsDefault H2
{
	font-size: 14px;
}
#reviewsDefault IMG
{
	padding-right: 10px;
}
H1#reviewsInfoDefaultHeading
{
	font-size: 14px;
}
H2#reviewsInfoDefaultPrice
{
	font-size: 14px;
}
#reviewsInfoDefaultProductImage IMG
{
	padding: 5px 0;
}
/*FAQ MANAGER PAGES*/
.faqQuestion
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #7D0909;
	margin: 0;
	padding: 0 0 0 5px;
}
.faqAnswer
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #965F49;
	margin: 0;
	padding: 0 0 0 5px;
}
H3.faq_cat_title
{
	margin: 0;
	padding: 0 0 10px;
	color: #704838;
	display: none;
}
#faqsallBody .pageresults
{
	display: none;
}
#faqsallBody .main
{
	color: #505050;
	font: italic 12px Verdana;
}
#faqsallBody STRONG
{
	color: #7D0909;
	font: normal bold 14px Verdana;
}
#faqinfoBody .plainbox-description
{
	margin: 0;
	padding: 0 0 0 5px;
}
#productQuantityDiscounts
{
	display: none;
}
#twitter_update_list
{
	list-style: none;
	margin-top: -20px;
}
#twitter_update_list LI
{
	margin-left: -38px;
	font-size: 0.9em;
}
#gmail-tut H2
{
	color: #2C91E8;
}
#gmail-tut H3
{
	text-align: center;
	background: #333;
	padding: 10px 0;
	color: #6FF04B;
}
