/**
* Main CSS Stylesheet
*
* @package templateSystem
* @copyright Copyright 2003-2006 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 4387 2006-09-04 13:54:28Z drbyte $
* @template author: www.DesignMyCart.com

For Quick Editing: refer to these hexidecimal color codes to find and replace
*
 */
BODY
{
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
	color: #505050;
	background: #005094 url(../images/holiday-bg.gif) repeat;
}
/*####Site-wide links####*/
A IMG
{
	border: none;
}
A
{
	color: #777;
	text-decoration: none;
}
A:visited
{
	color: #808080;
	text-decoration: none;
}
A:hover
{
	color: #808080;
	text-decoration: none;
}
/*####Site wide headings####*/
H1, H2, H3, H4, H5, H6
{
	font-family: Tahoma;
}
H1
{
	margin: 0px 0px 15px;
/*text-align: center;*/
	font: 140% "Trebuchet MS";
	color: #777;
	/*[disabled]text-transform:uppercase;*/
/*border-bottom: 1px solid #000;
clear: both;*/
}
H1#productName
{
	color: #930123;
}
H2
{
	font-size: 130%;
}
H2#productPrices
{
	font-size: 110%;
	color: #004F94;
}
H3
{
	font-size: 120%;
}
CODE
{
	font: normal normal small Arial;
}
FORM, SELECT
{
	display: inline;
	margin: 0.1em;
}
TEXTAREA
{
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}
FIELDSET
{
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #CCCCCC;
}
LEGEND
{
	font-weight: bold;
	padding: 0.3em;
	color: #505050;
}
LABEL, H4.optionName
{
	line-height: 1.5em;
	padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel
{
	margin: 0.5em 0.3em;
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg
{
	float: left;
}
INPUT
{
	width: auto !important; /*[e]auto*/
/*hack for Zen Cart resizing buttons, grr*/
}
INPUT#street-address, INPUT#email-address
{
	width: 220px !important; /*[e]220px*/
}
LABEL.inputLabel
{
	width: 9em;
	float: left;
}
LABEL.inputLabelPayment
{
	width: 14em;
	float: left;
	padding-left: 2.5em;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel
{
	width: 11em;
	float: left;
}
#checkoutPayment LABEL.radioButtonLabel
{
	font-weight: bold;
}
ADDRESS
{
	padding: 0.5em;
}
ADDRESS
{
	font-style: normal;
}
.clearBoth
{
	clear: both;
}
HR
{
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #A40126;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution
{
	padding: 0.2em 0.5em;
	border: 1px solid #000;
}
.messageStackWarning, .messageStackError
{
	background-color: #FF9;
	color: #C00;
	padding: 0 0.5em;
}
.messageStackWarning IMG, .messageStackError IMG, .messageStackSuccess IMG, .messageStackCaution IMG
{
	display: none;
}
.messageStackSuccess
{
	background-color: #9F9;
	color: #070;
}
.messageStackCaution
{
	background-color: #FFFF66;
	color: #000000;
}
/*wrappers - page or section containers*/
#mainWrapper
{
	background: transparent;
	text-align: left;
	width: 960px;
	margin: 30px auto;
	border: 8px solid #033764;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper UL, #ezPageBoxList UL, #popupAdditionalImage, #popupImage
{
	margin: 0em;
	padding: 0em;
}
#headerWrapper
{
	background: #FFF url(../images/holiday-header.jpg) no-repeat top center;
	width: 960px;
	height: 136px;
}
#logoWrapper
{
	background-color: transparent;
	height: auto;
	padding: 20px;
}
#logo
{
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
#navColumnOneWrapper, #navColumnTwoWrapper
{
	margin: auto;
}
#navColumnOneWrapper, #navColumnTwoWrapper
{
	margin: 0 0.5em;
}
#tagline
{
	margin: -12px 150px 0px;
	text-align: center;
	color: #9E0227;
	display: none;
}
#sendSpendWrapper
{
	border: 1px solid #CACACA;
	float: right;
	margin: 0em 0em 1em 1em;
}
.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper
{
	margin: 0;
	width: 47%;
}
.wrapperAttribsOptions
{
	margin: 0.3em 0em;
}
#navSuppWrapper
{
	text-align: center;
	padding: 2px;
	background-color: #004F94;
	color: #FFFFFF;
}
#navSupp UL LI A
{
	color: #FFFFFF;
}
#navSupp UL LI A:hover
{
	color: #808080;
}
/*navigation*/
.navSplitPagesResult
{
}
.navSplitPagesLinks
{
}
.navNextPrevCounter
{
	margin: 0em;
}
.navNextPrevList
{
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}
#navMainWrapper
{
	margin: 0;
	padding: 0 5px;
	background: #8A0121 url(../images/holiday-topnav.jpg) no-repeat top center;
	height: 45px;
	line-height: 38px;
	/*[disabled]border-bottom:1px solid #BBB;*/
}
#contentMainWrapper
{
	background: #FFF;
	border-left: 3px solid #DDD;
	border-right: 3px solid #DDD;
}
#navCatTabsWrapper
{
	background-color: #23725E;
	color: #FFFFFF;
	/*[disabled]display:none;*/
}
#navMain UL, #navSupp UL, #navCatTabs UL
{
	margin: 0;
	padding: 0.3em 0em;
	list-style-type: none;
}
#navMain UL LI, #navSupp UL LI, #navCatTabs UL LI
{
	display: inline;
}
#navMain UL LI A, #navCatTabs UL LI A
{
	padding: 0em 0.5em;
	margin: 0;
	color: #FFF;
}
#navMain UL LI A:hover
{
	color: #000;
}
#navCatTabs UL LI A
{
	color: #FFFFFF;
}
#navCatTabs UL LI A:hover
{
	color: #000000;
}
#navEZPagesTOCWrapper
{
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9A9A9A;
}
#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;*/
}
#navMainSearch
{
	text-align: right;
	margin: 0;
	padding: 5px 0 0;
	#padding: 0;
}
#navMainSearch INPUT[type=text]
{
	margin: 0;
	background-color: #FFFFFF;
	border: 1px solid #000;
	color: #505050;
	width: 168px !important; /*[e]168px*/
}
#navMainSearch INPUT
{
	margin: 0;
	background-color: #510717;
	border: 1px solid #000;
	color: #FFFFFF;
	#padding: 0;
}
#navBreadCrumb
{
	background-color: transparent;
	padding: 20px 0 0 5px;
}
#navEZPagesTop
{
	background-color: #FFF;
	padding: 0.5em;
	/*[disabled]border-top:1px solid #CCC;*/
}
#navEZPagesTop A
{
}
#navEZPagesTop A:hover
{
	color: #880121;
}
#navColumnOne, #navColumnTwo
{
	background-color: transparent;
}
/*The main content classes*/
#navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert
{
	vertical-align: top;
}
/*.content,*/
#productDescription, .shippingEstimatorWrapper
{
/*padding: 0.5em;*/
}
.alert
{
	color: #FF0000;
}
.advisory
{
}
.important
{
	font-weight: bold;
}
.notice
{
}
.rating
{
}
.gvBal
{
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix
{
/*padding: 0.8em;*/
}
.centerColumn
{
	padding: 3px 10px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP
{
	font-size: 80%;
}
#siteinfoIP
{
	line-height: 1.5;
}
/*Shopping Cart Display*/
#cartAdd
{
	float: right;
	text-align: right;
	padding: 1em 0 1em 1em;
}
.tableHeading TH
{
	border-bottom: 2px solid #033764;
	padding: 6px 0;
}
.tableHeading, #cartSubTotal
{
	background-color: #23725F;
}
#cartSubTotal
{
	border-top: 2px solid #033764;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	color: #FFF;
}
.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: #033764;
	position: relative;
/*do not remove-fixes stupid IEbug*/
}
.cartOldItem
{
	color: #5F061C;
	position: relative;
/*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal
{
	text-align: right;
	font-weight: bold;
	color: #5F061C;
}
.cartRemoveItemDisplay
{
	width: 3.5em;
}
.cartAttribsList
{
	margin-left: 1em;
}
#mediaManager
{
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
	background-color: #CCC;
	border: 1px solid #5F061C;
}
.normalprice, .productSpecialPriceSale
{
	text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount
{
	color: #1D7F17;
}
.orderHistList
{
	margin: 0 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.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;
}
.centerBoxWrapper
{
	border: 1px solid #23725F;
	margin: 1.1em 0;
	height: 1%;
}
H2.centerBoxHeading
{
	margin: 0;
	text-align: center;
	background: #23725F;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 110%;
}
/*sideboxes*/
.columnLeft
{
}
H3.leftBoxHeading, H3.leftBoxHeading A, H3.rightBoxHeading, H3.rightBoxHeading A, H3 LABEL
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading
{
}
.leftBoxHeading, .rightBoxHeading
{
	background: #FFFFFF url(../images/holiday-side-head.gif) no-repeat top center;
	height: 45px;
	color: #FFF;
}
.leftBoxContainer, .rightBoxContainer
{
	margin: 10px 0;
	background: #FFFFFF;
}
.sideBoxContent
{
	padding: 0.8em;
	margin: 0 5px;
	border: 1px solid #CCC;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg
{
	text-align: center;
}
#bestsellers OL
{
	padding: 0;
	margin: 0 0 0 1.5em;
}
#upProductsHeading
{
	text-align: left;
}
#upDateHeading
{
	text-align: right;
}
TD.productListing-data IMG
{
	margin-right: 10px;
}
#searchContent INPUT[type=text]
{
	margin: 0 0 5px;
	background-color: #FFFFFF;
	border: 1px solid #000;
	color: #505050;
	width: 168px !important; /*[e]168px*/
}
#searchContent INPUT
{
	margin: 0;
	background-color: #23725E;
	border: 1px solid #000;
	color: #FFFFFF;
	#padding: 0;
}
#tellafriendContent INPUT[type=text]
{
	width: 150px !important; /*[e]150px*/
	margin: 0 0 5px;
}
/*categories box parent and child categories*/
SPAN.category-subs-parent
{
	font-style: normal;
}
SPAN.category-subs-selected
{
	font-style: normal;
	font-weight: bold;
}
/*end categories box links
misc*/
.back
{
	float: left;
}
.forward
{
	float: right;
}
.bold
{
	font-weight: bold;
}
.rowOdd
{
	background-color: #EEE;
	vertical-align: top;
}
.rowEven
{
	background-color: #FFF;
	vertical-align: top;
}
CAPTION
{
/*display: none;*/
}
#myAccountGen LI, #myAccountNotify LI
{
	margin: 0;
}
.accountTotalDisplay, .accountTaxDisplay
{
	width: 20%;
	text-align: right;
}
.accountQuantityDisplay
{
	width: 10%;
	vertical-align: top;
}
TR.tableHeading
{
	background-color: #23725F;
	color: #FFF;
}
#prevOrders TD
{
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em 0 0;
}
.productListing-rowheading, .productListing-rowheading A
{
	background-color: #23725F;
	color: #FFF;
}
.productListing-data
{
	padding: 0.5em 0;
}
.productListing-data H3
{
	margin: 0 0 1em;
}
#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, #infoShoppingCart
{
	background-color: #FFFFFF;
}
#footer
{
	background: #FFF;
	padding-bottom: 10px;
	height: auto;
}
DIV.buttonRow.back
{
	margin-top: 5px;
}
DIV.buttonRow
{
	margin: 0 3px;
}
.navNextPrevWrapper
{
	margin-bottom: 20px;
}
DIV.centerBoxContentsNew
{
	color: #004F94;
	font-size: 90%;
}
#productsListingTopNumber
{
	margin-bottom: 10px;
}

