/**
 * 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:Arial, Helvetica, sans-serif;
    font-size: 62.5%;
	color: #000000;
	background: #232323 url(../../../../images/new-layout/body/bg.png) top left repeat;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #b1840b;
	text-decoration: none;
	}
 
a:visited {
	text-decoration: none;
	color:#e8ae26;
}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover color: {
	text-decoration:underline;
	 color: #e8ae26; 
	
}

a:active {
	color: #e8ae26;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	color:#e8ae26;
	}



.biggerText {
	font-size: 1.2em;
	}


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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	}

TEXTAREA {
	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: black;
	}

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

.inputLabel {
	width: 9em;
	float: left;
	}

.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

.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 #9a9a9a;
	}

/*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 {
	text-align: left;
	width: 990px;
	vertical-align: top;
}

#contentMainWrapper {
    background:transparent url(../../../../images/new-layout/body/bg-black.png) repeat;
    padding:10px !important;
    
}

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

#logoWrapper{
	background:transparent url(/includes/templates/classic/images/logo.png) top left no-repeat;
	height:190px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	}
#navColumnOneWrapper {
	margin-right:10px !important;
	width:170px !important;
}
#navColumnTwoWrapper {
    margin-left:10px; 
}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0 0 1em 1em;
	}

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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



#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	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;
	}

#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.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

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

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;

	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

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

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

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

.centerColumn {
    background:#fff;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size:11px; font-weight:bold;
	color:#fff; margin:10px 0 0 0;
}
.smallText a, #siteinfoLegal a, #siteinfoCredits a, #siteinfoStatus a, #siteinfoIP a {
    color:#e8ae26;
}

#siteinfoLegal { height:50px; }

/*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 {
	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: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	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;
	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;
	}

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

.categoryIcon a { color:#b1840b; }

#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 {
	height: 1%;
	margin: 1.1em 0;
	
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}
div#categories {
    width:170px !important;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size:12px;
	color:#ccc;
	margin:0 !important;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading,
.leftBoxHeading *, .centerBoxHeading *, .rightBoxHeading * {
	background:#2a2a2a url(/images/new-layout/body/title-header.png) top left repeat-x;
	height:30px; line-height:30px;
	font-size:12px; font-weight:bold;
	text-align:center;
}
.leftBoxHeading *, .centerBoxHeading *, .rightBoxHeading * { background:none !important; }

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
}

.sideBoxContent {
	
	margin:0 0 10px 0;
    padding:10px;
}

.sideBoxContent a {
    color:#b1840b;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #b1840b;
	text-decoration: underline;
} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {}

.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, .productListing-data, .accountQuantityDisplay, .ratingRow, #textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	padding:0;

}

.centeredContent a, TH a, #cartEmptyText a, #cartBoxGVButton a, #cartBoxEmpty a, #cartBoxVoucherBalance a, #navCatTabsWrapper a, #navEZPageNextPrev a, #bannerOne a, #bannerTwo a, #bannerThree a, #bannerFour a,
#bannerFive a, #bannerSix a, #siteinfoLegal a, #siteinfoCredits a, #siteinfoStatus a, #siteinfoIP a, .center a, .cartRemoveItemDisplay a, .cartQuantityUpdate a, .cartQuantity a, .cartTotalsDisplay a,
#cartBoxGVBalance a, .leftBoxHeading a, .centerBoxHeading a,.rightBoxHeading a, .productListing-data a, .accountQuantityDisplay a, .ratingRow a, #textAreaReviews a, #productMainImage a,
#reviewsInfoDefaultProductImage a, #productReviewsDefaultProductImage a, #reviewWriteMainImage a, .centerBoxContents a, .specialsListBoxContents a, .categoryListBoxContents a, .additionalImages a,
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .gvBal a, .attribImg a { color:#b1840b; font-weight:bold; }

.centeredContent a:hover, TH a:hover, #cartEmptyText a:hover, #cartBoxGVButton a:hover, #cartBoxEmpty a:hover, #cartBoxVoucherBalance a:hover, #navCatTabsWrapper a:hover, #navEZPageNextPrev a:hover, #bannerOne a:hover, #bannerTwo a:hover, #bannerThree a:hover, #bannerFour a:hover,
#bannerFive a:hover, #bannerSix a:hover, #siteinfoLegal a:hover, #siteinfoCredits a:hover, #siteinfoStatus a:hover, #siteinfoIP a:hover, .center a:hover, .cartRemoveItemDisplay a:hover, .cartQuantityUpdate a:hover, .cartQuantity a:hover, .cartTotalsDisplay a:hover,
#cartBoxGVBalance a:hover, .leftBoxHeading a:hover, .centerBoxHeading a:hover,.rightBoxHeading a:hover, .productListing-data a:hover, .accountQuantityDisplay a:hover, .ratingRow a:hover, LABEL#textAreaReviews a:hover, #productMainImage a:hover,
#reviewsInfoDefaultProductImage a:hover, #productReviewsDefaultProductImage a:hover, #reviewWriteMainImage a:hover, .centerBoxContents a:hover, .specialsListBoxContents a:hover, .categoryListBoxContents a:hover, .additionalImages a:hover,
.centerBoxContentsSpecials a:hover, .centerBoxContentsAlsoPurch a:hover, .centerBoxContentsFeatured a:hover, .centerBoxContentsNew a:hover, .gvBal a:hover, .attribImg a:hover { text-decoration:underline; }

.productListing-data { padding:10px 10px 0 0; }

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
}

#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, 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;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*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: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background:#2a2a2a url(../../../../images/new-layout/body/title-header.png) top left repeat-x;
	height:30px;
	color:#fff;
	font-size:12px;
}

.productListing-rowheading a { color:#e8ae26; }

#productsListingTopNumber, #productsListingListingTopLinks,
#productsListingBottomNumber, #productsListingListingBottomLinks { margin:20px 0; }

#productsListingTopNumber a, #productsListingListingTopLinks a,
#productsListingBottomNumber a, #productsListingListingBottomLinks a { color:#b1840b; }

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0 1.5em 0;
	}

#textAreaReviews {
	font-weight: normal;
	margin: 1 0;
	}

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


.new-wrapper { width:980px; position:relative; margin:0 auto; }

#head-search {
    width:470px; height:110px;
    background:transparent url(../../../../images/new-layout/body/search.png)
    top left no-repeat;
    position:absolute;
    left:310px; top:55px;

}
#head-search div.input {
    width:320px; height:40px;
    position:absolute;
    top:20px; left:50px;
}
#head-search .input input {
    padding:0; margin:20;
    width:290px !important; height:40px;  line-height:40px;
    border:none; background:transparent;
    font-size:16px; font-weight:bold;
    color:#898989;
    padding-left: 10px;
}

#head-search .button {
    position:absolute;
    top:20px; left:370px;
    border:none; padding:0; margin:0;
}

#head-social {
    position:absolute;
    right:20px; top:30px;
    width:170px;
}
#head-social a {
    display:block;
    width:170px;
    background:transparent url(/images/new-layout/body/social.png) no-repeat;
    text-indent:-9000px;
}
#head-social a.bt-facebook { background-position:top left; height:40px; }
#head-social a.bt-facebook:hover { background-position:-170px 0px; }
#head-social a.bt-twitter { background-position:0 -40px; height:40px; }
#head-social a.bt-twitter:hover { background-position:-170px -40px; }
#head-social a.bt-email { background-position:0 -80px; height:60px; }
#head-social a.bt-email:hover { background-position:-170px -80px; }

#categoriesContent {
    background:transparent !important;
}
#categoriesContent a {
    color:#e8ae26;
    font-size:11px; font-weight:bold;
    line-height:20px;
}

.sideBoxContent ol {
    margin:0 !important; padding:0 !important;
}

#google_translate_element div.goog-te-gadget { text-indent:-9000px !important; }
#google_translate_element div.goog-te-gadget * { display:none !important; }
#google_translate_element div.goog-te-gadget div,
#google_translate_element div.goog-te-gadget div * { display:block !important; }

#mainlogo { position:relative; margin:0; padding:0; }
#mainlogo a {
    display:block;
    width:315px; height:190px;
    background:transparent;
    text-indent:-9000px;
}

.product-box {
    width:600px; height:180px; position:relative;
}
.product-box a.img {
    display:block; width:600px; height:140px;
}
.product-box a.img img { border:none; }
.product-box .bar {
    display:block;
    font-size:11px; font-weight:bold; color:#fff; text-decoration:none;
    width:590px; height:60px; position:absolute; top:120px;
    line-height:70px;
    padding-left:10px;
}
.product-box .pre-order {
    background:transparent url(/images/new-layout/boxes/product-pre-order.png) top left no-repeat;
}
.product-box .update {
    background:transparent url(/images/new-layout/boxes/product-update.png) top left no-repeat;
}

#productnotificationsContent { padding:20px 0; }
#productnotificationsContent a {
    font-weight:normal; color:#333;
}
#productnotificationsContent strong { color:#B1840B !important; }

#tellafriendContent { padding:20px 0; }
#tellafriendContent input { width:130px; }

div.logbar {
    background:transparent url(../../../../images/new-layout/body/title-header.png) top left repeat-x;
    height:30px; line-height:30px;
    padding-left:10px; margin-bottom:20px;
}
div.logbar a {
    color:#fff;
    text-decoration:none;
    font-size:11px; font-weight:bold;
}
div.logbar a:hover { color:#999; }
div.logbar span { color:#e8ae26; padding:0 10px; }

.rightBoxContainer .sideBoxContent a img {width:160px; height:auto;}

.centerColumn form .centeredContent { text-align: center; }

/* added padding to prevent CSS buttons from touching product image */
.navNextPrevWrapper {padding-bottom: 10px;}

.paypal-button-hidden {
  visibility: hidden;
}
.additionalImages{
    	padding-top:20px;
}
