/**
 * 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;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-color: #202020;
	}
	
:focus {
	outline: 0;
}
		
.accCreate {
	border-bottom: 1px dotted #51ad2c;
}

.accCreate:hover {
	border-bottom: 0;
}
	
a {
	outline: 0;
}

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

#addressBookDefault address {
	background-color: #fafafa;
	color: #363636;
	margin: 0 20px 0 0;
	padding: 15px;
	border: 1px solid #51ad2c;
}

#reviewsInfoDefaultDate	{
	margin: 60px 0 0 0;
}

#review-text {
	border: 1px solid #51ad2c;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  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: 1em;
	}

SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	padding: 5px;
	}
	
INPUT, select {
	border: 0;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	border: 0;
	padding: 5px;
	font-family: arial;
	font-size: 1.1em;
	}

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

.buttonRow input {
	background-color: transparent;
	padding: 0;
}

.inCart input {
	background-color: transparent;
}

#checkoutShipping input, #checkoutShipAddressDefault input, #checkoutPayAddressDefault input, #checkoutConfirmDefault input {
	background-color: #1b1a1a;
}

#checkoutPayment input {
	color: #363636;
	margin: 0 0 10px 0;
}

#checkoutShipping h2, #checkoutPayment h2, #accountHistInfo h2 {
	margin: 30px 0 10px 0;
}

#checkoutNewAddress input {
	background-color: #ffffff;
}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 2px solid #51ad2c;
	background-color: #2c2d2c;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #51ad2c;
	}

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

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

#logo, .centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	margin: 2px 0 2px 0
	}

LABEL.inputLabelPayment img {
	float: left;
	padding: 22px 7px 20px 0;
	}
	
.ccinfo {
	width: 410px;
	float: right;
	margin-top: -65px;
	margin-bottom: 0;
	padding: 0;
}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

ADDRESS {
	padding: 0.5em;
	background-color: #ffffff;
	color: #363636;
	padding: 20px 40px 20px 20px;
	margin: 10px 10px 0 0;
	border: 2px solid #51ad2c;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #fe6e04;
	}

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

.messageStackWarning, .messageStackError {
	background-color: #fafafa;
	color: #fe6e04;
	}

.messageStackSuccess {
	background-color: #fafafa;
	color: #51ad2c;
	}

.messageStackCaution {
	background-color: #fafafa;
	color: #fe6e04;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 900px;
	vertical-align: top;
	background-image: url(../images/mainWrapper-bg.png);
	background-repeat: repeat-y;
	}

#headerWrapper {
	width: 880px;
	height: 210px;
	margin: auto;
	background-image: url(../images/header-bg-03.jpg);
	background-repeat: no-repeat;
}

#contentMainWrapper {
	width: 880px;
	padding: 0 0 60px 0;
	margin: auto;
	border-left: 5px solid #2c2d2c;
	border-right: 5px solid #2c2d2c;
	border-top: 25px solid #2c2d2c;
}

#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
	
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}

#register {
	width: 200px;
	float: right;
	margin: 0 0 0 0;
}	
	
#register ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#register ul li {
	display: block;
	margin: 20px 0 20px 0;
}

#register ul li a {
	color: #e3e3e3;
	padding: 10px 53px 10px 53px;
	background-image: url(../images/RegButton-02.png);
	background-repeat: repeat-x;
	overflow: hidden;
	text-decoration: none;
	margin: 0 0 10px 0;
	moz-border-radius: 7px;
	webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #fb5901;
	text-shadow: #5c3900 1px 1px 1px;
}

#register ul li .logout {
	padding: 10px 49px 10px 49px;
}

#register ul li a:hover {
	color: #ffffff;
	background-position: 0 -38px;
	text-shadow: #363636 0 -1px 1px;
}

#register img {
	padding: 10px 0 0 0;
}

.headerLegal {
	font-family: Impact;
	font-size: 1.7em;
	padding: 10px 0 0 0;
}
	
#taglineWrapper {
	width: 530px;
	margin: 50px 0 0 0;
	padding: 0 0 5px 0;
	background-image: url(../images/tagline-bg.png);
}

#tagline h1 {
	color: #d0cece;
	font-size: 2.6em;
	font-weight: normal;
	padding: 0 0 0 20px;
	margin: 0;
	text-shadow: #000000 4px 1px 5px;
}
	
#tagline h2 {
	color: #fafafa;
	font-size: 1.2em;
	font-weight: normal;
	margin: -20px 0 0 0;
	padding: 0 0 0 20px;
}

#sendSpendWrapper {
	border: 2px solid #fc771c;
	margin: 0em 0em 30px 1em;
	background-color: #ffffff;
	color: #363636;
	padding: 5px;
}
	
.floatingBox, #sendSpendWrapper, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}
	
#checkoutShipto, #checkoutBillto {
	margin: 0;
	background-color: #363636;
	padding: 10px;
}	
	
#accountLinksWrapper {
	background: #464646;
	padding: 10px;
	margin: 10px 0 10px 0;
	border-radius: 5px;
}	

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/

#productsListingListingTopLinks {
	margin: 0 0 10px 0;
}

productsListingListingBottomLinks {
	margin: 40px 0 0 0;
}
	
.navSplitPagesResult {
	margin: 0;
}

.navSplitPagesLinks {}

.navSplitPagesLinks a {
	border-radius: 5px;
	padding: 5px 7px 5px 7px;
	background-color: #363636;
}

.navSplitPagesLinks a:hover {
	background-color: #464646;
}

.navSplitPagesLinks .current {
	border-radius: 5px;
	padding: 7px 9px 7px 9px;
	background-color: #636363;
}

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

#navMainWrapper {
	height: 25px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: .90em;
	color: #ffffff;
}

#navMain ul {
	padding: 5px 5px 5px 20px;
	margin: 8px 0 0 0;
}	
		
#navMain ul li a {
	color: #ececec;
	padding: 13px 10px 13px 10px;
	margin: 0;
	text-decoration: none;
	moz-border-radius: 0 0 5px 5px;
	webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #fb5901;
	background-image: url(../images/navMainButton.png);
	background-repeat: repeat-x;
	text-shadow: #5c3900 1px 1px 1px;
}

#navMain ul li a:hover, #navMain ul li .current {
	background-position: 0 -44px;
	color: #ffffff;
	text-shadow: #5c3900 0 -1px 1px;
}

#navCatTabs {
	width: 880px;
	height: 45px;
	padding: 0;
	background-image: url(../images/navTile.png);
	background-repeat: repeat-x;
	margin: auto;
	border-bottom: 1px solid #000000;
}

#navCatTabs ul {
	width: 800px;
	margin: 0 0 0 105px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	/*line-height: 1.4em;*/
}

#navCatTabs ul li {
	display: inline;
}
	
#navCatTabs ul li a {
	float: left;
	font-size: .95em;
	padding: 14px 20px 13px 20px;
	text-align: center;
	margin: 0;
	white-space: nowrap;
	background-image: url(../images/navButton.png);
	background-repeat: repeat-x;
	border-left: 1px solid #cac8c8;
	border-right: 1px solid #cac8c8;
	text-decoration: none;
	color: #363636;
	text-shadow: #fafafa 1px 1px 1px;
}

#navCatTabs ul li a:hover {
	color: #e24912;
	background-position: 0 -45px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-shadow: #000000 1px -1px 1px;
}

.category-1 {
	background-image: url(../images/cat-1.png);
	background-repeat: repeat-x;
	color: #ffffff;
}

.category-2 {
	background-image: url(../images/cat-2.png);
	background-repeat: repeat-x;
	color: #ffffff;
}

.category-3 {
	background-image: url(../images/cat-3.png);
	background-repeat: repeat-x;
	color: #ffffff;
}

.category-4 {
	background-image: url(../images/cat-4.png);
	background-repeat: repeat-x;
	color: #ffffff;
}

.category-5 {
	background-image: url(../images/cat-5.png);
	background-repeat: repeat-x;
	color: #ffffff;
}
	
.category-1 a:hover, .category-2 a:hover, .category-3 a:hover, .category-4 a:hover, .category-5 a:hover {
	background-position: 0 -45px;
	color: #ff5b00;
}
	
SPAN.category-subs-selected {
	font-weight: bold;
}

#home  {
	width: 40px;
	height: 40px;
	float: left;
	margin: 3px 0 0 15px;
	padding: 0;
}

#home ul {
	width: 40px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#home ul li {
	display: inline;
}

#home ul li a {
	width: 40px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 20px 20px 20px 20px;
}

#home ul li a:hover {
	background-position: 0 -40px;
	border: 0;
}

#navMain ul li {
	display: inline;
}

#navSupp .appFooter a {
	text-decoration: none;
	padding: 10px 30px 30px 10px ;
	margin: 0 20px 30px 0;
	color: #898989;
	white-space: nowrap;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	overflow: hidden;
	border: 0;
	float: right;
}

#navSupp .appFooter a:hover {
	background-position: 0 -40px;
}

#navSupp .pnFooter {
	float: left;
	margin: 0 0 20px 0;
	height: 33px;
	overflow: hidden;
}

#navSupp .pnFooter a img {
	border: 0;
}

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

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

#navMainSearch {
	float: right;
	font-size: .75em;
	margin: 10px 15px 0 0;
	padding: 10px;
	background-color: #2c2d2c;
	border-radius: 5px 5px 0 0
}

#searchInput {
	width: 150px;
	padding: 6px 5px 6px 5px;
	border: 0;
}

#searchSubmit {
	background-color: #418226;
	color: #ffffff;
	padding: 5px;
	border: 0;
	text-shadow: #15450b 1px 1px 1px;
	border-radius: 5px;
}

#searchSubmit:hover {
	background-color: #53b32c;
	cursor: pointer;
	text-shadow: #5c3900 0 0 1px;
}

#breadCrumbWrapper {
	height: 25px;
	padding: 9px 0 0 10px;
	font-size: 0.85em;
	font-weight: normal;
	margin: 0em;
	background-image: url(../images/breadcrumb-bg.png);
	background-repeat: no-repeat;
}

#navBreadCrumb {
	margin: 0;
}
	
#navBreadCrumb a {
	color: #d6d5d5;
}

#navBreadCrumb a:hover {
	color: #ffffff;
	text-decoration: none;
}

#wholesaleTab {
	width: 170px;
	float: right;
	margin: 8px 12px 0 0;
	padding: 0;
}

#wholesaleTab a {
	margin: 0;
	padding: 8px;
	display: block;
	text-align: center;
	background-color: #ff5e01;
	border-radius: 5px;
	border: 1px solid #fb5901;
	background-image: url(../images/RegButton-02.png);
	background-repeat: repeat-x;
	color: #ececec;
	text-shadow: #5c3900 1px 1px 1px;
}

#wholesaleTab a:hover {
	background-position: 0 -38px;
	color: #ffffff;
	text-shadow: #5c3900 0 -1px 1px;
}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}

#footer {
	width: 870px;
	padding: 20px 0 0 0;
	margin: auto;
	background-color: #2c2d2c;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	border-left: 5px solid #2c2d2c;
	border-right: 5px solid #2c2d2c;
	font-size: .85em;
}	

#footer a {
	color: #898989;
	text-decoration: none;
}

#footer a:hover {
	color: #51ad2c;
}

#loginDefault a {
	color: #e3e3e3;
	border-bottom: 1px dotted #51ad2c;
}
	
#whatsNew {
	background-color: #2c2d2c;
	border: 2px solid #000000;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-x;
}

.legal {
	width: 180px;
	height: 39px;
	float: left;
	font-size: .80em;
	margin: 0;
	background-image: url(../images/legal-bg.png);
	background-repeat: no-repeat;
	padding: 0 5px 0 67px;
	background-color: #fafafa;
	color: #000000;
}

.planetNature {
	width: 250px; 
	margin: 0;
}

#footer p {
	text-align: left;
	padding: 0 0 0 10px;
	font-size: .90em;
	color: #e3e3e3;
}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
}

#productDescription {
	width: 365px;
	float: right;
	margin: 0 10px 0 0;
}

.content, {
	padding: 0 5px 40px 10px; 	
}

#productGeneral {
	width: 590px;
	padding: 20px 20px 40px 25px; 
	background: #464646;
	margin: 10px;
	border-radius: 5px;
}

#productGeneral h2 {
	color: #e3e3e3;
}

#prevTop {
	padding: 15px 0 15px 0;
	margin: 0 0 25px 0;
	background-image: url(../images/productBorderTop.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#prevBottom {
	padding: 10px 0 15px 0;
	margin: 0 0 0 0;
	background-image: url(../images/productBorderBottom.png);
	background-repeat: no-repeat;
}

#prevTop img, #prevBottom img, .buttonRow img, .listingBuyNowButton, #accountDefault img {
	border: 0;
}
	
.listingProductImage {
	margin: 20px 10px 20px 0;
}

.smallProductImage {
	padding: 0 15px 0 0;
}

.spacer {
	background: #464646;
	margin: 0;
}

.spacer p {
	margin: 0;
	padding: 0;
}

#productListing {
	background: #464646;
	border-radius: 5px;
	padding: 0 3px 0 3px;
	margin: 0 0 0 5px;
}

.addSelectedTop input, .addSelectedBottom input {
	width: 233px;
	text-align: left;
	background: url(../images/add-cart-selected.png) no-repeat right #262626;
	color: #898989;
	border-radius: 5px;
	padding: 12px 5px 12px 5px;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #636363;
	margin: 0 0 15px 0;
}

.addSelectedTop input:hover, .addSelectedBottom input:hover {
	background: url(../images/add-cart-selected.png) no-repeat right #262626;
	color: #51ad2c;
	cursor: pointer;
}

.addSelectedTop, .addSelectedBottom  {
	float: right;
	margin: 6px 9px 8px 0;
}

.catMenuButton {
	width: 130px;
	float: left;
	margin: 6px 9px 15px 9px;
}

.catMenuButton a {
	display: block;
	background: url(../images/arrow-up.png) no-repeat right #262626;
	color: #fafafa;
	border-radius: 5px;
	padding: 12px 5px 12px 7px;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #636363;
	margin: 0;
}

.catMenuButton a:hover {
	background: url(../images/arrow-up.png) no-repeat right #262626;
}

.catMenuButton img, .addSelectedTop img, .addSelectedBottom img  {
	vertical-align: middle;
}

.productListing-rowheading {
	background: #464646;
    height: 3em;
    color: #969696;
	padding: 0 0 10px 0;
}

.productListing-data {
	border-top: 3px solid #494a49;
	background-image: url(../images/productData.png);
	background-repeat: repeat-x;
	padding: 2px 5px 2px 5px;
}

.listingPrice {
	margin: 4px 0 0 0;
	font-size: 1.2em;
}

.orderLimit {
	width: 145px;
	margin: 2px 0 0 0;
	padding: 0;
	text-align: right;
	color: #b7b7b7;
}

.listingDescription, .itemTitle {
	text-align: left;
}
	
.alert {
	color: #eb714d;
	margin-left: 0.5em;
}

.noShipping {
	font-size: 1.1em;
	padding: 10px 0 10px 0;
}

.noShipping a {
	border-bottom: 1px dotted #51ad2c;
}

.noShipping a:hover {
	border-bottom: 1px dotted #9a9a9a;
}

.noShipping img {
	vertical-align: middle;
}
	
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
}

#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
}

.centerColumn {
	width: 635px;
	padding: 10px;
	font-size: .80em;
	color: #d7d7d7;
}

.centerColumn h2 {
	font-weight: normal;
	color: #969696;
} 

.centerColumn a {
	color: #969696;
}

.centerColumn a:hover {
	color: #51ad2c;
	text-decoration: none;
}

.centerColumn a img {
	border: 0;
}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 20px 0 0 0;
}

.topSpacer {
	background: #464646;
	border-radius: 5px 5px 0 0;
}

.topSpacer p {
	margin: 0;
}

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

TR .cartTableHeading, #accountHistInfo .tableHeading {
	height: 38px;
	background: #464646;
}

#cartSubTotal {
	background: #464646;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #9a9a9a;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding: 10px 20px 10px 0;
	height: 55px;
}

#orderTotals {
	background: #2c2d2d;
	border: 2px solid #000000;
	padding: 10px 20px 10px 0;
}

.tableRow, .tableHeading {
	height: 2.2em;
}

#cartProdTitle {
	font-size: 1.4em;
	margin: 10px 0 0 0;
}

.checkoutConditions {
	margin: 0 0 20px 0;
}

.cartProductDisplay	{
	text-align: center;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
}

#cartContentsDisplay img {
	border: 0;
}

.cartQuantityUpdate input {
	background: transparent;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}

#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 4.7em;
	padding: 15px 0 0 0;
}

.cartNewItem {
	color: #9a9a9a;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
	color: #9a9a9a;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartNewItem a:hover, .cartOldItem a:hover {
	color: #51ad2c;
}	
	
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}

.cartRemoveItemDisplay {
	width: 3.5em;
	padding: 15px 0 0 0;
}

.cartAttribsList {
	margin-left: 1em;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
}
.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;
	list-style-type: none;
} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	border-bottom: 1px solid #fe6e04;
}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}

.amount {
	width: 5.5em;
}
	
#infoShoppingCart {
	color: #363636;
	background-image: none;
}

#infoShoppingCart a {
	color: #51ad2c;
}
/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
	
#productMainImage {
	margin: 0 15px 40px 0;
}	

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}
	
#cartAttribAdd {
	margin: 0;
	background-color: #1b1a1a;
	background-image: url(../images/productBorderBottom.png);
	background-repeat: no-repeat;
	border-radius: 5px;
}

#homeEditable {
	padding: 20px 20px 0 20px;
	background-image: url(../images/productBorderBottom.png);
	background-repeat: no-repeat;
}
	
/*Attributes*/

#productAttributes {
	width: 380px;
	float: left;
	padding: 10px 0 0 10px;
}

.wrapperAttribsOptions {
	width: 380px;
	margin: 0;
	padding: 0;
}

.wrapperAttribsOptions img, #checkoutSuccessLogoff img {
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.wrapperAttribsOptions select {
	padding: 2px;
}

.attribsSelect {
	margin: 0;
	padding: 0;
	color: #fe6e04;
	float: left;
	font-weight: normal;
}

.optionName {
	margin: 0;
	padding: 0 10px 0 0;
	color: #fe6e04;
	float: left;
	font-weight: normal;
}

.wrapperAttribsOptions .back {
	padding: 0 0 0 20px;
}

.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	vertical-align: middle;
}

.wrapperAttribsOptions img {
	vertical-align: middle;
	padding: 0 0 3px 3px;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
	
#categoryListBoxContainer {
	margin: 0 0 0 5px;
}
	
.categoryListBoxContents {
	width: 210px;
	float: left;
}
	
.categoryListBoxContents a {
	display: block;
	background: #262626;
	border-radius: 5px;
	padding: 10px 0 5px 0;
	margin: 0 6px 5px 0;
	text-align: center;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #363636;
}

.categoryListBoxContents a:hover {
	background: #464646;
	margin: 1px 6px 4px 0;
	border-bottom: 1px solid #555555;
}

.categoryListBoxContents img {
	border-radius: 5px;
}	
	
	
.centerBoxContentsFeatured {
	padding: 15px 0 10px 0;
	border: 1px solid #1b1a1a;
}		
	
.centerBoxContentsFeatured:hover {
	background: #262626;
	border-radius: 7px;
	background-repeat: repeat-x;
}

.centerBoxContentsFeatured a img {
	border: 0;
}	

.centerBoxWrapper {
	height: 1%;
	margin: 0;
	background-image: url(../images/centerBox-bg.png);
	background-repeat: no-repeat;
	padding: 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	font-family: impact, verdana;
	font-size: 1.9em;
	color: #489729;
	padding: 0 0 10px 0;
	}

/*sideboxes*/
.columnLeft {}

.columnRight {
	font-size: .80em;
	text-align: center;
}

.columnRight a {
	color: #898989;
	text-decoration: none;
}

.columnRight a:hover {
	color: #51ad2c;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
	
#moreinformationHeading, #informationHeading, #bestsellersHeading {
	color: #ececec;
	font-size: 1.5em;
	font-weight: normal;
}

#bestsellersHeading {
	margin: 0;
	padding: 0;
}

#bestsellersContent {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fe6e04;
	text-align: left;
}

#moreinformation ul li a, #information ul li a {
	height: 23px ;
	padding: 10px 0 2px 0;
	margin: auto;
	display: block;
	background-image: url(../images/infoButton.png);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #898989;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #363636;
	text-shadow: #000000 1px 1px 1px;
}

#moreinformation ul li a:hover, #information ul li a:hover {
	background-position: 0 -23px;
	color: #c2c2c2;
	text-shadow: #000000 -1px -1px 1px;
}
	
#reviewsHeading a {
	padding: 12px 10px 12px 0;
	display: block;
	text-align: right;
	background-image: url(../images/reviewsHeading.png);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 1.3em;
	font-weight: normal;
	color: #d7d7d7;
}

#shoppingcartHeading a {
	padding: 14px 10px 14px 0;
	display: block;
	text-align: right;
	background-image: url(../images/cartHeading.png);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 1em;
	font-weight: normal;
	color: #d7d7d7;
}
	
#reviewsHeading a:hover, #shoppingcartHeading a:hover {
	background-position: 0 -44px;
}
	
#reviewsContent a {
	color: #898989;
	font-size: .82em;
	text-decoration: none;
}

#reviewsContent a:hover {
	color: #51ad2c;
}

#reviewsContent img {
	border: 0;
} 

#reviewsContent {
	border-bottom: 1px solid #fe6e04;
	padding: 0 0 5px 0;
}
		

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-image: url(../images/boxHeading.png);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-top: 1.5em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #51ad2c;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #51ad2c;
	text-decoration: none;
	}

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

#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;
	}
	
#blanksideboxHeading {
	display: none;
}	

#SocialBox {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #fe6e04;
}
		
#SocialBox p{
	float: left;
}

#SocialBox img {
	border: none;
	padding: 0;
	margin: 0 2px 0 2px;
}

#SocialBox h3 {
	font-weight: normal;
	font-size: 1.2em;
}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}

/* end categories box links */

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

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd, .rowEven {
	background-image: url(../images/productData.png);
	background-repeat: repeat-x;
	height: 90px;
	vertical-align: top;
	padding: 10px 5px 10px 5px;
	}

.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: #464646;
	height: 38px;
	}

#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:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

/*jquery carousel style*/

#carousel {
	margin: 10px 0 10px 0;
	width: 620px;
	height: 270px;
	padding: 0 0 3px 0;
	overflow: scroll;
	background-image: url(../images/carousel-bg.png);
	background-repeat: no-repeat;
}
#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}
.textholder {
	text-align: left;
	font-size: small;
	padding: 21px 15px 0 15px;
	margin: 0 0 3px 0;
}

.textholder a {
	padding: 5px 18px 4px 18px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 0 20px;
	background-image: url(../images/t-holder-button.png);
	background-repeat: no-repeat;
}

.textholder a:hover {
	background-position: 0 -25px;
	color: #ffffff;
}

/*misc*/

.nl-button {
	width: 200px;
	float: right;
	text-align: center;
}

.nl-button a {
	display: block;
	background-color: #eca904;
	color: #636363;
	padding: 15px;
	font-weight: bold;
	border: 1px solid #1b1a1a;
	font-size: 1.2em;
}

.nl-button a:hover {
	background-color: #f1b503;
	color: #363636;
	border: 1px solid #262626;
	padding: 15px 14px 15px 16px;
}

.faq {
	background-color: #262626;
	padding: 15px;
	margin: 7px 0 7px 0;
}

h3.faq {
	font-weight: normal;
	padding: 0;
	margin: 0;
} 

.quotes {
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	padding: 20px 0 0 5px;
}

/*sale style*/

.sale ul {
	list-style-image: url(../images/tick.png);
	margin: 10px 0 20px 140px;
	font-size: 1.4em;
}

.tickList ul {
	list-style-image: url(../images/tick.png);
	font-size: 1.4em;
}

.crossList ul {
	list-style-image: url(../images/cross.png);
	font-size: 1.4em;
}
	

.extraInfo {
	background-image: url(../images/productBorder.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 10px 0;
}

.extraInfo ul {
	list-style-image: url(../images/plus.png);
	margin: 10px 0 20px 20px;
	font-size: 1.2em;
}

.FBpromo {
	width: 110px;
	float: left;
	margin: 15px 0 0 15px;
	padding: 0;
	font-size: .90em;
	color: #cccccc;
	text-align: center;
}

.FBpromo a {
	color: #636363;
	font-size: .70em;
	display: block;
	background: #ececec;
	border-radius: 5px;
	padding: 3px;
	border: 1px solid #000000;
}

.FBpromo a:hover {
	color: #008df5;
	background: #fafafa;
}

.FBpromo a img {
	vertical-align: middle;
	border: 0;
}

/*sinlge product home page style*/

#singleProduct {
	width: 620px;
	height: 180px;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	background-image: url(../images/carousel-bg.png);
	background-repeat: no-repeat;
}

.floatMe {
	float: right;
	position: relative; right:65px; top: 10px;
}

.floatMeLess {
	float: right;
	position: relative; right:5px; top: 10px;
}

.promoLeft {
	width: 305px;
	float: left;
	text-shadow: 1px 1px #000000;
}

.promoRight {
	width: 305px;
	float: right;
	text-shadow: 1px 1px #000000;
}

.promoLeft h2 {
	font-family: impact, verdana;
	font-size: 1.9em;
	color: #8dc703;
}
	
.promoRight h2 {
	font-family: impact, verdana;
	font-size: 1.9em;
	color: #f38200;
}

.promoLeft h3, .promoRight h3 {
	margin: 0 0 5px 0;
}

.floatMe a, .floatMeLess a {
	padding: 8px 12px 8px 12px;
	background-color: #2c2d2c;
	border: 1px solid #131313;
	border-radius: 5px;
}

.floatMe a:hover, .floatMeLess a:hover {
	padding: 8px 11px 8px 13px;
	background-color: #131313;
}

.promoImage {
	width: 280px;
	float: left;
}

.offer {
	text-align: center;
	background-color: #262626;
	padding: 5px;
	border-radius: 5px;
}
	
.offer h3 {
	font-family: impact;
	font-weight: normal;
	font-size: 1.8em;
	color: #f6af00;
}

.offer p {
	font-size: 1.2em;
}

.printButton {
	text-align: right;
}

.printButton a img {
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	background: #2c2d2c;
	border: 1px solid #fd6e0a;
}

.printButton a img:hover {
	border: 1px solid #fb5901;
	background: #636363;
}

.fb {
	background: #ececec;
	border-radius: 5px;
	padding: 5px;
	color: #363636;
}

.fb p {
	margin: 0;
}

.fb img {
	vertical-align: middle;
}

.fb a {
	color: #000000;
	border-bottom: 1px dotted #008df5;
}

.fb a:hover {
	color: #008df5;
	border-bottom: 1px dotted #000000;
}

