
/**
 * Template designed by 12leaves.com
 * 12leaves.com - Free ecommerce templates and design services
 *
 * 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: 0.72em;
	color: #333333;
	line-height: 17px;
	background: #f2f2f2;
	padding: 0 5px;
	}
#header_bg {
 	text-align: center;
}
a img {border: none; }


a:link {
	color: #525151;
	text-decoration: none;
	}
#navEZPagesTop ul li a {
	color: #525151;
} 
a:visited {
	color: #525151;
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline;
}
#navEZPagesTop ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	text-decoration: underline;
	}

a:active {
	}
.blue-link a {
	color: #0075e2;
}
.columnLeft a, .columnRight a {
	text-decoration: none;
}
.columnLeft a:hover, .columnRight a:hover {
	text-decoration: underline;
}
#columnCenter {
	padding: 0;
}
h1 {
	font: bold 23px Arial;
	color: #4E637E;
	padding: 0 0 2px 0px;
	margin: 0 0 8px 0 !important;
	}

h2 {
	font: bold 18px arial;
	padding: 15px 0 5px 0 !important;
	display: block;
	}

h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 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;*/
	font-size: 12px;
	}
FORM {
	margin: 1px 0;
	padding: 0;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
/* Only for IE7*/
*+ html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #d6d6d6;
	}
/* /Only for IE7*/

FIELDSET {
	padding: 7px 13px 13px 13px;
	margin: 10px 0 17px 0;
	border: 1px solid #d6d6d6;
	}

LEGEND {
	font: bold 13px arial;
	padding: 2px 10px 3px;
	margin: 0 0 8px 0;
	color: #ffffff;
	background: #999999;
	text-shadow: 1px 1px #888888;
	}

LABEL {
	padding: 0.2em;
	line-height: 23px;
	}
h4.optionName {
	padding: 0;
	margin: 0;
	width: 100px;
	font: bold 11px verdana;
}

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
.categoryListBoxContents a {
	text-decoration: none !important;
	color: #25449E;
	font: bold 12px Arial;
}
.categoryListBoxContents a:hover {
	text-decoration: underline !important;
}
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;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}
.clearBoth {
	clear: both;
	}
.clearRight {
	clear: right;
	}

HR {
	height: 1px;
	margin: 5px 0;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	}
.dotted-line {
	height: 1px;
	background: url("../images/dotted_line.gif") repeat-x 0 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}

.list-style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
} 
ul.inline-list li {
	float: left;
	padding: 0 0 0 12px;
}
.align-center {
	margin: auto !important;
	text-align: center !important;
}

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

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackWarning, .messageStackError {
	background: #ffecdd url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #960000;
	border: 1px solid #f8d5c8;
	padding-left: 30px;
	}
.messageStackError {
	background: #ffecdd url("../images/icons/error.gif") no-repeat 8px 10px;
}

.messageStackSuccess {
	background: #e0f8b6 url("../images/icons/success.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #d0e46e;
	padding-left: 30px;
	}

.messageStackCaution {
	background: #ffebc2 url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #fbcec9;
	padding-left: 30px;
	}

/*wrappers - page or section containers*/
.mainWrapper {
	text-align: left;
	vertical-align: top;
	}
#header_wrapper {
	margin: auto;	
	text-align: left;
	vertical-align: top;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
	padding: 0 0 5px 0;
}
.topper-menu ul {
	padding-right: 2px;
}
.topper-menu li {
	font: 11px arial;
	float: left;	
	margin: 5px 1px 6px 16px;
}
#logoWrapper{
	height: 58px;
	}
#logo {
	padding: 0 9px 0 0;
}

#navColumnOneWrapper, #navColumnTwoWrapper, .mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0;
	}

#tagline h1 {
	float: left;
	}
#tagline_header {
	border-left: 1px solid #dddddd;
	font: bold 20px arial;
	color: #888888;
	margin: 0.7em 1em;
	padding: 0 0 0 1em;
}


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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0 0 10px;
	width: 46%;
	padding: 5px;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	max-height:50px;
	float:left;
	}

/*navigation*/

.current {
	font-size: 12px;
	padding: 2px 5px;
	border: 1px #dddddd solid;
}

.navSplitPagesLinks, .navSplitPagesResult {
	padding: 8px 0 8px 3px;
}

.navSplitPagesLinks a, .navSplitPagesLinks a:visited {
	color: #25449E;
	font: normal 12px arial;
	text-decoration: underline;
	padding: 2px 6px;
	margin: 0 -3px;
}
.navSplitPagesLinks a:hover {
	padding: 2px 5px;
	text-decoration: none;
	color: #333333;
	background: #e9eaea;
	border: 1px #dddddd solid;
}

.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;
	font-weight: bold;
	height: 1%;
	}
#navSuppWrapper {
/*	border-top: 1px solid #cecece;	*/
	margin: 0 0 0 0;
	padding: 3px 0 12px 0;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
	clear: both;
}

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

#navMain ul li, #navCatTabs ul li {
	display: inline;
	}

.footer-links li {
	font: normal 11px arial;
	float: left;
	margin: 0 2px 0 12px;
}
#footer{
	font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding-left: 1px;
    color: #777777;
    line-height: 14px;
}
#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
.legalCopyright {
	float: left;
}

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

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: both;
	height: 1%;
	}

#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: 5px 8px;
	font: 11px Arial;
	margin: 5px 0 3px;
	color: #A5A5A5;
	border: 1px solid #E7E7E7;
	background: #F5F5F5;
	}
#navBreadCrumb a {
	color: #A5A5A5;
	text-decoration: none;
}
#navBreadCrumb a:hover {
	text-decoration: underline;
}


#top_nav {
	background: #aaaaaa url("../images/ezpages_bg.gif") repeat-x;
	font: bold 13px Tahoma;
	margin: 0em;
	height: 36px;
	clear: both;
	}
#tab_nav a {
	color: #ffffff;
	text-decoration: none;
}

#tab_nav li {
	float: left;
	background: url("../images/bg_tabs_left.gif") no-repeat 0 0;
	padding: 0 0 0 5px;
}
#tab_nav li a {
	display: block;
	background: url("../images/bg_tabs_right.gif") no-repeat right 0;
	padding: 10px 20px 9px 18px;
}

#tab_nav li:hover {
	background-position: left -39px;
}
#tab_nav li:hover a {
	background-position: right -39px;
}

#tab_nav .tab_active{
	background-position: 0 -78px;
}
#tab_nav .tab_active a {
	background-position: right -78px;
}
#tab_nav li.home-link {
	padding: 0;
}
#tab_nav li.home-link a {
	display: block;
	background: url("../images/home_tab.gif") no-repeat left 0;
	padding-left: 22px;
}
#tab_nav li.home-link:hover a {
	background-position: left -39px;
}

#color_line{
	border-bottom: 1px dotted #ccc;
    font-size: 0;
}

#login_logout_section {
	font: normal 1em arial;
	color: #5a5a5a;
	padding: 0.583em 0.233em 0.583em 0;
	white-space: nowrap;
}
#login_logout_section a {
	color: #0a7e9a;
}
#login_logout_section a:hover {
	text-decoration: underline;
}

.top-nav-right {
	background: url("../images/top_nav_right_bg.gif") no-repeat right top;
	height: 36px;
	width: 6px;
	float: right;
}
.top-nav-left {
	background: url("../images/top_nav_left_bg.gif") no-repeat left top;
	height: 36px;
	width: 6px;
	float: left;
}
.tools-nav-right {
	height: 31px;
	width: 2px;
	float: right;
}
.tools-nav-left {
	height: 31px;
	width: 2px;
	float: left;
}

#search-panel {
	background: url("../images/main_header_bg_right.gif") no-repeat right 0;
	display: inline-block;
	width: 100%;
	height: 42px;
}
.line-header {
	font: 1px arial;
	margin: 0 4px;
}
.search-header-input {
    background: url("../images/search_header_bg.gif") no-repeat scroll left top transparent;
    float: left;
    height: 2.333em;
    padding: 0.083em 0 0 0.333em;
}

.search-header {
	margin: 2px 0;
}
.search-header input:focus {
	background: none;
}

.advanced_search {
	padding: 0 6px 2px 0;
	margin: 9px 0 0 14px;
}
.advanced_search a, .advanced_search a:visited {
	font: 12px Arial;
	text-decoration: none !important;
	color: #fff;
	padding: 0 7px 0 0;
	background: url("../images/arrow_small.gif") no-repeat right center;
}
.advanced_search a:hover {
	text-decoration: underline !important;
}
.cart-header {
	margin: 0 auto !important;
    padding: 0;
}
.cart-header span {
	font-weight: normal;
	line-height: 30px;
}
.cart-header span, .cart-header a {
	font-weight: bold;
}
.cart-header a:link, .cart-header a:visited {
	text-decoration: none;
}
.cart-header a:link:hover {
	text-decoration: underline;
}
.cart-header .blue-link a:link, .cart-header .blue-link a:visited, .cart-header .orange-link a:link, .cart-header .blue-link a:visited {
	color: #ffffff; 
	background: url("../images/arrow_double.gif") no-repeat 99% 10px #5CA931;
	padding: 4px 16px 4px 5px !important;
	text-decoration: none;
	display: inline-block;
	margin-left: 8px;
}
.cart-header .blue-link a:hover {
	text-decoration: underline;	
}
.cart-header .orange-link a:link, .cart-header .orange-link a:visited {
	background: url("../images/arrow_double.gif") no-repeat 99% 10px #FF8400;
}
.cart-header .orange-link a:hover {
	text-decoration: underline;	
	background: url("../images/arrow_double.gif") no-repeat 99% 10px #FF6600;
}
.cart-icon {
	width: 55px;
	height: 30px;
	margin: 1px 10px 0 0;
}
.full {
	background: url("../images/cart_full_icon.gif") no-repeat left top;
}
.empty {
	background: url("../images/cart_empty_icon.gif") no-repeat left top;
}
#delim{
	background: url("../images/top_tools_delim.gif") no-repeat right 5px;
	padding-left: 9px;
}
.td-search-header {
	width: 313px;
}
.td-languages {
	width: 303px;
	text-align: right;
	padding: 1px 1px 0 0;
}
.languages-wrapper {
	float: right;
}
.languages-wrapper select, .languages-wrapper {
	font: 11px arial !important;
}
.languages-wrapper select {
	height: 18px;
}
.languages-wrapper form {
	float: right;
}
.languages-wrapper label {
	padding: 3px 0;
	line-height: 17px !important;
}
/* /Tools section styles */


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .specialsListBoxContents{
	margin: 0 !important;
}
.c-product-wrp {
	border: 1px solid #ebebeb;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #ffffff url("../images/prod_bg.gif") repeat-x 0 bottom;
	padding: 4px 6px;
	margin: 2px;
	min-height: 190px;
}
#specialsListing .specialsListBoxContents {
	padding: 20px 0;
}
#specialsListing .specialsListBoxContents img {
	max-width: 90%;
}
.columnar-product-info {
/* 	height: 164px; */
	text-align: left;
	margin-bottom: 5px;
}
.columnar-product-img {
/*	min-height: 108px;*/
	min-height: 180px;
	text-align: center;
}
 .columnar-product-img img {
	max-height: 180px;

}  
.product-box-name {
	padding: 2px 0 1px;
	min-height: 30px;
 
}
.centerColumn .detail-link, .detail-link:visited {
	background: url("../images/blue_arrows.gif") no-repeat right 4px;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
	text-align: center !important;
	text-decoration: none;
}
.detail-link:hover {
	text-decoration: underline !important;
}
#specialsListing .productPriceDiscount, .centerBoxWrapper .productPriceDiscount {
	display: none;
}
#productDescription, .shippingEstimatorWrapper {
	font-size: 13px !important;
	padding: 0.2em;
	}
#productDescription p {
	padding-left: 0;
}
.left-side-info {
	width: 180px;
	vertical-align: top;
}
#productAttributes {
	padding: 8px 11px;
	margin: 8px 0;
	background: #f8f8f8;
	border: 1px solid #ededed;
max-height: 200px;
    min-height: 150px;	
}
.attributesComments {
	background: #f0f0ee;
	border-bottom: 1px solid #e7e7e0;	
	margin: 10px -11px;
	padding: 4px 5px;
}
#productDetailsList {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0 0;
	width: 90% !important;
}
.product-info-label {
	font: 11px arial;
	color: #777777;
}

.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 {
	padding: 5px 0px 3px;
}
#productGeneral h1#productName {
	color: #626262;
	font: 20px Arial;
	margin-left: 5px !important;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoIP {
	float: left;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a, .centerBoxContentsSpecials a:visited, .centerBoxContentsAlsoPurch a:visited, .centerBoxContentsFeatured a:visited, .centerBoxContentsNew a:visited, .specialsListBoxContents a:visited {
	font: bold 11px arial;
	color: #333;	
	text-decoration: none;
}
.centerBoxContentsSpecials a:hover, .centerBoxContentsAlsoPurch a:hover, .centerBoxContentsFeatured a:hover, .centerBoxContentsNew a:hover, .specialsListBoxContents a:hover {	
	text-decoration: none;
	color: #0a7e9a;	
}
/* Cart popup */
.cart-dropdown-wrapper {
	position: absolute;
	width: 230px;
	z-index: 6000;	
	margin: -8px 0 0 4px;
	top: 100%;
	right: 9%;
}
.cart-header .cart-dropdown-wrapper {
	color: #444444;
	line-height: 16px;
}
.cart-tab-wrapper {
	margin: 0;
	background: #dddddd;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #ffffff;
	height: 0px;
}
.cart-dropdown-wrapper .content-wrapper {
	padding: 4px;
	background: #fff;
	text-align: left;
}
.cart-dropdown-wrapper .content-wrapper span {
	font: normal 11px arial;
}
.cart-scrolling-wrapper {
	padding: 7px 10px;
	border: 1px solid #EAEAEA;
	border-color: #DDDDDD #EAEAEA #EAEAEA #DDDDDD;
	height: 150px;
	background: #F9F9F7;
	overflow-x: hidden;
	overflow-y: auto;
}
.cart-scrolling-wrapper li {
	padding: 4px 0 !important;
}
.popup-cart-link-box {
	padding: 6px 3px 3px 3px;
	text-align: center;
}
.popup-cart-link-box a, .popup-cart-link-box a:link, .popup-cart-link-box a:visited {
	color: #25449E;
	margin: 0 1px;
	padding: 1px 11px 1px 6px;
	text-decoration: none;
	text-shadow: none;
	background: url("../images/blue_arrows.gif") no-repeat scroll 100% 6px transparent;
}
.popup-cart-link-box a:hover {
	text-decoration: underline;
}
.popup-border {
	border: 1px solid #BEBEBE;
	border-color: #E1E1E1 #BEBEBE #BEBEBE #E1E1E1;
}
.cart-dropdown-wrapper .cartBoxEmpty {
	padding: 65px 0 0 0;
	text-align: center;
	color: #444444;
}
/* /Cart popup*/

.td-search-header {
	width: auto;
	margin: 2px 0 0 4px;
}
.cart-header-wrapper {
	text-align: right;
	padding: 0 3px 0 0;
	float:right;
}
.language-popup-links {
	text-transform: capitalize;
	padding: 2px 0;
}
#langPopup img {
	width: 16px;
	height: 10px;
}

.languages-wrapper {
	font: 11px arial, tahoma !important;   /*em*/
	margin: 6px 20px 0 2px;
/*	position: relative;*/
	z-index: 3000;
	height: 15px;
}
.languages-wrapper form {
	float: right;
}
.languages-wrapper a, .languages-wrapper a:visited {
	color: #888888;
	text-decoration: none;
}
.languages-wrapper a:hover {
	text-decoration: underline;
}
.nav-languages {
	max-width: 210px;
}
.nav-languages a {
	padding: 0px 5px 2px;
	display: inline-block;
	
}
/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #e2e2e2;
	background: #f8f8f8;
	padding: 1em;
	}


.tableHeading TH {
	border-bottom: 1px solid #ddd;
	background: #F3F3F3;
	}

#cartSubTotal {
	border-top: 1px solid #d9d9d9;
	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 {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
#cartBoxListWrapper a {
	color: #25449E;
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	text-align:centre;
	}
#cartContentsDisplay a {
	color: #25449E;
	text-decoration: underline;
}
#cartContentsDisplay a:hover {
	text-decoration: none;
}
#cartContentsDisplay th {
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
}
#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.7em;
	background: #FCFCEA;
	border: 1px solid #F3ECD9;	
}
#mediaManagerHeading {
	margin-top: 5px;
	padding-top: 0 !important;
}

.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .central-boxes-price {
	color: #990000;
	font: bold 12px Arial;
	}

#productPrices, #reviewsInfoDefaultPrice {
	font: bold 16px arial;
	color: #a30101;
	margin: 0 0 6px 0;
	display: block;
}
.orderHistList {
	margin: 0;
	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;
	color: #fff;
	line-height: 30px;
}

.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: 0px 15px 15px 10px ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	margin: 0 0 10px 0;
	}

h2.centerBoxHeading {
	font: bold 16px Arial;
	color: #2C2C2C;
	border: 1px solid #CDD3D7;
	padding: 5px 8px !important;
	background: #fafafa url("../images/h2_bg.gif") repeat-x left bottom;
	text-shadow: 1px 1px #FEFEFE;
}
.centerBoxWrapper h2 {
	margin: 0 0 4px !important;
}

/*sideboxes*/
.columnLeft {
	padding: 0 9px 0 0;
}
.columnRight {
	padding: 0 0 0 9px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	font: bold 1.1em arial;
	color: #333333;
/*	background: url("../images/sidebox_right.gif") no-repeat right top;*/
	}

h3.leftBoxHeading a:link, h3.rightBoxHeading a:link, h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited {
	font: normal 11px verdana, arial;
	color: #000000;
	text-decoration: none;
	}


h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #000000;
	text-decoration: none;
	} 
.sidebox-header-left {
	border: 1px solid #dbdbd2;
	background: #aaaaaa url("../images/sidebox_left.gif") repeat-X left bottom;
	padding: 0 0 0 0.7em;
}
.sidebox-header-left h3 label {
	padding: 0;
}
div+div#vertcategoriescss.leftBoxContainer,
div+div#categories.leftBoxContainer {
	margin-top: 5px;
}
#vertcategoriescss .sidebox-header-left,
#categories .sidebox-header-left {
	background: url("../images/main_sidebox_left.gif") no-repeat left top !important;
	padding-left: 2px; 
	border: none;
}
#vertcategoriescss .sidebox-header-left h3,
#categories .sidebox-header-left h3{
	background: url("../images/main_sidebox_right.gif") no-repeat right top !important; 
	color: #fff;
	text-shadow: 1px 1px #205168;
	margin-left: 7px;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font: bold 13px arial;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 7px 10px 5px 0;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 16px;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin: 5px 0 7px 0;
	}
#categoriesContent {
	background: #f3f5ec;
	margin: 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #dedede;
}
.sideBoxContent {
	border: 1px solid #E6E6E6;
	border-top: none;
	background-color: #ffffff;
	padding: 0.7em 0.9em;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font: normal 11px arial, verdana;
	color: #444444;
	line-height: 18px;
}
.sideBoxContent a:visited {
	text-decoration: none;
}
.sideBoxContent a:hover {
	text-decoration: underline;
}

.sidebox-products {
	display: block;
	color: #d5002e !important;
	padding: 2px;
}
#shoppingcartContent {
	background: #f7f7f7 !important;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

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

#bestsellers .wrapper {
	margin: 0;
	}

#bestsellers li {
	background: url("../images/arrow_black.gif") no-repeat 1px 7px;
	padding: 1px 0 6px 11px;
	line-height: 15px !important;
}
#bestsellers li a {
	line-height: 15px !important;
}
#bestsellers ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */

A.category-top {
	font: bold 12px arial;
	text-decoration: none;
	padding: 0 0 0 13px;
	background: url("../images/arrow.gif") no-repeat 0 4px;
	color: #444;
	}
#categoriesContent .category-links {
	padding: 0 7px;
}
A.category-links, A.category-links:visited {
	color: #444;
	text-decoration: none !important;
	}
.categories-top-list:hover {
	background: #E2F0F7;
}
.categories-top-list a:hover, .categories-top-list a:visited {
	color: #444;
	text-decoration: none;
}
.categories-top-list+.categories-top-list{
	border-top: 1px solid #E5E5E5;
}
.categories-top-list {
	padding: 6px 2px 6px 10px;
}
.no-dots {
	background: none;
}
.sub-count {
	color: #aaaaaa;
	line-height: 12px !important;
}

.subcategory {
	padding: 0 0 6px 20px;
}
.subcategory a {
	font: 11px Arial;
}

a.category-subs, a.category-products, a.category-subs:visited, a.category-products:visited {
	color: #0a7e9a;
	text-decoration: none;
	}
a.category-subs:hover, a.category-products:hover {
	text-decoration: underline;
}

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: #f4f4f4;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #fdfdfd;
	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;
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #dadada;
	height: 2em;
	}

.productListing-rowheading {
	background: #F0F2F2;
	border: 1px solid #EAF0F5;
	height: 2em;
	}
.productListing-rowheading th {
	border-bottom: 1px solid #EAF0F5;
	border-top: 1px solid #EAF0F5;
	}

.tabTable {
	margin: 6px 0 4px 0;
}
.tabTable td {
/*	padding: 12px 8px;
	text-align: left;*/
}
h3.itemTitle, .listingDescription {
	text-align: left;
	font-size: 12px;
}
.table-product-attributes a {
	text-decoration: underline;
	color: #333;
}
.table-product-attributes a:hover {
	text-decoration: none;
}
.more-info a {
	color: #25449E;
	text-decoration: none;
}
.more-info a:hover{
    text-decoration: underline;
}
.productListing-even {
	background-color: #fafafa;
}
.productListing-data {
	border-bottom: 1px solid #EAF0F5;
	vertical-align: top;
}
.productListing-data .itemTitle a {
	color: #444;
	text-decoration: underline;
}
.productListing-data .itemTitle a:hover {
	text-decoration: none;
}
#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;
	}
.navNextPrevWrapper {
	padding: 5px 0 15px 0;
}
.home-banner {
	float: left;
	padding: 0 0 5px 0;
}
#bannerTwo, #bannerThree {
	margin: 0;
	padding: 0 0 5px 0;
}
#bannerOne {
	margin: 0;
	padding: 0;
}
.no-right-margin {
	margin-right: 0 !important;
}

#productQuantityDiscounts {
	padding: 12px 0;
}
#productQuantityDiscounts table {
	border: none;
	border-spacing: 0px !important;
/*	border-collapse: collapse;*/
	margin: 0;
	background: #fafafa;
}
#productQuantityDiscounts table td {
	border: 1px solid #eeeeee;
	padding: 4px;
}
/*======= Categories Dropdown ==========*/

#navCatTabsWrapper {
	background: #383838 url("../images/ezpages_bg.gif") repeat left top;	
	height: 1%;
	padding: 0;
}
#navCatTabs {
	background: url("../images/top_nav_right_bg.gif") no-repeat right top;	
	height: 1%;
}
#navCatDropdown {
	height: 1%;
	background: url("../images/top_nav_left_bg.gif") no-repeat left top;	
	padding: 0 0.3em;
}
#navCatTabs ul li {
	display: block;
}
* html #navCatTabs ul li {
	display: inherit;
}

#navCatTabs ul li a {
	display: block;
	padding: 10px 9px;
	color: #eeeeee;
}
#navCatTabs ul li a:hover {
	color: #eeeeee;
}
.ul-wrapper {
	padding: 0 !important;
}
#navCatDropdown li 
{
	float:left;
	position:relative;
}
a.tab-category-top, a.tab-category-top:link, a.tab-category-top:visited {
	font: bold 12px arial;
	color: #fffee2 !important;
}
li.root-cat {
	background: url("../images/cat_tabs_separator.gif") no-repeat right center;	
}
.root-cat a.selected-cat {
	font: bold 12px arial;
	color: #ffffff !important;
	background: #272727 url("../images/cat_tabs_separator.gif") no-repeat right center;	
}
.sub-cat {
	float: none !important;
}
#navCatTabs .sub-cat a {
	font: normal 11px arial;
	padding: 0.2em ;
	color: #333333;
	background: url("../images/dotted_line.gif") repeat-x left bottom;	
}
#navCatTabs .sub-cat a:hover {
	color: #eeeeee !important;
	background: #555555;
}
.root-cat a:hover {
	background: #272727 url("../images/cat_tabs_separator.gif") no-repeat right center;	
}
#navCatDropdown li ul
{
	text-align: left;
	visibility:hidden;
	position:absolute;
	left: 0;
	padding: 0.5em;
	z-index: 50;
}
#navCatDropdown li:hover ul 
{
	min-width: 110px;
	visibility: visible;
	background-color: #ffffff;
	border: #e3e3e3 2px solid;
/*	outline: #ffffff 1px outset;*/
	white-space: nowrap;
	z-index: 60;
}
/* only for IE7 */
*+ html #navCatDropdown li ul {
	text-align: left;
}
*+ html #navCatDropdown li ul li a {
	display: block;
}
/* /only for IE7 */
/*======= /Categories Dropdown ==========*/
#productMainImage a {
	text-decoration: none;
}

.sideBoxContentItem {
	padding-bottom: 10px;
}
.sideBoxContentItem a {
	text-decoration: none !important;
}
.cartBox {
	float: left;
	display: block;
	width: 40px;
}
.cartBox a:hover img {
	background-color: #eee;
}
#cartBoxEmpty a:hover img {
	background-color: transparent;
}
#productAdditionalImages h2 {
	font: bold 14px arial;
	padding: 7px 12px !important;
	margin: 0 !important;
	border-bottom: 1px solid #e7e7e7;
	background: #f7f7f7;
}
#productAdditionalImages {
	margin: 10px 0 0 !important;
	border: 1px solid #e7e7e7;
}
.h-banners ul {
	width: 101%; /*for IE*/
}
.h-banners li {
	float: left;
	/*display: inline;*/
}
.h-banners li a img {
}
.h-banners {
	padding: 0 0 5px 0;
	overflow-x: hidden;
}                                                   
*+html .centerBoxWrapper { overflow-x: hidden; width: 99%;}
.tools-wrp {
	position: relative;
	width: 100%;
}
#navColumnOneWrapper {
	position: relative;
	z-index: 15;
}
*+html .currency {
	z-index: 3000;
}
*+html .languages {
	z-index: 4000;
}
#bannerbox .sidebox-header-left, #bannerbox2 .sidebox-header-left {
	display: none;
}
#bannerboxContent, #bannerbox2Content {
	border: none;
	padding: 0 !important;
	background: none;
}
.shadow-wrp, .shadow-btm {
	background: #fff;
	padding: 5px 15px;
	border-radius: 2px 2px 0 0;

	-moz-box-shadow: 0 2px 5px #ccc;
	-webkit-box-shadow: 0 2px 5px #ccc;
	box-shadow: 0 2px 5px #ccc;

}
.shadow-btm {
	border-top: none;
	border-radius: 0 0 1px 1px;
	margin-bottom: 15px;
	background: #ff;

	box-shadow: 0 3px 5px #ccc;
}

.h-menu {
	margin-top: 3px;
}
.search-input-input {
    width: 180px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 30px;
    font-size: 13px;
    background-color: white;
/*    background-image: url(../images/searchicon.png);*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 20px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    width: 95%;
    margin-left:3.5%;
}
input.button-search {
    height: 43px;
    /* width: 60px; */
    background: #000000;
    border-radius: 0 20px 20px 0;
    margin-left: -49px;
}
.dropbtn {
    /*background-color: #4caf5000;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;*/
	display: block;
    background: url(../images/bg_tabs_right.gif) no-repeat right 0;
    padding: 10px 20px 9px 18px;
	border: none;
	color: #ffffff;
    text-decoration: none;
	font: bold 13px Tahoma;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-left: 10px;		
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

}

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
#tab_nav .dropdown-content a {
    display: block;
    background: none;
    padding: 10px 20px 9px 18px;
    background-color: #f3f5ec;
    color: #555555;
	font: normal 12px arial, verdana;
	background: url(../images/arrow.gif) no-repeat 0 center !important;
}
#tab_nav .dropdown-content a:hover {
    display: block;
    background: none;
    padding: 10px 20px 9px 18px;
    background-color: #000;	
    color: #000;
	font-weight:bold;
}


#tagline h1 {
color: #b5b5b5;
font-size: 1.65em;
text-align: left;
text-transform: lowercase;
vertical-align: bottom;
margin-left: 10px;
margin-bottom: 25px;
}