/**
 * 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 4813 2006-10-23 02:13:53Z drbyte $
 * @TLC CREATIONS CHANGED DECEMBER 03, 2009 LOCATED IN HOLIDAY LOGO FILE
 */

body {
	margin: 0;
	
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #C9E4AF;
	
	}

a img {border: none; }

a:link {
	color: #000000;
	text-decoration: none;
	font-size: 100%;
	
	/*background: #0686C3;
	*/
}

 #navEZPagesTOC ul li a {
	color: #6262D2;
	text-decoration: none;
	font-size: 100%;
	
	/*background: #0686C3;
	*/
}
 
a:visited {
	color: #999966;
	text-decoration: none;
	font-size: 100%;
	
	}

a:hover {
	color: #800000;
	font-size: 100%;
	font-style: italic;
	font-weight: bolder;
	
	
}

#navEZPagesTOC ul li a:hover{
	color: #666633;
	font-size: 100%;
	
}

 #navMain ul li a:hover{
	color: #336633;
	font-size: 100%;
	
}

 #navSupp ul li a:hover{
	color: #336633;
	font-size: 100%;
	
}

#navCatTabs ul li a:hover{
	background: Aqua;
}
a:active {
	color: #FF0000;
	font-size: 100%;
	
	}
/*This is to change the product  Title */
h1 {
	font-size: 100%;
	
	color: #000000;
}

/*This is to change the price size, color, etc */
h2 {
	font-size: 100%;	
	color : #760000;
}

h3 {
	font-size: 100%;	
	color: #760000;
	font-style: italic;
}

h4, h5, h6, .larger{
	font-size: 95%;	
	color: #999966;
}

ADDRESS {
	font-size: 95%;	
	color: #962929;
}

/*THIS CHANGES THE COLOR OF THE RETURNING CUSTOMERS PLEASE LOG IN, NEW PLEASE PROVIDE YOUR BILLING INFORMATION */
LEGEND {
	color: #660000;
	font-weight: bold;	
	font-size: 110%;
}

/*Use to Change the SEARCH title color - Checkout Labels*/
h4.optionName,LABEL {
	
	color: #000000;
	font-size: 100%;
}

 
/*Changes - Shopping Cart Content Font - Who's Online Content Font - Bestsellers Numbering*/
.sideBoxContent {
	font-size: 100%;
	color: #D04306;
	
}

.biggerText {
	font-size: 100%;
	
	}

h1, h2, h3, h4, h5 {
	margin: 0.3em 0;
	
}
h6 {
	margin: 0.3em 0;
	
	color: #33FF00;
}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 100%;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	
}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	/*border: 0 px solid #cccccc;*/
	
	}

LEGEND {
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

 .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	
	background: #C9E4AF;
	font-size: 100%;
	}
	
	#logo {
	
}

LABEL.inputLabel {
	width: 9em;
	float: left;
	
	color: #551C02;
	}

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

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

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

.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: #C9E4AF;
	text-align: left;
	width: 80%;
	vertical-align: top;
	
	font-size: 100%;
	/*border: 1px solid #9a9a9a;*/
}

/* LINKS AT TOP */
#headerWrapper, #contentMainWrapper, #logoWrapper,#cartBoxListWrapper,  #cartBoxListWrapper ul ,  #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	
	background-color: #FFFFFF;
	font-size: 100%;
}
	
	
	#ezPageBoxList ul, #ezPageBoxList, {
	margin: 0em;
	padding: 0em;
	
}

/*Adjusts the height of the logo area*/
#logoWrapper{
	background-repeat: repeat-x;
	background-color: #C9E4AF;
	height: 100px;
	text-align: center;
	
	}
	
/*Footer of Page Background*/
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
	
	background: #FFFFFF;
	font-size: 100%;
	} 
	
	#mainWrapper {
	margin: auto;
	
	background: #FFFFFF;
	font-size: 75%;
	} 

	
#tagline {
	color:#000000;
	font-size: 100%;
	text-align : center;
	vertical-align: middle;
	
	}

#sendSpendWrapper {
	float: right;
	margin: 0em 0em 1em 1em;
	
	}

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

	/*This changes the size, color of Maximum Charachters Allowed*/
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	font-size: 100%;
	
	color: #B22222;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	height: 1%;
	background: #C9E4AF;
	
	}

#navCatTabsWrapper { 
	background-color: #FFFFFF;
	color: #330000;
	background-image:none;
	
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	
	}

	/*This is the two :: that separates the links*/
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	
	color: #330000;
	}

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

#navCatTabs ul li a {
	color: #5A1919;
	
}

#navEZPagesTOCWrapper {
	font-weight: normal;
	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;
	
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	
	}

#navMainSearch {
	float: right;
	
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	/*background-color: #0686C3;*/
	font-size: 80%;
	margin: 0em;
	
	
	}

#navEZPagesTop {
	font-size: 80%;
	font-weight: normal;
	margin: 0em;
	padding: 0.5em;
	
}

	/*This will take the borders off of the left and right columns*/
#navColumnOne {
	vertical-align: top;
	
	background: #FFFFFF;
	font-size: 100%;
	}
	
	/*This will take the borders off of the left and right columns*/
#navColumnTwo {
	/*background-color: transparent;*/
	vertical-align: top;
	
	background: #FFFFFF;
	font-size: 100%;
	}

/*The main content classes - the borders around the left and right columns - behind Featured Products*/
#contentColumnMain {
	vertical-align: top;
	
	background: #FDEB1E;
	font-size: 100%;
	width: 800px
	}
	
	/*The main content classes - the borders around the left and right columns - behind Featured Products*/
 .centerBoxContents {
	vertical-align: top;
	
	background: #F4F0E0;
	font-size: 100%;
	
	}
	
	/*The main content classes - the borders around the left and right columns - behind Featured Products*/
 .specialsListBoxContents {
	vertical-align: top;
	
	background: #FEFCCF;
	font-size: 100%;
	color : #9400D3;
}
	
	/*The main content classes - the borders around the left and right columns - behind Featured Products*/
 .categoryListBoxContents {
	vertical-align: top;
	
	background: #FFFFFF;
	font-size: 100%;
	}
	
	/*The main content classes - the borders around the left and right columns - behind Featured Products*/
 .additionalImages {
	vertical-align: top;
	
	background: #FFFFFF;
	font-size: 100%;
	}
	
	/*The main content classes - the borders around the left and right columns - behind Featured Products*/
 .centerBoxContentsSpecials {
	vertical-align: top;
	
	background: #FFFFFF;
	font-size: 100%;
	}
	
	/*The main content classes - the borders around the left and right columns - behind Featured Products*/
 .centerBoxContentsAlsoPurch {
	vertical-align: top;
	
	background: #FFFFFF;
	font-size: 100%;
}
	
	/*The main content classes - the borders around the left and right columns - behind Featured Products*/
  .centerBoxContentsFeatured {
	vertical-align: top;
	font-family: monospace;
	background: #FFFFFF;
	font-size: 100%;
}
	
	/*The main content classes - the borders around the left and right columns - behind Featured Products*/
  .centerBoxContentsNew {
	vertical-align: top;
	
	background: #FFFFFF;
	font-size: 100%;
	}
	
	/*The main content classes - the borders around the left and right columns - behind Featured Products*/
  .alert {
	vertical-align: top;
	
	background: #FEFCCF;
	font-size: 100%;
	}

/*.content,*/ 
#productDescription, .shippingEstimatorWrapper {
	font-size: 85%;
	padding: 0.5em;
	color: Black;
	
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	
	}
.advisory {}
.important {
	font-weight: BOLD;
	
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	
	}
	

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 100%;
	
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	
	}

.tableHeading, #cartSubTotal {
   	color : Black;
	background : #E5ECDA;
	
}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: normal;
	text-align: right;
	line-height: 2.2em;
	
	/*padding-right: 2.5em;*/
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	color: Black;
	
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	font-size: 100%;
}

/*Changes the Shipping Estimator Prices Size Color ETC */
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;	
	font-size: 100%;
}

#scUpdateQuantity {
	width: 2em;
	
}

.cartQuantity {
	width: 4.7em;
	
	}

.cartNewItem {
	color: #5372C1;
	font-size: small;
	position: relative;
	
	/*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
	color: #4B0082;
	font-size: small;
	position: relative;
	
	/*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
	text-align: right;
	color : #723C38;
	background : #F4F0E0;
	
}

.cartRemoveItemDisplay {
	width: 3.5em;
	
	}

	/*This is the background for the shopping cart page*/
.cartAttribsList {
	margin-left: 1em;
	
	font-size: 100%;
	background: #E5ECDA;
	color: #000000;
	}

#mediaManager {
	width: 150%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	
} 

/*Change the background color of the cart box*/
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	background : #FFFFFF;
	
	font-size: 100%;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	background-color: #CCFF99;	
	font-size: 100%;
	border: thin dotted;
} 

#cartBoxEmpty, #cartBoxVoucherBalance {
    font-size: 100%;
    background-color: #CCFF99;
    border: thin dotted;
	
}

/*This is where the prices display on the payment page*/
.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 {
font-size: small;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	border: 0px solid #9a9a9a;
	margin: 1.1em 0em;
	font-size: 100%;
}

.centerBoxWrapper {
	border: 0px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 100%;
	color: #5C5179;
	font-family: Papyrus;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 100%;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 100%;
	color: #000000;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	/*border: 1px solid #9a9a9a;
	border-bottom: 0px solid #336633;*/
	margin-top: 1.5em;
	}

	 #mysideboxone .leftBoxContainer {
	background: transparent;
}
	
	/*Background to ALL sideboxes*/
.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}
	
	#ezpagesContent {
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000000;
	font-size: 100%;
}

.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,.accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	font-size: 100%;
}
	
	 .categoryListBoxContents {
	text-align: center;
	font-size: 100%;
}
	
	/*Description under Listing*/
 .productListing-data {
	text-align: center;
	font-size: 100%;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	font-size: 100%;
	}

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

/* categories box parent and child categories */
A.category-top {
	line-height: 1.5em;} 
	color: #000000;
	font-size: 100%;
	font-family: Tahoma;
}
 A.category-top:visited {
	color: #000000;
	font-size: 100%;
	font-family: Tahoma;
}
 A.category-products:visited {
	color: #000000;
	font-size: 100%;
	font-family: Tahoma;
}

A.category-products{
	color: #000000;
	font-size: 100%;
	font-family: "Arial";
}

/* This is for the links such as Featured Products and All Products*/
A.category-links {
	color: #400000;
	text-decoration: none;
	font-family: "Script MT Bold";
	font-size: 150%;
}

 A.category-links:visited {
	color: #669966;
	text-decoration: none;
	font-family: "Script MT Bold";
	font-size: 150%;
}

A.category-subs {
	color: #000000;
	text-decoration: none;
	font-size: 100%;
}


 A.category-subs:visited {
	color: #000000;
	text-decoration: none;
	font-size: 100%;
}

 SPAN.category-subs-parent {
	font-size: 100%;
	color: #999966;
	font-weight : bold;
}
SPAN.category-subs-selected {
	font-size: 100%;
	color: #760000;
	font-weight : bold;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	background : #ECEDC4;
}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	background : #D8EDC4;
}

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

	/* The Shopping Cart Header */
TR.tableHeading {
	height: 2em;
	background : #FFFFFF;
}

.productListing-rowheading {
	height: 2em;
	color: Black;
}

#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;
	
	}
#checkoutSuccessOrderNumber {
	font-weight: bold;
	font-size: large;
}


