/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2011 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 , dl , dt , dd , ol , ul , pre , form , field , p , blockquote , th , td , h1 , h2 , h3 , h4 , h5 , h6 {
	margin: 0;
	padding: 0;
	font-family:arial , helvetica , sans-serif;
}
#footmark_pro div {
	text-align:center;
	color: #000;
}
div {
	padding:0;
}
a {
	text-decoration: none;
	color: var(--partial-color);
}
a:hover {
	text-decoration:underline;
}
ul ,ol ,li {
	list-style:none;
}
img {
	border:none;
	vertical-align:middle;
}
p , li {
	line-height:1.8em;
}
.clear {
	clear:both;
}
.pointer {
	cursor:pointer;
}
.linkbtn {
	display:block;cursor:pointer;
}
.linkbtn:hover {
	text-decoration:none;
}
.tablepad tr td {
	padding:0.1875em 0.3125px;
}
input ,select ,button {
	font:1em Verdana ,Arial ,Tahoma;
	vertical-align:middle;
}
/**********		base	**********/
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;
	}
.biggerText {
	font-size: 1.2em;
	}
h1 , h2 , h3 , h4 , h5 , h6 {
	margin: 0.3em 0;
	}
/**********			**********/
CODE {
	font-family: arial , verdana , helvetica , sans-serif;
	font-size: 1em;
	}
FORM , SELECT , INPUT {
	display: inline;
	}
TEXTAREA {
	margin: auto;
	display: block;
	width: 100%;
	}
input:focus , select:focus , textarea:focus {
	background: #E4FEF5;
	}
#VoOFuWDHP label {
	line-height:26px;
	}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border:none;
	}
#VoOFuWDHP LEGEND {
	font-size:16px;
	margin-bottom: 16px;
}
LEGEND {
	padding: 0.3em 0;
	}
LABEL , h4.optionName {
 line-height: 1.5em;
 margin-top: -3px;
	}
LABEL.checkboxLabel , LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
.centerBoxContents , .specialsListBoxContents , .categoryListBoxContents , .centerBoxContentsAlsoPurch , .attribImg {
	float: left;
	}
LABEL.inputLabel {
 width: 10em;
 line-height: 30px;
 float: left;
 margin: 5px 0;
	}
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;
 text-transform: initial;
	}
.clearBoth {
	clear: both;
	}
/**********		warnings , errors , messages	**********/
.messageStackWarning , .messageStackError , .messageStackSuccess , .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}
.messageStackWarning , .messageStackError {
 margin: 5px 0 10px;
 color: #fff;
 background: red;
	}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}
.messageStackCaution {
 margin-bottom: 10px;
 border: none;
 font-weight: bold;
 color: #c9000a;
	}
/**********		wrappers - page or section containers	**********/
#mainWrapper {
	text-align: left;
	vertical-align: top;
	}
#contentMainWrapper , #logoWrapper , #cartBoxListWrapper , #ezPageBoxList , #cartBoxListWrapper ul , #ezPageBoxList ul , #mainWrapper , #popupAdditionalImage , #popupImage {
	margin: 5px 0 10px;
	}
#logoWrapper {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height:75px;
	}
#oj7dsyXlzt , #mainWrapper {
	margin: auto;
	} 
#oj7dsyXlzt {
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align: center;
	vertical-align: middle;
	}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}
.floatingBox , #sendSpendWrapper , #checkoutBillto , #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
#checkoutShipAddressDefault , #accountLinksWrapper ,#accountEditDefault ,#accountPassword ,#addressBookProcessDefault , #checkoutPayAddressDefault  {
 max-width: 100%;
 width: 400px;
 margin: 0 auto;
 overflow: hidden;
 overflow-x: auto;
}
#addressBookDefault {
 max-width: 100%;
 width: 600px;
 margin: 0 auto;
 overflow: hidden;
 overflow-x: auto;
}
#addressBookDefault table , #checkoutPayAddressDefault table , #checkoutShipAddressDefault table ,#shippingInfo table {
 border-collapse: collapse;
 max-width: 100%;
 margin: 0 auto;
 overflow: hidden;
 overflow-x: auto;
 display: block;
}
#checkoutShipto table , #shippingInfo table {
 border-collapse: collapse;
	margin: 0 auto;
}
#checkoutPayAddressDefault table , #checkoutShipAddressDefault table {
	width: 400px;
}
#addressBookDefault table {
	width: 600px;
}
.new_bi_td {
 text-decoration: underline;
 font-size: 14px;
 color: color: var(--main-color);
 text-transform: capitalize;
}
.new_bi_th {
	font-weight: bold;
	color: var(--main-color);
}
#addressBookDefault th , #addressBookDefault td , #checkoutPayAddressDefault th , #checkoutPayAddressDefault td , #checkoutShipAddressDefault th , #checkoutShipAddressDefault td ,#checkoutShipto th , #checkoutShipto td , #shippingInfo th , #shippingInfo td {
	white-space: nowrap;
 padding: 10px 15px;
 border: 1px solid #efefef;
}
#addressBookDefault th , #checkoutPayAddressDefault th , #checkoutShipAddressDefault th {
	background: #fbfbfb;
}
#checkoutShipto th , #shippingInfo th {
	background: #fff;
	color: var(--main-color);
}
#addressBookDefault td {
	text-align: center;
}

#addressBookDefault td a {
	text-decoration: underline;
}

#accountLinksWrapper label ,#accountEditDefault label ,#addressBookDefault label ,#accountPassword label ,#addressBookProcessDefault label {
	width: 100%;
	line-height: 18px !important;
}
#addressBookProcessDefault input , #addressBookProcessDefault select , #accountLinksWrapper input ,#accountEditDefault .EditDefault_account input ,#addressBookDefault input ,#accountPassword input , #accountEditDefault input[type=text] {
	line-height: 30px;
	width: 100%;
	text-indent: 12px;
}
#primary {
	width: auto !important;
}
#checkoutBillto , #checkoutShipto {
	width:100% !important;
}
.wrapperAttribsOptions {
	width: 100%;
	background: #f9f9f9;
	padding: 10px;
	}
.list_attribute li {
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	color: #000;
	font-size: 10px;
	margin: 2px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 60px;
}
.list_name_id_no {
	background: linear-gradient(to bottom right ,#fff ,#fff 49% ,#e5e5e5 50% ,#e5e5e5 51% ,#fff 0 ,#fff) !important;
	color: #e5e5e5 !important;
	border: 1px solid #e5e5e5 !important;
	cursor: context-menu !important;
}
.attr_selected {
	background: var(--background-main-color) !important;;
	color: #fff !important;;
}
.new_select {
	line-height: 36px;
 color: #000;
 font-weight: bold;
 font-size: 1.3em;
}
.not_select {
	line-height: 36px;
	 color: #f00;
	 font-weight: bold;
	 font-size: 1.3em;
}
/**********		navigation	**********/
.navSplitPagesResult {
	float:left;
}
#accountHistoryDefault fieldset {
	border: 1px solid #d0d0d0;
}
.navSplitPagesLinks {
	float:right;
	}
.navNextPrevCounter {
 margin: 0em;
 font-size: 0.9em;
 display: inline;
 line-height: 26px;
 float: left;
 padding: 0 10px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	padding: 0em;
	list-style-type: none;
	}
#navMainWrapper ,#navCatTabsWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	height: 1%;
	}
#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.5em;
	}
#navMainSearch {
	float: right;
	}
/*The main content classes*/
#contentColumnMain , #B1KvF3AKgt , #FbIwaffaVW , .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: 0em;margin: 0em;
	}
.smallText , #siteinfoLegal , #siteinfoCredits , #siteinfoStatus , #siteinfoIP {
	font-size: 0.9em;
	}
/*Shopping Cart Display*/
#cartSubTotal {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 38px;
	color: #000;
	padding-right: 15px;
}
.cartProductDisplay {
	position: relative;
}
.cartQuantity input {
	height: 26px;
	width: 26px;
	text-align: center;
	}
.cartUnitDisplay , .cartTotalDisplay {
	text-align: center;
	padding-right: 0.2em;
	}
#scUpdateQuantity {
	width: 2em;
	}
.cartQuantity {
	text-align:center;
	}
.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;
	}
#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: #000;
	}
.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;
	}
.lineTitle , .amount {
	text-align: right;
	padding: 0.2em;
	}
.amount {
	width: 5.5em;
	}
/*Image Display*/
#productMainImage , #reviewsInfoDefaultProductImage , #productReviewsDefaultProductImage , #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
.categoryIcon { float:right;}
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
.attributesComments {}
/*list box contents*/
.centerBoxContents , .specialsListBoxContents , .categoryListBoxContents , .additionalImages , .centerBoxContentsSpecials , .centerBoxContentsAlsoPurch , .centerBoxContentsFeatured , .centerBoxContentsNew {
	margin: 0em 0em;
	}
h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}
/*sideboxes*/
h3.leftBoxHeading , h3.leftBoxHeading a ,
h3.rightBoxHeading , h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading , #currenciesHeading , #musicgenresHeading , #recordcompaniesHeading , #searchHeading , #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
.leftBoxHeading , .centerBoxHeading , .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}
.leftBoxContainer , .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}
.sideBoxContent {
	padding: 0.4em;
	}
h3.leftBoxHeading a:hover , h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
.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 , .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: left;
	}
#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;
	}
/* 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 {
	padding-left:12px;
	color: #492C08;
	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 {
 color: #990000;
 font-weight: bold;
 /*text-decoration: underline;*/
	}
/* end categories box links */
/*misc*/
.back {
	float: left;
	}
.forward , #shoppingCartDefault #PPECbutton {
	float: right;
	}
#yKTHhFJJOy {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.bold {
	font-weight: bold;
	}
.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}
.rowEven {
	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: 15%;
	}
#myAccountTotal {
	text-align:right;
}
TR.tableHeading {
	background-color: #cacaca;
	color: #fff;
	height: 40px;
	}
.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}
#myAccountShipInfo ,#myAccountPaymentInfo ,#addressBookDefault address {
	padding: 10px;
	line-height: 18px;
}
#siteMapList {
	padding: 10px;
	}
#siteMapList a {
	color:#000 !important;
}
.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%; font-size:1.2em;}
#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;
	}
#checkoutShoppingCart {
 border: 1px solid #d8d8d8;
 border-radius: 5px;
	}


.cart_img_name {
	float: left;
	width: 10%;
}
.cartQuantity ,.cartQuantityUpdate ,.cartUnitDisplay ,.cartTotalDisplay ,.cartRemoveItemDisplay {
 float: left;
}
@media screen and (min-width:768px) {

.cartProductDisplay {
		width: 70%;
		float:left;
}
.cartImage a {
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex !important;
	width: 90px;
	background: var(--images-angle-bgcolor);
	overflow: hidden;
	}
.cartImage {
	height: 90px;
	width: 100px;
	box-sizing: content-box;
	text-align: center;
}
.cartImage img {
	width: auto;
	max-height: 90px;
	max-width: 90px;
	height: auto;
	transform: var(--images-angle);
}
.cartUnitDisplay , .cartTotalDisplay , .cartRemoveItemDisplay , .cartQuantity , #cartInstructionsDisplay {
	line-height: 90px;
	}
.cart_img_name td ,.cartRemoveItemDisplay td {
	height: 90px;
}
.cart_img_name table ,.cartRemoveItemDisplay table {
	width: 100%;
}
}
.cartImage {
	
}
.cartTotalDisplayselect {
	float:right;
	width:20%;
}
.cartTotalDisplayselect .cartTotalDisplay {
	width: 80%;
}
 .cartTotalDisplayselect .cartRemoveItemDisplay {
	 width: 20%;
 }
.cartAttribsList {

}
.cart-row {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}
.cartQuantity ,.cartQuantityUpdate {
	width:50%;
	text-align:center;
}
@media screen and (max-width:767px) {
.cartImage {
	width: 70px;
	height: 60px;
	text-align: center;
}
.cartImage a {
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex !important;
	width: 60px;
	background: var(--images-angle-bgcolor);
	overflow: hidden;
}
.cartImage img {
	max-width: 60px;
	max-height: 60px;
	height: auto;
	width: auto;
	transform: var(--images-angle);
}
.cart_img_name td ,.cartRemoveItemDisplay td {
	height: 50px;
}
.cart_img_name table ,.cartRemoveItemDisplay table {
	width: 100%;
}

.cartProductDisplay {
	width: 100% !important;
	float: left;
	padding: 0 10px;
	}
.cart_img_name ,.cartTotalDisplayselect {
	width: 50% !important;
}
.cartUnitDisplay , .cartTotalDisplay , .cartQuantity , #cartInstructionsDisplay {
	line-height: 50px !important;
}
.cartQuantity input {
	margin: 13px 0 !important;
}
.cart-row {
 margin-top: 15px !important;
 padding-top: 15px !important;
	}
#cartProdName {
	padding-right:10px;
}
}


.l9bSwfkaKD > a {
 color: #000;
 text-decoration: underline;
}
.l9bSwfkaKD > div {
	display: block !important;
}