/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
.catalog-product-compare-index > div {
	min-width: 600px;
}
body {
	font-family: Arial;
	font-size: 1em;
	color: #000000;
	text-align: center;
	min-width: 1205px;
	background-image: url(../images/body-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
body > .wrapper {
	position: relative;
	background-image: url(../images/ggbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #545454;
}
.wrapper-tail {
}

#ampromo-items-add {
	font-size: 1.75em;
	font-weight: bold;
	color: #777;
}
#ampromo-items-add a {
       font-weight: bold;
	color: #C00;
}

#ampromo-items-add a:hover {
       font-weight: bold;
	color: #000;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC0000;A
}
:focus {
}
/* Headings */
h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.15;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 7px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 7px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}
h6 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
}
/* Forms */
form {
	display: inline;
}
fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 2px groove (internal value);
}
}
legend {
	display: none;
}
/* Table */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* Content */
strong {
	font-weight: bold;
}
address {
	font-style: normal;
	margin-bottom: 5px;
}
cite {
	font-style: normal;
}
q, blockquote {
	quotes: none;
}
q:before, q:after {
	content: '';
}
small, big {
	font-size: 1em;
}
sup {
	font-size: 1em;
	vertical-align: top;
}
/* Lists */
ul, ol {
	list-style: none;
}
/* Tools */
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.nobr {
	white-space: nowrap !important;
}
.wrap {
	white-space: normal !important;
}
.a-left {
	text-align: left !important;
}
.a-center {
	text-align: center !important;
}
.a-right {
	text-align: right !important;
}
.v-top {
	vertical-align: top;
}
.v-middle {
	vertical-align: middle;
}
.f-left, .left {
}
.f-right, .right {
	float: right !important;
}
.f-none {
	float: none !important;
}
.f-fix {
	float: left;
	width: 100%;
}
.no-display {
	display: none;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-bg {
	background: none !important;
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
	width: 100%;
	overflow: hidden;
}
.tail-top {
	background: url(../images/tail-top.png) 0 0 repeat-x;
}
.page {
	width: 1064px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.page-print {
	background: #fff;
	padding: 20px;
	text-align: left;
}
.page-empty {
	background: #fff;
	padding: 20px;
	text-align: left;
}
.page-popup {
	padding: 20px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
}
.page-popup .ratings .rating-box {
	float: none;
	margin: 0 auto 10px;
}
.main-container {
    clear: both;
}
.main {
	margin: 0;
	padding: 14px 0 20px;
	background: url(../images/tail-top-content.gif) bottom repeat-x #fff;
	border-radius: 0px;
	box-shadow: 1px 1px 15px #111;
}
/* Base Columns */
.col-left {
	float: left;
	width: 241px;
	padding: 0;
	margin-left: 20px;
}
.col-main {
	float: left;
	width: 763px;
	padding: 0px 0px 0px 0px;
}
.col-right {
	float: right;
	width: 241px;
	padding: 0;
	margin-right: 20px;
	margin-top: 66px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float: none;
	width: auto;
	padding: 0 20px 0 20px;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	float: right;
	margin-right: 20px;
}
.col2-right-layout .col-main {
	margin-left: 20px;
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width: 484px;
	margin-left: 10px;
}
.col3-layout .col-wrapper {
	float: left;
	width: 748px;
}
.col3-layout .col-wrapper .col-main {
	float: right;
}
/* Content Columns */
.col2-set .col-1 {
	float: left;
	width: 49%;
}
.col2-set .col-2 {
	float: right;
	width: 49%;
}
.col2-set .col-narrow {
	width: 33%;
}
.col2-set .col-wide {
	width: 65%;
}
.col3-set .col-1 {
	float: left;
	width: 32%;
}
.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.col3-set .col-3 {
	float: right;
	width: 32%;
}
.col4-set .col-1 {
	float: left;
	width: 23.5%;
}
.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}
.col4-set .col-3 {
	float: left;
	width: 23.5%;
}
.col4-set .col-4 {
	float: right;
	width: 23.5%;
}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
input.input-text, select, textarea {
	background: #fcfcfc;
	border: 3px solid #666666;
}
input.input-text, textarea {
	padding: 3px 2px 4px 2px;
}
select {
	padding: 2px;
}
select option {
	padding-right: 10px;
}
select.multiselect option {
	border-bottom: 1px solid #ddd;
	padding: 2px 5px;
}
select.multiselect option:last-child {
	border-bottom: 0;
}
textarea {
	overflow: auto;
}
input.radio {
	margin-right: 3px;
}
input.checkbox {
	margin-right: 3px;
	border: 2px;
}
input.qty {
	width: 2.5em !important;
}
button.button::-moz-focus-inner {

} /* FF Fix */
button.button {
	-webkit-border-fit: lines;
} /* <- Safari & Google Chrome Fix */
button.button {
	overflow: visible;
	width: auto;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
}
button.button > span {
	float: left;
	height: 31px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#2a2a2a'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#2a2a2a));
	background: -moz-linear-gradient(top, #2a2a2a, #2a2a2a); /* firefox 3.6+ */
	background: -o-linear-gradient(top, #2a2a2a, #2a2a2a); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2a2a2a, #2a2a2a); /* IE10+ */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: 31px;
	font-weight: bold;
	font-variant: normal;
}
button.button span span {
	padding: 0 12px;
	display: block;
	float: left;
}
button.button:hover > span {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f0203', endColorstr='#9f0203'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#9f0203), to(#9f0203));
	background: -moz-linear-gradient(top, #9f0203, #9f0203); /* firefox 3.6+ */
	background: -o-linear-gradient(top, #9f0203, #9f0203); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9f0203, #9f0203); /* IE10+ */
}
/**********  Button fancybox Product *****************************************/	

.products-grid .grid-inner .fancybox, .products-list .list-inner .fancybox {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#383838'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(#383838));
	background: -moz-linear-gradient(top, #2c2c2c, #383838); /* firefox 3.6+ */
	background: -o-linear-gradient(top, #2c2c2c, #383838); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2c2c2c, #383838); /* IE10+ */
	padding: 0 20px 0 20px;
	height: 31px;
	text-decoration: none;
	font: normal 12px/31px Arial, Helvetica, sans-serif;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 24%;
	top: 40%;
	display: none;
}
.products-list .list-inner .fancybox {
	left: 18%;
}
.products-grid .grid-inner:hover .fancybox, .products-list .list-inner:hover .fancybox {
	display: inline-block;
}
.products-grid .grid-inner .fancybox:hover, .products-list .list-inner .fancybox:hover {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccc00', endColorstr='#cccc00'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccc00), to(#cccc00));
	background: -moz-linear-gradient(top, #cccc00, #cccc00); /* firefox 3.6+ */
	background: -o-linear-gradient(top, #cccc00, #cccc00); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccc00, #cccc00); /* IE10+ */
}
/*******************************************************/	

/********** Button right Contact Form and Account login home *****************/	

#contactForm .buttons-set button.button > span, .account-login-home .buttons-set button.button > span {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#CC0000'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#CC0000), to(#CC0000));
	background: -moz-linear-gradient(top, #CC0000, #CC0000); /* firefox 3.6+ */
	background: -o-linear-gradient(top, #CC0000, #CC0000); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #CC0000, #CC0000); /* IE10+ */
}
#contactForm .buttons-set button.button:hover > span, .account-login-home .buttons-set button.button:hover > span {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#fdfdfd'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fdfdfd));
	background: -moz-linear-gradient(top, #f2f2f2, #fdfdfd); /* firefox 3.6+ */
	background: -o-linear-gradient(top, #f2f2f2, #fdfdfd); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2, #fdfdfd); /* IE10+ */
	color: #000;
}
/*******************************************************/	
	

button.disabled {
}
button.disabled span {
}
button.btn-checkout span {
}
button.btn-checkout.no-checkout {
}
p.control input.checkbox, p.control input.radio {
	margin-right: 6px;
}
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin: 0 0 7px;
}
.form-list label {
	float: left;
	color: #000000;
	font-weight: bold;
	position: relative;
	z-index: 0;
	display: inline-block;
	padding-bottom: 5px;
}
.form-list label.required {
	margin-top: 10px;
}
.form-list label.required em {
	float: right;
	font-style: normal;
	color: #CC0000;
	position: absolute;
	top: 0;
	right: -8px;
}
.form-list li.control label {
	float: none;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
	margin-right: 6px;
}
.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
	display: block;
	clear: both;
	width: 260px;
}
.form-list .field {
	float: left;
	width: 360px;
}
.form-list input.input-text {
	width: 333px;
}
.form-list textarea {
	width: 254px;
	height: 10em;
}
.form-list select {
	width: 260px;
}
.form-list li.wide .input-box {
	width: 535px;
}
.form-list li.wide input.input-text {
	width: 529px;
}
.form-list li.wide textarea {
	width: 529px;
}
.form-list li.wide select {
	width: 535px;
}
.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}
.form-list .input-range input.input-text {
	width: 74px;
}
/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
	width: auto;
}
.form-list .name-prefix {
	width: 65px;
}
.form-list .name-prefix select {
	width: 55px;
}
.form-list .name-prefix input.input-text {
	width: 49px;
}
.form-list .name-suffix {
	width: 65px;
}
.form-list .name-suffix select {
	width: 55px;
}
.form-list .name-suffix input.input-text {
	width: 49px;
}
.form-list .name-middlename {
	width: 132px;
}
.form-list .name-middlename input.input-text {
	width: 104px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
	width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 318px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}
.field.name-suffix {
	margin-top: 8px;
}
.field.name-prefix {
	margin-bottom: 10px
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
	width: 210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
	width: 230px;
}
.opc .form-list .customer-name-suffix .name-lastname, .opc .form-list .customer-name-middlename .name-firstname, .opc .form-list .customer-name-middlename-suffix .name-firstname, .opc .form-list .customer-name-middlename-suffix .name-lastname {
	width: 210px;
}
.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width: 202px;
}
.opc .form-list .customer-name-prefix .name-firstname input.input-text, .opc .form-list .customer-name-suffix .name-lastname input.input-text, .opc .form-list .customer-name-middlename .name-firstname input.input-text, .opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width: 190px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
	float: left;
	width: 85px;
}
.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}
.form-list .customer-dob label {
	font-size: 10px;
	font-weight: normal;
	color: #888;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
	width: 60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
	width: 35px;
}
.form-list .customer-dob .dob-year {
	width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
	width: 213px;
}
.buttons-set {
	clear: both;
	margin: 5px 0 0;
	padding: 5px 0 5px 0;
}
.buttons-set .back-link {
	float: left;
	margin-top: 5px;
	font-size: 1.2em;
}
.buttons-set .back-link a:link {
	color: #000;
	text-decoration: underline;
}


.buttons-set .back-link a:hover {
	color: #000099;
	text-decoration: none;
}
.buttons-set button.button {
	float: right;
}
.buttons-set p.required {
	margin: 0 0 10px;
	font-size: 1.2em;
	color: #CC0000;
}
.buttons-set-order {
}
.fieldset > p {
	margin-bottom: 10px;
}
.fieldset .legend {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 8px;
	color: #CC0000;
}
/* Form Validation */
.validation-advice {
	clear: both;
	min-height: 13px;
	padding-left: 12px;
	font-size: 20px;
	line-height: 1em;
	background: url(../images/validation_advice_bg.gif) 2px 3px no-repeat;
	color: #9f0203;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
	
.footer .validation-advice {
	clear: both;
	min-height: 13px;
	padding-left: 2px;
	font-size: 1em;
	line-height: 1em;
	background: url() ;
	color: #FFFFFF;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.validation-failed {
	border: 1px dashed #f00 !important;
	background: #faebe7 !important;
}
.validation-passed {
}
p.required {
	font-size: 10px;
	text-align: right;
	color: #f00;
}
/* Expiration date and CVV number validation fix */
.v-fix {
	float: left;
}
.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}
/* Global Messages  */
.success {
	color: #3d6611;
	font-weight: bold;
}
.error {
	color: #f00;
	font-weight: bold;
}
.notice {
	color: #C00;
	font-size: 13px;
}
.messages, .messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.messages {
	width: 100%;
	overflow: hidden;
}
.messages li {
	margin: 0 0 20px;
}
.messages li li {
	margin: 4px 0 3px;
}
div.alert a.alert-link {
	display: inline-block;
}
div.alert a {
	font-size: 1.2em;
	color: #ffffff;
	padding-left: 5px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div.alert a:hover {
	color: #777;
}
div.alert {
	position: fixed;
	background: #9f0203;
	top: 300px;
	left: 50%;
	width: 333px;
	margin-left: -220px;
	padding: 20px 60px;
	color: #ffffff;
	z-index: 999;
	font-size: 1.2em;
	font-weight: bold;
	color: #ececec;
	border-radius: 0 0 3px 3px;
	text-align: center;
}
.addthis_button_google_plusone {
	width: 75px !important;
}
.addthis_button_tweet {
	width: 90px !important;
}
div.alert button {
	background: url(../images/remove-popup.png) 0 0 no-repeat;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 45%;
	border: none;
	z-index: 9999;
}
div.alert button:hover {
	cursor: pointer;
	background-position: 0 -9px;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 20px 7px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 8px 8px 8px 70px !important;
	font-size: 1em !important;
	font-weight: bold !important;
}
.error-msg, .success-msg {
	border-color: #ebbcb5;
}
.error-msg {
	background: url(../images/i_msg-error.gif) left -3px no-repeat #fde4e1;
	color: #df0505;
	font-weight: bold;
}
.success-msg {
	background-color: #f7fde1;
	background-image: url(../images/i_msg-success.png);
	color: #333;
	font-weight: bold;
}
.note-msg, .notice-msg {
	background: url(../images/i_msg-note.gif) 25px 10px no-repeat #fafaec!important;
	border-color: #fcd344;
	color: #cccc00;
	font-weight: bold;
	border-radius: 4px;
}
/* BreadCrumbs */
.breadcrumbs {
	padding: 5px 10px 10px 19px;
	margin: 0;
	overflow: hidden;
}
.breadcrumbs li {
	float: left;
}
.breadcrumbs li a, .breadcrumbs li {
	text-decoration: none;
	color: #000;
	font-size: 1em;
}
.breadcrumbs li span {
	display: inline-block;
	text-indent: -77777px;
	height: 13px;
	width: 4px;
	background: url(../images/breadcrumbs.png) no-repeat left 8px;
	margin: 0 7px 0 5px;
}
.breadcrumbs li strong {
	font-weight: normal;
	color: #383737;
}
/* Page Heading */
.page-title, .category-title {
	padding: 0;
	margin: 0 0 35px;
}
.category-title {
	border: 0;
}
.page-title h1, .page-title h2 {
	font-size: 26px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.catalog-category-view .page-title h1 {
	font-size: 28px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.page-title .separator {
	margin: 0 3px;
}
.page-title .link-rss {
	float: right;
}
.title-buttons {
	text-align: right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float: left;
}
.subtitle, .sub-title {
	clear: both;
}
.cms-index-index .main {
	padding: 0;/* 0 19px;*/
}
.cms-index-index .col-main {
	width: 100%;
	padding: 0;
}
.cms-index-index .subtitle {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	background: url() no-repeat 0 0;
	padding: 10px 0 12px 19px;
}
.cms-index-index .subtitle span {
	color: #000;
}
.cms-index-index .products-grid li.item {
	margin-bottom: 0;
	padding: 0;
	border: none;
	width: 210px;
	margin-right: 50px;
}
.cms-index-index .products-grid li.last {
	margin: 0;
}
.cms-index-index .products-grid li.item:hover {
	box-shadow: none;
}
.cms-index-index .products-grid button.button {
	margin-right: 15px;
}
.cms-index-index .products-grid .product-name {
	padding-bottom: 9px;
	text-align: center;
}
.cms-index-index .products-grid .product-image {
	margin: 0 0 10px;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
.cms-index-index .products-grid .desc {
	color: #b2b2b2;
	padding-bottom: 10px;
	display: none;
}
/******************************************************************************* style all pages ***********************************************************************/
.pager .pages li, #easyTooltip, .block-cart-header .subtotal, .block-cart .subtotal, .jspVerticalBar, .products-grid .grid-inner .fancybox, .products-list .list-inner .fancybox, .product-view .product-shop .product-pricing li, .cart .totals button.button span, .catalog-product-compare-index .link-print, .opc .step-title .number, .page-sitemap .links a, .opc .active .step-title .number, .block-order-return .input-box.btn button.button span span, .catalog-product-compare-index .buttons-set button.button span span {
	border-radius: 0px;
}
/*********************************/
.toolbar, .header .form-search .input-text, .header .form-search button.button span, .products-grid li.item, .products-list, .link-extra {
	border-radius: 0px;
}
/********************************/
.block, .product-view, .box-up-sell, .box-up-sell ul li, .form-adv-search, .contact-left, #contactForm, .cms-about-magento-demo-store .about-col-1, .cms-about-magento-demo-store .about-col-2, .cms-about-magento-demo-store .about-col-3, .custom-servis-ul li, .page-sitemap .pager, .radius-cart, .cart .crosssell, .cart .shipping, .cart .totals, .gift-messages-form, .block.block-progress .block-title span, .block-progress dt, .opc li.section, #checkout-review-table-wrapper, #co-shipping-form, .opc .active .step-title, #checkout-step-login .col2-set, .account-login .new-users, #co-billing-form > fieldset, .account-login .registered-users, .block-order-return, .map-popup, .success-msg {
	border-radius: 0px;
}
/********************************/


.freeShip {
	text-indent: -9999px;
}

/********************************************************************************* End ********************************************************************************/


/* Pager */
.pager {
	padding: 4px 9px 6px 4px;
	margin: 5px 0;
	text-align: center;
}
.pager .amount {
	float: left;
	padding-top: 2px;
}
.pager .amount span {
	font-weight: bold;
	color: #cccc00;
}
.pager .amount.spinner {
	padding-top: 13px;
}
.pager .amount strong {
	font-weight: normal;
	color: #383737;
	display: inline-block;
	padding-top: 0px;
}
.pager .amount strong span {
	font-weight: bold;
	color: #cccc00;
}
.pager .limiter {
	float: right;
	color: #000000;
	min-width: 110px;
	display: none;
}
.pager .limiter label {
	color: #000000;
	display: inline-block;
	padding-top: 2px;
	padding-right: 6px;
	float: left;
}
.pager .limiter .jqTransformSelectWrapper {
	width: 40px!important;
	text-align: center;
	padding-right: 20px!important;
}
.pager .limiter .jqTransformSelectWrapper ul {
	width: 58px!important;
}
.pager .pages {
	margin: 3px 135px 0 135px;
}
.pager .pages strong {
	font-weight: normal;
	color: #000;
	padding-right: 7px;
}
.pager .pages ol {
	display: inline;
}
.pager .pages li {
	display: inline;
	border: 1px solid #ececec;
	padding: 1px 0px 1px 0px;
	background: url(../images/tail-pag.gif) 0 0 repeat-x #fbfbfb;
	color: #737373;
	font-size: 11px;
	font-weight: bold;
	margin-right: 3px;
}
.pager .pages li span {
	padding: 0px 5px 0px 5px;
}
.pager .pages li:hover {
	border: 1px solid #333333;
	background: #333333;
	color: #fff;
	cursor: pointer;
}
.pager .pages li:hover a {
	color: #fff;
}
.pager .pages li a {
	text-decoration: none;
	color: #737373;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
}
.pager .pages .current {
	border: 1px solid #333333;
	background: #333333;
	color: #fff;
}
.pager ol > li:first-child > a {
	text-decoration: none;
}
.pager ol > li > a {
}
/* Sorter */
.sorter {
	padding: 7px 9px 3px 9px;
	margin: 5px 0;
}
.sorter .view-mode {
	float: left;
}
.sorter .view-mode {
	float: left;
	text-indent: -77777px;
	overflow: hidden;
	height: 24px;
	width: 100px;
	margin: 1px 0 0 0;
}
.sorter .view-mode .grid {
	display: block;
	float: left;
	width: 25px;
	height: 24px;
	background: url(../images/grid-list.png) no-repeat left top;
}
.sorter .view-mode a.grid {
	background-position: 0 -24px;
}
.sorter .view-mode a.grid:hover {
	background-position: 0 top;
}
.sorter .list {
	display: block;
	float: left;
	width: 25px;
	height: 24px;
	background: url(../images/grid-list.png) no-repeat right -24px;
	margin-left: 5px;
}
.sorter a.list {
	background: url(../images/grid-list.png) no-repeat right -24px;
}
.sorter strong.list {
	background: url(../images/grid-list.png) no-repeat right 0px;
}
.sorter a.list:hover {
	background-position: right 0px;
}
.sorter .sort-by {
	float: right;
	min-width: 152px;
}
.sorter .sort-by .jqTransformSelectWrapper {
	width: 100px!important;
}
.sorter .sort-by .jqTransformSelectWrapper span {
	padding-left: 7px;
}
.sorter .sort-by > a {
	display: none;
}
.sorter .sort-by label {
	color: #000;
	display: inline-block;
	padding-top: 2px;
	padding-right: 6px;
	float: left;
	display: none; 
}
.sorter .link-feed {
}
#easyTooltip {
	padding: 5px 10px;
	border: 1px solid #cccc00;
	background: #cccc00;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-transform: none;
	position: relative;
	z-index: 99;
	font-weight: normal;
}
/* Toolbar */
.toolbar {
	border: 1px solid #ececec;
	background: url(../images/tail-toolbar.gif) 0 bottom repeat-x #fff;
	margin-bottom: 20px;
}
.toolbar select {
	text-align: center;
	min-width: 63px;
}
.toolbar .pager {
	padding: 4px 9px 6px 19px;
}
.toolbar .sorter {
	display: none;
}
.toolbar-bottom {
}
/* Data Table */
.data-table {
	width: 100%;
}
.data-table th {
	padding: 12px 20px 12px 20px;
	border: 1px solid #ececec;
	font-weight: bold;
	white-space: nowrap;
	color: #000;
}
.data-table td {
	padding: 14px 20px 14px 20px;
	border: 1px solid #ececec;
	color: #666666;
}
.data-table thead {
}
.data-table tbody {
}
.data-table tfoot {
}
.data-table tr.first {
}
.data-table tr.first th.label {
}
.data-table tr.last {
}
.data-table tr.odd th.label {
}
.data-table tr.even {
}
.data-table tbody.odd {
}
.data-table tbody.odd td {
	border-width: 0 1px;
}
.data-table tbody.even {
}
.data-table tbody.even td {
	border-width: 0 1px;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
	border-bottom-width: 1px;
}
.data-table th .tax-flag {
	white-space: nowrap;
	font-weight: normal;
}
.data-table td.label, .data-table th.label {
	font-weight: bold;
	color: #7e7e7e;
}
.data-table td.value {
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
	cursor: pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
}
tr.show-details .summary-collapse {
	background-position: 0 -53px;
}
tr.show-details td {
}
tr.summary-details td {
	font-size: 11px;
	background-color: #dae1e4;
	color: #626465;
}
tr.summary-details-first td {
	border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
	font-style: italic;
}
/* Shopping cart tax info */
.cart-tax-info {
	display: block;
}
.cart-tax-info, .cart-tax-info .cart-price {
	padding-right: 20px;
}
.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
	cursor: pointer;
}
.cart-tax-info .price, .cart-tax-total .price {
	display: inline !important;
	font-weight: normal !important;
}
.cart-tax-total-expanded {
	background-position: 100% -53px;
}
/* Class: std - styles for admin-controlled content */
.std .subtitle {
	padding: 0;
}
.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}
.std ul.disc {
	list-style: disc outside;
	padding-left: 18px;
	margin: 0 0 10px;
}
.std dl dt {
	font-weight: bold;
}
.std dl dd {
	margin: 0 0 10px;
}
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
	margin: 0;
	padding: 0;
}
.std ul {
	list-style: disc outside;
	padding-left: 1.5em;
}
.std ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}
.std ul ul {
	list-style-type: circle;
}
.std ul ul, .std ol ol, .std ul ol, .std ol ul {
	margin: .5em 0;
}
.std dt {
	font-weight: bold;
}
.std dd {
	padding: 0 0 0 1.5em;
}
.std blockquote {
	font-style: italic;
	padding: 0 0 0 1.5em;
}
.std address {
	font-style: normal;
}
.std b, .std strong {
	font-weight: bold;
}
.std i, .std em {
	font-style: italic;
}
/* Misc */
.links li {
	display: inline;
	padding-left: 12px;
}
.links li.first {
	padding-left: 0 !important;
}
.links li.last {
	background: none !important;
	padding-right: 0 !important;
}
.links li a {
	text-decoration: none;
}
.links li a:hover {
	color: #000;
}
.link-cart {
	font-weight: bold;
	color: #cccc00;
}
.link-cart:hover {
	color: #000;
	text-decoration: underline;
}
.link-wishlist {
	font-weight: bold;
}
.link-reorder {
	font-weight: bold;
}
.link-compare {
	font-weight: bold;
}
.link-print {
	background: url(../images/i_print.gif) 0 2px no-repeat;
	padding: 2px 0 2px 25px;
}
.link-rss {
	background: url(../images/i_rss.gif) 0 1px no-repeat;
	padding-left: 18px;
	white-space: nowrap;
}
.btn-remove {
	display: block;
	width: 19px;
	height: 19px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_remove.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin-left: 2px;
}
.btn-remove2 {
	display: block;
	width: 36px;
	height: 38px;
	font-size: 0;
	line-height: 0;
	background: url(../images/cart-delete.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
.btn-remove2:hover {
	background-position: 0 -67px!important;
}
.btn-edit {
	display: none;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_edit.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin-left: 2px;
}
.btn-remove:hover {
	background-position: 0 bottom;
}
.cards-list dt {
	margin: 5px 0 0;
}
.cards-list .offset {
	padding: 2px 0 2px 20px;
}
.prod-cart img {
	border: 1px solid #ededed;
}
.prod-cart img:hover {
	border: 1px solid #cccc00;
}
.separator {
	margin: 0 3px;
}
.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: #ddd;
	text-indent: -999em;
	overflow: hidden;
}
/* Noscript Notice */
.noscript {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}
.noscript .noscript-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0 12px;
	background: url(../images/i_notice.gif) 20px 50% no-repeat;
}
.noscript p {
	margin: 0;
}
/* Demo Notice */
.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #fff;
}
/* Cookie Notice */
.notice-cookie {
	border-bottom: 1px solid #cfcfcf;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}
.notice-cookie .notice-inner {
	width: 870px;
	margin: 0 auto;
	padding: 12px 0 12px 80px;
	background: url(../images/i_notice.gif) 20px 25px no-repeat;
	text-align: left;
}
.notice-cookie .notice-inner p {
	margin: 0 0 10px;
	border: 1px dotted #cccc73;
	padding: 10px;
}
.notice-cookie .notice-inner .actions {
}
/* ======================================================================================= */

/* Logo ../images/gglogo.gif================================================================================ */
.logo {
	float: left;
}
.header .logo {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none !important;
	margin: 0;
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 110px;
	width: 360px;
	text-indent: -9999px;
	background-position: left top;
}
.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.header h1.logo {
	margin: 0;
	padding: 0;
}
/* Header ================================================================================ */

.header-container {
	background-image: url(../images/gglogo_gwygg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	
}
.header {
	padding: 0;
	position: relative;

}
.header .quick-access {
	width: 100%;
	position: relative;
	margin: 0;
}
.header .header-row {
	height: 35px;
	display: block;
	width: 300px;
	position: absolute;
	top: 20px;
	right: 250px;
	z-index: 999;
}
.header .welcome-msg {
	font-style: italic;
	float: right;
	font-size: 12px;
	color: #cccc00;
	padding: 10px 23px 0 0;
	position: absolute;
	top: 0px;
	left: 500px;
	display:none;
}
.header .welcome-msg a {
}
.header .row {
	width: 100%;
	overflow: hidden;
}
.header .links {
	float: right;
	padding: 10px 0 10px 0;
}
.header .links li {
	float: left;
	padding-left: 11px;
}
.header .links li a {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
}
.header .links li a:hover {
	color: #fff;
}
.header .links #FME-contact-form {
	display: none;
}
.header .form-search {
	text-align: right;
}
.header .form-search .search-autocomplete img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.header .form-search .search-autocomplete {
	z-index: 999;
}
.header .form-search .search-autocomplete ul {
	border: 1px solid #ddd;
	background-color: #fff;
}
.header .form-search .search-autocomplete li {
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
	cursor: pointer;
	text-align: left;
}
.header .form-search .search-autocomplete li .description {
	font-size: 12px;
	padding-top: 12px;
}
.header .form-search .search-autocomplete li {
	font-size: 12px;
}
.header .form-search .search-autocomplete li.suggest {
	padding: 7px;
}
.header .form-search .search-autocomplete li.suggest:hover {
	background: #cccc00!important;
}
.header .form-search .search-autocomplete li .amount-2 {
	float: right;
	font-weight: bold;
}
.header .form-search .search-autocomplete li.selected {
}
.header-container .top-container {
	clear: both;
	text-align: right;
}
.header .block-currency {
	float: right;
	border: none;
	margin: 0 0 0 8px;
	padding: 0;
	background: none;
}
.header .block-currency .block-content {
	padding: 0;
	border: 0;
	float: right;
	clear: right;
	background: none;
	margin: 0;
}
.header .block-currency .block-title {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	background: none;
	margin: 0px;
	border: 0px;
	padding: 0 2px 0 0;
	float: left;
	display: inline-block;
	color: #4f4f4f;
}
.header .block-currency .block-title strong, .form-language label {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	padding-top: 7px;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #4f4f4f;
}
.header select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background: #ccc;
	padding: 3px;
	border: 1px solid #ddd !important;
}
.form-language {
	float: right;
}
#search_mini_form {
	float: right;
	position: relative;
	padding: 0;
	margin: 0;
	right: 18px;
}
.header .form-search {
	overflow: hidden;
	font-size: 16px;
	line-height: normal;
}
.header .form-search .input-text {
	width: 160px;
	border: none;
	float: left;
	font-size: 12px;
	padding: 11px 10px 12px 40px;
	color: #fff;
	background-color: #777;
	opacity: 0.5;
}
.header .form-search button.button {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 38px;
	height: 37px;
	opacity: 0.5;
}
.header .form-search button.button span {
	display: block;
	width: 38px;
	height: 37px;
	overflow: hidden;
	text-indent: 20em;
	background: url(../images/btn_search.gif) no-repeat 0 0 #777;
}
.header .form-search button.button span span {
	padding: 0;
}
.header .form-search label {
	float: left;
	margin-left: 17px;
	display: none;
}
#select-form {
	margin-left: 1px;
}
.header-links {
	padding: 30px 0 0;
	float: right;
}
.header-links li {
	float: left;
	padding-left: 15px;
}
.header-links li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.header-links li a:hover {
	color: #cccc00;
}
.header .row1 {
	padding-top: 20px;
}
.header .row2 {
}
.quickaccess .header .row2 {
}
/******** Header select *************/
.header .jqTransformSelectWrapper {
	z-index: 998;
}
.header .jqTransformSelectWrapper {
	width: 120px!important;
	height: 27px;
	background: #101010;
	border: solid 1px #454545;
	color: #4f4f4f;
}
.header .jqTransformSelectWrapper > div >span {
	margin: 4px 0 0;
	width: 75% !important;
	height: 22px;
	overflow: hidden;
}
.header .jqTransformSelectWrapper .jqTransformSelectOpen {
	background: url(../images/select_right.gif) no-repeat 0 0;
	height: 27px;
	width: 27px;
}
.header .jqTransformSelectWrapper .jqTransformSelectOpen:hover {
}
.header .jqTransformSelectWrapper ul {
	top: 28px;
	left: -1px;
	background: #101010;
	border: solid 1px #454545;
	border-top: none;
}
.header .jqTransformSelectWrapper ul a:hover {
	color: #fff;
}
.header .form-language .jqTransformSelectWrapper {
	width: 85px!important;
}
.header .form-language .jqTransformSelectWrapper ul {
	width: 85px !important;
}
.jqTransformSelectWrapper {
	background: url(../images/select_left.png) left top no-repeat;
	color: #7e7e7e;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	height: 24px;
	float: left;
	position: relative;
	padding: 0;
	z-index: auto!important;
	float: right;
	margin: 0 0 0 4px;
}
.jqTransformSelectWrapper > div {
	padding-left: 0px;
	display:none !important;
}
.jqTransformSelectWrapper > div > span {
	display: inline-block;
	margin-top: 2px;
	cursor: pointer;
	padding-left: 5px;
	width: 86% !important;
}
.jqTransformSelectWrapper .jqTransformSelectOpen {
	background: url(../images/select_right.png) left top no-repeat;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.jqTransformSelectWrapper .jqTransformSelectOpen:hover {
	background-position: 0 bottom;
}
.header .jqTransformSelectWrapper ul {
}
.jqTransformSelectWrapper ul {
	list-style: none !important;
	background: #f4f4f4;
	border: none;
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 11;
	border: 1px solid #c8c7c7;
	border-top: none;
	width: 99% !important;
	z-index: 11!important;
	padding: 5px 0 5px 0;
}
.jqTransformSelectWrapper ul li {
	padding-left: 5px;
	display: block;
	line-height: 16px;
}
.jqTransformSelectWrapper li a {
	text-decoration: none;
	display: block;
	color: #7e7e7e;
	text-align: left;
	padding: 3px 0 3px 0;
}
.jqTransformSelectWrapper ul li:hover {
	background: none;
}
.jqTransformSelectWrapper ul li:hover a {
	color: #000;
}
.jqTransformHidden {
	display: none !important;
}
.jqTransformSelectWrapper .validation-advice {
	padding-left: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
.slider {
	width: 1064px;
	height: 594px !important;
	margin: 0;
	position: relative;
}
.slider .items {
	display: none;
}
.slider .pagination {
	position: absolute;
	z-index: 9999;
	right: 10px;
	bottom: 10px;
	text-align: right;
	padding: 0;
	overflow: hidden;
	margin: 0;
}
.slider .pagination li {
	display: block;
	float: left;
	z-index: 9999;
	position: relative;
	padding: 0 10px 0 0;
}
.slider .pagination li a {
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: 20em;
	text-decoration: none;
	background: url(../images/slider-button.png) 0 0 no-repeat;
	position: relative;
	z-index: 9999;
}
.slider .pagination li.current a {
	background: url(../images/slider-button-act.png) 0 0 no-repeat;
	color: #fff;
}
.slider .banner .indent {
	width: 600px;
	height: 100px;
	position: absolute;
	left: 10px;
	bottom: 35px;
	z-index: 19;
}
.slider .banner {
	padding-top: 20px;
}
.slider .banner a {
}
.slider .banner a:hover {
	color: #CCC;
}
.banner1 {
	display: inline-block;
	margin-bottom: 20px;
}
.banner-block {
	float: right;
}
.banner-block a {
	display: block;
}
p.splashText {
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
	text-shadow: 4px 5px 4px #000;
	text-align: justify;
}
.imageLink1 a {
	width: 170px;
	height: 30px;
	cursor: pointer;
	display: block;
	left: 100px;
	top: -72px;
	z-index: 9999;
	position: absolute;
	text-indent: -9999px;
}
.imageLink2 a {
	width: 170px;
	height: 30px;
	cursor: pointer;
	display: block;
	left: 300px;
	top: -72px;
	z-index: 9999;
	position: absolute;
	text-indent: -9999px;
}
.imageLink3 a {
	width: 350px;
	height: 30px;
	cursor: pointer;
	display: block;
	left: 100px;
	top: -57px;
	z-index: 9999;
	position: absolute;
	text-indent: -9999px;
}
.imageLink4 a {
	width: 170px;
	height: 30px;
	cursor: pointer;
	display: block;
	left: 590px;
	top: -93px;
	z-index: 9999;
	position: absolute;
	text-indent: -9999px;
}
.imageLink5 a {
	width: 170px;
	height: 30px;
	cursor: pointer;
	display: block;
	left: 790px;
	top: -93px;
	z-index: 9999;
	position: absolute;
	text-indent: -9999px;
}
.imageLink6 a {
	width: 240px;
	height: 36px;
	cursor: pointer;
	display: block;
	left: 160px;
	top: -75px;
	z-index: 9999;
	position: absolute;
	text-indent: -9999px;
}
.imageLink7 a {
	width: 1024px;
	height: 556px;
	cursor: pointer;
	display: block;
	left: 0;
	top: 0;
	z-index: 9999;
	position: absolute;
	text-indent: -9999px;
}
.banner .imageLink8 a {
	width: 1024px;
	height: 556px;
	cursor: pointer;
	display: block;
	left: 0;
	top: 0;
	z-index: 9999;
	position: absolute;
	text-indent: -9999px;
}
/******************** ccycle plugin ***************************/

.new-products-slider {
	position: relative;
	padding: 0;
}
#banners {
	background: none !important;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	max-height: 300px;
}
#banners .products-grid {
	padding: 12px 0 0;
}
#banners .data {
	background: none;
	margin: 0 auto;
}
.new-products-slider .products-grid .actions {
	padding-bottom: 0;
}
.new-products-slider #prev, .new-products-slider #next {
	width: 25px;
	height: 26px;
	text-indent: -9999px;
	position: absolute;
	top: 16px;
	z-index: 998;
	left: auto;
}
.new-products-slider #prev {
	background: url(../images/prev.gif) no-repeat 0 0;
	right: 45px;
	background-color: #000;
	display: none;

}
.new-products-slider #prev:hover {
	cursor: pointer;
	background-position: 0 100%;
}
.new-products-slider #next {
	background: url(../images/next.gif) no-repeat 0 0;
	right: 19px;
	background-color: #000;
	display: none;

}
.new-products-slider #next:hover {
	cursor: pointer;
	background-position: 0 100%
}
/******************** End ccycle plugin ***************************/


/*************Header Cart **********************/
.header-container .top-container {
	clear: both;
	text-align: right;
}
.block-cart-header {
	float: right;
	font-size: 12px;
	line-height: 20px;
	color: #b2b2b2;
	
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 19px;
	padding-bottom: 9px;
	padding-left: 26px;
}
.block-cart-header .btn-edit {
	margin-right: 5px;
}
.block-cart-header .btn-remove, .block-cart-header .btn-edit {
	float: right;
}
.cart-inner {
	position: relative;
	z-index: 9999;
}
.block-cart-header .amount-2 {
	font-size: 12px;
	color: #766875;
}
.block-cart-header .amount-2 span {
	color: #FFFF00;
}
.block-cart-header .amount-2 a {
	color: #fff;
	text-decoration: none;
	background: url(../images/cart-arrow.gif) right 8px no-repeat;
	padding-right: 28px;
	display: inline-block;
	margin-right: 3px;
}
.block-cart-header .amount-2 a:hover {
	text-decoration: underline;
}
.block-cart-header .amount-2 a:hover .cart-content {
	display: block;
}
.block-cart-header .cart-content {
	position: absolute;
	left: -61px;
	top: 5px;
	z-index: 9999;
	width: 260px;
	display: none;
}
.block-cart-header h3 {
	float: left;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	padding: 1px 16px 4px 37px;
	margin: 0;
}
.block-cart-header .block-content {
	float: left;
}
.block-cart-header .block-content strong {
	font-weight: normal;
}
.cart-indent {
	background: #fbfbfb;
	padding: 20px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 6px rgba(48, 50, 50, 0.09);
	-moz-box-shadow: 0px 0px 6px rgba(48, 50, 50, 0.09);
	box-shadow: 0px 0px 6px rgba(48, 50, 50, 0.09);
}
.block-cart-header .empty {
	font-size: 12px;
	color: #766875;
}
.block-cart-header button.button {
	overflow: visible;
	width: auto;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.block-cart-header button.button {
	background: url(../../theme391/images/button-bg.gif) repeat-x center top #ebeaea;
	white-space: nowrap;
	color: #000;
}
.block-cart-header button.button span {
	color: #fff;
}
.block-cart-header .actions {
	text-align: center;
	padding-top: 20px;
}
.block-cart-header .mini-products-list li {
	clear: both;
	min-height: 85px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.block-cart-header .mini-products-list li.even {
	background: #f6f6f6;
	border-bottom: 1px solid #fbfbfb;
	border-top: 1px solid #fbfbfb;
}
.block-cart-header .mini-products-list li.odd:first-child {
	background: url(../images/tail-li-cart.gif) left top repeat-x #f8f8f8;
}
.block-cart-header .mini-products-list li.odd {
	background: #f8f8f8
}
.block-cart-header .mini-products-list .product-image {
	width: 85px;
	border: 1px solid #ededed;
}
.block-cart-header .mini-products-list .product-details {
	margin-left: 98px;
	text-transform: uppercase;
}
.block-cart-header .mini-products-list .product-details a {
	color: #b2b2b2;
	text-decoration: none;
	font-size: 12px;
	margin-top: 5px;
	display: inline-block;
}
.block-cart-header .mini-products-list .product-details .btn-remove {
	background-position: 0 top;
}
.block-cart-header .mini-products-list .product-details .btn-remove:hover {
	background-position: 0 -19px;
}
.block-cart-header .mini-products-list .product-details .btn-edit {
	margin-top: 4px;
}
.block-cart-header .mini-products-list .product-details a:hover {
	color: #cccc00;
}
.block-cart-header .mini-products-list .product-details .product-name {
	line-height: 16px;
	float: none;
	width: 120px;
	margin: 8px 0;
}
.block-cart-header .mini-products-list .product-details .product-name a {
	text-transform: none;
}
.block-cart-header .mini-products-list .product-details strong {
	font-weight: normal;
}
.block-cart-header .block-subtitle {
	padding-bottom: 12px;
	color: #000000;
}
.block-cart-header .product-name {
	padding-bottom: 0px;
}
.block-cart-header .price {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.block-cart-header .subtotal {
	font-size: 12px;
	color: #333;
	border: 1px solid #ededed;
	padding: 5px 8px 5px 8px;
	margin-bottom: 10px;
}
.block-cart-header .subtotal .label {
	color: #333;
	font-weight: bold;
}
.block-cart-header .subtotal .price {
	float: right;
}
.block-cart-header .mini-products-list .product-image:hover {
	border-color: #cccc00
}
/********************Header Cart end ***********************/

/************************************ < Navigation *******************************************************************************************************************************/
.nav-container {
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: right;
}
#nav {
	padding-right: 0px;
	float: right;
}
/* All Levels */
#nav > li:first-child a {
}
#nav > li {
	text-align: left;
	position: relative;
	padding: 0;
}
#nav li.over {
	z-index: 998;
}
#nav li.parent {
	display: block;
}
#nav > li > a {
	display: block;
	text-decoration: none;
	padding: 22px 12px 22px 12px!important;
}
#nav > li > a:hover {
	text-decoration: none;
}
#nav > li > a > span {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
	text-transform: uppercase;
	color: cccc00;
}
#nav li ul a span {
	white-space: normal;
}
/* 1st Level */
#nav li {
	float: left;
}
#nav li a {
	float: left;
	padding: 0px;
	font-weight: normal;
	color: #fff;
	display: block;
	text-decoration: none;
}
#nav > li.over > a {
	color: #cccc00;
	background: #2E2E2E;
}
#nav > li.active > a {
	color: #fff;
}
#nav > li.over > a span, #nav > li.active > a span {
}
/* 2nd Level */
#nav li li a:hover {
	color: #000;
}
#nav ul, #nav div {
	position: absolute;
	width: 18em;
	top: 62px;
	left: -10000px;
	background: #2e2e2e;
	padding: 0;
}
#nav div ul {
	position: static;
	width: auto;
	border: none;
}
/* 3rd+ level */
#nav ul ul, #nav ul div {
	top: 7px;
}
#nav ul li {
	float: none;
	border-bottom: 1px solid #393939;
	line-height: 32px;
}
#nav ul li.last {
	border-bottom-color: -moz-use-text-color;
	border-bottom-style: none;
	border-bottom-width: 0;
/*	padding-bottom: 8px;
	padding-top: 8px;*/
}
#nav ul li a {
	float: none;
	padding: 0 0 0 31px;
	text-transform: uppercase;
	font-size: 1spx;
	display: block;
	font-weight: normal;
	color: #fff;
}
#nav ul li.active a, #nav ul li a:hover {
	color: #cccc00;
	background: url(../images/sub-nav-marker.gif) no-repeat 19px 13px;
}
/* Show menu */
#nav li ul.shown-sub, #nav li div.shown-sub {
	left: 0px;
	z-index: 999;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	left: 200px;
	top: 0px;
}
#nav li.last ul.shown-sub {
	left: -100px;
	z-index: 999;
}
/********** Navigation > */
/* ============================================ Navigation custommen ================================================================================================================ */

#custommenu {
	position: relative;
	z-index: 99;
	border-radius: 7px;
	background: #fefefe;
}
div.menu {
	float: left;
}
div.menu a {
	text-decoration: none;
	color: #504f4f;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding: 21px 20px 21px 20px;
}
div.menu.act, div.menu:hover, div.menu.active {
	background: url(../images/tail-menu-act.gif) left 0 repeat-x #aad702;
	color: #fff;
}
div.menu.active:first-child, div.menu:first-child:hover, div.menu:first-child .parentMenu a.act {
	border-radius: 8px 0 0px 8px;
}
div.menu .parentMenu a {
	padding-top: 22px;
}
div.menu.act:first-child {
	background: url(../images/tail-menu-act.gif) left 0 repeat-x #aad702;
	color: #fff;
	border-radius: 8px 0 0px 8px;
}
div.menu.act a span, div.menu:hover a span, div.menu.active a span {
	color: #fff;
}
#custommenu .wp-custom-menu-popup {
	padding-right: 202px!important;
}
#custommenu .img-menu {
	background: #fff;
	border: 1px solid #d1d1d1;
	position: absolute;
	right: -20px;
	top: 20px;
	display: none;
	z-index: 9999;
}
div.wp-custom-menu-popup .column.last .itemMenuName.level1 .img-menu {
	display: block;
	z-index: 1;
}
#custommenu .itemMenuName:hover .img-menu {
	display: block;
}
#custommenu > div > div {
	background: url(../images/border-nav.gif) right 0 no-repeat;
}
div.menu.act .parentMenu {
}
div.menu:hover .parentMenu {
}
div.wp-custom-menu-popup {
	position: absolute;
	z-index: 100;
	display: none;
	background: #f3f3f3;
	text-align: left;
	border-radius: 5px;
	padding: 20px 20px 10px 20px;
	min-height: 205px;
}
.itemMenuName.level1 {
	display: inline-block;
}
#custommenu div.wp-custom-menu-popup > div {
	background: none;
}
div.menu, div.wp-custom-menu-popup {
}
div.wp-custom-menu-popup a {
	text-decoration: none;
	color: #504f4f;
	display: block;
	font-weight: normal;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
	overflow: hidden;
}
div.wp-custom-menu-popup .itemMenu span {
	font-size: 14px;
	text-transform: uppercase;
	color: #a3ce02;
}
div.wp-custom-menu-popup .itemMenu:hover span {
	color: #333;
}
div.wp-custom-menu-popup .itemSubMenu span {
	text-transform: none;
	font-size: 12px;
	color: #7e7d7d;
}
div.wp-custom-menu-popup .itemMenuName:hover span {
	color: #7e7d7d;
	font-weight: bold;
}
div.wp-custom-menu-popup .column {
	margin-right: 20px;
}
.itemMenuName.level2 {
	background: url(../images/line-menu.png) 0 top repeat-x;
	padding: 7px 0 5px 0;
}
.itemMenuName.level2:first-child {
	background: none;
}
div.wp-custom-menu-popup a.actParent {
	color: #4D4D4D;
}
div.wp-custom-menu-popup a.act {
	color: #A52A2A;
}
div.column {
	float: left;
	width: 200px; /* column width */
	padding: 0px;
}
div.itemSubMenu {
	margin-left: 0px;
}
.clearBoth {
	clear: both;
}
#custommenu div.wp-custom-menu-popup.last {
	padding-right: 20px!important;
	width: 1024px;
	padding-bottom: 17px;
	left: 0;
}
.wp-custom-menu-popup .col-1, .wp-custom-menu-popup .col-2, .wp-custom-menu-popup .col-3, .wp-custom-menu-popup .col-4 {
	width: 230px;
	margin-right: 27px;
	float: left;
}
.wp-custom-menu-popup .col-4 {
	margin-right: 0;
}
.wp-custom-menu-popup .col4-set h3 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #383737;
	margin-bottom: 15px;
	font-size: 14px;
}
/* Show menu */

.col2-set .col-1 {
	float: left;
	width: 48.5%;
}
.col2-set {
	width: auto;
}
/*========================================================================================== Sidebar =============================================================================== */
/* ================================================================================================================================================================================== */

.block {
	border: 1px solid #ededed;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 14px;
	background-color: #fff;
}
.block.last_block {
	margin-bottom: 0;
}
.block .block-title {
	padding: 16px 20px 3px 20px;
}
.block .block-title strong {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #383737;
}
.block .block-title strong span {
}
.block .block-title a {
	text-decoration: none !important;
}
.block .block-subtitle {
	padding: 15px 0 10px 0;
	text-transform: uppercase;
	color: #cccc00;
	font-size: 12px;
	font-weight: normal;
	display:none;
}
.block .block-content {
	padding: 8px 20px 10px 20px;
}
.block .block-content li.item {
	padding: 10px 0;
}
.block .block-content li.item:first-child {
	border: none;
}
.widget.widget-catalogsale-products .block ol li {
	padding: 20px 0 20px 0;
}
.widget.widget-catalogsale-products .price-box.map-info {
	padding: 10px 0 10px 0;
}
.widget.widget-catalogsale-products .price-box.map-info a {
	padding-left: 0;
}
.block .btn-remove, .block .btn-edit {
	float: right;
}
.block .actions {
	text-align: right;
	padding: 15px 0 0 0;
}
.block .actions a {
	float: left;
	font-weight: bold;
	color: #888787;
	display: inline-block;
}
.block .actions a:hover {
	color: #cccc00;
	text-decoration: underline;
}
.block-compare .actions {
	padding: 20px 0 10px 0;
}
.block button.button > span {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f0203', endColorstr='#9f0203'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#9f0203), to(#9f0203));
	background: -moz-linear-gradient(top, #9f0203, #9f0203); /* firefox 3.6+ */
	background: -o-linear-gradient(top, #9f0203, #9f0203); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9f0203, #9f0203); /* IE10+ */
}
.block button.button:hover > span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#999999'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#999999));
	background: -moz-linear-gradient(top, #999999, #999999); /* firefox 3.6+ */
	background: -o-linear-gradient(top, #999999, #999999); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999999, #999999); /* IE10+ */
 
}
.block .empty {
}
.block li.odd {
}
.block li.even {
}
.sidebar-indent {
	margin-top: 61px;
}
/******************************************************************************** Mini Products List ******************************************************************************/
.mini-products-list li {
	padding: 5px 0;
}
.mini-products-list .product-image {
	float: left;
	width: 84px;
	border: 1px solid #ededed;
	background: #fff;
}
.mini-products-list .product-image:hover {
	border: 1px solid #cccc00;
}
.mini-products-list .product-details {
	margin-left: 100px;
	margin-top: -3px;
}
.mini-products-list .product-details h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.block-cart .mini-products-list .product-details .product-name {
	padding-bottom: 10px;
	width: 62px;
}
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {
	word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
	white-space: normal !important;
}
/* Block: Account */
.block-account ul li {
	padding-bottom: 5px;
}
/* Block: Currency Switcher */
.block-currency {
}
.block-currency select {
	width: 100%;
	border: 1px solid #888;
}
/******************************************************************************** Block: Layered Navigation ************************************************************************/
.block-layered-nav {
	background: #fbfbfb;
}
.block-layered-nav dt {
	font-weight: bold;
	color: #000000;
}
.block-layered-nav dd ol {
	padding: 10px 0 10px 0px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 18px;
}
.block-layered-nav dd.last ol {
	border: none;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.block-layered-nav dd li a {
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
}
.block-layered-nav dd li a:hover {
	color: #CC0000;
}
.block-layered-nav dd li {
	color: #cccc00;
	background: url(../images/block-layered-nav-marker.png) 0 6px no-repeat;
	padding-left: 13px;
	margin-bottom: 6px;
}
.block-layered-nav .currently {
	font-size:1.2em;
}
.block-layered-nav .btn-remove {
	float: right;
	margin: 0px 3px 0 2px;
}
.block-layered-nav .block-subtitle {
	margin-bottom: 16px;
}
.block-layered-nav .block-content .actions a {
	color: #000000;
	text-decoration: none;
}
.block-layered-nav .block-content .actions a:hover {
	color: #CC0000;
}
.block-layered-nav .block-content .actions {
	padding-top: 5px;
	padding-bottom: 10px;
}
/*********************************************************************** Block: Spacials *********************************************************************************************/
.widget-catalogsale-products {
}
.widget-catalogsale-products .price-box .price-label {
}
#product_tabs_review_tabbed_contents #review-form h3 span {
	color: #000000;
}
/************************************************************************************ Block: Cart ***********************************************************************************/
.block-cart .btn-edit {
	margin-top: 3px;
	margin-right: 5px;
}
.block-cart {
	background: url(../images/tail-box-cart.gif) 0 bottom repeat-x;
}
.block-cart .block-content li.item.last {
}
.block-cart .summary {
}
.block-cart .amount {
}
.block-cart .subtotal {
	background: #fbfbfb;
	border: 1px solid #ededed;
	padding: 5px 9px 6px 9px;
}
.block-cart .subtotal .price {
	float: right;
	font-weight: bold;
	color: #000;
}
.block-cart .subtotal .label {
	color: #b2b2b2;
}
.block-cart .amount-2 {
	border-top: 1px solid #e6e6e6;
	color: #000000;
	padding-top: 16px;
	padding-bottom: 17px;
}
.block-cart .amount-2 a {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}
.block-cart .amount-2 a:hover {
	color: #000000;
}
.block-cart .actions .paypal-logo {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	text-align: right;
	display: none;
}
.block-cart .actions .paypal-logo .paypal-or {
	clear: both;
	display: block;
	padding: 0 55px 5px 0;
}
.block-cart .actions {
	margin-bottom: 19px;
	padding-top: 20px;
}
.block-cart .product-details {
	color: #b2b2b2;
	text-transform: uppercase;
}
.block-cart .product-details strong {
	font-weight: normal;
	padding: 0 0 0 3px;
}
.block-cart .block-title {
	padding-bottom: 8px;
}
.block-cart .product-details .price, .block-related .regular-price .price {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.block-cart .product-name a, .block-related .product-name a {
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	text-transform: none;
	display: inline-block;
}
.block-cart .product-name a:hover, .block-related .product-name a:hover {
	color: #000;
}
/**************************************************************************** Block: Wishlist ******************************************************************************************/
.block-wishlist {
}
.block-wishlist .btn-remove {
	margin-left: 7px;
}
.block-wishlist .product-name a {
	text-decoration: none;
	color: #b2b2b2;
}
.block-wishlist .product-name a:hover {
	color: #000;
}
.block-wishlist .block-title small {
	color: #fba00b;
}
.block-wishlist .regular-price .price {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: none;
}
.block-wishlist .price-box {
	width: 100%;
	display: block;
	float: none;
	padding-bottom: 7px;
}
.block-wishlist .link-cart {
	display: block;
}
.block-wishlist .block-content li.item {
	border-bottom: 1px solid #E6E6E6;
	padding: 20px 0 20px 0;
}
.block-wishlist .block-content li.item.last {
}
.block-wishlist .product-name {
	padding-bottom: 5px;
}
.block-wishlist .actions a {
	font-weight: bold;
	color: #888787;
	text-decoration: underline;
	padding-right: 13px;
	background: url(../images/marker-link.png) right 7px no-repeat;
}
.block-wishlist .actions a:hover {
	text-decoration: underline;
	color: #cccc00;
}
.block-wishlist .actions {
	padding-bottom: 5px;
}
/********************************************************************************** Block: Related **********************************************************************************/
.product-image {
	display: inline-block;
}
.block-related {
	display:none;
}
.block-related li {
	padding: 5px 0;
}
.block-related input.checkbox {
	margin-right: 12px;
	margin-top: 8px;
	float: left;
	display:none;
}
.block-related .product {
	overflow: hidden;
	margin-bottom: 10px;
}
.block-related .product .product-image {
	margin-left:56px;
}
.block-related .product .product-details {
	margin-left: 0;
	clear:both;
}
.rel-label {
	font-size: 12px;
	color: #333;
	padding-top: 6px;
	display: inline-block;
	display:none;
}
.block-related .link-wishlist {
	font-size: 12px;
	font-weight: bold;
	color: #cccc00;
}
.block-related .link-wishlist:hover {
	text-decoration: underline;
	color: #000;
}

.block-related .block-content li {
	float: left;
	text-align: center;
	width: 180px;
}
.block-related .block-content li.item {
	padding: 30px 0;
}
.block-related .block-content li.item:first-child {
}
.block-related .block-content li.item.last {
	padding-bottom: 10px;
}
.block-related .product-name {
	padding-bottom: 6px;
}
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.ajax-index-options .product-options-bottom {
}
.ajax-index-options .product-options {
}
.ajax-index-options .validation-advice {
	padding-left: 14px!important;
	float: right;
	margin-top: 10px;
}
#customer-reviews {
	margin-bottom: 10px;
}
#customer-reviews > ol > li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
}
.ajax-index-options .product-view #ajax_loader {
	float: right;
	margin-top: 11px;
}
.ajax-index-options .product-view .product-shop {
	width: 800px;
}
.ajax-index-options .add-to-cart button.button {
	float: right;
	margin-left: 5px;
}
.ajax-index-options .zoom-inner {
	height: 300px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	width: 300px;
}
.ajax-index-options .product-view {
	border: none;
	border-radius: none;
	margin-bottom: 20px;
	padding: 40px 30px 30px;
	height: 480px !important;
}
.ajax-index-options .product-view .product-image {
	border: 1px solid #ededed;
	width: 300px;
	height: 300px;
}
.fancy-right {
	float: right;
	margin-right: 70px;
	width: 410px;
}
.ajax-index-options .add-to-box {
	width: 394px;
}
.ajax-index-options .video {
	width: 679px;
	height: 360px;
	background: #363636;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 20px;
	float: left;
}
.ajax-index-options .video iframe {
	margin-left: 25px;
}
.ajax-index-options .video p {
	color: #cccc00;
	margin-bottom: 30px;
}
.ajax-index-options .video p span {
	color: #fff;
	font-weight: bold;
}
.ajax-index-options .product-view .product-img-box {
	width: 305px;
}
.ajax-index-options .share {
	padding: 15px 0 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.ajax-index-options .price-box.map-info a {
	display: none
}
.ajax-index-options .product-shop .availability {
	color: #cccc00;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px!important;
	margin-top: -3px;
}
.ajax-index-options .product-view .product-shop .price-box.map-info {
	display: inline-block;
	float: left;
	margin: 0px 0 10px;
	width: 150px;
}
.ajax-index-options .product-view .product-shop .price-box.map-info > span {
	display: block !important;
}
.ajax-index-options .product-shop .product-options-bottom .price-box .price-label {
	float: left;
	padding-right: 4px;
}
.ajax-index-options .product-shop .product-options-bottom .price-box .price {
	font-size: 15px;
	padding: 0;
	display: inline-block;
	font-weight: bold;
}
.ajax-index-options .product-view .product-shop .price-box {
	margin: 0 10px 0 0 !important;
	min-width: 150px;
}
.ajax-index-options .product-view .std {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}
.ajax-index-options .product-view .zoom-img {
	display: none;
}
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: #fbfbfb;
	border: 1px solid #ededed;
}
.scroll-pane {
	
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	position: relative;
	margin-top: -1px;
}
.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	background: url(../images/drag.gif) center center no-repeat #fdfdfd;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: url(../images/scroll-top.gif) no-repeat left top;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspArrowUp {
	background: url(../images/scroll-top.gif) no-repeat left top;
}
.jspArrow.jspArrowUp.jspDisabled {
	background: url(../images/scroll-top.gif) no-repeat left top;
}
.jspArrow.jspArrowDown {
	background: url(../images/scroll-down.gif) no-repeat left top;
	height: 17px!important;
	margin-left: -1px!important;
}
.jspArrow.jspArrowDown.jspDisabled {
}
.jspArrow.jspDisabled {
	cursor: default;
}
.jspVerticalBar .jspArrow {
	height: 17px;
}
.jspHorizontalBar .jspArrow {
	width: 21px;
	float: left;
	height: 18px;
	position: relative;
	top: 1px;
}
.jspHorizontalBar .jspArrowLeft {
	left: 1px;
}
.jspHorizontalBar .jspArrowRight {
	right: 1px;
}
.jspVerticalBar .jspArrow:focus {
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/******************************************************************* Block: Compare Products ******************************************************************************************/

.block-compare {
	display:none;
}
.block-compare li {
	padding: 12px 0;
}
.block-compare .block-content {
	padding: 12px 20px 10px;
}
.block-compare .btn-remove {
	margin-top: 4px;
	margin-left: 10px;
}
.block-compare #compare-items {
}
.block-compare .block-content li.item {
	padding: 16px 0;
}
.block-compare .block-title small {
	display: none;
}
.block-compare .product-name a {
	text-decoration: none;
	color: #b2b2b2;
}
.block-compare .product-name a:hover {
	color: #383737;
}
/********************************************************************* Block: Recently Viewed *************************************************************************************/
.block-viewed {
}
.block-viewed li a, .block-compared li a {
	text-decoration: none;
	color: #b2b2b2;
	display: inline-block;
}
.block-viewed li a:hover, .block-compared li a:hover {
	color: #383737;
}
.block-viewed .block-content li.item, .block-compared .block-content li.item {
	border-top: 1px solid #e6e6e6;
	padding: 15px 0 15px 0;
	border-bottom: 0;
}
.block-viewed .block-content li.item.last, .block-compared .block-content li.item.last {
	border-top: 1px solid #E6E6E6;
}
/********************************************************************* Block: Recently Compared ***********************************************************************************/
.block-compared {
}
#co-payment-form {
	width: 100px;
}
/********************************************************************* Block: Poll **************************************************************************************************/
.block-poll {
	border: 1px solid #494949;
	background: #5c5b5b;
}
.block-poll .block-title strong span {
	color: #fff;
}
.block-poll .block-subtitle {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 10px;
}
.block-poll label {
	color: #b2b2b2;
	line-height: 18px;
}
.block-poll input.radio {
	float: left;
	margin: 2px 0 0 0;
}
.block-poll .label {
	display: block;
	margin-left: 32px;
}
.block-poll li {
	padding: 3px 0px 9px 0;
}
.block-poll .actions {
	margin: 0px 0 0;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.block-poll .answer {
	float: left;
	width: 100%;
}
.block-poll .answer span {
	display: block;
	width: 150px;
	color: #b2b2b2;
}
.block-poll .votes {
	font-weight: normal;
	float: right;
	width: 70px;
	margin-top: -17px;
	text-align: right;
	color: #cccc00;
}
/************************************************************************ Block: Tags **************************************************************************************************/
.block-tags {
}
.block-tags ul, .block-tags li {
	display: inline;
}
.block-tags li a {
	color: #383737;
	text-decoration: none;
}
.block-tags li a:hover {
	color: #cccc00;
}
.block-tags .actions a {
	padding-right: 13px;
	background: url(../images/marker-link.png) right 7px no-repeat;
}
.block-tags .actions a:hover {
}
.block-tags .actions {
	padding-bottom: 5px;
}
.product-tags li {
	float: left;
	margin-right: 7px;
}
#addTagForm {
	overflow: hidden;
}
/* Block: Tags */


/************************************************************************* Block: Subscribe ****************************************************************************************/
.block-subscribe {
}
.block-subscribe .form-subscribe-header {
}
.block-subscribe label {
	display: block;
	margin-bottom: 5px;
}
.block-subscribe #newsletter {
	width: 188px;
	padding: 5px;
}
/************************************************************************* Block: Subscribe Footer ****************************************************************************************/
.footer .block {
	color: #FC3;
	background: none;
	border: medium none;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	width: 280px;
	margin-top: 36px;
}
.footer .block-title-footer {
	color: #FFF;
	font-size: 14px;
}
.footer p.subscribe {
	font-size: 11px;
	color: #fff;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.footer .block .block-content {
	padding: 0;
}
.footer button.button {
	float: left;
}
.footer .block-subscribe .form-subscribe-header {
	color: #FFF;
}
.footer .block-subscribe label {
	display: block;
	margin-bottom: 5px;
}
.footer .block-subscribe #newsletter {
	width: 188px;
	padding: 5px;
}
/************************************************************************ Block: Reorder *******************************************************************************************/
.block-reorder {
}
.block-reorder .block-subtitle {
}
.block-reorder li {
	padding: 5px 0;
}
.block-reorder input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}
.block-reorder .product-name {
	margin-left: 20px;
}
.block-reorder .product-name a {
	text-decoration: none;
	color: #b2b2b2;
}
.block-reorder .product-name a:hover {
	color: #000;
}
.block-reorder .actions a {
	font-weight: bold;
	color: #888787;
	text-decoration: underline;
	padding-right: 13px;
	background: url(../images/marker-link.png) right 7px no-repeat;
}
.block-reorder .actions a:hover {
	text-decoration: underline;
	color: #cccc00;
}
.block-reorder .actions {
	padding-bottom: 5px;
}
/*********************************************************************** Block: Banner *********************************************************************************************/
.block-banner {
}
.block-banner .block-content {
	text-align: center;
	padding: 0;
	border: 0;
}
/************************************************************************ Block: Login *********************************************************************************************/
.block-login label {
	font-weight: bold;
	color: #666;
}
.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}
/************************************************************************* Paypal **************************************************************************************************/
.sidebar .paypal-logo {
	display: block;
	margin: 10px 0;
	text-align: center;
	overflow: hidden;
}
.sidebar .paypal-logo a {
	float: none;
}
/*========================================================================================== End Sidebar ============================================================================ */
/* ================================================================================================================================================================================== */



/* Category Page ========================================================================= */
.category-image {
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
	width: 229px
}
.category-image img {
	width: 229px
}
.category-description {
	margin: 0 0 10px;
}
.category-products {
}
/****************************************************************************************** View Type: Grid ***************************************************************************/
.col2-left-layout .products-grid, .col2-right-layout .products-grid {
	width: 763px;
	margin: 0 auto;
}
.col1-layout .products-grid {
	width: 1024px;
	margin: 0 auto;
}
.products-grid {
	position: relative;
}
.col1-layout .col-main .widget-viewed .products-grid {width: 100%}
.price-box.map-info a {
	text-decoration: none;
	padding-left: 4px;
	color: #cccc00;
}
.price-box.map-info a:hover {
	color: #000;
}
.products-grid.last {
	border-bottom: 0;
}
.products-grid li.item:hover {
	-webkit-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.1);
}
.products-grid li.item {
	float: left;
	width: 229px;
	padding: 5px;
	border: 1px solid #ededed;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
}
.products-grid li.last {
	margin-right: 0;
}
.products-grid .product-image {
}
.widget-viewed .products-grid .product-image {
	display: block;
	width: 203px;
	height: 203px;
	margin: 0 0 0px;
	float: right;
}
.widget-viewed .products-grid .product-name, .products-list .product-name {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
	width: 200px;
}
.grid-inner {
	position: relative;
	padding-bottom: 5px;
}
.height-product1 {
	overflow: hidden;
}
.products-grid .price-box {
	padding: 5px;
}
.products-grid .availability {
	line-height: 21px;
	display: none;
}
.products-grid .actions {
	margin: 0;
	overflow: hidden;
	position: relative;
	display: none;
}
.products-grid .actions > span {
	position: absolute;
	left: 0;
	bottom: -3px;
}
.products-grid .desc.std strong {
	color: #cccc00;
}
.products-grid .desc.std {
	overflow: hidden;
	color: #999999;
	padding: 5px 0;
}
/*.product-box-2{background:url(../images/tail-grid-bottom.gif) 0 0 repeat-x #fdfdfd; padding:16px 18px 0px 18px; margin:0 -18px; overflow:hidden; position:relative; }
.product-box-2 > span {  position:absolute; left:18px; bottom:-3px;}*/
.products-grid .ratings .amount {
	float: right;
	padding-top: 4px;
}
.products-grid .ratings .amount a {
	text-decoration: none;
	color: #cccc00;
}
.products-grid .ratings .amount a:hover {
	color: #000;
}
.products-grid .minimal-price-link {
	float: right;
	padding-top: 1px;
	text-decoration: none;
}
.products-grid .minimal-price-link span {
	font-size: 10px;
	display: inline-block;
	text-decoration: none;
}
.products-grid .no-rating a {
	text-decoration: none;
	color: #383737;
	padding-top: 0px;
	display: inline-block;
}
.products-grid .no-rating a:hover {
	color: #cccc00;
}
.products-grid .no-rating {
	padding-top: 8px;
	margin-bottom: 7px;
	display: none;
}
.products-grid .add-to-links li {
	width: 31px;
	float: left;
}
.products-grid .add-to-links li:first-child {
	margin-right: 10px;
}
.products-grid button.button {
	float: left;
	margin-right: 9px;
	margin-bottom: 8px;
	margin-left: 50px;
}
.add-to-links {
	width: 60px;
	float: left;
}
/******* Type: List and Grid ********/
.products-grid .product-name, .products-list .product-name {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.products-grid .product-name a, .products-list .product-name a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid #EDEDED;
	width: 100%;
}
.products-grid .product-name a:hover, .products-list .product-name a:hover {
	color: #b2b2b2;
}
.products-grid .add-to-links .link-wishlist, .products-list .add-to-links .link-wishlist {
	background: url(../images/link-wishlist.gif) 0 0 no-repeat;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	display: inline-block;
}
.products-grid .add-to-links .link-compare, .products-list .add-to-links .link-compare {
	background: url(../images/link-compare.gif) 0 0 no-repeat;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	display: inline-block;
}
/********************************************************************************************** View Type: List *******************************************************************************************/
.products-list {
	border: 1px solid #ededed;
	margin-bottom: 20px;
}
.products-list li.item {
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 0px 0px 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: -3px;
}
.products-list li.item.last {
	border-bottom: 0;
}
.products-list .product-image {
	float: left;
	width: 170px;
	height: 170px;
	margin: 0 0 10px;
}
.products-list .list-inner {
	width: 170px;
	height: 170px;
	position: relative;
	float: left;
}
.products-list .product-shop {
	margin-left: 190px;
}
.products-list .product-shop .button {
	float: left;
	margin-right: 10px;
}
.products-list .product-name {
	margin: 0 0 5px;
}
.products-list .price-box {
	margin: 5px 13px 16px 0;
	overflow: hidden;
	float: left;
	min-width: 200px;
}
.products-list .price-box .regular-price {
	float: left;
	padding-right: 12px;
}
.products-list .availability {
	float: left;
	margin: 3px 0 0;
}
.products-list .desc {
	clear: both;
	padding: 10px 0 0;
	margin: 0 0 15px;
	line-height: 18px;
	font-size: 12px;
	color: #b2b2b2;
}
.products-list .desc > p {
	float: left;
}
.products-list .desc > p strong {
	color: #cccc00;
}
.products-list .desc .link-learn {
	font-size: 12px;
	font-weight: bold;
	color: #888787;
	text-decoration: underline;
	background: url(../images/marker-link.png) right 6px no-repeat;
	padding-right: 12px;
}
.products-list .desc .link-learn:hover {
	color: #cccc00;
}
.products-list .add-to-links {
	width: 82px;
	float: left;
	height: 31px;
}
.products-list .f-fix {
	padding-bottom: 30px;
	position: relative;
}
.products-list .f-fix > span {
	left: 0;
	position: absolute;
	bottom: 0px;
}
.products-list .list-btn {
	display: inline-block;
	float: left;
}
.products-list .add-to-links .separator {
	display: none;
}
.products-list .add-to-links li {
	display: inline;
	width: 31px;
	margin-right: 7px;
}
.list-reviews {
	float: right;
	width: 300px;
	text-align: right;
}
.row-list {
	width: 100%;
	position: relative;
}
.row-list > span {
	position: absolute;
	left: 0px;
	top: 40px;
}
.products-list .no-rating {
	text-align: right;
	padding-top: 6px;
}
.products-list .no-rating a {
	text-decoration: none;
	color: #383737;
}
.products-list .no-rating a:hover {
	color: #cccc00;
}
.home-products .products-grid .product-name a {
	font-size: 11px!important;
	font-weight: bold;
	color: #000;
}
.home-products .products-grid .add-to-links .link-compare, .home-products .products-list .add-to-links .link-compare {
	background: url(../images/link-compare.gif) 0 0 no-repeat;
	width: 100px;
	padding-left: 31px;
	display: inline-block;
	text-indent: 0;
	padding-top: 5px;
	margin-left: 30px
}
.home-products .products-grid button.button {
	display: none;
}
.home-products .products-grid .price-box {
	display: none;
}
.home-products .products-grid .product-name a, .products-list .product-name a {
	border: none;
}
.home-products .products-grid .product-image {
}
.col-main .new-products-slider {
	background-image: url(../images/featuredbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* ======================================================================================= */


/******************************************************************************** Product View ========================================================================== */
/****************************************** Rating *****************************/
.no-rating {
	margin: 0 0 10px 0;
	text-align: center;
}
.ratings {
	font-size: 12px;
	line-height: 1.25;
	margin: 5px 0 7px 0;
	display: none;
}
.ratings strong {
	float: left;
	margin: 1px 3px 0 0;
}
.ratings .rating-links {
	margin: 0;
	padding-top: 5px;
}
.ratings .rating-links a {
	text-decoration: none;
	color: #cccc00;
}
.ratings .rating-links a:hover {
	color: #cccc00;
}
.ratings .rating-links a:first-child {
	text-decoration: none;
	color: #cccc00;
}
.ratings .rating-links a:first-child:hover {
	color: #cccc00;
}
.ratings .rating-links .separator {
	margin: 0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
	width: 110px;
	height: 17px;
	font-size: 0;
	line-height: 0;
	background: url(../images/bkg_rating.gif) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
}
.rating-box .rating {
	float: left;
	height: 17px;
	background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
	float: left;
	margin-right: 7px;
}
.ratings .amount {
}
.email-friend.left {
	float: left;
}
.ratings-table th, .ratings-table td {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}
.ratings-table th {
	font-weight: bold;
	padding-right: 8px;
}
.review-product-list .col-main .ratings-table th, .review-product-list .col-main .ratings-table td {
	border: 1px solid #DDDDDD;
	padding: 7px;
}
.review-product-list .col-main .ratings-table {
	margin: 10px 0;
}
#block-related {
	padding-right: 17px;
}
#block-related .price-box.map-info {
	display: none;
}
/*************************************** Availability *******************************/
.availability {
	margin: 0;
}
.availability span {
	font-weight: bold;
}
.availability.in-stock span {
}
.availability.out-of-stock span {
	color: #d83820;
}
.availability-only {
	margin: 0 0 7px;
}
.availability-only a {
	background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
	cursor: pointer;
	padding-right: 15px;
}
.availability-only .expanded {
	background-position: 100% -15px;
}
.availability-only strong {
}
.availability-only-details {
	margin: 0 0 7px;
}
.availability-only-details th {
	background: #f2f2f2;
	font-size: 10px;
	padding: 0 8px;
}
.availability-only-details td {
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
}
/* Email to a Friend */
.email-friend {
	margin-bottom: 5px;
}
/* Alerts */
.alert-price {
}
.alert-stock {
}
/********** < Product Prices */
.price {
	white-space: nowrap !important;
}
.price-box {
}
.price-box .price {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
/* Regular price */
.regular-price {
}
.regular-price .price {
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
/* Old price */
.old-price {
}
.old-price .price-label {
	white-space: nowrap;
	font-weight: bold;
}
.old-price .price {
	font-weight: bold;
	text-decoration: line-through;
}
/* Special price */
.special-price {
}
.special-price .price-label {
	font-weight: bold;
}
.special-price .price {
	font-weight: bold;
}
/* Minimal price (as low as) */
.minimal-price {
}
.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.minimal-price-link {
	display: block;
	color: #cccc00;
}
.minimal-price-link .label {
}
.minimal-price-link .price {
	font-weight: normal;
}
/* New Old/Special/Minimal Price styles */
.catalog-category-view .old-price .price-label,
.catalog-category-view .special-price .price-label {
    display: none;
}

.catalog-category-view .old-price,
.catalog-category-view .special-price {
    display: inline;
}

.catalog-category-view .special-price .price {
    font-weight: normal;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.catalog-category-view .old-price > .price {
/*    text-decoration: none;*/
    margin-right: 7px;
    color: #999;
}

.catalog-category-view .old-price > .price > .price {
    font-weight: normal;
    font-size: 15px;
    color: #999;
    margin-right: 7px;
    text-decoration: line-through;
}

.catalog-product-view .minimal-price .price-label {
    display: block;
    margin-bottom: 5px;
}

.catalog-product-view .old-price .price-label,
.catalog-product-view .special-price .price-label {
    display: none;
}

.catalog-product-view .special-price .price {
    font-weight: bold;
    font-size: 17px;
    color: #000;
}

.catalog-product-view .old-price .price {
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #999;
    margin-right: 7px;
    text-decoration: line-through;
}

.catalog-product-view .minimal-price .old-price {
    color: #999;
    font-size: 15px !important;
    display: block;
}

.catalog-product-view .minimal-price .special-price {
    display: block;
    font-weight: bold;
    font-size: 17px !important;
}
/* Excluding tax */
.price-excluding-tax {
	display: block;
}
.price-excluding-tax .label {
	white-space: nowrap;
}
.price-excluding-tax .price {
	font-weight: normal;
}
/* Including tax */
.price-including-tax {
	display: block;
}
.price-including-tax .label {
	white-space: nowrap;
}
.price-including-tax .price {
	font-weight: bold;
}
/* Configured price */
.configured-price {
}
.configured-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.configured-price .price {
	font-weight: bold;
}
/* FPT */
.weee {
	display: block;
	font-size: 11px;
	color: #444;
}
.weee .price {
	font-size: 11px;
	font-weight: normal;
}
/* Excl tax (for order tables) */
.price-excl-tax {
	display: block;
}
.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-excl-tax .price {
	display: block;
}
/* Incl tax (for order tables) */
.price-incl-tax {
	display: block;
}
.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-incl-tax .price {
	display: block;
	font-weight: bold;
}
/* Price range */
.price-from {
}
.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.price-to {
}
.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}
/* Price notice next to the options */
.price-notice {
	padding-left: 10px;
}
.price-notice .price {
	font-weight: bold;
}
/* Price as configured */
.price-as-configured {
	display: none;
}
.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.price-box-bundle {
	display: none;
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price {
	font-weight: bold;
}
.tier-prices .benefit {
}
.tier-prices-grouped {
}
/* Add to Links */
.add-to-links .separator {
	display: none;
}
/* Add to Cart */
.add-to-cart label {
	float: left;
	margin-right: 10px;
	padding-top: 7px;
	color: #000;
}
.add-to-cart .qty {
	float: left;
	border: 1px solid #000;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background: #fcfcfc;
	padding: 4px 7px 4px 7px;
	margin-top: 4px;
	margin-bottom: 20px;
}
.add-to-cart button.button {
	float: right;
	margin-left: 5px;
}
.add-to-cart .paypal-logo {
	clear: left;
	text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 46px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
	margin: 0;
	display: none;
}
/* Add to Links + Add to Cart */
.add-to-box {
}
.add-to-box .add-to-cart {
	float: left;
	width: 100%;
	position: relative;
}
.add-to-box .add-to-cart #ajax_loader {
	position: absolute;
	bottom: -22px;
	right: 0;
}
.add-to-box .or {
	float: left;
	margin: 0 10px;
}
.add-to-box .add-to-links {
	float: left;
}
.product-view {
	padding: 15px;
	margin-bottom: 20px;
}
.product-view .product-name h1 {
	font-size: 26px;
	font-weight: bold;
	color: #2f2f2f;
	line-height: 28px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.catalog-product-view .breadcrumbs {
	margin-bottom: 28px;
}
.catalog-product-view .col-right {
	padding-top: 0;
}
.product-view h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.tt {
	display: block;
}
.zoom-img {
	width: 31px;
	height: 31px;
	overflow: hidden;
	background: url(../images/zoom.gif) 0 0 no-repeat;
	position: absolute;
	right: 6px;
	bottom: 6px;
	z-index: 99
}
.zoom-img img {
	opacity: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.ie-9 .zoom-img {
	display: none;
}
.zoom-inner {
	width: 500px;
	margin-bottom: 10px;
	height: 500px;
	position: relative;
}
.more-views h2 {
	display: none;
}
/*** Product Collateral **/
.product-essential {
	margin-bottom: 0px;
	padding-bottom: 25px;
}
.product-view .product-essential .product-shop .nobr {
	margin-bottom: 5px;
	display: inline-block;
}
.product-collateral #customer-reviews dl dt {
	margin-bottom: 5px;
}
.product-collateral #customer-reviews dl dd {
	margin-bottom: 30px;
}
.product-collateral #customer-reviews dl dd.last {
	margin-bottom: 0;
}
.product-collateral #customer-reviews .pager {
	margin-bottom: 10px;
}
.product-collateral #customer-reviews #product-review-table span.nobr {
	display: block;
	padding: 0 5px;
}
.product-collateral #customer-reviews #product-review-table .value {
	text-align: center;
}
.product-collateral #customer-reviews #product-review-table {
	margin-bottom: 20px;
}
#customer-reviews .form-list label.required {
	margin-bottom: 5px;
}
#customer-reviews .form-list textarea {
	min-width: 332px;
	max-width: 332px;
}
.product-collateral .box-collateral {
	margin: 0 0 0px;
	display:none;
}
.product-view .product-img-box .more-views li {
	float: left;
	border: 1px solid #9fe5dc;
	margin: 0 0px 0px 29px;
}
/* Product Images */
.product-view .product-img-box {
	float: left;
	width: 510px;
}
.col3-layout .product-view .product-img-box {
	float: none;
	margin: 0 auto;
}
.product-view .product-img-box .product-image {
	border: 1px solid #ededed;
}
.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 298px;
	height: 298px;
	overflow: hidden;
	z-index: 9;
}
.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	width: 298px!important;
	height: 298px!important;
}
.product-view .product-img-box .zoom-notice {
	text-align: center;
}
.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(../images/slider_bg.gif) 50% 50% no-repeat;
	cursor: pointer;
}
.product-view .product-img-box .zoom.disabled {
	-moz-opacity: .3;
	-webkit-opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/
	opacity: .3;
}
.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px;
}
.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 0;
}
.product-view .product-img-box .more-views li {
	float: left;
	border: 1px solid #ededed;
	margin: 0 9px 10px 0;
}
.product-view .product-img-box .more-views li:first-child, .product-view .product-img-box .more-views li.item-4 {
	margin-left: 0;
}
.product-view .product-img-box .more-views li a {
}
.product-image-popup {
	margin: 0 auto;
}
.product-image-popup .buttons-set {
	float: right;
	clear: none;
	border: 0;
	margin: 0;
	padding: 0;
}
.product-image-popup .nav {
	margin: 0 100px;
	text-align: center;
}
.product-image-popup .image {
	display: block;
}
.product-image-popup .image-label {
}
/* Product Shop */
.product-view .product-shop {
	float: right;
	width: 362px;
}
.col1-layout .product-view .product-shop {
	float: right;
	width: 400px;
}
.col3-layout .product-view .product-shop {
	float: none;
	width: auto;
}
.product-view .product-name {
}
.product-view .short-description h2 {
	display: none;
}
.product-view .short-description .std {
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
.product-view .product-shop .product-pricing {
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
}
.product-view .product-shop .product-pricing li {
	background: #f4f4f4;
	float: left;
	clear: left;
	line-height: 22px;
	padding: 0 13px;
	font-size: 11px;
	margin-bottom: 3px;
}
.product-view .product-shop .product-pricing li .benefit {
}
.product-view .product-shop .price-box {
	display: inline-block;
	padding-top: 7px;
	float: left;
	margin-right: 15px;
	min-width: 78px;
}
.product-view .product-shop .availability {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 12px;
	float: left;
}
.product-view .product-shop .availability span {
	font-size: 1.2em;
	font-weight: bold;
	color: #9f0203;
	text-transform: capitalize;
}
.product-view .product-shop .add-to-box {
	padding: 14px 0 0 0;
}
.product-view .product-shop .add-to-box .add-to-links {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}
.product-view .product-shop .add-to-box label {
	font-size: 11px;
}
.product-view .product-shop .add-to-links {
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	padding-top: 15px;
	display:none;
}
.product-view .product-shop .add-to-links li a.link-wishlist {
	color: #888787;
	padding-left: 22px;
	background: url(../images/wislish.png) left 0px no-repeat;
}
.product-view .product-shop .add-to-links li a.link-compare {
	color: #888787;
	padding-left: 22px;
	background: url(../images/compare.png) left 0px no-repeat;
}
.product-view .product-shop .add-to-links li a.link-wishlist:hover, .product-view .product-shop .add-to-links li a.link-compare:hover {
	color: #cccc00;
}
.product-view .product-shop .add-to-links li {
	float: left;
}
.product-view .product-shop .add-to-links li span img {
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
.product-view .product-shop .add-to-links li:first-child {
	margin-right: 28px;
}
.add-to-box .or {
	display: none;
}
.row-product {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 15px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.row-product .no-rating {
	float: left;
	margin-right: 42px;
	background: url(../images/marker-reviews.png) left 4px no-repeat;
	padding-left: 22px;
	display: none;
}
.row-product .no-rating a {
	text-decoration: underline;
	color: #9f0203;
}
.row-product .no-rating a:hover {
	text-decoration: underline;
	color: #333;
}
.row-product .email-friend {
	background: url(../images/marker-email.gif) left 4px no-repeat;
	padding-left: 27px;
	float: right;
}
.row-product .email-friend a {
	text-decoration: underline;
	color: #9f0203;
	font-size: 1.2em;
}
.row-product .email-friend a:hover {
	text-decoration: underline;
	color: #333;
	font-size:1.3em;
}
/* Product Options */
.product-options {
	padding: 15px 10px 15px 18px;
	margin: 16px 0 0;
	border-left: 1px solid #ececec;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	background: url(../images/tail-box-prod.gif) left top repeat-x #fdfdfd;
	margin-top: 20px;
	clear: both;
}
.product-options dl dt {
	display: block;
}
.product-options dt label {
	font-weight: bold;
	display: inline-block;
	color: #000000;
	padding-bottom: 5px;
}
.product-options dt label em {
	float: right;
	color: #9f0203;
}
.product-options dt .qty-holder {
	float: right;
}
.product-options dt .qty-holder label {
	vertical-align: middle;
}
.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #000;
}
.product-options dd {
	margin: 0px 0 5px 0;
	display: block;
	width: 100%;
	float: left;
}
.product-options dl.last dd.last {
}
.product-options .input-box {
}
.product-options dd input.input-text {
	width: 98%;
}
.product-options dd input.datetime-picker {
	width: 150px;
}
.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}
.product-options dd textarea {
	width: 98%;
	height: 8em;
}
.product-options dd select {
	width: 100%;
}
.product-options .options-list {
}
.product-options .options-list input.radio {
	float: left;
	margin: 3px -18px 0 0;
}
.product-options .options-list input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}
.product-options .options-list .label {
	display: block;
	margin-left: 20px;
}
.product-options ul.validation-failed {
	padding: 0 7px;
}
.product-options p.required {
	padding: 12px 0 0;
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-size: 1.1em;
	color: #9f0203;
}
.product-options .jqTransformSelectWrapper {
	margin-left: 0;
	width: 324px!important;
}
.product-options .jqTransformSelectWrapper ul {
	width: 322px!important
}
.product-options-bottom #ajax_loader {
	position: absolute;
	top: 57px;
	right: 20px;
}
.product-options-bottom {
	padding: 22px 20px 10px 20px;
	border: 1px solid #ececec;
	border-top: 0;
	background: url(../images/tail-prod-box-2.gif) left top repeat-x #fbfbfb;
	position: relative;
}
.product-options-bottom .price-box {
	float: left;
	margin: 0 25px 0 0 !important;
}
.product-options-bottom .old-price .price {
	display: block;
}
.product-options-bottom .price-box.map-info a {
	float: left;
	clear: left;
	padding: 0 !important;
	margin-bottom: 3px;
}
.product-options-bottom .add-to-cart {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.product-options-bottom .add-to-links {
	clear: left;
	margin: 0px !important;
	padding: 15px 0 0 0;
}
/* Grouped Product */
.product-view .grouped-items-table {
}
.product-view {
	position: relative;
}
.messege-product {
	background: #FAFAEC;
	border: 1px solid #FCD344;
	border-radius: 0 0 3px 3px;
	color: #cccc00;
	font-size: 12px;
	font-weight: bold;
	left: 50%;
	margin-left: -220px;
	padding: 9px 60px 9px 60px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 333px;
	z-index: 999;
	display: none;
}
.messege-product.none-messege {
	display: block;
}
.messege-product button:hover {
	background-position: 0 -9px;
	cursor: pointer;
}
.messege-product button {
	background: url(../images/remove-popup-2.png) no-repeat 0 0;
	border: medium none;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 12px;
	width: 9px;
	z-index: 9999;
}
/* Block: Description */
.product-view .box-description {
	border-bottom: 1px solid #ededed;
	margin-bottom: 28px;
	padding-bottom: 41px;
}
/* Block: Additional */
.product-view .box-additional {
}
.product-view .box-additional .data-table td.label, .product-view .box-additional .data-table th.label {
	padding-left: 10px;
}
/* Block: Upsell */
.box-up-sell {
	border: 1px solid #ededed;
	padding: 20px;
	background: #fbfbfb;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 60px;
	margin-left: 15px;
}
.box-up-sell h2 {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #383737;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
.box-up-sell .product-name {
	padding-top: 12px;
}
.box-up-sell .no-rating {
	width: 100%;
	overflow: hidden;
}
.box-up-sell .price-from {
	float: left;
	margin-right: 10px;
	color: #cccc00;
}
.box-up-sell .price-to {
	color: #cccc00;
}
.box-up-sell .no-rating a {
	display: block;
}
.box-up-sell .product-name a {
	text-decoration: none;
	font-weight: bold;
	color: #2f2f2f;
	text-transform: uppercase;
}
.box-up-sell .product-name a:hover {
	color: #cccc00;
}
.box-up-sell ul {
	margin-left: 0px;
}
.products-ups.jcarousel-list .last {
	margin-right: 20px;
}
.box-up-sell ul li {
	float: left;
	width: 180px!important;
	border: 1px solid #ededed;
	background: #fff;
	margin-right: 20px;
	padding: 20px;
}
.box-up-sell ul li.last {
	margin-right: 0;
}
.box-up-sell ul li .no-rating {
	margin-bottom: 0;
	margin-top: 0px;
}
.box-up-sell .price-box {
	margin-bottom: 7px;
	display: block;
	overflow: hidden;
}
.box-up-sell .price-box .minimal-price span {
	color: #cccc00;
	font-size: 15px;
	font-weight: normal;
}
.box-up-sell ul li .no-rating a {
	color: #333;
}
.box-up-sell ul li .no-rating a:hover {
	color: #cccc00;
}
.box-up-sell ul li:first-child {
	margin-left: 0
}
.box-up-sell .products-grid td {
	width: 25%;
}
.box-up-sell .rating-box {
	float: none;
	margin: 0 0 5px;
}
.box-up-sell .box-tags .product-tags {
	overflow: hidden;
	margin-bottom: 25px;
}
.box-up-sell .box-tags .product-tags li {
	display: inline;
	text-transform: capitalize;
	background: url(../../theme391/images/line-2.gif) no-repeat 100% 3px;
	padding: 0 10px 0 0px;
	margin: 0 10px 0 0;
}
.box-up-sell .box-tags .product-tags li.first {
	padding-left: 0px;
}
.box-up-sell .box-tags .product-tags li.last {
	background: none;
}
.box-up-sell .jcarousel-clip {
	overflow: hidden;
	width: 960px;
}
.box-up-sell .jcarousel-prev {
	display: block;
	position: absolute;
	height: 31px;
	width: 31px;
	right: 56px;
	top: 20px;
	background: url(../images/upsell-btn.gif) left top no-repeat;
	cursor: pointer;
}
.box-up-sell .jcarousel-prev:hover {
	background-position: 0 -31px;
}
.box-up-sell .jcarousel-prev.jcarousel-prev-disabled {
	cursor: default;
}
.box-up-sell .jcarousel-prev.jcarousel-prev-disabled:hover {
	cursor: default;
	background-position: 0 0px;
}
.box-up-sell .jcarousel-next {
	display: block;
	position: absolute;
	height: 31px;
	width: 31px;
	right: 20px;
	top: 20px;
	background: url(../images/upsell-btn.gif) right top no-repeat;
	cursor: pointer;
	z-index: 999;
}
.box-up-sell .jcarousel-next:hover {
	background-position: right -31px;
}
.box-up-sell .jcarousel-next.jcarousel-next-disabled {
	cursor: default;
}
.box-up-sell .jcarousel-next.jcarousel-next-disabled:hover {
	cursor: default;
	background-position: right 0px;
}
/* Block: Tags */
.product-view .box-tags {
	display: none;
}
.product-view .box-tags h2 {
	margin-bottom: 22px;
}
.product-view .box-tags h3 {
	font-size: 10px;
	line-height: normal;
	margin-bottom: 12px;
}
.product-view .box-tags .form-add label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #7d7d7d;
	margin-bottom: 15px;
	clear: both;
	padding-top: 10px;
}
.tags-list {
	padding-top: 10px;
}
.my-tag-edit .btn-remove {
	float: right;
	margin-left: 10px;
}
.my-tag-edit {
	display: inline-block;
}
#my-tags-table .add-to-links {
	margin-top: 10px;
}
.product-view .box-tags .form-add .input-box {
	width: 600px;
	padding-left: 32px;
	background: url(../images/tag.png) left top no-repeat;
}
.product-view .box-tags .form-add input.input-text {
	width: 600px;
	border: 1px solid #d4d4d4;
	background: #fcfcfc;
}
.product-view .box-tags .form-add p {
	clear: both;
}
.box-collateral.box-tags .note {
	color: #cccc00;
	margin-bottom: 15px;
}
.video {
	width: 684px;
	margin-top: 20px;
	padding: 0;
}
.video iframe {
	width: 683px;
	height: 375px;
}
.video p {
	color: #cccc00;
	margin-bottom: 15px;
	text-align: center;
}
.video p span {
	color: #fff;
	font-weight: bold;
}
/* Block: Reviews */
.product-view .box-reviews {
}
.product-view .box-reviews .form-add {
}
/*** My Recent Reviews **/
.dashboard #my_recent_reviews li {
	padding-bottom: 7px;
}
.dashboard #my_recent_reviews li .ratings {
	margin: 0px 0 5px 0;
}
.dashboard #my_recent_reviews li .ratings strong {
	margin: 0 5px 0 0;
}
.dashboard #my_recent_reviews li .ratings .rating-box {
	margin: 0;
}
.dashboard #my_recent_reviews li .details .product-name {
	margin-bottom: 3px;
}
/* Send a Friend */
.send-friend {
}
.send-friend .buttons-set button.button {
	margin-left: 10px;
}
#product_sendtofriend_form #sender_message {
	width: 756px;
	margin-bottom: 20px;
}
#product_sendtofriend_form .buttons-set {
	padding-top: 15px;
}
#product_sendtofriend_form .form-list .field {
	float: left;
	width: 361px;
}
#product_sendtofriend_form .form-list .additional-row > div {
	width: 380px;
}
#product_sendtofriend_form .form-list .fields .field:first-child {
	float: left;
	width: 402px;
}
#product_sendtofriend_form .form-list .fields .field:first-child input.input-text {
	width: 373px;
}
#product_sendtofriend_form .form-list .fields .field input.input-text {
	width: 354px;
}
#product_sendtofriend_form .buttons-set {
	text-align: center;
}
/* ======================================================================================= */



/* Content Styles ================================================================= */
.product-name {
	font-size: 1em;
	font-weight: normal;
}
.product-name a {
	color: #272727;
}
.product-name-viewed {
	font-size: 12px;
	font-weight: normal;
}
/* Product Tags */
.tags-list li {
	display: inline;
	font-size: 15px;
	line-height: normal;
	margin-right: 10px;
}
/* Advanced Search */
.advanced-search {
}
.advanced-search-amount {
	margin-bottom: 5px;
}
.advanced-search-summary {
	margin-bottom: 15px;
}
.advanced-search .form-list label {
	float: none;
}
.catalogsearch-advanced-index #advanced-search-list li.even label {
	display: block;
	width: 100%;
}
.form-adv-search {
	border: 1px solid #ececec;
	background: url(../images/media/bg-adv-search.gif) left bottom no-repeat #fff;
	padding: 11px 20px 20px 20px
}
.form-adv-search .fieldset {
	border: none;
	background: none;
	margin: 0;
	padding: 0 0 0 0;
}
.form-adv-search .fieldset h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #cccc00;
	padding: 8px 0 5px 0;
}
.catalogsearch-advanced-index .col-main {
	padding-top: 17px;
}
.form-adv-search .page-title {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 9px;
}
.form-adv-search .fieldset .form-list input.input-text {
	width: 495px;
}
.form-adv-search .fieldset .form-list .input-range input.input-text {
	width: 100px!important;
}
.input-range small {
	color: #b1b1b1;
}
.form-adv-search select.multiselect option {
	border-bottom: none;
	padding: 2px 5px;
	color: #7e7e7e;
	padding-top: 1px;
	padding-bottom: 1px;
}
.form-adv-search .multiselect {
	padding: 5px;
	height: 94px;
}
.form-adv-search .buttons-set {
	padding: 12px 0 0 0;
	margin-top: 0
}
.form-adv-search .buttons-set button.button {
	float: left;
}
.form-adv-search .form-list select {
	width: 500px;
}
/************************************************************************* Contact right script **********************************************************/

.contact-main {
	width: 350px;
	position: fixed;
	right: -350px;
	top: 164px;
	background: #626262;
	border-radius: 0px 0 0 4px;
	z-index: 999;
}
.contact-main, .account-login-home {
	-webkit-transition: all 0.5s ease;
	-webkit-transition-delay: 0.5s;
	-moz-transition: all 0.5s ease;
	-moz-transition-delay: 0.5s;
	-o-transition: all 0.5s ease;
	-o-transition-delay: 0.5s;
}
.contact-main.show {
	width: 350px;
	position: fixed;
	right: 0px;
	top: 164px;
	background: #626262;
	border-radius: 0px 0 0 4px;
	z-index: 999;
}
.contact-main .validation-advice {
	color: #fff;
	background: url(../images/validation_advice_bg-2.gif) no-repeat 0px 3px;
}
.contact-main #contactForm {
	width: 290px;
	border: none;
	padding: 30px 30px 30px 30px;
}
.contact-main #contactForm .fieldset .legend {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 0;
}
.contact-main .form-list label {
	color: #fff;
}
.contact-main .form-list .input-box {
	text-align: left;
}
.contact-main #contactForm .form-list li.wide textarea {
	height: 120px;
	width: 284px;
	resize: none;
	border: 1px solid #494949;
	background: #eeeeee;
}
.contact-main #contactForm .form-list input.input-text {
	width: 284px;
	border: 1px solid #494949;
	background: #eeeeee;
}
.contact-main .btn-contact {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 10px 10px;
	border-radius: 4px 0px 0px 4px;
	background: #626262;
	display: inline-block;
	position: absolute;
	left: -107px;
	width: 87px;
	text-align: center;
	top: 0;
	z-index: 9999;
}
.contact-main .btn-contact:hover {
	cursor: pointer;
	color: #cccc00;
}
.contact-main #contactForm .form-list .field {
	float: left;
	margin-bottom: 10px;
	width: 246px;
}
.contact-main .form-list li {
	margin-bottom: 0;
}
.contact-main #contactForm .buttons-set .required {
	color: #fff;
}
.contact-main #contactForm .buttons-set .required em {
	color: #cccc00;
}
.contact-main #contactForm .buttons-set {
	margin: 0;
	padding: 20px 0 0;
}
.account-login-home {
	position: fixed;
	right: -247px;
	top: 213px;
	background: #313131;
	width: 187px;
	border-radius: 0px 0 0 4px;
	padding: 27px 30px 30px 30px;
	z-index: 998;
}
.account-login-home.show {
	right: 0;
}
.account-login-home.show.show2 {
	right: -247px;
}
.account-login-home .messages {
	display: none;
}
.account-login-home .form-list .input-box {
	clear: both;
	display: block;
	width: 187px;
}
.account-login-home .validation-advice {
	color: #fff;
	background: url(../images/validation_advice_bg-2.gif) no-repeat 0px 3px;
}
.account-login-home .col2-set {
	width: 191px;
}
.account-login-home .col2-set h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #cccc00;
}
.account-login-home .col2-set p {
	color: #a0a0a0;
}
.account-login-home .form-list label.required {
	color: #fff;
}
.account-login-home .btn-log {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 10px 25px 10px 10px;
	background: url(../images/marker-login.png) no-repeat 90% 10px #313131;
	border-radius: 4px 0px 0px 4px;
	display: inline-block;
	position: absolute;
	left: -107px;
	width: 72px;
	text-align: center;
	top: 0;
}
.account-login-home .btn-log:hover {
	cursor: pointer;
	color: #cccc00;
}
.main-login {
	width: 350px;
	position: fixed;
	right: 500px;
	top: 164px;
	background: #626262;
	border-radius: 0px 0 0 4px;
}
.account-login-home .form-list input.input-text {
	width: 182px;
	background: #424141;
	border: 1px solid #1a1a1a;
	color: #fff;
}
.account-login-home p.required {
	text-align: left;
	font-size: 12px;
	color: #a0a0a0;
	margin-bottom: 10px;
}
.account-login-home p.required em {
	color: #cccc00;
}
.account-login-home .buttons-set button.button {
	float: left;
}
.account-login-home .col-home-2 h2 {
	color: #fff;
	margin-bottom: 15px;
}
.account-login-home .col-home-2 p {
	margin-bottom: 15px;
}
.col-home-2 {
	padding-top: 25px;
}
.account-login-home .col-home-2 .buttons-set {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}
.account-login-home .col-home-2 .buttons-set .f-left {
	color: #cccc00;
	float: none!important;
	font-style: italic;
	padding: 10px 0 10px 0;
	display: block;
}
.account-login-home .col-home-2 .buttons-set .f-left:hover {
	color: #fff;
}
.account-login-home button.button span span {
}
.account-login-home button.button:hover span span {
}
.col-home p {
	padding: 10px 0 10px 0;
}
.cms-privacy-policy-cookie-restriction-mode .col-main h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;	
}
.my-account .form-list li.wide input.input-text {
	width: 693px;
}
.my-account .form-list select {
	width: 339px;
}
.map-content {
	margin-left: -19px;
	margin-top: -20px;
	margin-bottom: 15px
}
.map-content figure iframe {
	border: none;
	height: 502px;
	width: 1062px;
}
.contact-left {
	width: 199px;
	border: 1px solid #ededed;
	background: #fbfbfb;
	float: left;
	margin-right: 20px;
	padding: 16px 20px 19px 20px;
}
.contact-left h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #383737;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 16px;
}
.contact-left h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #cccc00;
	margin-bottom: 14px;
}
.contact-left p {
	font-size: 12px;
	color: #737373;
	line-height: 17px;
}
.contact-left ul li {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
.contact-left ul li.last {
	border: none;
	padding: 0;
	margin: 0;
}
#contactForm {
	float: left;
	width: 980px;
	border: 1px solid #ededed;
	padding: 16px 20px 20px 20px;
	margin-bottom: 90px;
}
#contactForm .fieldset {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#contactForm .fieldset .legend {
	background: none;
	border: none;
	float: none;
	margin: 0px 0 16px 0px;
	padding: 0 0px 14px 0;
	position: relative;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #383737;
	border-bottom: 1px solid #e6e6e6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
#contactForm .form-list input.input-text {
	width: 220px;
}
#contactForm .form-list .field {
	float: left;
	width: 246px;
}
#contactForm .form-list {
	background-color: #CCC;
	padding: 30px;
}

#contactForm .form-list .field.last {
	float: left;
	width: 228px;
}
#contactForm .form-list li.wide textarea {
	width: 711px;
	resize: none;
}
#contactForm .buttons-set button.button {
	float: left;
}
#contactForm .buttons-set {
	margin: 0 0 0 0;
	padding: 14px 0 0 0;
}
#contactForm .buttons-set p.required {
	color: #CC0000;
	font-size: 1em;
	margin: 0 0 0px;
	float: left;
	padding-left: 50px;
	padding-top: 5px;
}
#FME-contact-form {
	position: fixed;
	top: 150px;
	right: -145px;
	display: block;
	width: 218px;
	height: 74px;
	background: url(../images/contact_btn.png) left top no-repeat;
	text-indent: -9999px;
	margin-right: 0px;
	z-index: 998
}
.contact-btn a {
	display: none;
}
.contact-btn li {
	padding: 0;
	margin: 0;
}
/************************************************************************* End **********************************************************/

/* cms-about-magento-demo-store */
.cms-about-magento-demo-store .breadcrumbs {
	margin-bottom: 27px;
}
.cms-about-magento-demo-store .page-head {
	margin: 0 0 10px;
	padding: 5px 0 8px;
}
.cms-about-magento-demo-store .page-head h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	color: #383737;
	font-family: 'Open Sans', sans-serif;
}
.cms-about-magento-demo-store .about-col-1, .cms-about-magento-demo-store .about-col-2, .cms-about-magento-demo-store .about-col-3 {
	float: left;
	width: 270px;
	padding: 214px 29px 27px 29px;
}
.cms-about-magento-demo-store .about-col-1 {
	margin-right: 20px;
	background: url(../images/media/about-11.png) left top no-repeat #f9f9f9;
	position: relative;
	z-index: 10
}
.cms-about-magento-demo-store .about-col-2 {
	margin-right: 20px;
	background: url(../images/media/about-22.png) left top no-repeat #f9f9f9;
	position: relative;
}
.cms-about-magento-demo-store .about-col-3 {
	background: url(../images/media/about-33.png) left top no-repeat #f9f9f9;
}
.cms-about-magento-demo-store .about-col-1 h3, .cms-about-magento-demo-store .about-col-2 h3, .cms-about-magento-demo-store .about-col-3 h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #cccc00;
	margin-bottom: 12px;
}
.cms-about-magento-demo-store .about-col-1 p, .cms-about-magento-demo-store .about-col-2 p, .cms-about-magento-demo-store .about-col-3 p {
	font-size: 12px;
	color: #cccc00;
	line-height: 18px;
	color: #7c7c7c;
	margin-bottom: 0;
}
.cms-about-magento-demo-store .about-col-1 span, .cms-about-magento-demo-store .about-col-2 span {
	position: absolute;
	top: 64px;
	right: -38px;
	width: 54px;
	height: 72px;
	background: url(../images/arrow-about.png) left top no-repeat;
}
.cms-about-magento-demo-store .about-col-4, .cms-about-magento-demo-store .about-col-5, .cms-about-magento-demo-store .about-col-6 {
	float: left;
	width: 328px;
}
.cms-about-magento-demo-store .about-col-4, .cms-about-magento-demo-store .about-col-5 {
	margin-right: 20px;
}
.cms-about-magento-demo-store .about-col-4 h4, .cms-about-magento-demo-store .about-col-5 h4, .cms-about-magento-demo-store .about-col-6 h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #383737;
	padding-bottom: 16px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e6e6e6;
}
.cms-about-magento-demo-store .about-col-4 p, .cms-about-magento-demo-store .about-col-5 p, .cms-about-magento-demo-store .about-col-6 p {
	font-size: 12px;
	color: #cccc00;
	line-height: 18px;
	color: #7c7c7c;
	margin-bottom: 0;
}
.cms-about-magento-demo-store .about-col-4 ul {
	list-style: none;
	padding: 25px 0 12px 49px;
	margin: 0 0 0 0;
}
.cms-about-magento-demo-store .about-col-4 ul li {
	list-style: none;
	font-size: 12px;
	font-style: italic;
	color: #cccc00;
	padding: 0 0 9px 26px;
	background: url(../images/marker-list-about.png) left 3px no-repeat;
}
.cms-about-magento-demo-store .about-col-5 ul {
	list-style: none;
	padding: 25px 0 12px 49px;
	margin: 0 0 0 0;
}
.cms-about-magento-demo-store .about-col-5 ul li {
	list-style: none;
	font-size: 12px;
	font-style: italic;
	color: #cccc00;
	padding: 0 0 9px 26px;
	background: url(../images/marker-list-about-2.png) left 1px no-repeat;
}
.cms-about-magento-demo-store .about-col-6 ul {
	list-style: none;
	padding: 25px 0 12px 49px;
	margin: 0 0 0 0;
}
.cms-about-magento-demo-store .about-col-6 ul li {
	list-style: none;
	font-size: 12px;
	font-style: italic;
	color: #373737;
	padding: 0 0 9px 26px;
	background: url(../images/marker-list.png) left 3px no-repeat;
}
.cms-about-magento-demo-store .about-col-7 h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #383737;
	padding-bottom: 16px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e6e6e6;
}
.cms-about-magento-demo-store .about-col-7 p {
	font-size: 12px;
	color: #cccc00;
	line-height: 18px;
	color: #7c7c7c;
	margin-bottom: 0;
}
.about-padd {
	padding-bottom: 25px;
}
.about-padd-2 {
	padding-bottom: 30px;
}
/* customer-service */
.cms-customer-service .breadcrumbs {
	margin-bottom: 27px;
}
.cms-customer-service .page-title {
	margin: 0 0 10px;
	padding: 5px 0 11px;
}
.custom-servis-ul {
	list-style: none;
	padding: 0!important;
	margin: 0!important;
}
.custom-servis-ul ul {
	list-style: none;
	padding: 0!important;
	margin: 0!important;
}
.custom-servis-ul ul li {
	padding: 5px 5px 5px 5px;
	margin-bottom: 3px;
	background: url(../images/marker-list.png) left 7px no-repeat;
	padding-left: 23px;
	color: #7c7c7c;
	font-weight: bold;
}
.custom-servis-ul li {
	background: #f9f9f9;
	list-style: none;
	margin-bottom: 20px;
	padding: 20px 20px 16px 167px;
}
.custom-servis-ul li.item-1 {
	background: url(../images/media/custom-img.png) 29px 20px no-repeat #f9f9f9;
}
.custom-servis-ul li.item-2 {
	background: url(../images/media/custom-img1.png) 29px 25px no-repeat #f9f9f9;
}
.custom-servis-ul li.item-3 {
	background: url(../images/media/custom-img2.png) 29px 26px no-repeat #f9f9f9;
}
.custom-servis-ul li.item-4 {
	background: url(../images/media/custom-img3.png) 29px 24px no-repeat #f9f9f9;
	padding-bottom: 30px;
}
.custom-servis-ul li.item-5 {
	background: url(../images/media/custom-img4.png) 24px 32px no-repeat #f9f9f9;
	padding-bottom: 30px;
}
.custom-servis-ul li.item-6 {
	background: url(../images/media/custom-img5.png) 25px 27px no-repeat #f9f9f9;
	padding-bottom: 30px;
}
.custom-servis-ul li.item-7 {
	background: url(../images/media/custom-img6.png) 27px 27px no-repeat #f9f9f9;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.custom-servis-ul li h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #cccc00;
	font-family: 'Open Sans', sans-serif;
	padding-top: 8px;
	padding-bottom: 3px;
}
.custom-servis-ul li p {
	font-size: 12px;
	color: #7c7c7c;
	line-height: 18px;
	margin-bottom: 10px;
}
/* Sitemap */
.page-sitemap .links {
	text-align: right;
	margin: 0 8px -37px 0;
}
.page-sitemap .links a {
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	color: #323232;
	background: url(../images/btn-sitemap.gif) left top repeat-x;
	padding: 9px 11px 9px 11px;
}
.page-sitemap .links a:hover {
	background: #353535;
	color: #fff;
}
.page-sitemap .links a span {
	background: url(../images/btn-sitemap-marker.png) right 5px no-repeat;
	display: inline-block;
	padding-right: 29px;
}
.page-sitemap .links a:hover span {
	background: url(../images/btn-sitemap-marker.png) right -12px no-repeat;
}
.page-sitemap .links a:hover {
	text-decoration: underline;
}
.page-sitemap .sitemap {
	margin: 12px 4px 30px 4px;
	display: inline-block;
}
.page-sitemap .sitemap a {
}
.page-sitemap .page-title {
	margin: 0 0 24px;
	padding: 5px 0 17px;
}
.page-sitemap .sitemap li {
	margin: 3px 0;
}
.page-sitemap .sitemap li a {
	text-decoration: none;
	color: #cccc00;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	background: url(../images/marker-sitemap.png) left 4px no-repeat;
	padding-left: 14px;
}
.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
	text-decoration: none;
	color: #cccc00;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	background: url(../images/marker-sitemap.png) left 4px no-repeat;
	padding-left: 14px;
}
.page-sitemap .sitemap li {
	font-size: 12px;
	line-height: 18px;
}
.page-sitemap .sitemap li.level-1 {
	padding-left: 45px!important;
	margin-bottom: 10px;
	margin-top: 10px;
	background: none;
}
.page-sitemap .sitemap li.level-1 a {
	color: #474646;
	background: none;
	padding-left: 0;
	text-transform: none;
}
.page-sitemap .sitemap li.level-1 a:hover {
	text-decoration: none;
	color: #cccc00;
}
.page-sitemap .sitemap li.level-2 a:hover {
	color: #000;
	text-decoration: none;
}
.page-sitemap .sitemap li.level-3 a:hover {
	text-decoration: none;
	color: #cccc00;
}
.page-sitemap .sitemap li.level-2 a {
	color: #b3b3b3;
	background: none;
	padding-left: 0;
	text-transform: none;
}
.page-sitemap .sitemap li.level-3 a {
	color: #000;
	background: none;
	padding-left: 0;
	text-transform: none;
}
.page-sitemap .sitemap li.level-4 a {
	color: #000;
	background: none;
	padding-left: 0;
	text-transform: none;
}
.page-sitemap .sitemap li.level-2 {
	padding-left: 60px!important;
}
.page-sitemap .sitemap li.level-3 {
	padding-left: 75px!important;
}
.page-sitemap .sitemap li.level-4 {
	padding-left: 100px!important;
}
.page-sitemap .sitemap li a:hover {
	text-decoration: none;
	color: #7f7f7f;
}
.page-sitemap .sitemap li a {
	display: inline-block;
	text-decoration: none;
}
.page-sitemap .pager {
	border: 1px solid #ececec;
	background: url(../images/tail-pager-sitemap.gif) left bottom repeat-x #fff;
	margin: 5px 0;
	padding: 10px 9px 11px 19px;
}
/* RSS */
.rss-title h1 {
	background: url(../images/i_rss-big.png) 0 4px no-repeat;
	padding-left: 27px;
}
.rss-table .link-rss {
	display: block;
	line-height: 1.35;
	background-position: 0 2px;
}
/* ======================================================================================= */
.form-alt li {
	overflow: hidden;
	margin-bottom: 10px;
}
/* Shopping Cart ========================================================================= */
.cart {
}
.cart .data-table th, .cart .data-table td {
	border-color: #ececec;
	line-height: normal;
	color: #000000;
	padding: 10px 20px 10px 20px;
}
.cart .data-table td input {
	border: 1px solid #d4d4d4;
	text-align: center;
	color: #7e7e7e;
	font-size: 12px;
	width: 40px!important;
}
.cart .data-table tfoot tr.last td.last {
	background: url(../images/row-last.gif) left top repeat-x;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}
.cart .data-table td {
	padding: 19px;
	vertical-align: middle;
}
.link-wishlist.use-ajax {
	text-decoration: none;
	color: #333;
}
.link-wishlist.use-ajax:hover {
	color: #96be02;
}
.cart .data-table td .product-name a {
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #2f2f2f;
}
.cart .data-table td .product-name a:hover {
	color: #CC0000;
}
.cart .data-table td.a-center.edit a {
	text-decoration: none;
	background: url(../images/edit.png) 50% top no-repeat;
	padding-top: 39px;
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
	color: #b2b2b2;
	padding-left: 5px;
	padding-right: 10px;
}
.cart .data-table td.a-center.edit a:hover {
	color: #000;
	background-position: 50% -68px;
}
.cart .data-table .nobr {
	display: block;
	color: #000000;
}
.cart .data-table thead .first.last {
	background: #fff;
}
.cart .data-table tfoot .btn-continue {
	float: left;
}
.cart .data-table tfoot .btn-continue > span, .cart .data-table tfoot .btn-update > span, .cart .data-table tfoot .btn-empty > span {
	color: #323232;
	padding-left: 17px;
	padding-right: 11px;
	border-radius: 2px;
	height: 31px;
	line-height: 31px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fdfdfd'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fdfdfd));
	background: -moz-linear-gradient(top, #f1f1f1, #fdfdfd); /*firefox 3.6+ */
	background: -o-linear-gradient(top, #f1f1f1, #fdfdfd); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1, #fdfdfd); /*  IE10+ */
	border-bottom: 1px solid #e5e5e5;
}
.cart .data-table tfoot .btn-continue span span, .cart .data-table tfoot .btn-update span span, .cart .data-table tfoot .btn-empty span span {
	padding-left: 23px;
	border-radius: 3px;
}
.cart .data-table tfoot .btn-continue span span {
	padding-right: 23px;
	padding-left: 0;
}
.cart .data-table tfoot .btn-continue span span {
	background: url(../images/marker-btn.png) right 11px no-repeat;
}
.cart .data-table tfoot .btn-update span span {
	background: url(../images/btn-update.png) left 10px no-repeat;
}
.cart .data-table tfoot .btn-empty span span {
	background: url(../images/btn-empty.png) left 7px no-repeat;
}
.cart .data-table tfoot .btn-continue:hover > span, .cart .data-table tfoot .btn-update:hover > span, .cart .data-table tfoot .btn-empty:hover > span {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#333333'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(#333333));
	background: -moz-linear-gradient(top, #2c2c2c, #333333); /*firefox 3.6+ */
	background: -o-linear-gradient(top, #2c2c2c, #333333); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top, #2c2c2c, #333333); /*  IE10+ */
	color: #fff;
}
#shopping-cart-table {
}
.cart .data-table tr.first {
	background: url(../images/tail-row-cart.gif) left top repeat-x;
}
.cart .data-table tr {
	background: #fcfcfc;
}
/* Checkout Types */
.cart .checkout-types {
	float: right;
	text-align: right;
}
.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 5px 5px;
}
.cart .checkout-types .paypal-or {
	margin: 0 8px;
	line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
	clear: both;
	display: block;
	padding: 11px 0px 8px 0;
	color: #fff;
	line-height: 1.0;
	font-size: 11px;
}
.cart .title-buttons .checkout-types li button.button span {
	background: #d41224;
	border-radius: 0px;
	font-size: 12px;
	padding: 0 12px;
	height: 31px;
	line-height: 30px;
}
/* Shopping Cart Table */
.cart-table .item-msg {
	font-size: 13px;
	padding-top: 20px;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	padding: 25px 0 0px;
}
.cart .cart-collaterals .col2-set {
	float: left;
	width: 675px;
}
.cart .page-title.title-buttons .checkout-types {
	padding-top: 53px;
	display: none;
}
.cart .crosssell {
	padding: 14px 0 20px 0;
	border: 1px solid #ededed;
}
.cart .crosssell .product-name a {
	text-decoration: none;
	font-size: 12px;
	color: #b2b2b2;
	line-height: 18px;
}
.cart .crosssell .product-name a:hover {
	color: #333
}
.cart .cart-collaterals .col-1 {
	width: 328px;
}
.cart .cart-collaterals .col-2 {
	width: 328px;
}
.cart .crosssell h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	text-transform: uppercase;
	color: #383737;
	padding: 0 17px 17px 17px;
	margin: 0px;
}
.cart .crosssell .product-image {
	float: left;
	width: 134px;
	height: 134px;
	border: 1px solid #ededed;
}
.cart .crosssell .product-image:hover {
	border: 1px solid #cccc00;
}
.cart .crosssell .product-details {
	margin-left: 154px;
}
.cart .crosssell li.item {
	border-bottom: 1px solid #eaeaea;
	padding: 9px 0 18px 0;
	margin: 0 20px 10px;
}
.cart .crosssell li.item.last {
	margin-bottom: 0;
	padding-bottom: 0;
}
.cart .crosssell li.item:first-child {
	border-top: 1px solid #e6e6e6;
	padding-top: 18px;
}
.cart .crosssell li.last {
	border: none;
}
.cart .crosssell .product-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cart .crosssell .product-name {
	margin-bottom: 7px;
	margin-top: -3px;
}
.cart .crosssell .price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.cart .crosssell .price-box {
	display: block;
	overflow: hidden;
	padding-bottom: 18px;
}
.cart .crosssell .price-box .price-label {
	display: none;
}
.cart .crosssell .add-to-links {
	padding-top: 14px;
	height: 16px;
}
.cart .crosssell .add-to-links li {
	float: left;
	margin-right: 10px;
}
#shopping-cart-table .product-image {
	display: inline-block;
}
.cart-table .price {
	font-weight: bold;
	color: #CC0000;
}
.cart .crosssell .link-wishlist {
	width: 15px;
	height: 14px;
	text-indent: -9999px;
	background: url(../images/cart-wislish.png) left top no-repeat;
	display: inline-block;
}
.cart .crosssell .link-compare {
	width: 16px;
	height: 14px;
	text-indent: -9999px;
	background: url(../images/cart-compare.png) left top no-repeat;
	display: inline-block;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {
	margin-bottom: 19px;
}
.cart .discount, .cart .shipping {
	border: 1px solid #ededed;
	padding: 13px 20px 10px 20px;
	overflow: hidden;
	background: #fbfbfb;
}
.cart .discount .discount-form button.button {
	margin-bottom: 5px;
	clear: right;
}
.cart .discount .buttons-set {
	padding-left: 0;
	padding-top: 20px;
}
.cart .discount .buttons-set button.button {
	float: left;
}
.cart .shipping {
	padding-top: 11px;
}
.cart .shipping .buttons-set {
	padding-left: 0px;
	padding-top: 0px;
}
.cart .shipping .buttons-set button.button {
	float: left;
}
.cart .cart-collaterals .col-2 h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
	color: #383737;
	padding: 0px 0 12px 0;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #e6e6e6;
}
.cart .discount-form label {
	margin-bottom: 16px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
}
.cart input, .cart select {
	border-color: #d9d9d9;
	color: #303030;
	font-size: 11px;
}
.cart select {
}
.cart .discount-form .input-box {
}
.cart .discount-form .input-box input {
	width: 280px;
}
.cart .discount-form .buttons-set {
	margin: 0px 0 0 0;
	clear: right;
	overflow: hidden;
}
.cart .shipping p {
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #0000000;
}
.cart .shipping label {
	display: block;
	font-size: 12px;
	line-height: normal;
	color: #000;
	margin-bottom: 0px;
	font-weight: bold;
}
.cart .shipping .form-list li {
	margin-bottom: 7px;
}
.cart .shipping .form-list li input {
	width: 280px;
	margin-top: 10px;
}
.cart .shipping .form-list li select {
	width: 278px;
}
.cart .shipping .buttons-set {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 10px;
}
.shipping .jqTransformSelectWrapper ul li {
	margin-bottom: 0!important;
}
.shipping .jqTransformSelectWrapper > div > span {
	width: 92%!important;
}
.shipping .jqTransformSelectWrapper ul {
	height: 80px;
	overflow: auto!important;
}
.shipping .jqTransformSelectWrapper {
	float: left;
	margin-left: 0;
	width: 286px!important;
	background: url("../images/select_left_content.gif") no-repeat left top;
}
/* Shopping Cart Totals */
.cart .totals {
	float: right;
	background: #5c5b5b;
	width: 328px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #494949;
}
.cart .totals table {
	width: 100%;
	font-size: 12px;
	color: #7f7f7f;
	margin-bottom: 0px;
}
.cart .totals table tr {
	border-bottom: 1px solid #494949;
}
.cart .totals table th, .cart .totals table td {
	padding: 22px 5px 22px 30px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: left!important;
}
.cart .totals table tr td:first-child {
}
.cart .totals table strong {
}
.cart .totals table th {
	font-weight: bold;
}
.cart .totals table tfoot th {
}
.cart .totals .price {
	font-size: 22px;
	line-height: normal;
	color: #fff;
	min-width: 70px;
	display: inline-block;
	padding: 0 30px 0 0;
}
.cart .totals button.button > span {
	font-size: 18px;
	padding: 0 12px;
	height: 49px;
	line-height: 49px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccc00', endColorstr='#cccc00'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccc00), to(#cccc00));
	background: -moz-linear-gradient(top, #cccc00, #cccc00); /* firefox 3.6+ */
	background: -o-linear-gradient(top, #cccc00, #cccc00); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccc00, #cccc00); /* IE10+ */
}
.cart .totals button.button:hover > span {
	color: #333;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fcfcfc'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fcfcfc));
	background: -moz-linear-gradient(top, #f1f1f1, #fcfcfc); /*firefox 3.6+ */
	background: -o-linear-gradient(top, #f1f1f1, #fcfcfc); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1, #fcfcfc); /*  IE10+ */
}
.checkout-types li {
	padding-bottom: 15px;
}
.checkout-types li a {
	color: #fff;
}
.checkout-types li a:hover {
	text-decoration: underline;
}
.cart .totals .checkout-types {
	text-align: center;
	float: none;
	padding: 30px 20px 30px 20px;
	background: url(../images/tail-checout-ul.gif) left top repeat-x #535252;
}
/* Options Tool Tip */
.item-options dt {
	font-weight: bold;
	font-style: italic;
}
.item-options dd {
	padding-left: 10px;
}
.truncated {
	cursor: help;
	width: 45px;
}
.truncated a.dots {
	cursor: help;
}
.truncated a.details {
	cursor: help;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.truncated a.details:hover {
	color: #cccc00;
}
.truncated:hover .truncated_full_value {
	display: block;
}
.truncated:hover .truncated_full_value .item-options {
	top: 7px;
	left: -210px;
}
.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
	top: 9px;
}
.truncated .truncated_full_value .item-options {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	min-width: 200px;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
	font-weight: bold;
	text-transform: uppercase;
}
.truncated .show .item-options {
	top: -20px;
	left: 50%;
}
.col-left .truncated .show .item-options {
	left: 30px;
	top: 7px;
}
.col-right .truncated .show .item-options {
	left: -240px;
	top: 7px;
}
/* ======================================================================================= */

/* Checkout ============================================================================== */
.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {
	width: 692px;
}
.checkout-multishipping-address-newshipping .form-list select {
	width: 337px;
}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkout-payment-method-load input.input-text {
	width: 200px;
}
.sp-methods dt {
	font-weight: bold;
}
.sp-methods .price {
	font-weight: bold;
}
.sp-methods .form-list {
	padding-left: 20px;
}
.sp-methods select.month {
	width: 100px;
	margin-right: 10px;
}
#payment_form_ccsave #ccsave_cc_type {
	width: 206px;
}
.sp-methods select.year {
	width: 96px;
}
.sp-methods input.cvv {
	width: 3em !important;
}
.sp-methods .checkmo-list li {
	margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
	width: 135px;
	padding-right: 10px;
	text-align: right;
}
.sp-methods .checkmo-list address {
	float: left;
}
.sp-methods .centinel-logos a {
	margin-right: 3px;
}
.sp-methods .centinel-logos img {
	vertical-align: middle;
}
.sp-methods .release-amounts {
	margin: 0.5em 0 1em;
}
.sp-methods .release-amounts button {
	float: left;
	margin: 5px 10px 0 0;
}
.please-wait {
	float: right;
	margin-right: 5px;
}
.please-wait img {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}
.cvv-what-is-this {
	cursor: help;
	margin-left: 5px;
}
/* Tooltip */
.tool-tip {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}
.tool-tip .btn-close {
	text-align: right;
}
.tool-tip .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}
.tool-tip .tool-tip-content {
	padding: 5px;
}
/* Gift Messages */
.gift-messages {
	margin-bottom: 10px;
}
.gift-messages h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #cccc00;
	padding-top: 10px;
}
.gift-messages .control label {
	color: #000;
	font-weight: bold;
}
#shipping-method-buttons-container {
	padding: 10px 0 0 0;
}
#shipping-method-buttons-container .back-link a {
	color: #000;
}
#shipping-method-buttons-container .back-link a:hover {
	color: #cccc00;
}
.gift-messages-form {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 10px 20px 20px 20px;
	background: url(../images/tail-chech.gif) left top repeat-x #fbfbfb;
}
.gift-messages-form {
	position: relative;
}
.gift-messages-form label {
	float: none !important;
	position: static !important;
	color: #000;
	font-weight: bold;
}
.gift-messages-form h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #cccc00;
	padding-top: 10px;
}
.gift-messages-form .whole-order {
}
.gift-messages-form .item {
	margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}
.gift-messages-form .item .product-image {
	margin: 0 0 7px;
	background: #fff;
}
.gift-messages-form .item .number {
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.gift-messages-form .item .details {
	margin-left: 90px;
}
.gift-messages-form .item .details .field {
	margin-bottom: 10px;
}
.gift-messages-form .item .details .product-name {
	font-size: 12px;
	text-transform: uppercase;
	color: #2f2f2f;
}
.gift-messages-form .form-list li.wide textarea {
	max-width: 340px;
}
.gift-messages-form .inner-box .form-list li.wide textarea {
	max-width: 333px;
}
#allow-gift-messages-for-order-container .field {
	margin-bottom: 10px;
}
.gift-message-link {
	display: block;
	background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
	padding-left: 20px;
}
.gift-message-link.expanded {
	background-position: 0 -53px;
}
.gift-message-row {
}
.gift-message-row .btn-close {
	float: right;
}
.gift-message dt strong {
	font-weight: bold;
}
/* Checkout Agreements */
.checkout-agreements {
}
.checkout-agreements li {
	margin: 10px 0;
}
.checkout-agreements .agreement-content {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	height: 10em;
	overflow: auto;
}
.checkout-agreements .agree {
	padding: 6px;
}
/* Centinel */
.centinel {
}
.centinel .authentication {
	border: 1px solid #ddd;
	background: #fff;
}
.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
/* Generic Info Set */
.info-set {
}
/********** Common Checkout Styles > */

.checkout-onepage-index .page-title {
}
.checkout-onepage-index .col-main {
}
/* One Page Checkout */
.block-progress {
	border: none;
	margin: 58px 0 0 0;
}
.block.block-progress .block-title {
	padding: 4px 0 0 0;
}
.block.block-progress .block-content {
	padding: 0 0 0 0;
}
.block.block-progress .block-title span {
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
	background: url(../../theme391/images/tail-check-l-act.gif) left top repeat-x #333333;
	display: block;
	padding: 11px 0 11px 19px;
	font-weight: bold;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
.block-progress dt {
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
	background: url(../../theme391/images/tail-check-l-act.gif) left top repeat-x #333333;
	padding: 11px 0 11px 19px;
	font-weight: bold;
}
.block-progress dt:first-child {
	border-top: none;
}
.block-progress dt.complete a {
	color: #cccc00;
}
.block-progress dt.complete a:hover {
	color: #fff;
}
.block-progress dt.complete .separator {
	color: #4e4d4d;
}
.block-progress dt.complete {
	position: relative;
	z-index: 999;
}
.block-progress dt.complete, .block-progress dd.complete {
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.block-progress dd.complete {
	padding: 18px 19px 12px 19px;
	border-left: 1px solid #ededed;
	color: #383737;
	font-style: italic;
	background: #fbfbfb;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
	margin-top: -14px;
	border-radius: 0 0 4px 4px;
}
.block-progress dd.complete address {
	color: #383737;
	font-style: italic;
}
.opc {
	position: relative;
}
.opc li.section {
	border: 1px solid #ececec;
	margin-bottom: 10px;
}
.opc p {
	margin-bottom: 5px;
}
.opc .buttons-set.disabled button.button {
	display: none;
}
.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	color: #000;
}
.opc .step-title {
	padding: 11px 25px 14px;
	text-align: right;
	background: url(../images/tail-check-li.gif) left bottom repeat-x #fff;
}
.opc .step-title .number {
	float: left;
	line-height: 18px;
	font-weight: bold;
	margin-right: 10px;
	border: 1px solid #313131;
	color: #ececec;
	height: 18px;
	width: 18px;
	text-align: center;
	background: #313131;
}
.opc .step-title h2 {
	float: left;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	margin-bottom: 0;
	padding-top: 3px;
}
.opc .step-title a {
	display: none;
	float: right;
}
.opc .allow .step-title {
	cursor: pointer;
}
#checkout-review-table tr {
	background: none;
}
#checkout-review-table thead {
	background: none;
}
#checkout-review-table th {
	padding: 12px 20px 12px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#checkout-review-table td {
	border: 1px solid #ececec;
	background: #none;
	padding: 16px 20px 14px 20px
}
#checkout-review-table td h3 {
	margin-bottom: 0;
	font-size: 12px;
	color: #2f2f2f;
	text-transform: uppercase;
}
#checkout-review-table .price {
	color: #cccc00;
	font-weight: bold;
}
#checkout-review-table th {
	border: 1px solid #ececec;
}
#checkout-review-table-wrapper {
	overflow: hidden;
}
#checkout-review-table {
	background: url(../images/tail-table.gif) left top repeat-x #fbfbfb;
}
#checkout-review-table tfoot td {
	font-weight: bold;
	color: #000000;
}
#checkout-review-table tbody .first {
	background: url(../images/line-shadow.png) left top repeat-x;
}
#checkout-review-table tbody tr.last {
	background: url(../images/line-shadow.png) left top repeat-x;
}
#review-buttons-container {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
}
#review-buttons-container .f-left a {
	color: #cccc00;
}
#review-buttons-container .f-left a:hover {
	color: #000;
}
/*.opc .allow .step-title a { display:block; }*/
#co-shipping-form {
	border: 1px solid #ececec;
	background: url(../images/tail-chech.gif) left top repeat-x #fbfbfb;
	padding: 15px 20px 20px 20px;
	display: block;
}
.opc .active {
}
.opc .active .step-title {
	cursor: default;
	background: url(../../theme391/images/tail-check-l-act.gif) left top repeat-x #333333;
}
.opc .active .step-title .number {
	background: #fcfcfc;
	border: 1px solid #fcfcfc;
	color: #2d2d2d;
}
.opc .active .step-title h2 {
	color: #fff;
}
#checkout-step-login .col2-set {
	width: 679px;
}
/*.opc .active .step-title a { display:none; }*/
#checkout-step-login h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #CC0000;
}
#checkout-step-login .col2-set {
	border: 1px solid #ececec;
	background: url(../images/tail-chech.gif) left top repeat-x #fbfbfb;
	padding: 20px;
}
#checkout-step-login .col2-set > .col-1 {
}
#checkout-step-login .col2-set > .col-1 h4 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #CC0000;
}
#checkout-step-login .col2-set .col-2 h4 {
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	color: #7b7b7b;
}
#checkout-step-login .col-1 .col-1 .buttons-set button.button {
	float: left;
}
#checkout-step-login .col-2 .form-list input.input-text {
	width: 327px;
}
#checkout-step-login .col-1 .col-1 .buttons-set {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#checkout-step-login .col2-set .col-2 .buttons-set {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left {
	font-weight: bold;
	color: #7f7f7f;
}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left:hover {
	color: #cccc00;
}
#checkout-step-login .form-list li.control input.radio, #checkout-step-login .form-list li.control input.checkbox {
	margin-right: 6px;
	margin-top: -3px;
}
#co-billing-form > fieldset {
	border: 1px solid #ececec;
	background: url(../images/tail-chech.gif) left top repeat-x #fbfbfb;
	padding: 15px 20px 20px 20px;
}
.opc .step {
	padding: 20px;
	position: relative;
	background: #fbfbfb;
}
.opc .step .tool-tip {
	right: 20px;
	top: 20px!important;
}
.opc .order-review {
}
.opc .buttons-set {
	border: 0;
}
.opc .field {
	width: 362px;
}
.opc .fields input, .opc .field input {
}
.opc .name-lastname, .opc .field-2 {
	width: 292px;
	float: left;
}
.opc .field-2 input {
	width: 310px;
}
.opc .field-2 select {
	width: 315px;
}
.opc .name-firstname {
	width: 363px;
}
.opc .name-middlename {
	width: 152px;
}
.opc .name-middlename input {
	width: 124px!important;
}
.opc .name-lastname input {
	width: 310px!important;
}
.opc .sp-methods dt {
	padding-bottom: 12px;
}
.opc .sp-methods dt label {
	color: #000;
}
#checkout-shipping-method-load .sp-methods dt {
	font-size: 12px;
	text-transform: uppercase;
	color: #cccc00;
}
.opc .form-list {
	margin: 10px 0;
}
.opc .form-list li.wide input.input-text {
	width: 672px;
}
#shipping_method_form h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #cccc00;
}
#shipping_method_form h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
}
#multishipping-billing-form h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
	margin-bottom: 0;
}
#multishipping-billing-form .sp-methods dt {
	font-weight: bold;
	padding-bottom: 10px;
}
#multishipping-billing-form .sp-methods .form-list input.input-text {
	width: 252px;
}
/* Multiple Addresses Checkout */
.button.multi-btn {
	float: right;
}
#checkout-progress-state {
	overflow: hidden;
}
.checkout-progress {
	padding: 0 0px;
	margin: 10px 0 20px 34px;
}
.checkout-progress li {
	float: left;
	width: 201px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px 0px 11px 0px;
}
.checkout-progress li.last {
	width: 190px;
}
.checkout-progress li.first {
	margin-right: -10px;
	position: relative;
	z-index: 12;
	background: url(../images/multi-33.png) left top no-repeat;
}
.checkout-progress li.first.active {
	color: #fff;
	background: url(../images/multi-act.png) left top no-repeat;
}
.checkout-progress li.two.active, .checkout-progress li.tree.active, .checkout-progress li.four.active {
	color: #fff;
	background: url(../images/multi-act-main.png) left top no-repeat;
}
.checkout-progress li.last.active {
	color: #fff;
	background: url(../images/multi-act-last.png) left top no-repeat;
}
.checkout-progress li.last {
	background: url(../images/multi-last.png) left top no-repeat;
}
.checkout-progress li.two {
	background: url(../images/multi-2.png) left top no-repeat;
	margin-right: -10px;
	z-index: 11;
	position: relative;
}
.checkout-progress li.tree {
	background: url(../images/multi-3.png) left top no-repeat;
	margin-right: -10px;
	z-index: 10;
	position: relative;
}
.checkout-progress li.four {
	background: url(../images/multi-2.png) left top no-repeat;
	margin-right: -10px;
	z-index: 9;
	position: relative;
}
.multiple-checkout {
	position: relative;
}
.multiple-checkout .sp-methods .input-box .v-fix:first-child {
	padding-right: 25px;
}
.multiple-checkout .col2-set {
	width: auto;
}
.multiple-checkout .page-title {
	padding-bottom: 10px;
	margin-bottom: 0;
}
.multiple-checkout h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #383737;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0 10px 0;
}
.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 10px;
}
.multiple-checkout .grand-total {
	font-size: 1.5em;
	text-align: right;
}
.multiple-checkout .grand-total big {
	margin-bottom: 0px;
	overflow: hidden;
	display: block;
	color: #cccc00;
	padding-top: 10px;
}
.multiple-checkout .grand-total .price {
}
.multiple-checkout .box {
	margin-bottom: 20px;
}
.multiple-checkout table {
	margin-bottom: 10px;
}
.multiple-checkout table tfoot tr td {
	color: #000;
	font-weight: bold;
}
.multiple-checkout p {
	margin-bottom: 5px;
}
.multiple-checkout .col-2.col-wide {
	width: 50%;
}
.multiple-checkout .box-title h3, .multiple-checkout .col-2.col-wide h3 {
	font-size: 12px;
	line-height: normal;
}
.multiple-checkout .col-2.col-wide .box {
	margin-left: 100px;
}
.multiple-checkout h2, .multiple-checkout h3, .multiple-checkout h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
}
.multiple-checkout h2 {
	color: #cccc00;
}
.multiple-checkout .col-2.col-wide table .price {
	font-weight: bold;
	color: #cccc00;
}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login #login-form .col2-set {
}
.account-login .new-users .buttons-set {
	padding-left: 0;
}
.account-login .new-users .buttons-set button.button {
	float: left;
}
.account-login .new-users {
	border: 1px solid #ececec;
	padding: 18px 20px 20px 20px;
	width: 460px;
	background: url(../images/media/bg-login.jpg) no-repeat left bottom #ffffff;
	min-height: 260px;
}
.account-login .new-users h2 {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e6e6e6;
	font-size: 20px;
	text-transform: uppercase;
	color: #CC0000;
	font-weight: bold;
}
.account-login .new-users p {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 13px 0 12px 0;
}
.account-login .registered-users {
	border: 1px solid #ececec;
	padding: 18px 20px 20px 20px;
	width: 460px;
	background: url(../images/media/bg-login-2.gif) no-repeat left bottom #ffffff;
	min-height: 260px;
}
.account-login .registered-users h2 {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e6e6e6;
	font-size: 20px;
	text-transform: uppercase;
	font-weight:bold;
	color: #CC0000;
}
.account-login .registered-users p {
	font-size: 12px;
	color: #0000000;
	line-height: 18px;
	padding: 13px 0 12px 0;
}
.account-login .registered-users .form-list input.input-text {
	width: 452px;
}
.account-login .registered-users p.required {
	padding: 0px 0 5px 0;
	color: #CC0000
}
.account-login .registered-users .buttons-set button.button {
	float: none;
}
.account-login .registered-users .f-left {
	float: none!important;
	display: table;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 12px;
}
.account-login .registered-users .f-left:hover {
	color: #CC0000;
}
.account-login .registered-users .buttons-set {
	clear: both;
	margin: -19px 0 0 0;
	padding: 5px 0px 0px 0px;
}
.account-create form .fieldset:first-child {
	margin-bottom: 32px;
}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note {
}
.captcha-image {
	float: left;
	position: relative;
}
.captcha-img {
	border: 1px solid #ccc;
}
.registered-users .captcha-image {
}
#checkout-step-login .captcha-image {
}
.captcha-reload {
	position: absolute;
	top: 2px;
	right: 2px;
}
.captcha-reload.refreshing {
	animation: rotate 1.5s infinite linear;
	-webkit-animation: rotate 1.5s infinite linear;
	-moz-animation: rotate 1.5s infinite linear;
}
 @-webkit-keyframes rotate {
 0% {
-webkit-transform:rotate(0);
}
 0% {
-webkit-transform:rotate(-360deg);
}
}
@-moz-keyframes rotate {
 0% {
-moz-transform:rotate(0);
}
 0% {
-moz-transform:rotate(-360deg);
}
}
@keyframes rotate {
 0% {
transform:rotate(0);
}
 0% {
transform:rotate(-360deg);
}
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
	background: url(../../theme391/images/window_overlay.png) repeat;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
}
.remember-me label {
}
.remember-me-popup {
}
.remember-me-popup h3 {
}
.remember-me-popup .remember-me-popup-head {
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
}
.remember-me-popup .remember-me-popup-body {
}
.remember-me-popup .remember-me-popup-body a {
}
/*==================== Remember Me Popup =============================================== */

/*==================== Wishlist Form ========================================== */
#wishlist-view-form #wishlist-table textarea {
	min-height: 150px;
	min-width: 190px;
	max-width: 190px;
	max-height: 190px;
	margin-top: 10px;
	resize: none;
}
#wishlist-view-form #wishlist-table a {
	display: inline-block;
	margin-bottom: 5px;
}
#wishlist-view-form #wishlist-table p, #wishlist-view-form #wishlist-table button.button {
	margin-bottom: 5px;
}
#wishlist-view-form .buttons-set.buttons-set2 button.button {
	margin-right: 20px;
}
#wishlist-view-form .button.btn-share {
	margin-right: 0!important;
}
/*=====================  End  ================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}
.my-account .page-title {
	margin-left: -263px;
}
.my-account #wishlist-table .cart-cell .price-box {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 15px;
	text-align: left;
}
.my-account .cart-cell .price-box {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 15px;
	text-align: center;
}
.my-account .cart-cell p {
	padding-top: 5px;
}
.my-account .add-to-cart-alt input {
	margin-bottom: 12px;
}
.my-account .page-title a {
	display: inline-block;
	margin: 5px 10px 0 0;
}
.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}
.my-account .pager {
	margin-bottom: 10px;
}
.my-account .sub-title {
	font-size: 12px;
	padding: 10px 0;
}
.my-account #form-validate .fieldset {
	margin: 28px 0px;
}
.my-account table tr td {
	vertical-align: middle;
}
.cart-empty {
	padding: 0 10px;
}
.my-account .addresses-list ol li {
	padding-bottom: 15px;
}
.my-account .page-title.title-buttons button.button {
	margin: 5px 5px 0 0;
}
.my-account table .product-name a {
	color: #7F7F7F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.my-account table .product-name a:hover {
	text-decoration: underline;
}
.my-account .my-tag-edit .btn-remove {
	display: inline-block;
}
#my-tags-table .add-to-links {
	white-space: nowrap;
}
.my-account .box-head a {
	float: right;
	margin-top: 3px;
}
.my-account .box-head h2 {
	float: left;
}
.my-account .box .box-title {
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 13px;
}
.my-account .box .box-title h3 {
	float: left;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #CC0000;
	font-weight: normal;
	margin-bottom: 5px;
}
.my-account .box .box-title a {
	float: right;
	margin-top: 2px;
}
.my-account .col2-set .col-1, .my-account .col2-set .col-2 {
	width: 47%;
}
.my-account .data-table .price-excl-tax, .my-account .data-table .price {
	display: inline;
}
/********** < Dashboard */
.dashboard {
}
.dashboard .welcome-msg {
}
.dashboard .welcome-msg .hello {
	margin-bottom: 10px;
	font-size: 1.09em;
}
.dashboard .data-table {
	margin: 10px 0 15px;
}
.dashboard .col2-set {
	padding: 10px 0 15px;
}
.dashboard .box-title, .dashboard .box-head {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
}
.dashboard .box-title {
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 5px;
}
.dashboard .box-title h2, .dashboard .box-title h3, .dashboard .box-head h2, .dashboard .box-head h3 {
	float: left;
}
.dashboard .box-title h2, .dashboard .box-head h2 {
	font-size: 1.09em;
}
.dashboard .box-content h4 {
	font-size: 0.91em;
}
.dashboard .box-title a, .dashboard .box-head a {
	float: right;
}
/* Block: Recent Orders */
.dashboard .box-recent {
	margin: 10px 0;
}
.dashboard .box-head a {
	margin-bottom: 10px;
	display: inline-block;
}
/* Block: Account Information */
.dashboard .box-info {
}
.dashboard .box-info .col2-set {
	margin-bottom: 10px;
}
.dashboard .box-info a {
	display: inline-block;
	margin-bottom: 10px;
}
/* Block: Reviews */
.dashboard .number {
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	margin: 3px 10px 0 0;
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px solid #6a6a6a;
	line-height: 17px
}
.dashboard .box-reviews #my_recent_reviews h3 {
	margin-bottom: 5px !important;
}
.dashboard .box-reviews .details {
	margin-left: 30px;
}
/* Block: Tags */
#my_recent_tags > li {
	padding-bottom: 10px;
}
.tags li {
	display: inline;
	text-transform: capitalize;
	padding: 0 5px 0 0px;
}
.tags li a {
	color: #7f7f7f;
	text-decoration: none;
	margin-right: 5px;
}
.dashboard .box-tags .details {
	margin-left: 30px;
}
/********** Dashboard > */
.block-order-return {
	border: 1px solid #ececec;
	padding: 13px 18px 20px 18px;
	overflow: hidden;
	margin-top: 26px;
	background: url(../images/media/bg-return.gif) no-repeat left bottom #fff;
	min-height: 345px;
}
.block-order-return .page-title {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
.block-order-return label {
	color: #000000;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 5px;
}
.block-order-return label em {
	color: #cccc00;
}
.block-order-return .input-box.txt {
	font-size: 12px;
	text-transform: uppercase;
	color: #cccc00;
	margin-bottom: 7px;
}
.block-order-return .form-alt li {
	margin-bottom: 0px;
	overflow: inherit;
}
.block-order-return .input-box.btn {
	padding-top: 18px;
}
.block-order-return .jqTransformSelectWrapper {
	background: url("../images/select_left_content.gif") no-repeat scroll left top transparent;
	color: #7E7E7E;
	float: none;
	font: 12px/18px Arial, Helvetica, sans-serif;
	height: 24px !important;
	margin: 0 0 0 0px;
	padding: 0;
	position: relative;
	width: 507px!important;
	z-index: auto!important;
}
.block-order-return .jqTransformSelectWrapper > div > span {
	width: 95%!important;
}
.block-order-return .jqTransformSelectWrapper ul {
	width: 505px!important;
	background: #fcfcfc;
}
.block-order-return .jqTransformSelectWrapper ul li {
	margin: 0;
}
/* Address Book */
.addresses-list {
}
.addresses-list-additional li.item {
}
/* Order View */
.order-info {
	padding: 5px 0 5px 0;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display: inline;
}
.order-info dt {
	font-weight: bold;
}
.order-date {
	margin: 10px 0;
}
.order-info-box {
}
.order-info-box {
	margin-bottom: 15px;
}
.order-info-box h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #cccc00;
}
.order-items h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #cccc00;
}
.order-items {
	width: 100%;
	overflow-x: auto;
}
.page-title.title-buttons .button {
	margin-top: -5px!important;
}
.col-1.addresses-primary h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
}
.col-1.addresses-primary h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #cccc00;
}
.col-2.addresses-additional h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
}
.order-additional {
	margin: 15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
	color: #666;
}
.gift-message dd {
	font-size: 13px;
	margin: 5px 0 0;
}
/* Order Comments */
.order-about dt {
	font-weight: bold;
}
.order-about dd {
	font-size: 13px;
	margin: 0 0 7px;
}
.tracking-table {
	margin: 0 0 15px;
}
.tracking-table th {
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table-popup {
	width: 100%;
}
.tracking-table-popup th {
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
	padding: 1px 8px;
}
/* Order Print Pages */
.page-print .print-head {
}
.page-print .print-head img {
	float: left;
}
.page-print .print-head address {
	float: left;
	margin-left: 15px;
}
/* Print Pages */
.page-print .print-head {
	margin-bottom: 20px;
}
.page-print .col-1, .page-print .col-2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	width: 46%;
}
.page-print h1 {
	font-size: 25px;
	line-height: 40px;
}
.page-print h2 {
	margin-bottom: 5px;
}
.page-print th.a-right {
	text-align: center !important;
}
/* Price Rewrites */
.page-print .gift-message-link {
	display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display: inline;
}
/* My Reviews */
#review-form h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #cccc00;
}
#review-form h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
}
.product-review .product-img-box {
	float: left;
	width: 175px;
	margin-right: 15px;
}
.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px;
}
.product-review .product-img-box .label {
	font-size: 11px;
	margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 auto 3px;
}
.product-review .product-details {
	margin-left: 150px;
}
.product-review .product-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.product-review h3 {
}
.product-review .ratings-table {
	margin: 0 0 10px;
}
.product-review dt {
	font-weight: bold;
}
.product-review dd {
	font-size: 13px;
	margin: 5px 0 0;
}
/* ======================================================================================= */

/* Product Comparison Table */
#product_comparison .product-shop-row td {
	text-align: center;
	padding: 18px 30px 30px 30px;
}
.catalog-product-compare-index {
	position: absolute;
}
.catalog-product-compare-index .link-print:hover span {
}
.catalog-product-compare-index .link-print {
	background: url(../images/tail-btn-compare.gif) left top repeat-x;
	color: #323232;
	padding: 9px 20px 8px 17px;
}
.catalog-product-compare-index .link-print:hover {
	background-position: 0 -31px;
}
.catalog-product-compare-index .link-print span {
	background: url(../images/btn-print.png) left 0px no-repeat;
	padding-left: 32px;
	padding-right: 0;
	text-transform: uppercase;
}
.catalog-product-compare-index .link-print:hover span {
	background: url(../images/btn-print.png) left 0px no-repeat;
}
.catalog-product-compare-index {
	background: #fff;
}
.catalog-product-compare-index .buttons-set {
	clear: both;
	margin: 0px 0 0;
	padding: 20px 0px 5px 0px;
}
.catalog-product-compare-index .buttons-set button.button span {
	float: left;
	height: 31px;
	padding: 0 0 0 0px;
	font: normal 12px/31px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
}
.catalog-product-compare-index .buttons-set button.button span span {
	background: url(../../theme391/images/tail-btn.gif) 0 -31px repeat-x;
	padding: 0 20px 0 20px;
}
.catalog-product-compare-index .buttons-set button.button:hover span span {
	background-position: 0 0px;
}
.catalog-product-compare-index .product-name a {
	font-size: 15px;
	color: #2f2f2f;
}
.catalog-product-compare-index .product-name a:hover {
	color: #cccc00;
}
.catalog-product-compare-index .ratings {
	text-align: center;
}
.catalog-product-compare-index .regular-price .price {
	color: #cccc00;
	float: none;
	font-size: 22px;
	font-weight: normal;
}
.catalog-product-compare-index td button.button {
	float: none;
}
.catalog-product-compare-index td .add-to-links {
	float: none;
	width: 100%;
	padding-top: 12px;
}
.catalog-product-compare-index td .add-to-links li a {
	padding-left: 22px;
	background: url(../images/wislish-page-compare.png) left top no-repeat;
}
.catalog-product-compare-index .price-box.left {
	float: none;
	width: 100%;
	text-align: center;
}
.catalog-product-compare-index .ratings .rating-box {
	float: none;
	margin: 0 auto 10px;
}
.catalog-product-compare-index .page-title {
	margin: 0 0 10px;
	padding: 5px 0 0px;
}
#product_comparison {
	background: url(../images/compare-y.gif) repeat-x left bottom #ffffff;
	-webkit-box-shadow: 0px 0px 12px rgba(48, 50, 50, 0.12);
	-moz-box-shadow: 0px 0px 12px rgba(48, 50, 50, 0.12);
	box-shadow: 0px 0px 12px rgba(48, 50, 50, 0.12);
}
.catalog-product-compare-index .data-table td {
	padding: 14px 20px 14px 20px;
	color: #7e7e7e;
}
.catalog-product-compare-index .data-table th {
	padding: 14px 20px;
	font-weight: bold;
	color: #000000;
}
.catalog-product-compare-index .btn-remove {
	display: block;
	font-size: 0;
	height: 19px;
	line-height: 0;
	margin-left: 2px;
	overflow: hidden;
	text-indent: -999em;
	width: 19px;
	position: absolute;
	right: -20px;
	top: -9px;
}
.catalog-product-compare-index .btn-remove:hover {
	background-position: 0 -19px;
}
.compare-inner {
}
.catalog-product-compare-index .data-table tr.even {
	background: #fefefe;
}
#product_comparison td.first-in-line {
	background: url(../images/tail-compare.png) repeat-y left top;
}
#product_comparison th {
	border: 1px solid #ececec;
	background: none;
}
#product_comparison td {
	border: 1px solid #ececec;
	background: none;
	color: #7e7e7e;
}
#product_comparison tr {
	background: none;
}
#product_comparison .price-box {
	padding-top: 10px;
	padding-bottom: 10px;
}
#product_comparison .product-shop-row td, #product_comparison .add-to-row td {
	text-align: center;
}
#product_comparison .product-shop-row td .product-image {
	display: inline-block;
	margin-bottom: 15px;
	border: 1px solid #ededed;
}
#product_comparison .product-shop-row td .product-image:hover {
	border: 1px solid #cccc00;
}
#product_comparison .product-name, #product_comparison .price-box, #product_comparison p {
	margin-bottom: 5px;
}
#product_comparison .product-shop-row td .add-to-links li, #product_comparison .add-to-row td .add-to-links li {
	float: none;
}
/* MAP Popup============================================================================== */
.price-box.map-info .price {
	padding-right: 10px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
.product-view .product-shop .price-box.map-info {
	margin: -20px 0 10px 0;
	display: block;
	width: 100%;
}
.tier-prices.product-pricing a {
	color: #333
}
.product-view .product-shop .price-box.map-info a {
	padding: 0 5px 0 0;
}
.cart-msrp-totals {
	color: red;
	font-size: 12px !important;
	font-weight: bold;
	margin: 10px 10px 0;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
}
.map-cart-sidebar-total {
	color: red;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	text-shadow: 0 1px 0 #fff;
}
.catalog-product-compare-index .map-popup {
	min-width: 300px;
}
.map-popup {
	margin: 12px 0 0;
	position: absolute;
	-webkit-box-shadow: 0px 0px 10px rgba(48, 50, 50, 0.2);
	-moz-box-shadow: 0px 0px 10px rgba(48, 50, 50, 0.2);
	box-shadow: 0px 0px 10px rgba(48, 50, 50, 0.2);
	text-align: left;
	width: 300px;
	z-index: 100;
	background: #f6f6f6;
}
.map-popup #map-popup-msrp-box {
	color: #000000;
	font-weight: normal;
}
.map-popup #map-popup-msrp-box strong {
	color: #000000;
	font-weight: normal;
}
.map-popup #map-popup-msrp-box span {
	color: #000000;
	font-weight: normal;
}
.map-popup-heading {
	padding: 20px 40px 20px 20px;
	width: 240px;
	background: #fbfbfb
}
.map-popup-heading h2 {
	font-size: 12px;
	margin: 0;
	word-wrap: break-word;
	text-align: left;
	text-overflow: ellipsis;
	color: #2f2f2f;
	text-transform: uppercase;
}
.map-popup-arrow {
	background: 0;
	position: absolute;
	left: 50%;
	top: -10px;
	height: 10px;
	width: 19px;
}
.map-popup-close {
	background: url(../images/btn_remove.gif) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 19px;
	width: 19px;
	text-indent: -9999em;
}
.map-popup-close:hover {
	background-position: 0 -19px;
}
.map-popup-content {
	background: url(../images/tail-popup.gif) left top repeat-x #f6f6f6;
	padding: 18px 20px 20px 20px;
	overflow: hidden;
	text-align: left;
	width: 260px;
}
#map-popup-price-box strong {
	color: #cccc00;
	float: left;
	margin-right: 7px;
}
.map-popup .regular-price .price {
	color: #000;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.map-popup-checkout {
	display: inline;
	float: right;
	text-align: right;
}
.map-popup-checkout span {
	display: block;
	padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
	margin: 0 0 5px;
}
.map-popup-price .price-box, .map-popup-price .price-box .special-price {
	margin: 0;
	padding: 0px 0;
}
.map-popup-price .minimal-price-link {
	color: #333;
	margin-left: 7px;
	display: inline-block;
}
.map-popup-price {
	margin: 2px 0 0;
}
.map-popup-text {
	clear: right;
	margin: 0 20px;
	padding: 16px 0;
	text-align: left;
	word-wrap: break-word;
	color: #7b7b7b;
	line-height: 18px;
}
.map-popup-only-text {
	border-top: 1px solid #d8d8d8;
}
.contacts-index-index .page-title h1 {
	padding-bottom: 10px;
}
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-bg {
	padding: 36px 20px 19px 20px;
	text-transform: uppercase;
	position: relative;
}
.footer-container {
	padding-bottom: 40px;
	box-shadow: 1px 1px 15px #111111;
	background-color: #2b2b2b;
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 2em;

}
.footer_wrap {
	width: 940px;
	margin: 0 auto;
	border-top: 1px solid #d9d9d9;
}
.tail_footer {
	position: relative;
	margin: 0px 0 0 0;
	height: 100px;
	background: #eeeeee;
	overflow: hidden;
}
.footer p {
	text-align: right;
}
.footer address {
	text-align: left;
	padding: 15px 20px 0;
	margin: 0 -20px;
	color: #FFF;
}
.padd-footer {
	padding-bottom: 30px;
}
.footer h4 {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #fff;
}
.footer h4 span {
	color: #FFFF00;
}
.footer ul #FME-contact-form {
	display: none;
}
.footer ul li {
	display: block;
	padding: 0 0 3px 0;
}
.footer ul li a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	background: url(../images/footer-list-marker.gif) no-repeat 0 7px;
	padding-left: 16px;
}
.footer ul li a:hover {
	color: #CCC;
}
.footer-container .bottom-container {
	text-align: center;
}
.footer-col, .footer-col-1, .footer-col-2 {
	width: 220px;
	margin-right: 40px;
	float: left;
}
.padd-footer-inner {
	padding-bottom: 18px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}
.store-switcher {
	float: right;
	margin-top: -24px;
}
.footer-contacts {
	float: right;
	width: 241px;
}
.footer-contacts div span {
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 36px;
	padding-bottom: 14px;
	text-transform: none;
}
.footer-contacts div span em {
	font-style: normal;
	color: #999;
}
/* ==================================back-top ================================================== */
#back-top {
	position: fixed;
	bottom: 80px;
	z-index: 99;
	left: 50%;
	margin-left: 550px;
	display: none;
	width: 41px;
	height: 41px;
	display: none;
}
#back-top a:hover {
	color: #79ec3e;
}
#back-top span {
	width: 41px;
	height: 41px;
	display: block;
	margin-bottom: 41px;
	text-indent: -9999px;
	background: url(../images/up-arrow.png) no-repeat left 0px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
background-color:#000;
display: none;
}
#back-top a:hover span {
	background-position: left -41px;
}
/* ======================================================================================= */



.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
/* ======================================================================================= */

/******************************************************************************************/
/* dealer locator link styles                                                             */
/******************************************************************************************/
a.dealer {
	display: block;
	float: left;
	width: 120px;
	height: 70px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
a.dealer:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
a.backcountry {
	background: url(../images/logos/bc.jpg) no-repeat center center;
}
a.backpacks {
	background: url(../images/logos/backpacks.jpg) no-repeat center center;	
}
a.backcountrygear {
	background: url(../images/logos/bcg.gif) no-repeat center center;
}
a.campsaver {
	background: url(../images/logos/campsaver.gif) no-repeat center center;
}
a.moosejaw {
	background: url(../images/logos/moosejaw.gif) no-repeat center center;
}
a.rei {
	background: url(../images/logos/rei.gif) no-repeat center center;
}
a.gearx {
	background: url(../images/logos/gearx.jpg) no-repeat center center;
}
a.gearcoop {
	background: url(../images/logos/gearcoop.jpg) no-repeat center center;
}
a.basegear {
	background: url(../images/logos/base.jpg) no-repeat center center;
}
a.backcountryedge {
	background: url(../images/logos/bce.jpg) no-repeat center center;
}
a.gearx {
	background: url(../images/logos/gearx.jpg) no-repeat center center;
}
a.piragis, a.boundarywaterscatalog {
	background: url(../images/logos/piragis.gif) no-repeat center center;
}
a.ebags {
	background: url(../images/logos/ebags.jpg) no-repeat center center;
}

a.kaehler {
	background: url(../images/logos/kaehler.jpg) no-repeat center center;
}

a.basspro {
	background: url(../images/logos/basspro.gif) no-repeat center center;
}

a.cabelas {
	background: url(../images/logos/cabelas.gif) no-repeat center center;
}

a.sw {
	background: url(../images/logos/sw.gif) no-repeat center center;
}

a.mori {
	background: url(../images/logos/mori.gif) no-repeat center center;
}

a.wards {
	background: url(../images/logos/wards.jpg) no-repeat center center;
}
a.sportique {
		background: url(../images/logos/sportique.gif) no-repeat center center;
}

a.luggagefactory {
		background: url(../images/logos/luggagefactory.jpg) no-repeat center center;
}

a.academy {
		background: url(../images/logos/academy.gif) no-repeat center center;
}

a.luggagepro {
		background: url(../images/logos/luggage-pros.jpg) no-repeat center center;
}
div.centerLinks {
	margin-left: 85px;
	margin-top: 20px; 
}
div.onlineDeal {
	min-height: 650px;
}
div.onlineDeal a.dealer {
	margin-right: 60px;
	margin-bottom: 60px;
}
div.disBlock {
	display: block;
	width: 300px;
	height: 250px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
div.disBlock ul {
	list-style: none;
}
/******************************************************************************************/
/* Social Button Styles                                                            */
/******************************************************************************************/
#socialbuttons {
	display: block;
	margin: 0px;
	float: right;
	height: 32px;
	width: 320px;
	position: absolute;
	bottom: 10px;
	clear: both;
	padding: 0px;
	right: 15px;
    text-indent: -9999px;
}
#socialbuttons img {
	padding-left: 5px;
	border: none;
}
#socialbuttons img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#socialbuttons .fbook {
	background-image: url(../images/facebook.png);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 32px;
	float: right;
	padding-left: 15px;
	background-repeat: no-repeat;


}
#socialbuttons a.fbook:hover, #socialbuttons a.linkd:hover, #socialbuttons a.twitt:hover, #socialbuttons a.bloggr:hover, #socialbuttons a.insta:hover, #socialbuttons a.utube:hover {
	opacity: 0.5;
}
#socialbuttons .linkd {
	background-image: url(../images/li.png);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 32px;
	float: right;
	padding-left: 15px;
	background-repeat: no-repeat;


}
#socialbuttons .twitt {
	background-image: url(../images/twitter.png);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 32px;
	float: right;
	padding-left: 15px;
	background-repeat: no-repeat;

}
#socialbuttons .bloggr {
	background-image: url(../images/blogger.png);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 32px;
	float: right;
	padding-left: 15px;
	background-repeat: no-repeat;
}
#socialbuttons .insta {
	background-image: url(../images/insta.png);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 32px;
	float: right;
	padding-left: 15px;
	background-repeat: no-repeat;

}
#socialbuttons .utube {
	background-image: url(../images/youtube.png);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 32px;
	float: right;
	padding-left: 15px;
	background-repeat: no-repeat;

}
h3.product-features {
	padding-top: 20px;
}
.header ul li a.top-link-cart {
	display: none;
}
.discover {
	padding-left: 20px;
	padding-right: 20px;
}
.discover h1 {
	color: #000;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.discover p {
	color: #000;
	padding-bottom: 40px;
	line-height: 1.75em;
}

/******************************************************************************************/
/* Free Shipping Footer                                                            */
/******************************************************************************************/
.freeShip {
	display: inline;
	background-image: url(../images/freeship.png);
	margin: 0px;
	height: 110px;
	width: 212px;
	position: absolute;
	bottom: 10px;
	clear: both;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: center;
        bottom: 25px; important!
	background-position: center center;
	z-index: 70;
	text-indent:-9999px; 
}

/*----------------------------------------------------------------------------------------------------------clear footer background image for small screens----------------------*/
@media (max-width:868px) {
.footer-container {
	padding-bottom: 150px;
	background-color: #2b2b2b; !important
	}

.footer-container .footer-col, .footer-container .footer-col-1, .footer-container .footer-col-2, .footer-container .block-title-footer {
	background-color: #2b2b2b; !important

}

}

/************Dealertools********************/
#dealertools {
	width: 100%;
	padding-left: 17px;
	background-color: #FFF;
}
#dealertools .dtcolumn li {
	margin-bottom: 10px;
}
#dealertools ul li, #dealertools ul li a {
	color: #000;
}
#dealertools p, #dealertools p a {
	width: 200px;
	color: #000;
}
#dealertools ul, #dealertools p {
	padding-left: 60px;
}
#dealertools ul ul {
	padding-left: 10px;
}
#dealertools h2 {
	background-color: #222222;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.dtcolumn {
}
#dealertools h4 {
	background-color: #990000;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
}
#dealertools #dtcolumnimages {
	float: left;
	width: 330px;
	display: block;
	padding-top: 40px;
}
#dealertools #dtcolumnforms {
	float: left;
	width: 330px;
	display: block;
	padding-top: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-bottom: 50px;
}
#dealertools #dtcolumnmisc {
	float: left;
	width: 330px;
	display: block;
	padding-top: 40px;
}
#dealertools .dtcolumn h2 {
	font-size: 25px;
	text-align: center;
	font-weight: normal;
}
.tacHead {
	color: #6A6969;
	font-size: 22px;
	font-weight: bold;
}
iframe.dtools {
	width: 1060px;
	min-height: 1000px;
	padding: 0;
	margin: 0;
	border: none;
}
.wheel {
	color: #930;
}
.acmanual {
	display: block;
	height: 80px;
	width: 500px;
	background-image: url(../images/manual.jpg);
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	font-size: 15px;
	margin-top: 30px;
	margin-left: 20px;
}
.acmanual {
	color: #000;!important
}
.acmanual:hover {
	opacity: 0.5;
}
div.fitInfo {
	padding-top: 30px;
	padding-left: 20px;
}
.campusTube {
	position: relative;
}
.campusTube img {
}
.tube {
	position: absolute;
	left: 410px;
	top: 35px;
	z-index: 1000;
}
.black {
	color: #000;
}
/************athletes********************/
#athletes h2, #athletes h3, #athletes h4, #athletes h5, #athletes p {
	font-family: Arial, Helvetica, sans-serif;
}
#athletes p {
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
	font-weight: 500;
}

#athletes.keepers p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

#athletes.keepers ul li p {	font-size: 14px;
	line-height: 1.8em;}

#athletes.keepers p a {color: #cccc00;}
#athletes.keepers p a:hover {color: #b2b2b2;}

#athletes p.learnMo {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
#athletes h2 {
	font-size: 32px;
	text-transform: uppercase;
	color: #000;
	padding-left: 25px;
}
#athletes h3 {
	font-size: 32px;
	text-transform: uppercase;
	color: #cccc00;
}
#athletes h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #444;
}
#athletes h5 {
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
}
#athletes ul li a:link, #athletes ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	color: #cccc00;
	font-weight: bold;
}
#athletes ul li a:hover, #athletes ul li a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	color: #555;
	font-weight: bold;
}
#athletes.keepers p.learnMo {font-size: 12px;}
#athletes.keepers ul li a:link, #athletes.keepers ul li a:visited {font-size: 12px;color: #333;}

#athletes ul li {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 320px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	height: 402px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#athletes {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 40px;
}
#athletes.keepers {padding-top: 00px;}
#athletes.keepers ul li {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 320px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 372px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.keepers ul li.kolson { background:url(../images/LKolson.jpg) left top no-repeat }
.keepers ul li.kristina { background:url(../images/KRolla.jpg) left top no-repeat }
.keepers ul li.rory { background:url(../images/RMcGonigle.jpg) left top no-repeat }
.keepers ul li.yehudah { background:url(../images/YRice.jpg) left top no-repeat }
.keepers ul li.edward { background:url(../images/AEdwards.jpg) left top no-repeat }
.keepers ul li.rasco { background:url(../images/CRasco.jpg) left top no-repeat }
.keepers ul li.peter { background:url(../images/PRasco.jpg) left top no-repeat }
.keepers ul li.kaelin { background:url(../images/SKaelin.jpg) left top no-repeat }
.keepers ul li.forestell { background:url(../images/AForestell.jpg) left top no-repeat }
.keepers ul li.matt { background:url(../images/GMatt.jpg) left top no-repeat }
.keepers ul li.reiner { background:url(../images/SReiner.jpg) left top no-repeat }
.keepers ul li.darby { background:url(../images/DLamb.jpg) left top no-repeat }
.keepers ul li.lloyd { background:url(../images/LFisher.jpg) left top no-repeat }
.keepers ul li.lucyka { background:url(../images/LGreen.jpg) left top no-repeat }
.keepers ul li.marshcook { background:url(../images/MarshCook.jpg) left top no-repeat }
.keepers ul li.salabert { background:url(../images/SSalabert.jpg) left top no-repeat }

#athletes li.jl {
	background-image: url(../images/athletes/trauma.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#athletes li.eric {
	background-image: url(../images/athletes/eric.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#athletes li.lon {
	background-image: url(../images/athletes/lonnie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#athletes li.john {
	background-image: url(../images/athletes/john.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#athletes li.asalliance {
	background-image: url(../images/athletes/asalliance.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#athletes li.packitout {
	background-image: url(../images/athletes/packitout.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	
.keepers .gro_img {
    text-align: center; margin: 20px 0;
}	

.gro_img {
    text-align: center;
}
#athletes ul {margin-bottom: 50px;}	
.keepers .topground {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}


/************parnters********************/


#partners h2, #partners h3, #partners h4, #partners h5, #partners p {
	font-family: Arial, Helvetica, sans-serif;
}
#partners p {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	padding-bottom: 10px;
}
#partners p.learnMo {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
#partners h2 {
	font-size: 32px;
	text-transform: uppercase;
	color: #000;
	padding-left: 25px;
}
#partners h3 {
	font-size: 32px;
	text-transform: uppercase;
	color: #cccc00;
}
#partners h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #444;
}
#partners h5 {
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
}
#partners ul li a:link, #partners ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	color: #cccc00;
	font-weight: bold;
}
#partners ul li a:hover, #partners ul li a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	color: #555;
	font-weight: bold;
}
#partners ul li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	list-style-type: none;
	padding-left: 320px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	display: block;
	border: 1px solid #CCC;
}
#partners li.sbw {
	background-image: url(../images/partners/sbw.jpg);
	background-repeat: no-repeat;
	background-position: 80px center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#partners li.bcm {
	background-image: url(../images/partners/bcm.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#partners li.cocoal {
	background-image: url(../images/partners/cocoal.jpg);
	background-repeat: no-repeat;
	background-position: 60px center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#partners li.pcta {
	background-image: url(../images/partners/pcta.jpg);
	background-repeat: no-repeat;
	background-position: 80px center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#partners li.shta {
	background-image: url(../images/partners/shta.jpg);
	background-repeat: no-repeat;
	background-position: 40px center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#partners li.warriorhike {
	background-image: url(../images/partners/warriorhike.jpg);
	background-repeat: no-repeat;
	background-position: 50px center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 100px;
}
#partners li.chicago {
	background-image: url(../images/partners/chicago.jpg);
	background-repeat: no-repeat;
	background-position: 50px center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#partners li.mush {
	background-image: url(../images/partners/mush.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-top: 50px;
	padding-bottom: 50px;
}

/************brand ambassadors*******************************************************************/
#brand h2, #brand h3, #brand h4, #brand h5, #brand p {
	font-family: Arial, Helvetica, sans-serif;
}
#brand p {
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
	font-weight: 500;
}
#brand p.learnMo {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
#brand h2 {
	font-size: 32px;
	text-transform: uppercase;
	color: #000;
	padding-left: 25px;
}
#brand h3 {
	font-size: 32px;
	text-transform: uppercase;
	color: #cccc00;
}
#brand h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #444;
}
#brand h5 {
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
}
#brand ul li a:link, #brand ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	color: #cccc00;
	font-weight: bold;
}
#brand ul li a:hover, #brand ul li a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	color: #555;
	font-weight: bold;
}
#brand ul li {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 320px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	height: 402px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#brand {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 40px;
}
#brand li.tran {
	background-image: url(../images/brandam/tran.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#brand li.hei {
	background-image: url(../images/brandam/hei.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#brand li.taylor {
	background-image: url(../images/brandam/taylor.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#brand li.tindall {
	background-image: url(../images/brandam/tindall.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#brand li.charlotte {
	background-image: url(../images/brandam/charlotte.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#brand li.vishnu {
	background-image: url(../images/brandam/vishnu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#brand li.tyler {
	background-image: url(../images/brandam/tyler.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#brand li.maag {
	background-image: url(../images/brandam/tmaags.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#brand li.anna {
	background-image: url(../images/brandam/anna.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#brand li.weaver {
	background-image: url(../images/brandam/weaver.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#brand li.reggio {
	background-image: url(../images/brandam/reggio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#brand li.colin {
	background-image: url(../images/brandam/colin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#brand li.pepper {
	background-image: url(../images/brandam/pepper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#brand li.powell {
	background-image: url(../images/brandam/powell.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.getCustom {
	background-color: #FFFFFF;
	display: block;
	height: 140px;
	background-image: url(../images/customfit.jpg);
	background-repeat: no-repeat;
	background-position: 220px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h4.fitHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding-top: 10px;
	color: #000;
}
p.fitP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 130px;
	padding-left: 6px;
	font-weight: normal;
}
p.fitP2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 6px;
	margin-bottom: 30px;
	font-weight: normal;
}
li.nav-1-3-2 {
	padding-bottom: 33px;
}
#costumerService h2, #costumerService h3 {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
}
#costumerService h4 {
	color: #000;
	font-weight: bold;
	padding-left: 24px;
	background-image: url(../images/gearBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-top:4px;
	padding-bottom:4px;

}
#costumerService {
	padding-left: 25px;
	padding-bottom: 80px;
	position:relative;
	
}
#costumerService p, #costumerService h5 {
	padding-left: 25px;
}

#costumerService ul {
	padding-left: 30px;
}
#costumerService a:link, #costumerService a:visited {
	color: #900;
	text-decoration: underline;
	font-weight: 500;
}

.warHead  {
	color: #060;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;	
}
.rockSolid h2, .rockSolid h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}

.shipReturn {
	background-image: url(../images/shipreturn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 90px;
	padding-right: 30px;
	padding-left: 20px;
	text-decoration: underline;	
	max-width: 100%;
	
}
.returns {
	background-image: url(../images/returnguide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 90px;
	padding-right: 30px;
	padding-left: 20px;
	text-decoration: underline;	
	
}
.rockSolid {
	background-image: url(../images/rsWarranty.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 90px;
	padding-right: 30px;
	padding-left: 20px;
	text-decoration: underline;	
	
}
div.supSide {
	width: 200px;
	margin-top:4px;
}
div.supSide p {
	font-family: georgia;
	font-size: 1rem;
	line-height: 25px;
	margin: 24px 0;
	text-align: center;
}
div.supSide nav.vertical {
	box-shadow: 0 0 10px rgba(0,0,0,.01);
	overflow: hidden;
	text-align: center;
}
div.supSide nav.vertical > ul {
	list-style-type: none;
}
div.supSide nav.vertical > ul > li {
	display: block;
}
div.supSide nav.vertical > ul > li > a {
	background-color: rgb(0, 0, 0);
	background-image: -webkit-linear-gradient(135deg, rgb(0, 0, 0), rgb(0, 0, 0));
	background-image: -moz-linear-gradient(135deg, rgb(0, 0, 0), rgb(0, 0, 0));
	background-image: -o-linear-gradient(135deg, rgb(0, 0, 0), rgb(0, 0, 0));
	background-image: linear-gradient(135deg, rgb(0, 0, 0), rgb(0, 0, 0));
	border-bottom: 1px solid rgba(255,255,255,.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
	color: rgb(255,255,255);
	display: block;
 font-size: .85rem;
	font-weight: 500;
	height: 30px;
 letter-spacing: .2rem;
	line-height: 30px;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-transform: uppercase;
	transition: all .1s ease;
	text-decoration: none;
}
div.supSide nav.vertical > ul > li > a:hover {
}
div.supSide nav.vertical > ul > li > div {
	background-color: rgb(255,255,255);
}
div.supSide nav.vertical > ul > li > div > ul {
	list-style-type: none;
}
div.supSide nav.vertical > ul > li > div > ul > li > a {
	background-color: rgb(255,255,255);
	border-bottom: 1px solid rgba(0,0,0,.05);
	color: #333331;
	display: block;
	font-size: .8rem;
	padding: 5px 0;
	text-decoration: none;
	transition: all 0.15s linear;
}
div.supSide nav.vertical > ul > li > div > ul > li:hover > a {
	background-color: #cccc00;
	color: rgb(255,255,255);
	padding: 10px 0 10px 50px;
}


.pctPage {
	background-image: url(../images/pct-page_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:310px;	
	width:1064px;
	min-height:500px;
	position: relative;
	top:-14px;
	left:-20px;
	
}

.pctPad {
	padding-left: 65px;
	padding-right: 60px;
	background-image: url(../images/pct-page_02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:600px;
	margin-bottom:-34px;

}

.pctPage h1 {
	font-size: 38px;
	color: #000;
	padding-bottom: 20px;
	text-align: left;
	font-weight: bold;
	
}

.pctPage h2 {
	font-size: 20px;
	color: #333;
	padding-bottom: 18px;
	text-align: left;
	font-weight: bold;
}

.pctPage p {
	font-size: 18px;
	color:#000;
	line-height:1.3em;
}

.pctPage ul.pctList {
	font-size: 15px;
	color: #000;
	list-style-type: none;
}

.pctPage ul.pctList li {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right:10px;
	margin-right:30px;
}
.pctPage ul.pctList li h3{
	font-weight:bold;
	font-size:18px;
	color:#444;
}

.pctPage ul.pctList li p {
	font-size: 14px;
	color:#000;
	line-height:1.3em;
}

.pctPage ul.pctList li p.pctMore {
	color:#666;
	font-size:12px;

}

.pctPage .pctText {
	padding-right: 50px;
}

.strapList {
	margin-left: 10px;
	list-style-type: square;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sizeCaption {
	font-weight:bold;
}

.hPad {
	margin-top:20px;
}

.pPad {
	margin-bottom: 16px;
	margin-top:10px;
}

a.fancybox {
	display:none;
}

.block.block-list {
	display:none;
}


/*......................................Backpack Specifications Table Styles..................*/


.backpack-specs .packspechead {
	background-color:#6B6B6B;
	color:#FFFFFF;
	font-size:14px;
}

.backpack-specs .packspechead th {
	padding:10px;
}

.backpack-specs td{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:8px;
	padding-left:10px;
}

.backpack-specs .rowOdd {
	background-color:#EFEFEF;
	
}

.backpack-specs .rowEven {
	background-color:#FFFFFF;
}
.backpack-specs .label {
	
}
.backpack-specs .value {
	background-color:;
	
}

p.paypal-logo {
background-color: #fff;
padding-top: 24px;
margin-left: 8px;
margin-right: 8px;
}

p.getters {
	font-size:16px!important;
	margin-bottom:30px;
	padding-left:10px;
}

a.wigg:link, a.wigg:visited {
	color:#000000;
	font-style:italic;
	font-size:20px;
	}
a.wigg:hover {
	color:#eeee00;
	font-style:italic;
	font-size:20px;
	}

.account-login-home, .contact-main .btn-contact {
        display:none;
}

/*----------video style-----------*/
.slideshow-container { position:relative;}
.slideshow-container ul {width: 1064px !important;
    height: 596px !important; margin:0;
    padding: 0;
    list-style: none;
}

.slideshow-container ul img { width:100%;}
.slideshow-container ul li {
    width: 1064px !important;
    height: 596px;
}
.slideshow-pager { position:relative; display:none;}
.slideshow-pager .pager-box {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
	background: #ddd;
    text-indent: -9999px;
    margin: 0 5px;
    position: absolute;
    border-radius: 8px;
}

.slideshow-pager .activeSlide { background:#D69746;}

.slideshow-prev, .slideshow-next {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 70%;
	width: 40px;
	z-index: 22222;
}
.slideshow-prev {
	left: 0;
}

.slideshow-next{background:none; right:-13px; display: none}
.slideshow-prev{background:none; left:10px; display: none}
.slideshow-prev{background: url(../images/slide-prev-new.png); background-position: inherit; background-repeat:no-repeat; display: none}
.slideshow-next{background: url(../images/slide-next-new.png); background-position: inherit; background-repeat:no-repeat; display: none} 
.jqTransformHidden {
	display: none !important;
}
.toolbar .jqTransformSelectWrapper select{
    text-align: center;
    min-width: 60px;
    position: absolute;
    top: 0;
    height: 24px;
    background: #fff;
    color: #000;
}
.toolbar .sorter .jqTransformSelectWrapper select{width:100px;}
/*****************New css for Desk *********/
.catalog-product-view .widget-viewed .products-grid .product-image, .catalog-product-view .widget-viewed .products-list .product-image{width:100%;}
p.paypal-logo{background:none;padding-top:0px;}
.mobile-nav {
    display: none;
}
/*****************New css for Desk *********/
.checkout-cart-index .main{min-height:450px;}
/**********************************Responsive Styles strat from below 15-9-2016 ******************************************/
@media only screen and (max-width: 1220px) {
body{min-width:inherit;}	
.category-our-story .col1-layout img, .cms-page-view .col1-layout img{width:100%;}
.catalog-category-view .products-list h2.product-name{text-align:left; padding-left:0px;}
.col1-layout .products-grid{max-width:1024px;}
.catalog-product-view .widget-viewed .products-grid .product-image{width:100%; float:left;}
.checkout-onepage-index .col-right{margin-top:0px;}
}
@media only screen and (max-width: 1100px) {
body{min-width:inherit;}
.page{width:100%;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;	
}
.slideshow-container ul{
	width: 100% !important;
	height: 546px !important;
}
.slideshow-container ul iframe{
	height: 546px;
}
.slideshow-container ul li{width: 100% !important;}
a.banner img{width:100%;}
#nav > li > a > span{font-size:17px;}
#nav > li > a{padding: 22px 6px 22px 6px!important;}
.header .header-row{right: 385px;}
.new-products-slider #banners{width:100% !important;}
.new-products-slider #banners > .data{width:100% !important;}
.cms-index-index .products-grid li.item{width: 23%; margin-right:10px;}
.col1-layout #banners  .products-grid{width:100%;}
#socialbuttons .fbook, #socialbuttons .twitt, #socialbuttons .utube, #socialbuttons .bloggr, #socialbuttons .linkd, #socialbuttons .insta{padding:0; margin-left:15px;}
.slideshow-container ul li{height:100% !important;}
.slideshow-container ul li img {height:100% !important;}
.map-content figure iframe {
    border: none;
    height: 450px;
    width: 100%;
}
.map-content{margin-left:-20px; margin-right:-20px;}
#contactForm .form-list .field, #contactForm .form-list .field.last{float: left; width: 32.5%;margin-right: 1%;}
#contactForm .form-list .field input{width:100%;}
#contactForm .form-list .input-box{width:100%;}
#contactForm .form-list .field.last{margin-right:0px;}
#contactForm .form-list li.wide textarea {width: 100%;}
.contact-left {margin-bottom: 20px;}
.rockSolid, .returns, .shipReturn{background-position:left 0;}
.col-right{margin-right:0px;}
/********For remove background *********/
body > .wrapper{background-image:none; background-color:#fff;}
.header-container{background-color:#000;}
.footer-container{box-shadow:none;}
.main{box-shadow:none; background:#fff;}
/********For remove background *********/
.cms-intdis div.disBlock{margin-left:0px; margin-right:0px;}
.cms-onlinedealers div.centerLinks {
    margin-left: 0;
    margin-top: 20px;
    float: left;
    width: 100%;
}
div.onlineDeal a.dealer {
    margin-right: 0;
    margin-bottom: 60px;
    width: 20%;
}
.account-login #login-form .col2-set{width:100%;}
.account-login .registered-users{float:right; width:48%;}
.account-login .new-users{float:left; width:48%;}
.form-list .input-box{width:100%;}
.form-list input.input-text{width:100%;}
.account-login .registered-users .form-list input.input-text{width:100%;}
.customer-account-forgotpassword .form-list input.input-text{width:333px;}
.form-list .customer-name-middlename .name-firstname{width:32%; margin-right:2%;}
.form-list .customer-name-middlename .name-middlename{width:32%; margin-right:2%;}
.form-list .customer-name-middlename .name-lastname{width:32%;}
.form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename .name-middlename input.input-text, .form-list .customer-name-middlename .name-lastname input.input-text{width:100%;}
.form-list .customer-name-middlename .name-middlename label{margin-top:10px;}
.field.reg_pass {width: 32%;float: left; margin-right:2%;}
.field.reg_cnfrm_pass{width: 32%;}
.reg_email input#email_address {width: 32%;}
.col2-right-layout .col-main{margin-left:0px;}
.col-main{width:69.365%;}
.catalog-category-view .col-main > img{width:100%;}
.toolbar .pager{padding:4px 9px 6px 9px;}
.pager .pages {margin: 3px auto 0 auto;}
.toolbar .jqTransformSelectWrapper select{right:0px;}
.col2-left-layout .products-grid, .col2-right-layout .products-grid{width:100%;}
.products-grid li.item{width:32%; margin-right:2%}
.products-grid li.last.item{margin-right:0px;}
.catalog-category-view .breadcrumbs{padding:5px 0 10px 0;}
.catalog-category-view.category-our-story .breadcrumbs, .catalog-category-view.category-athletes .breadcrumbs, .catalog-category-view.category-partners .breadcrumbs, .catalog-category-view.category-the-go-getters .breadcrumbs {padding:5px 20px 10px;}
.catalog-category-view .block{margin-left:0px; margin-right:0px;}
.main-container.col2-right-layout { margin: 0 20px;}
.pager .limiter .jqTransformSelectWrapper{width:59px !important;}
.product-view .product-img-box{width:48%;}
.col1-layout .product-view .product-shop{width:48%}
.product-view .product-img-box .more-views li{margin:0 2.5% 10px 0; width:18%;}
.product-view .product-img-box .product-image{float:left; width:100%;}
.product-view .product-img-box .more-views li:nth-child(5n){margin-right:0;}
.product-view .product-img-box .more-views li a img{width:100%;padding: 3px;}
.product-view .product-img-box .product-image .mousetrap{width:100% !important; }
.product-view .product-img-box .zoom-inner{width: 100%;height:auto; float:left;}
.product-view .product-img-box .zoom-inner a img{width:100%;}
.product-view .product-img-box .zoom-img{right:15px; bottom:15px;}
.product-view .product-shop .price-box{min-width:27%;}
.product-view{padding:0px;}
.block-related #block-related div.product img{width:100%;}
.block-related .product .product-image{margin-left:0px;}
.block-related .block-content li.item{width: 85px; margin-right: 25px;}
.catalog-product-view .block-related{margin-left:0px; margin-right:0px;}
.product-options{padding-left:10px;}
.product-options-bottom{padding-left:10px; padding-right:10px;}
/******Cart page ***/
.cart .cart-collaterals .col2-set{width:380px;margin-right:20px;}
.cart .cart-collaterals .col-1 {display: none;}
.cart .cart-collaterals{float:right;}
/******Cart page ***/
/**********opc ************/
#checkout-step-login .col-2 .form-list input.input-text{width:100%;}
.opc .form-list .customer-name-middlename .name-firstname{width:32%;}
.opc .form-list .name-middlename{width:32%;}
.opc .form-list .name-lastname{width:32%;}
.opc .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename .name-middlename input.input-text, .opc .name-lastname input{width:100% !important;}
.opc li.fields.field_com .field.frst{width: 49%;float: left;}
.opc li.fields.field_com .field.scnd{width: 49%;float: right;}
.opc li.fields.field_com .field.frst.cmp label{margin-top:10px;}
.opc li.fields.field_com .field.scnd.fx label{margin-top:10px;}
.opc .form-list li.wide input.input-text{width:100%;}
.form-list li.wide .input-box{width:100%;}
#checkout-step-login .col2-set{width:100%;}
.opc .form-list select{width:100%;}
.opc .form-list li.wide select{width:100%;}
.opc .form-list li.sh_cmp label {margin-top:10px;}
#checkout-step-payment #payment-tool-tip .tool-tip-content img{width:100%;}
.opc .v-fix{margin-right:5px;}
.opc #checkout-step-payment .form-list select{width:200px;}
#checkout-agreements .form-list li.wide textarea{width:80%;}
#checkout-shipping-method-load dl.sp-methods dd {margin-bottom: 10px;}
#checkout-shipping-method-load dl.sp-methods dt {padding-bottom: 0px;}
/**********opc ************/
/***************My Account Pages *************/
.col-left.sidebar .block{margin-left:0px;margin-right:0px; }
.col-left.sidebar .mini-products-list li img{width:100%;}
.my-account .page-title{margin-left:0px;}
.sidebar-indent{margin-top:0px;}
.main-container.col2-left-layout{ margin: 0 20px;}
.col-left.sidebar{margin-left:0px;}
.col2-left-layout .col-main{margin-right:0px;}
.col2-left-layout .my-account li.fields.field_com .field.scnd{width:49%; float:right;}
.col2-left-layout .my-account li.fields.field_com .field.frst{width:49%;float:left;}
.col2-left-layout .my-account li.single-fld{width:49%; float:left;}
.col2-left-layout .my-account li.fields.field_com {clear: both;}
.my-account .form-list li.wide.field_com input.input-text{width:49%;}
.col2-left-layout .my-account li.fields.field_com .field.scnd.fx label {
    margin-top: 10px;
}
.my-account .fieldset.adrs li.wide input.input-text{width:100%;}
.my-account .form-list li select{width:100%;}
li.wide.field_com.cmpny {
    margin-top: 3px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.fieldset.adrs label.required {margin-top: 3px;}
.my-account #my-reviews-table.data-table td {padding: 10px;}
.product-review .product-details{margin-left:0px; float:left;}
.morecc-index-index .form-list label.required, .morecc-index-index .form-list label{margin-top:10px;}
.morecc-index-index .form-list .field{width:100%;}
.morecc-index-index form > .form-edit table.form-edit > tbody > tr > td {width:49% !important;}
.morecc-index-index form > .form-edit table.form-edit > tbody > tr > td:first-child{float:left;}
.morecc-index-index form > .form-edit table.form-edit > tbody > tr > td:last-child{float:right;}
.morecc-index-index form > .form-edit table.form-edit > tbody > tr > td > table td img{margin-top:6px !important;}
.morecc-index-index #authForm .form-list select{height: 23px; width: 100%;}
.morecc-index-index form table .v-fix{width:48%;}
.morecc-index-index form table .v-fix:first-child{float:left;}
.morecc-index-index form table .v-fix:last-child{float:right;}
.morecc-index-index form table .v-fix select{width:100% !important;}
.sales-billing-agreement-index .my-account .form-list li select{width:320px; margin-right:10px;}
/***************My Account Pages *************/
.catalog-category-view .video-container iframe{width:100% !important; height:auto !important;}
}
@media only screen and (max-width: 1024px) {
.product-view .product-shop .price-box{min-width:25%;}
.footer-col{margin-right:0;}	
.footer-col-2{margin-right:20px;width:160px;}
.footer-col-1{margin-right:20px;}
.slideshow-container ul{height:480px !important; }
.slideshow-container ul iframe{height:480px;}
.cms-homepage #esns_box_layer{margin-top: 200px !important;}
}
@media only screen and (max-width: 950px) {
.product-view .product-shop .price-box{min-width:22%;}
.slideshow-container ul{height:400px !important; }
.slideshow-container ul iframe{height:400px;}
.footer .block.block-subscribe{width:230px;}
.footer-col {width:180px;}
.footer-col-1 {width:170px;margin-right:0px;}
.footer-col-2 {margin-right: 0; width: 110px;}
#costumerService h2, #costumerService h3{margin-top:20px;}
#contactForm{width:100%;}
div.onlineDeal a.dealer{width:25%;}
.col-right{width:210px; margin-right:0px;}
.products-grid .product-name, .products-list .product-name{padding-left:0px; padding-right:0px;}
.block-related .block-content li.item{padding:10px 0 0;}
.col-left.sidebar{width:210px;}
.my-account .data-table th{padding:10px;}
.my-account .data-table td{padding:10px;}
.my-account .page-title{margin-bottom:15px;}
.col-left .block-cart .actions{margin-bottom: 10px;padding-top: 10px;}
.block .block-content {padding: 10px;}
.block .block-title {padding: 10px 10px 3px;}

#athletes ul li, #brand ul li{height:auto; min-height:402px; margin-bottom:20px; padding-bottom:20px;padding-top:0;}

/********************Mobile Menu **************/
.mobile-nav {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
	background:#fff;
	position:relative;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	background:	#000;
}
.header .row2 .accordion {
	float:left;
	width:25%; 
	border-right:1px solid #fff;
}
.top-skip-links{width:50%;float:left;}
div#header-account-links {
    float: left;
    width: 25%;
	border-right:1px solid #fff;
}
.top-skip-links a.skip-link.skip-search{    
	width: 50%;
    float: left;
    height: 40px;
    text-align: center;
    padding-top: 11px;
	border-right:1px solid #fff;
}
.header .row2 .accordion span{
	font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: bold;
    padding-top: 11px;
	color:#fff;
}
.header .mobile-nav .links{    float: left;
    padding: 0;
    width: 100%;
    height: 40px;
    text-align: center;
}
.header .mobile-nav .links li{padding:0px;    float: left;
    width: 100%;
    height: 40px;
}
.header .mobile-nav .links li a{
	height: 40px;
    padding-top: 11px;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.top-skip-links .header-minicart a.skip-cart{    
	float: left;
    width: 100%;
    height: 40px;
	text-align:center; 
	padding-top:11px;
}
.top-skip-links a.skip-link.skip-search span{    
	font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.top-skip-links .header-minicart a span{
	font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}


.top-skip-links .header-minicart{width:50%; float:left;}
.header .row2{padding:0px 0;}
.header-language-container.show {
    display: block;
    top: 40px;
    position: absolute;
    background: #000;
    width: 100%;
    z-index: 1111;
}
.store-language-container li{float: left;width: 100%;}
.store-language-container .column.first ul > li {padding:10px 0px;}
.store-language-container .column.first > ul > li{border-bottom:1px solid #fff;}
.store-language-container .column.first ul > li > .subcat.show > li > a{padding-left:30px;}
.store-language-container .column.first ul > li > .subcat.show > li > ul > li > a{padding-left:40px; padding-top:0px; padding-bottom:0px;}
ul.subcatchlid{display:none;}
.store-language-container .column.first ul > li > .subcat.show > li > ul > li {
    padding: 2px 0;
    border: 0;
}
.store-language-container .column.first ul > li > .subcat.show > li{padding:3px 0;}
.store-language-container .column.first ul > li > a{font-weight:bold;}
ul.subcatchlid.show {
    float: left;
    width: 100%;
    display: block;
}
.store-language-container li a{    
	text-align: left !important;
    font-size: 16px;
    float: left;
    width: 94%;
    font-weight: normal;
    padding-left: 20px;
    line-height: 30px;
	text-transform:uppercase;
	color:#fff;
}
.store-language-container div.column{width:100%;}
.header-language-container.show .accordion1{    
    line-height: 27px;
    float: right;
    width: 6%;
    height: 23px;
    font-size: 22px;
    color: #8e8e8e;
    background: url(../images/plus.png);
    position: relative;
    z-index: 999999;
    background-repeat: no-repeat;
	background-position:left center;
	margin-top:3px;
	background-size:15px;
}
.header-language-container.show .accordion1.active{
	background: url(../images/minus.png);
	background-repeat:no-repeat;
	background-size:15px;
	background-position:left center;
}
.store-language-container li .subcat{display:none;}
.store-language-container li .subcat.show{display:block; float:left; width:100%;}
.subcat .show .subcatchlid{display:none;}
.subcat .show .subcatchlid.show{display:block;}
div#header-search.header-search.skip-content {
    position: absolute;
    background: #fff;
    z-index: 111;
    margin-top: 39px;
	padding:10px 20px;
}
#search_mini_form button{
	position:absolute;
	right:0;
	top:0;
}
#search_mini_form button:hover > span{background:#000;}
#search_mini_form button > span{height:35px;}
#search_mini_form button > span span{padding:4px 12px;}
#search_mini_form label{display:none;}
.block-cart{background:none; border:0;}
div#header-cart.block-cart {
    position: absolute;
    left: 0;
    margin-top: 40px;
    background: #fff;
    z-index: 111;
    width: 100%;
    float: left;
    margin: 40px 0 0;
    padding: 10px 20px;
}
#nav > li > a > span {
  font-size: 15px;
}
.mobile-nav{display:none;}
.header .header-row {
    right: 362px;
}
.block-cart-header {
  margin: 0 12px 0 0;
}
.header-container {
  background-color: #000000;
  background-size: 38% auto;
}
.block-cart-header {
  background: rgba(0, 0, 0, 0) url("../images/cart-icon.png") no-repeat scroll 20px 6px;
  border-left: 1px solid #666666;
  color: #b2b2b2;
  float: right;
  font-size: 12px;
  line-height: 20px;
  margin: 0 12px 0 0;
  padding: 9px 8px 9px 55px;
}
}
@media only screen and (max-width: 880px) {
.header-container {
  height: 164px;
}
.header .header-row {
  right: 0;top:10px;
}
.header .row1 {
  padding-top: 60px;
}
#search_mini_form{right:8px;}
.block-cart-header{border-left:none;}
#nav > li > a{padding: 22px 12px 22px 12px!important;}
.header .row2 {    width: 80%;margin: 0 auto;}
.nav-container { float: none;text-align: center; }
#nav {padding-right: 0px;float: none;text-align: center;display: inline-block;}

/********************Mobile Menu **************/

}
@media only screen and (max-width: 767px) {
.header-container{background-position:center top;background-size:auto;}
.header-language-container{display:none;}

.header .header-row{display:none;}
.header .row2 .nav-container{display:none;}
.row1 #search_mini_form{display:none;}
.block-cart-header{display:none;}
.block-cart-header{margin-right:20px; padding-right:0px; border:0;}
.header .row2 {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 70px;
}
#search_mini_form input{    
	width: 100%;
    border: 1px solid #000;
    background: transparent;
    padding: 8px 10px;
	font-size:16px;
}
.mobile-nav {
  display: block;
}
#search_mini_form{right:0px; float:left; width:100%;}

.footer-col, .footer-col-1, .footer-col-2 {
    width: 50%;margin-right:0px;
}
.footer-col-2 { clear:both; float:left;margin: 15px 0 0 0;}
.footer .block.block-subscribe { position:relative; float: left;
    width: 50%;
    margin: 15px 0 0 0;
}
.slideshow-container ul{height:340px !important; }
.slideshow-container ul iframe{height:340px;}
.page-title h1, .page-title h2{font-size:20px;}
h2{font-size:16px;}
.map-content figure iframe{height:320px;}
.discover{padding-left:0px; padding-right:0px;}
.col-main{width:100%;}
.col-right {width: 100%; margin-top: 0;margin-bottom:20px;}
.product-view .product-img-box{width:100%;}
.col1-layout .product-view .product-shop{width:100%;}
.product-view .product-img-box .product-image{float:left; width:100%; margin-bottom:10px;}
.product-view .product-img-box .zoom-img {right: 10px;bottom: 20px;}
.product-view #product_tabs_review_tabbed_contents #product-review-table{margin-bottom:0px;}
/******Cart page ***/
.cart .data-table td {padding: 15px 10px;}
.cart .data-table td{padding:10px;}
.cart .data-table th, .cart .data-table td{padding:10px;}
.cart .data-table tfoot .btn-continue > span{padding-left: 8px; padding-right: 8px;} 
.cart .data-table tfoot .btn-update > span{padding-left: 8px; padding-right: 8px;} 
.cart .data-table tfoot .btn-empty > span{padding-left: 8px; padding-right: 8px;}
.cart .data-table tfoot .btn-continue span span{padding-right:15px;} 
.cart .data-table tfoot .btn-update span span{padding-left: 20px; padding-right: 0;} 
.cart .data-table tfoot .btn-empty span span{padding-left: 20px; padding-right: 0;}
.cart .discount, .cart .shipping{padding:10px;}
.cart .totals table th, .cart .totals table td{padding:12px 5px 12px 15px;}
.cart .totals .checkout-types{padding:20px 10px 10px 10px;}
.cart .cart-collaterals .col2-set{width:270px; margin-right:10px;}
.cart .cart-collaterals .col-2{width:270px;}
.cart .totals{width:270px;}
.cart .checkout-types button span{padding:0px;}
.cart .discount-form .input-box input{width:100%;}
.cart .shipping .form-list li select{width:100%;}
.cart .shipping .form-list li input {width: 100%; margin-top: 0;}
.catalog-category-view .block.last_block{margin-bottom:20px;}
/******Cart page ***/
/****** My Account page ***/
.col-left.sidebar.sidebar-indent{width:100%;}
.block-cart .mini-products-list .product-details .product-name{width:200px;}
/****** My Account page ***/
#athletes ul li, #brand ul li{background-size:35%;padding-left:50%;}
#athletes.keepers ul li {padding-left:40%; height:auto;min-height: 370px;}
#partners ul li{padding:20px 0 20px 36% !important; background-size:30%; background-position: 10px center !important; margin-bottom:20px !important;}
.new-products-slider #prev, .new-products-slider #next{top:10px;}
.header-container{height: 170px;}
.wrapper-tail {
    float: left;
    width: 100%;
	overflow:hidden;
}
.page {
    width: 100%;
    float: left;
    overflow: hidden;
}
.col1-layout .col-main{float: left;overflow: hidden;}
.header .logo{left:0; right:0; margin:0 auto !important;}	
div#header-search.header-search.skip-content{width:100%;}
.header-language-container.show{z-index:111111;}
.product-view .product-img-box .product-image .mousetrap{height:auto !important;}
.mobile-nav #header-cart{display:none !important;}
.checkout-cart-index .main{min-height:150px;}
}
@media only screen and (max-width: 640px) {
#socialbuttons{
	width: 267px; 
	margin: 10px auto 10px;
	float: none;
	position: relative;
	left: 0; 
	right: 0;	
	bottom:0px;
}	
#socialbuttons a.insta{margin-left:0px;}
.footer address{text-align:center; width:100%; margin:0px; padding:0px;}
.slideshow-container ul{height:255px !important; }
.slideshow-container ul iframe{height:255px;}
#costumerService p, #costumerService h5{padding-left:0px;}
#costumerService ul{padding-left:15px;}
.map-content figure iframe{height:280px;}
.cms-page-view .data-table th, .cms-page-view .data-table td {padding: 7px 5px 7px 5px;}
.cms-intdis div.disBlock{padding-left:0px; height:auto;}
div.onlineDeal a.dealer {width: 33.333%;}
.account-login .new-users{width:100%;}
.account-login .registered-users {float: left;width: 100%; margin-top: 15px;}
.customer-account-forgotpassword .form-list input.input-text{width:100%;}
.reg_email input#email_address{width:66%;}
.field.reg_pass{width: 48%;margin-right: 4%;}
.field.reg_cnfrm_pass {width: 48%;}
/******Cart page ***/
td.prod-cart, td.prod-cart, td.prod-name, td.a-center.edit, td.a-right.prod-prc, td.a-center.prod-qty, td.a-right.prod-subtot, td.a-center.prod-del.last{float:left; width:100%;border:0px;}
td.prod-cart{width:100px;}
td.prod-name{width:50%; }
td.a-center.edit{}
td.a-right.prod-prc{text-align:left !important; padding-left:110px;}
td.a-right.prod-prc::before{content:'Unit Price :'; font-weight:bold;}
td.a-center.prod-qty{text-align:left !important; padding:0 0 0 110px;}
td.a-center.prod-qty::before{content:'Qty :'; font-weight:bold;}
td.a-right.prod-subtot{text-align:left !important; padding-left:110px;}
td.a-right.prod-subtot::before{content:'Subtotal :'; font-weight:bold;}
td.a-center.prod-del.last{}
.cart .data-table th{display:none;}
.checkout-cart-index .radius-cart table#shopping-cart-table colgroup{display:none;}
.checkout-cart-index .radius-cart table#shopping-cart-table{border:1px solid #ececec;}
td.a-center.prod-del.last{position:absolute; top:0; right:0; width:125px;}
.cart .data-table td.a-center.edit a{padding-top:0px;background:none; color:#000; text-decoration:underline; margin-top:0px;padding:0px;}
.cart .data-table td.a-center.edit{text-align:left !important; padding-left:110px;padding-top:0px;}
.cart #shopping-cart-table.data-table tr{position:relative; float:left; width:100%; border-bottom:1px solid #ececec;}
.cart .data-table tfoot tr.last td.last{float:left; width:100%;}
.btn-remove2{
	background-size: 21px;
    float: right;
    width: 100%;
    font-size: 13px;
	text-decoration:underline;
    text-indent: 0;
    text-align: right;
    color: black;
    background-position: right -37px;
    padding: 13px 25px 0 0;
}
.cart .cart-collaterals .col2-set{width:100%; margin-right:0px;}
.cart .cart-collaterals .col-2{width:100%;}
.cart .cart-collaterals .col-2 > form{float:left; width:49%;}
.cart .shipping{float:right; width:49%;}
.cart .totals{width:100%; margin-top:10px;}
/******Cart page ***/
/********OPC **************/
#co-billing-form > fieldset{padding:15px 10px 20px 10px;}
.opc .step{padding:10px;}
#checkout-step-login .col2-set{padding:10px;}
/********OPC **************/
.pager{padding:4px 0px 6px 0px;}
/***************** My Account ****************/
.customer-account-index .my-account #my-orders-table.data-table thead, .sales-order-history .my-account #my-orders-table.data-table thead, .sales-order-view .my-account #my-orders-table.data-table thead{display:none;}
.customer-account-index .my-account #my-orders-table.data-table td, .sales-order-history .my-account #my-orders-table.data-table td, .sales-order-view .my-account #my-orders-table.data-table td{display:block; border:0; padding:5px 10px;}
.customer-account-index .my-account #my-orders-table.data-table tr, .sales-order-history  .my-account #my-orders-table.data-table tr, .sales-order-view .my-account #my-orders-table.data-table tr{
	border: 1px solid #ececec;
    float: left;
    width: 100%;
    border-bottom: 0;
	padding:5px 0;
}
.block .block-content li.item {padding: 5px 0;}
.customer-account-index .my-account #my-orders-table.data-table tr:last-child, .sales-order-history .my-account #my-orders-table.data-table tr:last-child{border-bottom:1px solid #ececec;}
.customer-account-index .my-account #my-orders-table.data-table td::before, .sales-order-history .my-account #my-orders-table.data-table td::before{font-weight:bold;width:100px; float:left;}
td.ordr_id::before{content:'Order Id :';}
td.ordr_date::before{content:'Order Date :';}
td.ordr_shipadd::before{content:'Ship To :';}
td.ordr_total::before{content:'Order Total :';}
td.ordr_status::before{content:'Order Status :';}
td.ordr_view::before{content:'Order View :';}
td.a-center.ordr_view.last{text-align:left !important; text-decoration:underline;}
.dashboard .box-head a{margin-bottom:0px;}
.dashboard .box-title h2, .dashboard .box-head h2{margin-bottom:0px;}
.my-account .box .box-title a{margin-bottom:0px;}
.dashboard #my_recent_reviews li .details .product-name{margin-top:10px;}
.my-account .pager .pages{float:right; width:auto;}
td.ov_pname::before{content:'Product Name :';}
td.ov_psku::before{content:'SKU :';}
td.a-right.ov_price{text-align:left !important;}
td.a-right.ov_price::before{content:'Price :';}
td.a-right.ov_pqty{text-align:left !important;}
td.a-right.ov_pqty::before{content:'Qty :';}
td.a-right.ov_pstot{text-align:left !important;}
td.a-right.ov_pstot::before{content:'Subtotal :';}
td.ov_pname > div{float:left;}
.sales-order-view .my-account #my-orders-table.data-table tbody td::before{font-weight:bold; float:left; width:100px;}
.sales-order-view .my-account #my-orders-table.data-table tbody td{clear:both;}
.sales-order-view .my-account #my-orders-table.data-table tbody td .item-options dd{float:left;}
.sales-order-view .my-account #my-orders-table.data-table tbody td .item-options dt{float:left;width: 45px;display: block;clear: both;}
.sales-order-view .my-account #my-orders-table.data-table tfoot td{display:inline-block;}
.sales-order-view .my-account #my-orders-table.data-table tfoot tr{text-align:right;}
.sales-order-view .my-account #my-orders-table.data-table tfoot td:first-child{font-weight:bold;}
.sales-order-view .my-account #my-orders-table.data-table tfoot tr:last-child{border-bottom:1px solid #ececec;}
.my-account .box .box-title{margin-bottom:5px;}
.my-account address{margin-bottom:10px;}
.my-account #my-reviews-table.data-table td{padding:5px 10px;border-bottom:0px; display:block;}
.my-account #my-reviews-table.data-table tr{border-bottom:2px solid #000;}

/***************** My Account ****************/
#athletes h3, #brand h3{font-size:16px;}
#athletes ul li, #brand ul li, #athletes.keepers ul li{
	background-size: 50%;
    padding-left: 0;
    padding-top: 70%;
    background-position: center 0 !important;
}
.header .logo{width:100%;}
}


@media only screen and (max-width: 599px) {
.col2-left-layout .products-grid, .col2-right-layout .products-grid{width:230px;}
.products-grid li.item{width:230px;}
.pager .pages{float:left; width:100%; text-align:left;}
#product-review-table.data-table td{padding:10px;}
#product-review-table.data-table th{padding:10px;}
button#empty_cart_button{display:none;}
.home-products li.item img{width: auto;max-width: 100%;height: auto;}
/***************** My Account ****************/
.my-account .col2-set .col-1, .my-account .col2-set .col-2{width:100%;} 
.my-account #my-reviews-table .data-table td {
    padding: 10px 5px;
}
/***************** My Account ****************/
.header .row2 .accordion span{font-size:16px;}
.header .mobile-nav .links li a{font-size:16px;}
.top-skip-links a.skip-link.skip-search span{font-size:16px;}
.top-skip-links .header-minicart a span{font-size:16px;}
}

@media only screen and (max-width: 550px) {
.seositemap-index-index div.seositemap-map table tbody tr td {display: block;width: 100%;}
.product-view .tabs li{width:100%;}
.opc #checkout-step-payment .form-list select{width:199px;}
.sp-methods .form-list{padding-left:0px;}
#checkout-agreements .form-list li.wide textarea {
    width: 100%;
}
.cms-homepage #esns_box_layer{width: 86%;}
.cms-homepage #esns_box_subscribe_input{width: 100%;}
.cms-homepage #esns_box_subscribe_input input{    width: 100%; clear: both; margin: 0;}
.cms-homepage #esns_box_subscribe_submit{margin-top: 10px;}
.cms-homepage #esns_box_subscribe{margin:0;}
.cms-homepage #esns_box_title{width:100%}
.gro_img img { width:80%;}
}
@media only screen and (max-width: 479px) {
.footer-col, .footer-col-1, .footer-col-2{width:100%;}
.footer .block.block-subscribe{width:100%;}
.footer-bg{padding:36px 10px 19px 10px;}
.slideshow-container ul{height:170px !important; }
.slideshow-container ul iframe{height:170px;}
.cms-index-index .products-grid li.item{width: 50%; margin-right: 0;}
.breadcrumbs{padding-left:10px;}
.col1-layout .col-main{padding:0 0px;}
.catalog-category-view.category-our-story .breadcrumbs, .catalog-category-view.category-athletes .breadcrumbs, .catalog-category-view.category-partners .breadcrumbs, .catalog-category-view.category-the-go-getters .breadcrumbs {padding: 5px 10px 10px 10px;}
.col1-layout .col-main{width:100%;}
.discover{padding-left:0px; padding-right:0px;}
.page-title, .category-title{margin:0 0 15px;}
.cms-page-view .data-table thead th{display:none;}
.cms-page-view .data-table th, .cms-page-view .data-table td{display:block;}
.cms-page-view .data-table th{border-bottom:0px; border-top:0px;}
.cms-page-view .data-table tr:first-child th:first-child{border-top:1px solid #ececec;}
.products-list .product-shop {
    margin-left: 0;
    text-align: center;
}
.products-list .product-image{width:100% !important; text-align:center;}
.catalog-category-view .products-list h2.product-name {
    text-align: center;
    width: 100%;
}
.products-list .product-shop .button{margin-right:0; float:none; }
.products-list .add-to-links{float:none;margin:0 auto;}
#contactForm .form-list .field, #contactForm .form-list .field.last {
    float: left;
    width: 100%;
    margin-right: 0;
}
.map-content {
    margin-left: -10px;
    margin-right: -10px;
}
.rockSolid, .returns, .shipReturn{padding-left:0px; padding-right:0px; background-size:700px;}
div.onlineDeal a.dealer {width: 50%; margin-bottom:30px;}
.form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename .name-middlename, .form-list .customer-name-middlename .name-lastname, .field.reg_pass, .field.reg_cnfrm_pass{width:100%; margin:0;}
.reg_email input#email_address {width: 100%;}
.customer-account-create .form-list li:first-child{margin-bottom:0px;}
.fieldset .legend{margin-bottom:0px; padding-bottom:0px;}
.padder #product_tabs_review_tabbed_contents{padding:5px;}
.cart #shopping-cart-table.data-table tfoot tr.last button{width:100%;}
.btn-remove2{width:25px; height:25px; overflow:hidden; text-indent:-999px;}
.cart .data-table tfoot .btn-continue span span{padding-right:0px; background:none;}
.cart .data-table tfoot .btn-update span span{padding-left:0px; background:none;}
.cart .data-table tfoot .button > span{padding:0; width:200px;text-align:center; float:none; display:inline-block; margin:0 auto;}
.cart .data-table tfoot .button > span > span{padding:0; width:200px;text-align:center;}
.cart .data-table tfoot button.button.btn-continue{margin-bottom:5px;}
.cart #shopping-cart-table.data-table tfoot tr{border:0px;}
.cart .cart-collaterals .col2-set{width:100%; margin-right:0;}
.cart .cart-collaterals .col-2{width:100%;}
.cart .totals {width: 100%;margin-top: 10px;}
/************ OPC ****************/
.opc .form-list .customer-name-middlename .name-firstname{width:100%;}
.opc li.fields.field_com .field.frst{width:100%; float:left;}
.opc li.fields.field_com .field.scnd{width:100%; float:left;}
.main-container.col2-right-layout{margin:0 10px;}
#checkout-step-login .col2-set > .col-1{width:100%; float:left; margin-bottom:15px;}
#checkout-step-login .col2-set > .col-2{width:100%; float:left;}
#co-shipping-form{padding:15px 10px 20px;}
.opc .step .tool-tip{right:0px;}
.opc .step-title{padding:11px 10px 14px;}
.opc #checkout-step-payment .form-list select{width:100%;}
.block.block-progress .block-title span, .block-progress dt{padding-left:10px;}
#checkout-review-table td{padding:16px 10px 14px 10px;}
#checkout-review-table th{padding:12px 10px 12px 10px;}
.block-progress dd.complete{padding:18px 10px 12px 10px;}
.cms-homepage #banners{max-height:400px !important;}
.cms-index-index .products-grid .product-name{height:15px; overflow:hidden;}
/************ OPC ****************/
.catalogsearch-result-index .block.block-reorder.last_block{margin-left:0; margin-right:0;}
.catalogsearch-result-index .breadcrumbs{padding-left:0px;}
/************* OPC ***************/
/************* My Account ***************/
.main-container.col2-left-layout {margin: 0 10px;}
.my-account .page-title a.link-print{clear:both; float:left;}
.col2-left-layout .my-account li.fields.field_com .field.scnd{width:100%; float:left;}
.col2-left-layout .my-account li.fields.field_com .field.frst{width:100%;float:left;}
.col2-left-layout .my-account li.single-fld{width:100%; float:left;}
.my-account .form-list li.wide.field_com input.input-text{width:100%;}
.col2-left-layout .my-account .fieldset.adrs li.fields.field_com .field.frst{margin-bottom:7px;}
.morecc-index-index form > .form-edit table.form-edit > tbody > tr > td{width:100% !important;float:left;}
.sales-billing-agreement-index .my-account .form-list li select {width: 68%;}
/************* My Account ***************/
#athletes ul li, #brand ul li{background-size: 71%; padding-top: 100%;}
#partners ul li{padding: 60% 5px 15px 10px !important;
    background-size: 50%;
    background-position: center 15px !important;
    margin-bottom: 10px !important;
}
#partners li.sbw{background-size: 35%;}	
#partners ul li.bcm{padding-top: 31% !important;}
#partners ul li.shta {padding-top: 40% !important;}
#partners li.mush{padding-top: 30% !important;}
.header .row2 .accordion span{font-size:14px;}
.header .mobile-nav .links li a{font-size:14px;}
.top-skip-links a.skip-link.skip-search span{font-size:14px;}
.top-skip-links .header-minicart a span{font-size:14px;}
#search_mini_form input{font-size:12px;}
#search_mini_form button > span{height:32px;}
#search_mini_form button > span span{padding:3px 12px 0;}
.store-language-container li a{padding-left:10px; font-size:14px;}
.header-language-container.show .accordion1{width:8%;}
.store-language-container li a{width:92%;}
.store-language-container .column.first ul > li > .subcat.show > li > a{padding-left:20px;}
.store-language-container .column.first ul > li > .subcat.show > li > ul > li > a{padding-left:30px;}
body {
    margin: 0 auto;
    min-width: 100%;
}
.header .quick-access{float:left; clear:both;}
.wrapper-tail {
    float: left;
    width: 100%;
	overflow:hidden;
}
.cart .shipping, .cart .cart-collaterals .col-2 > form{width:100%; float:left;}
}
@media only screen and (max-width: 413px) {
#product-review-table.data-table th {padding: 10px 5px;}
#product-review-table.data-table td {padding: 10px 5px;}
#product_tabs_review_tabbed_contents #product-review-table span.nobr span{display:block;}
#product_tabs_review_tabbed_contents #product-review-table{float:left; width:100%;}
.padder #product_tabs_review_tabbed_contents{float:left; width:100%;}
.product-view #product_tabs_review_tabbed_contents .form-list textarea{    
	width: 100%!important; 
    min-width: 100%!important; 
    max-width: 100%!important;
}
.product-view #product_tabs_review_tabbed_contents input.input-text{width:100%;}
.block .block-content{padding:10px;}
.block .block-title {padding: 16px 10px 0 10px;}
.row-product .email-friend{float:left;}
.product-view #product_tabs_description_tabbed_contents, .product-view #product_tabs_cms_contents, .product-view #product_tabs_custom_contents{padding:20px 10px;}
.product-view #product_tabs_custom_contents caption{margin-bottom:10px;}
.product-view #product_tabs_custom_contents table thead th:first-child{width:95px;}
.catalog-product-view .block-related ol#block-related{    
	float: none;
    width: 198px;
    padding: 0;
    margin: 0 auto;
}
.catalog-product-view .block-related .jspPane{left:0; right:0; margin:0 auto;}
.catalog-product-view .block-related ol#block-related li:nth-child(2n){margin-right:0px;}
.catalog-product-view .block-related ol#block-related li{float:none; display:inline-block;}
.block-cart .mini-products-list .product-details .product-name {width: 150px;}
.sales-order-view .my-account .page-title{text-align:left;}
.header .row2 .accordion span{font-size:10px;}
.header .mobile-nav .links li a{font-size:10px;}
.top-skip-links a.skip-link.skip-search span{font-size:10px;}
.top-skip-links .header-minicart a span{font-size:10px;}
}
@media only screen and (max-width: 375px) {
.header-container {
    background-size:100%;
}
.wrapper-tail {
    float: left;
    width: 100%;
	overflow:hidden;
}
}
@media only screen and (max-width: 320px) {
	.wrapper-tail {
    float: left;
    width: 100%;
	overflow:hidden;
}
}
#checkout-step-billing ul.form-list li.control:first-child {
    display: none;}


@media only screen and (max-width: 767px){
	/* Adjusting mobile menu for search removal */
	.header .row2 .accordion {
		width: 33.3%;
		margin: 0;
		padding: 0;
		line-height: 40px;
	}

	.header .mobile-nav .links li a {
		padding: 0;
		line-height: 40px;
	}

	div#header-account-links {
		width: 33.3%;
		margin: 0;
		padding: 0;
	}

	.header .mobile-nav .links li a {
		padding: 0;
	}

	.top-skip-links {
		width: 33.3%;
	}

	.top-skip-links .header-minicart {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.top-skip-links .header-minicart a.skip-cart {
		padding: 0;
		line-height: 40px;
		display: flex;
		justify-content: center;
	}

	.top-skip-links .header-minicart a span {
		line-height: 40px;
		padding: 0;
		margin: 0;
	}

	.header .row2 .accordion span {
		padding: 0;
	}
}