/**

 * 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) 2012 Magento Inc. (http://www.magentocommerce.com)

 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)


 */



/* Reset ================================================================================= */

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=bc38d5f1-c43f-4131-9422-a10c2f6c60dc");
@font-face{
font-family:"Trade Gothic W01 Bold";
src:url("../font/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix");
src:url("../font/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix") format("eot"),url("../font/d2e623ca-efc6-4557-ae55-ebb786065dcf.woff2") format("woff2"),url("../font/f51d24dd-8256-43c6-ba1a-6aeae9d3f262.woff") format("woff"),url("../font/955ee494-66b2-4eb2-8f19-bc3a088df16d.ttf") format("truetype"),url("../font/d5153ad4-7c93-4757-9147-640e69ec4801.svg#d5153ad4-7c93-4757-9147-640e69ec4801") format("svg");
}
@font-face{
font-family:"TradeGothicNextW01-Bold_693232";
src:url("../font/62cdf702-7113-4955-9b29-d803174650c7.eot?#iefix");
src:url("../font/62cdf702-7113-4955-9b29-d803174650c7.eot?#iefix") format("eot"),url("../font/b559a389-e9a7-4140-80af-cc5f64350983.woff2") format("woff2"),url("../font/a43fe47f-004d-4b6d-9a72-23de9e08f66e.woff") format("woff"),url("../font/de22c287-e0dc-4287-8a0e-3f68a8788330.ttf") format("truetype"),url("../font/d7c320de-0c26-418a-b1d2-ef600169db34.svg#d7c320de-0c26-418a-b1d2-ef600169db34") format("svg");
}

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.jpg) repeat-x 0 0px;
	color: #000;
	font-family: 'Trade Gothic W01 Bold', sans-serif;
	font-size: 12px;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FF5A00;
	text-decoration: none;
}
:focus {
	outline: 0;
}
/* Headings */

h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.15;
}
h2 {
	font-size: 18px;
	line-height: 1.25;
	font-weight: normal;
}
h3 {
	font-family:"TradeGothicNextW01-Bold_693232" !important;
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	font-weight: normal;
}
h6 {
	font-size: 11px;
	font-weight: normal;
}
hr {
	color: #CECECE;
	margin: 20px 0;
}
/* Forms */

form {
	display: inline;
}
fieldset {
	border: 0;
}
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 {
}
address {
	font-style: normal;
}
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 {
	float: left !important;
}
.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 {
}
.page {
	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;
}
.main-container {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 1260px;
}
.cms-home .main {
	margin: 7px 0 10px;
}
.cat-listing .main {
	margin: 0 0 10px;
}
.main {
	/*margin: 48px 0 10px;*/
}
/* Base Columns */

.col-left {
	float: left;
	width: 240px;
}
.col-main {
	float: left;
	width: 900px;
}
.col-right {
	float: right;
	width: 240px;
}
/* 1 Column Layout */

.col1-layout .col-main {
	float: none;
	width: auto;
}
/* 2 Columns Layout */

.col2-left-layout .col-main {
	float: right;
}
.col2-right-layout .col-main {
}
/* 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-size: 14px;
	font-family: 'Trade Gothic W01 Bold', sans-serif;
	vertical-align: middle;
	color: #000;
}
select, button {
	outline: none !important;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
input.input-text, select, textarea {
	background: #EBEBEC;
	border: none;
}
input.input-text, textarea {
	padding: 4px;
}
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;
}
input.qty {
	width: 2.5em !important;
}
 button.button::-moz-focus-inner {
 padding:0;
 border:0;
} /* FF Fix */
button.button {
	-webkit-border-fit: lines;
} /* <- Safari & Google Chrome Fix */
button.button {
	background: none;
	border: none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-transform: uppercase;
	width: auto;
}
button.button span {
	background-color: #FF5A00;
	color: #FFFFFF;
	float: left;
	height: 20px;
	padding: 3px 0 0 8px;
	text-align: center;
	white-space: nowrap;
}
button.button:hover span {
	background-color: #000;
}
button.button span span {
	padding: 0 12px 0 4px;
}
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 8px;
}
.form-list label {
	float: left;
	font-size: 11px;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
}
.form-list label.required {
}
.form-list label.required em {
	float: right;
	font-style: normal;
	color: #eb340a;
	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: 275px;
}
.form-list input.input-text {
	width: 254px;
}
.form-list textarea {
	width: 254px;
	height: 10em;
}
.form-list select {
	padding: 2px;
	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: 70px;
}
.form-list .name-middlename input.input-text {
	width: 49px;
}
.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: 205px;
}
.form-list .customer-name-prefix-middlename-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-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: 205px;
}
.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: 189px;
}
.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: 46px;
}
.form-list .customer-dob .dob-year {
	width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
	width: 134px;
}
#login-form {
	background: url(../images/login-separator.jpg) no-repeat center center;
	border: 1px solid #E5E5E5;
	display: block;
	margin: 28px 0;
	padding: 45px 35px;
}
#checkout-step-login #login-form {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#login-form h3 {
	margin-bottom: 30px;
}
#login-form .form-list li {
	margin: 15px 0 8px;
}
#login-form .form-list label.required em {
	color: #EB340A;
	font-style: normal;
}
#login-form .form-list input.input-text {
	font-size: 10px;
}
#login-form .col2-set .col-2, #login-form .col2-set .col-1 {
	width: 47%;
}
.buttons-set {
	clear: both;
	margin: 5px 0 0;
	padding: 0;
}
.buttons-set .back-link {
	float: left;
}
.buttons-set button.button {
	float: right;
	margin-left: 4px;
}
.buttons-set p.required {
	margin: 0 0 5px;
}
.buttons-set-order {
}
.fieldset {
	border: 1px solid #ddd;
	background: #fefefe;
	padding: 22px 25px 12px 33px;
	margin: 28px 0;
}
.fieldset .legend {
	background: none repeat scroll 0 0 #FF5A00;
	border: 1px solid #FEFEFE;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	margin: -33px 0 0 -10px;
	padding: 3px 14px;
	position: relative;
	text-transform: uppercase;
}
/* Form Validation */

#form-validate p {
	margin: 10px 0;
}
.validation-advice {
	background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
	clear: both;
	color: #FF0000;
	font-size: 10px;
	line-height: 13px;
	margin: 3px 0 0;
	min-height: 13px;
	padding-left: 17px;
	right: 0;
}
.validation-failed {
	border: 1px dashed #f00 !important;
	background: #faebe7 !important;
}
.validation-passed {
}
p.required {
	font-size: 10px;
	text-align: right;
	color: #FF5A00;
}
/* 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: #FF5A00;
}
.messages, .messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.messages {
	width: 100%;
	overflow: hidden;
}
.messages li {
	margin: 10px 0;
	padding-top: 3px;
	text-transform: uppercase;
}
.messages li li {
	margin: 0 0 3px;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 9px !important;
	background-repeat: no-repeat !important;
	min-height: 22px !important;
	padding: 8px 8px 8px 32px !important;
	font-size: 11px !important;
	font-weight: bold !important;
}
.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	background-image: url(../images/i_msg-error.gif);
	color: #df280a;
}
.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	background-image: url(../images/i_msg-success.gif);
	color: #3d6611;
}
.note-msg, .notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	background-image: url(../images/i_msg-note.gif);
	color: #3d6611;
}
/* BreadCrumbs */

.breadcrumbs {
	clear: both;
	padding: 3px 0 1px 0;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: normal;
}
ul.subcategory-list {
	/*
	float: left;
	margin: 3px 0 3px 10px;
	width: 222px;
	*/
	display: inline-block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 3px 0 3px 5px;
    width: 220px;
}
.cat-listing .main .breadcrumbs, .catalog-product-view .breadcrumbs {
	padding: 10px 0 1px 10px;
}
.catalogsearch-result-index .main .breadcrumbs {
	padding: 3px 0 1px 10px;
}
.breadcrumbs, .breadcrumbs a {
	color: #9D9D9E;
}
.breadcrumbs a:hover {
	color: #FF5A00;
}
.breadcrumbs li {
	display: inline;
}
#menu-controls {
	width: 100%;
}
/* Page Heading */

.page-title {
}
.page-title h1, .page-title h2 {
	color: #868686;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 7px;
}
.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;
}
/* Pager */

.pager {
	float: left;
}
.amount {
	position: absolute;
	left: 0;
	font-weight: 300 !important;
}
.pager .amount {
	float: left;
}
.pager .limiter {
	float: right;
}
.pager .pages {
	font-size: 10px;
	margin: 0 auto;
}
.pager .pages ol {
	display: inline;
}
.pager .pages li {
	font-size: 10px;
	display: inline;
	margin-left: 2px;
}
.pages ol li a, .pages ol li a.next:hover, .pages ol li a.previous:hover {
	background-color: #EBEBEC;
	display: inline-block;
	font-size: 10px;
	height: 17px;
	padding-top: 3px;
	text-align: center;
	width: 19px;
}
.pages ol li a.previous img, .pages ol li a.next img {
	margin-top: -3px;
}
.pager .pages strong {
	margin-right: 3px;
}
.pages ol li a.previous {
	margin-right: 1px;
}
.pages ol li a:hover, .pager .pages .current {
	background-color: #9D9D9E;
	color: #FFFFFF;
	display: inline-block;
	height: 17px;
	padding-top: 3px;
	text-align: center;
	width: 19px;
}
/* Sorter */

.sorter {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
}
.sorter .view-mode {
	float: left;
}
.sorter .sort-by {
	float: right;
	position: relative;
}
.sorter .sort-by select {
	margin: 0 4px;
	text-transform: none;
	width: 122px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	text-transform: none !important;
	font-size: 12px !important;
}
.show-per-page {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	text-transform: none !important;
	font-size: 12px !important;
}
.show-per-page select {
	margin: 0 4px;
	text-transform: none;
	width: 56px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	text-transform: none !important;
	font-size: 12px !important;
}
.show-per-page label {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	text-transform: none !important;
	font-size: 12px !important;
}
/* Toolbar */

.toolbar {
	border-bottom: 1px solid #CECECE;
	height: 50px;
	position: relative;
}
.toolbar-top .toolbar {
	padding-bottom: 15px;
}
.toolbar-top .amount {
    margin-left: 10px;
    margin-top: 40px;
}
.toolbar-options {
	position: absolute;
	right: 0;
	width: 367px;
}
.toolbar-options .show-per-page {
	float: left;
}
.toolbar .pager {
	text-align: center;
	width: 100%;
}
.toolbar .sorter {
	position: absolute;
	right: 0;
}
.toolbar-bottom .toolbar {
	border-bottom: medium none;
	border-top: 1px solid #CECECE;
	padding-top: 50px;
}
/* Data Table */

.data-table {
	width: 100%;
}
.data-table th {
	padding: 5px;
	border: 1px solid #ddd;
	white-space: nowrap;
}
.data-table td {
	padding: 5px;
	border: 1px solid #ddd;
}
.data-table thead {
	background-color: #EBEBEC;
	color: #989898;
	font-size: 12px;
	text-transform: uppercase;
}
.data-table tbody {
}
.data-table tfoot {
}
.data-table tr.first {
}
.data-table tr.last {
}
.data-table tr.odd {
}
.data-table tr.even {
	background-color: #f6f6f6;
}
.data-table tbody.odd {
}
.data-table tbody.odd td {
	border-width: 0 1px;
}
.data-table tbody.even {
	background-color: #f6f6f6;
}
.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;
	background-color: #f6f6f6;
}
.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 {
	font-size: 14px !important;
}
.std h2 {
	margin-bottom: 10px;
	margin-top: 25px;
}
.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 0 1em;
	padding: 0;
}
.std ul {
	list-style: square outside none;
	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 {
}
.std i, .std em {
	font-style: italic;
}
.std a, .cms-home .std a:hover {
	color: #FF5A00;
}
.std a:hover, .cms-home .std a {
	color: #868686;
}
/* Misc */

.links li {
	float: left;
	margin-left: 25px;
	padding-top: 14px;
}
.links li.first {
	padding-left: 0 !important;
}
.links li.last {
	background: none;
	padding-right: 0;
}
.link-cart {
	font-weight: bold;
	color: #f00;
}
.link-wishlist {
	font-size: 14px;
}
.block-related .link-wishlist {
	float: left;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	width: 100%;
}
.block-related li.last {
	border-right: none;
}
.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: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_remove.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
.btn-remove2 {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_trash.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
.btn-edit {
	display: block;
	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;
}
.cards-list dt {
	margin: 5px 0 0;
}
.cards-list .offset {
	padding: 2px 0 2px 20px;
}
.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 {
}
/* ======================================================================================= */





/* Header ================================================================================ */

.logo {
	float: left;
	margin-top: 10px;
}
.header-container {
	/*
    border-bottom: 1px solid #DDDDDD;
    -webkit-box-shadow: 1px 0px 1px rgba(34, 30, 31, 0.2);
	-moz-box-shadow:    1px 0px 1px rgba(34, 30, 31, 0.2);
	box-shadow:         1px 0px 1px rgba(34, 30, 31, 0.2);

    margin-bottom: 2px;*/
	position: relative;
    z-index: 999999;
}
.header {
    margin: 0 auto;
    position: relative;
    width: 1260px;
}
.header .logo {
	clear: left;
	float: left;
	text-decoration: none !important;
}
.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}
.header h1.logo {
	padding: 0;
}
.header .welcome-msg {
	float: left;
	margin-left: 1px;
	color: #fff;
	height: 30px;
	padding-top: 13px;
}
.header .welcome-msg a {
	margin-left: 3px;
	margin-right: 4px;
	color: #fff;
}
.header .welcome-msg span {
	margin-left: 4px;
}
.header .quick-access {
	float: right;
}
.header .links li a {
	float: left;
	font-size: 12px;
	text-decoration: none;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: 400;
	/*	text-transform: uppercase;*/
}
.header .links li a.top-link-cart {
	background: rgba(0, 0, 0, 0) url("../images/bag-bg.png") no-repeat scroll 10px 14px;
	color: #fff;
	font-size: 12px;
	padding-left: 24px;
	display: block;
	padding: 14px 10px 13px 34px;
}
.header .links li.last {
	background: #ff5a00;
	padding: 0px !important;
	line-height: 16px !important;
}
.header .form-search {
	background-color: #ebebeb;
    float: right;
    padding: 0 7px;
    text-align: right;
	margin-left: 80px;
	margin-top: 24px;
}
.header .form-search input.input-text {
	background: none;
	border: none;
	margin-right: 1px;
	text-transform: uppercase;
	width: 150px;
}
.header .form-search button.button img {
	margin-top: 1px;
}
.header .form-search .search-autocomplete {
	z-index: 999;
}
.header .form-search .search-autocomplete ul {
	border: 1px solid #ddd;
	background-color: #fff;
	width: 175px;
}
.header .form-search .search-autocomplete li {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	padding: 3px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	text-align: left;
}
.header .form-search .search-autocomplete li .amount {
	float: right;
	font-weight: bold;
	margin-left: 9px;
	position: relative;
}
.header .form-search .search-autocomplete li.selected {
}
.header .form-language {
	clear: both;
	text-align: right;
}
.header-container .top-container {
	clear: both;
	text-align: right;
}
.header #top_cart_dropdown {
	background-color: #FFFFFF;
    font-size: 10px;
    max-width: 300px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 43px;
    z-index: 99999;
}
.header #top_cart_dropdown .product-name a {
    float: left;
    margin-top: 5px;
    text-align: left;
}
.header #top_cart_dropdown .paypal-logo {
    margin-right: 8px;
    text-align: right;
}
.header #top_cart_dropdown .paypal-logo .paypal-or {
	display: none;
}
.header #top_cart_dropdown .block {
	margin-bottom: 0;
}
.header #top_cart_dropdown .block .actions {
	padding: 10px;
}
/********** < Navigation */

.nav-container {
	float: left;
	margin-left: 40px;
	margin-top: 2px;
}
#nav {
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 0px !important;
	padding: 0px !important;
}
.nav-container #nav .nav-1 a.level-top {
	pointer-events: none;
}
/* All Levels */

#nav li {
	position: relative;
	text-align: left;
}
#nav li.over {
	z-index: 998;
}
#nav li.parent {
}
#nav li a {
	font-family:"TradeGothicNextW01-Bold_693232";
	display: inline-block;
	padding: 24px 36px 23px;
	text-decoration: none;
	font-size: 20px;
}
#nav li a:hover {
	background-color: #FF5A00;
	text-decoration: none;
}
#nav li li a:hover {
	background: none;
}
#nav li a span {
	display: block;
	white-space: nowrap;
	cursor: pointer;
}
#nav li ul a span {
	white-space: normal;
}
/* 1st Level */

#nav li {
	float: left;
}
.#nav li a {
 float: left;
 cursor: pointer !important;
}
#nav li a:hover {
	color: #000;
}
#nav li.over a {
	background-color: #edecec;

	color: #000;
}
#nav li.over li a, #nav li.active li a {
	background: none;
	color: #868686;
}
#pronav_ImgContainer {
	float: right;
}
/* 2nd Level */

#nav ul, #nav div {
	position: absolute;
	width: 1174px;
	top: 70px;
	left: -10000px;
	border: 3px solid #edecec;
	background: #edecec;
}
#nav div ul {
	position: static;
	width: auto;
	border: none;
}
#nav div.nav-wrap {
	/*
	border-left: 1px solid #cecece;
	border-top: none;
	border-bottom: none;
	border-right: none;
	*/
	float: left;
	left: 0;
	/* height: 290px; */
	height: auto;
	margin-left: 27px;
	margin-top: 27px;
	padding-left: 16px;
	position: relative;
	top: 0;
	width: 169px;
	margin-bottom: 20px;
	background: none !important;
	border: none !important;
}
.proNav_store {
	background: none !important;
}
#nav div.nav-wrap a {
	font-size: 12px;
	line-height: 24px;
}
#nav div.nav-wrap .ponav_contentsTitle a {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 7px;
}
/* 3rd+ leven */

#nav ul ul, #nav ul div {
	top: 7px;
}
#nav ul li {
	float: none;
	margin-right: 0;
}
#nav ul li.last {
	border-bottom: 0;
}
#nav ul li a {
	color: #000 !important;
	float: none;
	font-size: 12px;
	padding: 0;
}
.proNav_store {
	list-style: none outside none;
	margin: 0 0 15px;
	padding: 0;
}
#nav ul li a:hover {
	color: #ff5a00 !important;
}
#nav ul li.active > a, #nav ul li.over > a {
	color: #ff5a00 !important;
}
/* Show menu */

#nav li ul.shown-sub, #nav li div.shown-sub {
	left: -188px;
	z-index: 999;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	left: 100px;
}
#category-node-3 {
	min-height: 250px;
}
/********** Navigation > */

/* ======================================================================================= */





/* Sidebar =============================================================================== */

.top_cart_hold .block {
	border: 3px solid #ff5a00;
}
.block {
	border: 1px solid #cecece;
	margin: 0 0 10px;
}
.block .block-title {
	border-bottom: 1px solid #cecece;
	padding: 3px 10px;
}
.block-related .block-title {
	padding-left: 3px !important;
}
.block-related .block-title {
	border: none;
	margin-bottom: 7px;
	padding-left: 1px !important;
}
.block .block-title strong {
	font-size: 14px;
}
.block-related .block-title strong {
	font-size: 16px;
}
.block .block-title strong span {
	font-size: 16px;
	text-transform: uppercase;
}
.block .block-title a {
	text-decoration: none !important;
}
.block .block-subtitle {
	font-size: 13px;
}
.block .block-content {
	padding: 10px;
}
.block .block-content li.current {
	color: #FF5A00;
}
.block-account .block-content li:hover {
	color: #FF5A00;
}
.block-account .block-content li {
	list-style: square outside none;
	margin-bottom: 5px;
	margin-left: 15px;
	text-transform: uppercase;
}
.block-related .block-content {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 0;
}
.block .block-content li.item {
	padding: 5px 0;
}
.block .btn-remove, .block .btn-edit {
	float: right;
}
.block .actions {
	text-align: right;
}
.block .actions a {
	float: left;
}
.block .empty {
}
.block li.odd {
}
.block li.even {
	background-color: #f6f6f6;
}
#recently-viewed-items .product-name {
	height: auto;
	text-align: left;
}
#recently-viewed-items .product-name a {
	text-align: left;
}
.block #recently-viewed-items li.even {
	background-color: #fff;
}
/* Mini Products List */

.mini-products-list li {
	padding: 5px 0;
}
.mini-products-list .product-image {
	float: left;
	width: 50px;
	padding: 5px;
	border: 1px solid #ddd;
}
.mini-products-list .product-details {
	margin-left: 75px;
}
.mini-products-list .product-details h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.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 {
}
/* Block: Currency Switcher */

.block-currency {
	border: none;
	margin: 0;
	padding: 0;
}
.block-currency select {
	width: 100%;
	border: none;
}
.block-currency .block-content {
	padding: 0;
}


/* Block: Currency Switcher */

.block-currency2 {
	border: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.block-currency2 select {
	width: 100%;
	border: none;
}
.block-currency2 .block-content2 {
	padding: 0;
}

/* Block: Layered Navigation */

.block-layered-nav {
}
.block-layered-nav dt {
	font-weight: bold;
}
.block-layered-nav .currently {
}
.block-layered-nav .btn-remove {
	float: left;
	margin: 2px 3px 0 0;
}
/* Block: Cart */

.block-cart {
}
.block-cart .summary {
}
.block-cart .amount {
}
.block-cart .subtotal {
	text-align: center;
}
.block-cart .actions .paypal-logo {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
	clear: both;
	display: block;
	padding: 0 55px 5px 0;
}
/* Block: Wishlist */

.block-wishlist {
}
/* Block: Related */

.block-related {
	border: none;
	clear: both;
	display: block;
	padding-top: 30px;
}
.block-related li {
	padding: 15px 12px !important;
	width: 210px;
	float: left;
	background: none !important;
	border-right: 1px solid #DDDDDD;
}
.block-related input.checkbox {
	float: left;
	margin-right: -20px;
}
.block-related .product {
}
.block-related .product .product-image {
	float: left;
	width: auto;
	border: none;
}
.block-related .product .product-details {
	margin-left: 0;
	margin-bottom: 3px;
	float: left;
}
/* Block: Compare Products */

.block-compare {
}
.block-compare li {
	padding: 5px 0;
}
/* Block: Recently Viewed */

.block-viewed {
}
/* Block: Recently Compared */

.block-compared {
}
/* Block: Poll */

.block-poll label {
}
.block-poll input.radio {
	float: left;
	margin: 1px -18px 0 0;
}
.block-poll .label {
	display: block;
	margin-left: 18px;
}
.block-poll li {
	padding: 3px 9px;
}
.block-poll .actions {
	margin: 5px 0 0;
}
.block-poll .answer {
	font-weight: bold;
}
.block-poll .votes {
	float: right;
	margin-left: 10px;
}
/* Block: Tags */

.block-tags ul, .block-tags li {
	display: inline;
}
/* Block: Subscribe */

.block-subscribe {
}
/* Block: Reorder */

.block-reorder {
}
.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: Banner */

.block-banner {
}
.block-banner .block-content {
	text-align: center;
}
/* 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;
}
.sidebar .paypal-logo a {
	float: none;
}
/* ======================================================================================= */





/* Category Page ========================================================================= */

.category-title {
	font-family:"TradeGothicNextW01-Bold_693232" !important;
	border: 0;
	margin: 0 0 0 10px;
	letter-spacing: -1px;
	margin-top: 10px;
}
.category-image {
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}
.category-image img {
	width: 100% !important;
}
.category-description {
	margin: 0 0 10px;
}
.category-products {
	margin-top: -37px;
}
/* View Type: Grid */



.catalog-product-view .products-grid {
	border-bottom: none;
	margin: 0 !important;
}
.products-grid {
	border-bottom: 1px solid #ddd;
	position: relative;
}
.products-grid.last {
	border-bottom: 0;
}
.products-grid li.item {
    border-left: 1px solid #cecece;
    float: left;
    height: 430px;
    padding: 20px 8px 0;
    position: relative;
    width: 290px;
}
.products-grid .ratigns {
	float: left;
}
.products-grid li.item.first {
    border-left: medium none;
    padding: 20px 22px 0 23px;
    width: 290px;
}
.products-grid .product-image {
    display: block;
    height: 290px !important;
    margin: 0 0 9px;
    width: 280px !important;
}
.products-grid .product-image img {
    /*height: 260px !important;*/
    width: 290px !important;
}
.catalog-product-view .products-grid .product-image {
	width: auto;
	height: auto;
	margin: 5px 0;
}
.products-grid .product-name {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px;
	text-align: center;
	width: 100%;
}
.catalog-product-view .products-grid .product-name {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	height: 61px;
	overflow: hidden;
}
.products-grid .product-name a {
	font-weight: 15px;
	float: none;
}
.box-up-sell .products-grid .price-box {
	float: left;
	font-size: 15px;
	line-height: 50px;
	margin-bottom: 0;
	margin-top: 7px;
	padding-bottom: 0;
	position: relative;
	right: auto;
	text-align: center;
	width: 100%;
}
.products-grid .price-box {
	bottom: 11px;
	margin: 5px 0;
	position: absolute;
	right: 19px;
	text-align: right;
}
.products-grid .availability {
	line-height: 21px;
}
.products-grid .actions {
	position: absolute;
	bottom: 12px;
}
.col2-left-layout .products-grid, .col2-right-layout .products-grid {
	width: 632px;
	margin: 0 auto;
}
.col1-layout .products-grid {
	margin: 0 auto;
}
/* View Type: List */

.products-list li.item {
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
}
.products-list li.item.last {
	border-bottom: 0;
}
.products-list .product-image {
	float: left;
	width: 135px;
	height: 135px;
	margin: 0 0 10px;
}
.products-list .product-shop {
	margin-left: 150px;
}
.products-list .product-name {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
}
.products-list .product-name a {
}
.products-list .price-box {
	float: left;
	margin: 3px 13px 5px 0;
}
.products-list .availability {
	float: left;
	margin: 3px 0 0;
}
.products-list .desc {
	clear: both;
	padding: 6px 0 0;
	margin: 0 0 15px;
	line-height: 1.35;
}
.products-list .desc .link-learn {
	font-size: 11px;
}
.products-list .add-to-links {
	clear: both;
}
.products-list .add-to-links li {
	display: inline;
}
.products-list .add-to-links .separator {
	display: inline;
	margin: 0 2px;
}
/* ======================================================================================= */





/* Product View ========================================================================== */

/* Rating */

.no-rating {
	margin: 0;
}
.products-grid .ratings {
	bottom: 14px;
	left: 19px;
	position: absolute;
	width: 150px;
}
.ratings {
	font-size: 10px;
	line-height: 1.25;
	margin: 7px 0;
}
.rating-links {
	padding-top: 3px;
}
.ratings strong {
	float: left;
	margin: 1px 3px 0 0;
}
.ratings .rating-links {
	margin: 0;
}
.ratings .rating-links .separator {
	margin: 0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
	width: 80px;
	height: 13px;
	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: 14px;
	background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
	float: left;
	margin-right: 6px;
}
.ratings .amount {
}
.ratings-table td {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}
.ratings-table th {
	font-size: 14px;
	padding-left: 19px;
	padding-right: 18px;
	padding-top: 10px;
}
.ratings-table td {
	padding-top: 12px;
}
.review-title {
	font-size: 18px;
	line-height: 25px;
	display: block;
}
#ui-review-form h2 {
	font-size: 15px;
	margin-top: 10px;
}
#ui-review-form h3 {
	font-size: 12px;
}
#ui-review-form h4 {
	font-size: 14px;
	margin-top: 5px;
}
#ui-review-form .buttons-set {
	margin: 0;
}
#ui-review-form .data-table th {
	padding: 2px 8px;
}
.box-reviews .review-small {
	float: left;
	font-size: 10px;
	margin-bottom: 9px;
	margin-right: 12px;
	padding-top: 6px;
}
.box-reviews .addthis_toolbox {
	padding-top: 5px;
}
/* Availability */

.availability {
	clear: both;
    display: block;
    float: left;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 40px 0 25px;
    width: 100%;
}
.availability span {
	font-weight: bold;
	text-align: right;
	font-size: 13px;
}
.availability.in-stock span {
	text-transform: uppercase;
	text-align: right;
}
.availability.out-of-stock span {
	color: #d83820;
	text-align: right;
}
.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 {
}
#canBePreorder p {
	display: none;
}
/* Email to a Friend */

.email-friend {
}
/* Alerts */

.alert-price {
}
.alert-stock {
}
/********** < Product Prices */

.price {
	white-space: nowrap !important;
}
.catalog-product-view .add-to-box {
	float: right;
	height: 42px;
}
.catalog-product-view .price-box {
	clear: both;
	height: 42px;
	line-height: 26px;
	position: relative;
	width: 250px;
	float: left;
}
.catalog-product-view .block-related .price-box {
	text-align: center;
}
.price-text {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
}
.price-text, .catalog-product-view .block-related .price-text {
	display: none;
}
.box-up-sell .price-text {
	display: none !important;
}
.catalog-product-view .price-text {
	float: left;
	width: 84px;
	display: block;
}
.price-box .price {
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
/* Regular price */
.regular-price.price.pre-order {
    /*left: 0;
    position: absolute;
    top: 15px;*/
	float: left;
    padding-right: 3px;
	line-height: 26px;
}
.pre-order {
	color:#84ad54;
}
#product-options-wrapper #canBePreorder {
    display: none;
}
.regular-price {
}
.regular-price .price {
	font-size: 16px;
	line-height: 25px;
}
.catalog-product-view .regular-price .price {
	font-size: 26px;
}
.catalog-product-view .box-up-sell .regular-price .price {
	font-size: 15px;
}
.catalog-product-view .block-related .regular-price .price {
	font-size: 15px;
}
/* Old price */

.old-price {
}
.old-price .price-label {
	white-space: nowrap;
}
.old-price .price {
	font-weight: bold;
	text-decoration: line-through;
}
/* Special price */

.special-price {
}
.special-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.special-price .price {
}
div.product-shop .special-price .price {
	font-size: 26px !important;
	font-weight: 400 !important;
}

/* Minimal price (as low as) */

.minimal-price {
}
.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.minimal-price-link {
	display: block;
}
.minimal-price-link .label {
}
.minimal-price-link .price {
	font-weight: normal;
}
/* 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 {
}
.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.price-box-bundle {
}
/********** 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 */
#qty {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: bold !important;
	font-size: 14px !important;
}
.add-to-cart label {
	float: left;
	margin-right: 5px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	font-size: 13px !important;
}
.catalog-product-view .add-to-cart label {
	height: 23px;
	line-height: 30px;
}
.add-to-cart .qty {
	float: left;
	/* font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 13px; */
}
.catalog-product-view .add-to-cart .qty {
	width: 25px !important;
	height: 25px !important;
	text-align: center;
	background: #ebebec;
	margin-right: 5px;
	border: none;
}
.add-to-cart button.button {
	float: left;
	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 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
	margin: 0;
}
/* Add to Links + Add to Cart */

.add-to-box {
}
.add-to-box .add-to-cart {
	float: left;
}
.add-to-box .or {
	float: left;
	margin: 0 10px;
}
.add-to-box .add-to-links {
	float: left;
}
.catalog-product-view .add-to-links {
	margin: 3px 0 0 10px;
}
.catalog-product-view .add-to-links .link-wishlist {
	background-color: #989898;
	padding: 3px 8px;
	text-transform: uppercase;
	color: #fff;
}
.catalog-product-view .add-to-links .link-wishlist:hover {
	background-color: #FF5A00;
}
.product-view .preordr-info {
	color: #FF5A00;
	clear: both;
}
.product-collateral .box-collateral {
	margin: 0 0 27px;
}
.catalog-product-view .breadcrumbs {
	margin-left: 583px;
}
/* Product Images */

.product-view .product-img-box {
	float: left;
	margin-right: 40px;
	margin-top: 3px;
	width: 550px;
	padding-bottom: 30px;
}
.product-view .more-views {
/*	border-top: 1px solid #cecece;*/
	padding-top: 15px;
}
.col3-layout .product-view .product-img-box {
	float: none;
	margin: 0 auto;
}
.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 550px;
	height: 550px;
	overflow: hidden;
	z-index: 9;
}
.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}
.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;
	width: 210px;
}
.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 ul {
	margin-left: 5px
}
.product-view .product-img-box .more-views li {
	float: left;
	padding: 1px;
	background-color: #ddd;
	margin: 0 5px 8px 5px;
}
.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: 445px;
}
.col1-layout .product-view .product-shop {
	clear: right;
	float: right;
	width: 670px;
}
.col3-layout .product-view .product-shop {
	float: none;
	width: auto;
}
.product-view .product-name h1 {
	color: #7A7A7A;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: 300;
    font-size: 32px;
    line-height: 38px;
	letter-spacing: -1px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.product-view .box-description {
	margin-top: 20px;
	float: left;
	min-height: 200px;
}
.product-view .box-description h2 {
	width: 590px;
	height: 33px;
	background-color: #989898;
	color: #fff;
	line-height: 33px;
	padding-left: 13px;
	text-transform: uppercase;
	font-size: 14px;
}
.product-view .box-description .std {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	padding: 20px;
	width: 563px;
}
.product-view .box-description .std h3 {
	font-size: 14px;
	margin-bottom: 4px;
}
.product-view .box-description .std h2 {
	font-size: 14px;
	margin-bottom: 4px;
	padding: 0;
	height: auto;
	background: none;
	color: #868686;
}
.product-view .box-description .std small {
	font-size: 11px;
	line-height: 14px;
}
.product-view .box-description li {
	margin-bottom: 20px;
	list-style: square url(../images/bullet-details.png);
}
#product_tabs_custom_contents .product-specs {
	font-weight: normal;
}
.block.block-currency {
	background: url(../images/arrow-down.png) no-repeat right 5px;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	width: 72px;
}
.links li.currency-list-item:hover .block.block-currency {
	background: url(../images/arrow-down.png) no-repeat right -21px;
}
.price-selectbox {
	padding-bottom: 6px;
	color: #ff5a00 !important;
}
.price-selectbox2 {
	padding-bottom: 6px;
	color: #ff5a00 !important;
}
.block.block-currency {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	text-transform: none !important;
	color: #ff5a00 !important;
}
.block.block-currency .price-selectbox-all {
	background-color: #000;
	border: 3px solid #000;
	display: none;
	height: 43px;
	margin-left: -6px;
	padding: 5px;
	width: 66px;
	text-transform: none !important;
	color: #ff5a00 !important;
}
.block.block-currency .price-selectbox-all a {
	color: #ff5a00 !important;
	padding-top: 5px;
	text-transform: none !important;
}
.block.block-currency .price-selectbox-all a:hover {
	color: #fff !important;
}

.block.block-currency2 {
	position: relative;
}
.block.block-currency2 .price-selectbox-all2 {
	background-color: #000;
	border: 3px solid #000;
	display: none;
	margin-left: -1px;
	padding: 5px;
	padding-top: 0px;
	text-transform: none !important;
	color: #ff5a00 !important;
	position: absolute;
	width: 100px;
}
.block.block-currency2 .price-selectbox-all2 a {
	display: block;
	clear: both;
	color: #ff5a00 !important;
	padding-top: 5px;
	text-transform: none !important;
	font-weight: 400 !important;
}
.block.block-currency2 .price-selectbox-all2 a:hover {
	color: #fff !important;
}



.links li.currency-list-item {
	padding: 12px 5px 0 6px;
	display: none !important;
}
.links li.currency-list-item:hover {
	background-color: #000 !important;
	padding: 12px 5px 0 6px;
	color: #fff;
}
/* Product Options */





.product-options {
	float: left;
	width: 100%;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	font-size: 11px !important;
}
.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;
}
.product-options dl.last dt {
	margin-right: 15px;
}
.product-options dl.last dd.last {
	float: left;
	width: 670px;
}
.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 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C3C3C3;
	width: 100%;
	padding: 7px;
	margin-top: 5px;
	font-size: 13px;
}
.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: 15px 0 0;
}
.product-options-bottom {
	float: left;
	left: 340px;
	position: absolute;
	top: 145px;
	width: 330px;
}
.product-options-bottom .add-to-links, .product-options-bottom .add-to-cart {
	float: left;
}
.bottom-container-product {
	position: relative;
	float: left;
}
.product-options-bottom .price-box {
	margin: 10px 0;
	display: none;
}
/* Grouped Product */

.product-view .grouped-items-table {
}
/* Block: Additional */

.product-view .box-additional {
}
/* Block: Upsell */

.product-view .box-up-sell {
}
.product-view #upsell-product-table {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
}
#upsell-product-table .link-wishlist {
	float: left;
	font-size: 10px;
	text-align: center;
	width: 100%;
}
.product-view .box-up-sell h2 {
	font-size: 16px;
	text-transform: uppercase;
	border: medium none;
	margin-bottom: 7px;
	padding-left: 1px !important;
}
.product-view .box-up-sell .products-grid td {
	background: none repeat scroll 0 0 transparent !important;
	border-right: 1px solid #DDDDDD;
	float: left;
	padding: 15px 12px !important;
	width: 210px;
}
.product-view .box-up-sell .products-grid td.last {
	border-right: none;
}
.product-view .box-up-sell .products-grid td.empty {
	border: none;
}
/* Block: Tags */

.product-view .box-tags {
}
.product-view .box-tags .form-add label {
	float: left;
}
.product-view .box-tags .form-add .input-box {
	float: left;
	width: 260px;
	margin: 0 5px;
}
.product-view .box-tags .form-add input.input-text {
	width: 254px;
}
.product-view .box-tags .form-add p {
	clear: both;
}
/* Block: Reviews */

.product-view .box-reviews {
	position: relative;
}
.product-view .box-reviews .form-add {
}
#customer-reviews .pager {
	float: none;
}
#customer-reviews h2 {
	/*
	border-bottom: 1px solid #cecece;
	color: #7a7a7a;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
	*/
	font-size: 12px;
    text-transform: uppercase;
	font-family: 'Trade Gothic W01 Bold',sans-serif;
	line-height: 33px;
    padding-left: 13px;
	background-color: #989898;
    color: #fff;
}
#customer-reviews dt {
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 188px;
}
#customer-reviews dd {
	float: left;
	padding-bottom: 20px;
	padding-top: 15px;
	width: 990px;
}
.rev-list {
	background-color: #CECECE;
	clear: both;
	display: block;
	height: 1px;
	width: 100%;
}
/* crosssell-products-list */

#crosssell-products-list .product-name {
	height: 33px;
}
#crosssell-products-list .product-name a {
	text-align: left;
}
#crosssell-products-list li.item {
	border-bottom: 1px solid #CECECE;
	padding-bottom: 12px;
}
#crosssell-products-list li.item.last {
	border-bottom: none;
}
/* ======================================================================================= */





/* Content Styles ================================================================= */

.product-name {
	font-size: 1em;
	font-weight: normal;
	float: left;
	padding-bottom: 3px;
	padding-right: 5px;
	overflow: hidden;
}
.preorder-message-list {
    text-align: center;
}
.product-name a {
	float: left;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	text-align: center;
}
.catalog-product-view .product-name a {
	padding: 0 15px;
}
/* Product Tags */

.tags-list li {
	display: inline;
}
/* Advanced Search */

.catalogsearch-result-index .page-title {
	margin: 0 0 0 10px;
	width: 400px;
}
/* CMS Home Page */

.cms-home .home-wrapper h3 {
	margin-bottom: 12px;
	margin-left: 2px;
	margin-top: 11px;
	width: 100%;
}
.cms-home #home_video {
	float: left;
	margin-right: 20px;
}
.cms-home .home-block {
	border: 1px solid #E8E8E8;
	float: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	height: 144px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 27px 14px 27px 27px;
	width: 337px;
}
.cms-home .home-block h4 {
	font-family: 'Trade Gothic W01 Bold', sans-serif;
	font-size: 24px;
	margin-bottom: 23px;
	text-transform: uppercase;
}
.cms-home #media-blocks {
	margin-top: 16px;
}
.cms-home #media-blocks .media-block {
	float: left;
	margin-right: 20px;
}
.cms-home #media-blocks .media-block.last {
	margin-right: 0;
}
.cms-home #media-blocks .media-block.ebay a {
	background: url(../images/ebay.jpg) no-repeat;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 200px;
	position: relative;
	text-align: center;
	width: 380px;
}
.cms-home #media-blocks .media-block.amazon a {
	background: url(../images/amazon.jpg) no-repeat;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 200px;
	position: relative;
	text-align: center;
	width: 380px;
}
.cms-home #media-blocks .media-block.ebay a span, .cms-home #media-blocks .media-block.amazon a span {
	background: url(../images/arrow.png) no-repeat right 3px;
	bottom: 25px;
	height: 16px;
	left: 151px;
	padding-right: 16px;
	position: absolute;
	text-transform: uppercase;
}
.cms-home #media-blocks a:hover span {
	background: url(../images/arrow.png) no-repeat right -14px !important;
	color: #ff5a00;
}
.cms-home .home-block ul.social {
	padding: 14px 0 0 !important;
}
.cms-home .home-block a.read-more {
	display: block;
	font-family: 'Trade Gothic W01 Bold', sans-serif;
	padding-top: 3px;
	text-transform: uppercase;
}
.cms-home .home-block ul.social li {
	list-style: none;
	margin-right: 0px;
	float: left;
}
.cms-home .home-block ul.social li a {
	display: block;
	height: 27px;
	text-indent: -999em;
}
.cms-home .home-block ul.social li.fb a {
	background: url(../images/facebook.jpg) no-repeat;
	width: 74px;
}
.cms-home .home-block ul.social li.tw a {
	background: url(../images/twitter.jpg) no-repeat;
	width: 92px;
}
.cms-home .home-block ul.social li.yt a {
	background: url(../images/youtube.jpg) no-repeat;
	width: 70px;
}
.cms-home .home-block ul.social li.ig a {
	background: url(../images/instagram.jpg) no-repeat;
	width: 82px;
}
.home-block-tw .timeline-header h1.summary {
	font-family: 'Trade Gothic W01 Bold', sans-serif !important;
}
/* Sitemap */

.page-sitemap .links {
	text-align: right;
	margin: 0 8px -22px 0;
}
.page-sitemap .links a {
	text-decoration: none;
	position: relative;
}
.page-sitemap .links a:hover {
	text-decoration: underline;
}
.page-sitemap .sitemap {
	margin: 12px;
}
.page-sitemap .sitemap a {
}
.page-sitemap .sitemap li {
	margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
}
/* 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;
}
/* ======================================================================================= */





/* Shopping Cart ========================================================================= */

.checkout-cart-index button.button span {
	background-color: #868686;
}
.checkout-cart-index button.button:hover span {
	background-color: #FF5A00;
}
.checkout-cart-index .checkout-types button.button span {
	background-color: #FF5A00;
}
.checkout-cart-index .checkout-types button.button:hover span {
	background-color: #868686;
}
#shopping-cart-totals-table tfoot {
	font-size: 17px;
}
/* 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: 3px 55px 8px 0;
	line-height: 1.0;
	font-size: 11px;
}
/* Shopping Cart Table */

.cart-table .item-msg {
	font-size: 10px;
}
.cart-table .product-name {
	height: auto;
	float: none;
}
/* Shopping Cart Collateral boxes */

.cart .cart-collaterals {
	padding: 25px 0 0;
}
.cart .cart-collaterals .buttons-set button.button {
	float: left;
	margin-bottom: 20px;
	margin-left: 0;
}
.cart .cart-collaterals .sp-methods dd {
	font-size: 15px;
	margin-bottom: 7px;
}
.cart .cart-collaterals .col2-set {
	float: left;
	width: 700px;
}
.cart .crosssell {
}
.cart .crosssell h2 {
	font-size: 13px;
	font-weight: bold;
}
.cart .crosssell .product-image {
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid #ddd;
}
.cart .crosssell .product-details {
	margin-left: 90px;
}
.cart .crosssell li.item {
	margin: 12px 0;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount, .cart .shipping {
	margin-bottom: 30px;
}
/* Shopping Cart Totals */

.cart .totals {
	float: right;
}
.cart .totals table {
	width: 100%;
}
.cart .totals table th, .cart .totals table td {
	padding: 5px;
}
.cart .totals table th {
	font-weight: bold;
}
.cart .totals table tfoot th {
}
/* Options Tool Tip */

.item-options dt {
	font-weight: bold;
	font-style: italic;
}
.item-options dd {
	padding-left: 10px;
}
.truncated {
	cursor: help;
}
.truncated a.dots {
	cursor: help;
}
.truncated a.details {
	cursor: help;
}
.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}
.truncated .truncated_full_value .item-options {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	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 ============================================================================== */

/********** < Common Checkout Styles */

/* Shipping and Payment methods */



.sp-methods input.radio {
	margin-bottom: 5px;
	margin-right: 3px;
}
.sp-methods .form-list {
	padding-left: 20px;
}
.sp-methods select.month {
	width: 150px;
	margin-right: 10px;
}
.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;
}
.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 {
}
.gift-messages-form {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}
.gift-messages-form {
	position: relative;
}
.gift-messages-form label {
	float: none !important;
	position: static !important;
}
.gift-messages-form h4 {
}
.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;
}
.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 .product-name {
}
.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 {
	display: none;
	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 > */



/* One Page Checkout */

.block-progress {
}
.block-progress dt {
	font-weight: bold;
}
.block-progress dt.complete, .block-progress dd.complete {
}
.opc {
	border-bottom: 1px solid #ddd;
	position: relative;
}
.opc li.section {
	border: 1px solid #ddd;
	border-bottom: 0;
}
.opc .buttons-set.disabled button.button {
	display: none;
}
.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
}
.opc .step-title {
	background-color: #EBEBEC;
	color: #989898;
	padding: 5px;
	text-align: right;
}
.opc .step-title .number {
	float: left;
	line-height: 22px;
	margin-right: 5px;
}
.opc .step-title h2 {
	float: left;
	font-size: 12px;
	padding-top: 5px;
	text-transform: uppercase;
}
.opc .step-title a {
	display: none;
	float: right;
}
.opc .allow .step-title {
	cursor: pointer;
}
#checkoutSteps p {
	margin: 10px 0 5px;
}
/*.opc .allow .step-title a { display:block; }*/



.opc .active {
}
.opc .active .step-title {
	background-color: #989898;
	color: #fff;
	cursor: default;
}
.opc-block-progress dt {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 3px;
}
/*.opc .active .step-title a { display:none; }*/



.opc .step {
	border-top: 1px solid #ddd;
	padding: 10px;
	position: relative;
}
.opc .step .tool-tip {
	right: 10px;
}
.opc .order-review {
}
.opc .order-review .authentication {
}
.opc .order-review .warning-message {
}
/* Multiple Addresses Checkout */

#checkout-progress-wrapper .block-progress {
	margin-top: 35px;
}
.checkout-progress {
	margin: 10px 0 30px;
	padding: 0 50px;
}
.checkout-progress li {
	float: left;
	width: 20%;
	border-top: 5px solid #ccc;
	text-align: center;
	color: #ccc;
}
.checkout-progress li.active {
	border-top-color: #FF5A00;
	color: #FF5A00;
}
.multiple-checkout {
	position: relative;
}
.multiple-checkout h2 {
	font-size: 15px;
	padding-bottom: 10px;
}
.multiple-checkout h3 {
	font-size: 13px;
}
.multiple-checkout .box-title h3, .multiple-checkout .box-title h2, .multiple-checkout .box-title h4 {
	font-size: 13px;
	margin-bottom: 3px;
	margin-top: 10px;
	text-transform: uppercase;
}
.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 10px;
}
.multiple-checkout .grand-total {
	font-size: 1.5em;
	text-align: right;
}
.multiple-checkout .col2-set {
	margin-bottom: 30px;
}
.multiple-checkout .grand-total big {
}
.multiple-checkout .grand-total .price {
}
/* ======================================================================================= */





/* Account Login/Create Pages ============================================================ */

.account-login {
}
.account-login .new-users {
}
.account-login .registered-users {
}
.account-create {
}
/* 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(../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 ===================================================================== */





/* My Account ============================================================================= */

.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}
.my-account h2 {
	font-size: 15px;
	margin: 20px 0 5px;
}
.my-account h3 {
	float: none;
	font-size: 14px;
	height: auto;
}
.my-account a {
	color: #FF5A00;
}
.my-account a:hover {
	color: #868686;
}
.my-account .box-content {
	margin-top: 10px;
}
.my-account .addresses-primary .item {
	margin-bottom: 20px;
}
.my-account .pager {
	float: left;
	padding: 10px 0;
	position: relative;
	width: 100%;
}
.my-account textarea {
	width: 90%;
}
.my-account .add-to-cart-alt .button.btn-cart {
	margin-top: 3px;
}
/********** < Dashboard */

.dashboard {
}
.dashboard .welcome-msg {
	margin: 10px 0;
}
.dashboard .welcome-msg .hello {
	font-size: 20px;
	margin: 40px 0 10px;
}
/* Block: Recent Orders */

.dashboard .box-recent {
	margin: 10px 0;
}
/* Block: Account Information */

.dashboard .box-info h2 {
	margin: 20px 0;
}
.dashboard .box-info h3 {
	font-size: 14px;
}
.dashboard .box-info .col2-set {
	margin: 20px 0;
}
/* Block: Reviews */

.dashboard .box-reviews .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #ddd;
}
.dashboard .box-reviews .details {
	margin-left: 20px;
}
/* Block: Tags */

.dashboard .box-tags .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #ddd;
}
.dashboard .box-tags .details {
	margin-left: 20px;
}
/********** Dashboard > */



/* Address Book */

.addresses-list {
}
.addresses-list-additional li.item {
}
/* Order View */

.order-info {
	border: 1px solid #ddd;
	padding: 5px;
}
.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-items {
	width: 100%;
	overflow-x: auto;
}
.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;
}
/* 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 */

.product-review .product-img-box {
	float: left;
	width: 140px;
}
.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 0 3px;
}
.rating-social {
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	/*border-bottom: 1px solid #CECECE;
	border-top: 1px solid #CECECE;*/
	height: 52px;
	float: left;
	margin-bottom: 19px;
	width: 100%;
}
.rating-social .addthis_toolbox {
	float: right;
	margin-top: 18px;
}
.rating-social .no-rating {
	float: left;
	margin: 18px 0 0;
	font-size: 10px;
}
.rating-social .ratings {
	float: left;
	margin-top: 19px;
	width: 400px;
}
.rating-social .review-part {
	margin-left: 40px;
}
.product-review .product-details {
	margin-left: 150px;
}
.product-review .product-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.product-review .ratings-table {
	margin: 0 0 10px;
}
.product-review dt {
	font-weight: bold;
}
.product-review dd {
	font-size: 13px;
	margin: 5px 0 0;
}
/* ======================================================================================= */





/* Footer ================================================================================ */

.footer-container {
	background: #000 url(../images/footer-top.gif) top left repeat-x;
	font-size: 10px;
	margin-top: 20px !important;
	padding-bottom: 16px;
	text-transform: uppercase;
}
.footer-container .validation-advice {
	position: absolute;
}
.footer {
    margin: 0 auto;
    position: relative;
    width: 1260px;
}
.footer h3 {
	margin-bottom: 4px;
}
.footer-top {
	/*border-bottom: 1px solid #CECECE;*/
	height: 47px;
	margin-bottom: 17px;
	padding-left: 2px;
	padding-top: 16px;
	background: #7accc8;
}
.footer .newsletter {
	float: right;
	margin-top: 6px;
}
.footer .newsletter .block-subscribe label {
	float: left;
	margin-top: 2px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	text-transform: none !important;
	font-size: 12px;
	color: #fff;
}
.footer .newsletter input.input-text {
	background-color: #fff;
	border: none;
	height: 19px;
	margin-left: 11px;
	margin-top: -2px;
	padding: 2px 7px;
	text-transform: uppercase;
	width: 271px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	text-transform: none !important;
	font-size: 11px;
}
.footer .newsletter button.button {
	background-color: #7accc8;
	color: #fff;
	margin-top: -2px;
	padding: 3px 0 3px 12px;
}
.footer .newsletter button.button:hover {
	background-color: #7accc8;
	color: #000;
}
.footer ul.social li {
    float: left;
    margin-right: 8px;
    width: 35px;
}
.footer ul.social li a {
	display: block;
	height: 32px;
	text-indent: -999em;
	width: 32px;
}
.footer ul.social li.fb a {
	background: url(../images/facebook.png) no-repeat;
}
.footer ul.social li.tw a {
	background: url(../images/twitter.png) no-repeat;
}
.footer ul.social li.yt a {
	background: url(../images/youtube.png) no-repeat;
}
.footer ul.social li.ig a {
	background: url(../images/instagram.png) no-repeat;
}
.footer ul.social li a:hover {
	background-position: 0 -32px;
}
.footer p {
	text-align: right;
}
.footer address {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: normal;
	border-top: 1px solid #464646;
	clear: both;
	padding-top: 16px;
	text-align: left;
	color: #fff;
	text-transform: none !important;
}
.footer ul {
	float: left;
	margin-right: 52px;
}
.footer ul li {
	line-height: 20px;
}
.footer-container .bottom-container {
	text-align: center;
}
.footer .footer-links {
	float: left;
	margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    width: 600px;
}
.footer .footer-links p {
	clear: both;
	display: block;
	margin-bottom: 16px;
	padding-top: 13px;
	text-align: left;
}
.footer .footer-links ul li a {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
}
.footer .footer-images {
	margin-top: 14px;
	float: right;
	width: 340px;
}
.footer .footer-images span {
	display: inline-block;
	padding-bottom: 8px;
}
.footer .footer-images .accept {
    clear: both;
    margin: 20px 0 20px 2px;
    text-align: center;

	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}
.footer .footer-images .avoid {
	margin-left: 67px;
	margin-top: 6px;
}
.footer .footer-logos {
    text-align: right;
}
.footer .footer-logos img {
    margin-left: 15px;
}
.fbadge1 {
	float: left;
	padding-left: 20px;
}
.fbadge2 {
	float: right;
	padding-bottom: 10px;
}
.fbadge3 {
	float: right;
}
.footer .footer-logos {
	width: 340px;
}
/* ======================================================================================= */



/* ================================== BX SLIDER ==================================== */

#top-slider {
	height: 646px;
	margin-top: 0px;
	overflow: hidden;
}
#top-slider .top-slider {
    height: 646px;
    margin: 0 auto;
    width: 1260px;
}
.image-slide {
    margin: 0 auto;
    text-align: center;
    width: 1260px;
}
.bx-wrapper .bx-controls-direction {
    margin: -320px auto 0;
    position: relative;
    width: 1260px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* LOADER */



.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */



.bx-wrapper .bx-pager {
	bottom: 0;
	color: #666666;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	margin: 10px;
	padding-top: 20px;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 63;
}
#latest-products .bx-wrapper .bx-pager {
	left: 0;
	top: -60px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../images/bullets.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0px;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../images/bullets.png) no-repeat right top;
}
/* DIRECTION CONTROLS (NEXT / PREV) */



.bx-wrapper .bx-prev {
	background: url(../images/arrow-left.png) no-repeat;
	left: 10px;
}
.bx-wrapper .bx-next {
	background: url(../images/arrow-right.png) no-repeat;
	right: 0px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */



.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */



.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */



.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
#latest-products {
	border-top: 1px solid #E8E8E8;
	padding-top: 12px;
}
#latest-products h3 {
	margin-left: 1px;
}
#latest-products .bx-wrapper li {
	background: url(../images/slider-separator.png) no-repeat;
}
#latest-products .bx-wrapper {
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
	margin-top: 9px;
}
.bx-wrapper .item {
	float: left;
	height: 180px;
	margin: 11px 13px;
	width: 275px;
}
.bx-wrapper .item.first {
	margin-left: 0;
}
.bx-wrapper .item.last {
	margin-right: 0;
}
/* ================================== END BX SLIDER ==================================== */

#menu-container {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1180px;
}
#menu-container a h4 {
	font-size: 14px;
	margin-top: 11px;
	text-decoration: none;
}
#menu-container ul {
	list-style-type: none; /* REQUIRED */
	position: absolute; /* REQUIRED */
	right: 0; /* REQUIRED */
}
#menu-container ul li {
	position: absolute; /* REQUIRED */
	width: 168px; /* Size of menu list item, or 'cell' */
	height: 180px; /* Size of menu list item, or 'cell' */
	padding: 20px 0;
	text-align: center;
}
#menu-controls {
	border-bottom: 1px solid #CECECE;
	padding-bottom: 9px;
	text-align: center;
}
#menu-controls a {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: 37px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#menu-controls a.first {
	margin-left: 0;
}
#menu-controls a.active {
	background: url(../images/arrow-bottom.png) no-repeat center bottom;
	color: #ff5a00;
}
/* select box */

.block-currency .select {
	background: url(../images/arrow-down.png) no-repeat right 5px;
	font-size: 10px;
	overflow: hidden;
	position: absolute;
	text-transform: uppercase;
	width: 72px;
}
.block-currency select option {
	padding-left: 5px;
}
.block-currency select.styled {
	font-size: 10px;
}
/* end select box */



/* faq */
.faq-list-items {
	list-style-type: none !important;
}
.faq-page {
	margin-top: 5px;
}
.faq-page h1 {
	font-size: 26px;
	margin-bottom: 20px;
}
.faq-page h4 {
	margin-bottom: 10px;
}
.faq-page p {
	margin: 10px 0;
}
.faq-answer-box {
	font-family: Arial, Helvetica, sans-serif;
}
.faq-answer-box li {
	list-style: square outside none;
	margin-left: 14px;
}
.faq-list-items li {
	padding-top: 20px;
}
.faq-list-items li a {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.faq-answer-box li p {
	text-transform: none;
}
.faq-page .faq-list-items {
/*	border: 1px solid #cecece;*/
	background: #ebebec;
	font-size: 14px;
	margin: 0 0 40px;
	padding: 20px;
	padding-top: 0px;
}
.faq-page .faq-answer-box {
	font-size: 13px;
	font-weight: 400;
	margin: 15px;
}
.faq-page .faq-main-categories .faq-list-items {
	border: none;
	background: none;
	margin: 10px 0;
	padding: 0;
	margin-top:0px !important;
	padding-top: 0px !important;
}
.faq-cat-item {
	list-style-type: none !important;
}
.faq-page .faq-main-categories .topic-title {
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000 !important;
}
.faq-page .faq-main-categories {
	margin-top: 40px;
}
.faq-page .faq-main-categories .topic-title:hover {
	color: #868686;
}
.faq-page .faq-main-categories li.faq-cat-item {
	clear: both;
	float: left;
	margin-bottom: 40px;
	width: 560px;
}
.faq-page .faq-main-categories li.faq-cat-item.second {
	clear: none;
	float: right;
	margin-left: 60px;
	width: 500px;
}
.faq-page .faq-main-categories li.faq-cat-item .faq-category-more {
	color: #FF5A00;
	clear: both;
	display: block;
	float: right;
}
.faq-page .faq-main-categories li.faq-cat-item .faq-category-more:hover {
	color: #868686;
}
.faq-page .faq-main-categories .faq-answer-box {
	margin: 15px 0 15px 15px;
}
.faq-page .faq-main-categories .faq-answer-box a {
	color: #FF5A00;
}
.faq-page .faq-main-categories .faq-answer-box a:hover {
	color: #868686;
}
.faq-page .faq-search-form {
	float: right;
}
.faq-search-form label {
	font-size: 10px;
	margin-right: 5px;
	text-transform: uppercase;
}
.faq-search-form input[type="text"] {
	background-color: #CECECE;
	border: none;
	font-size: 10px;
	height: 19px;
	margin-left: 11px;
	margin-top: -2px;
	padding: 2px 7px;
	text-transform: uppercase;
	width: 200px;
}
.faq-search-form input[type="submit"] {
	background-color: #FF5A00;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 9px;
	margin-top: -2px;
	padding: 2px 11px 2px 12px;
	text-transform: uppercase;
}
.faq-search-form input[type="submit"]:hover {
	background-color: #868686;
}
.faq-sidebar {
	float: left;
	margin-bottom: 50px;
	margin-right: 20px;
	width: 230px;
}
.faq-page.answer-faq .faq-list {
	float: right;
	width: 930px;
}
.faq-side-categroy-list li {
	list-style: square outside url(../images/bullet-details.png);
	margin-left: 25px;
	margin-top: 10px;
	text-transform: uppercase;
}
.faq-page.answer-faq .faq-list-items {
	border: none;
	font-size: 14px;
	margin: 0 0 40px;
	padding: 20px 0;
}
.faq-keywords {
	margin-top: 10px;
}
/* end faq */

/* privacy policy */

#policyLink {
	margin: 20px 0;
}
#policyLink ul {
	margin: 0;
	padding: 0;
}
#policyLink ul li {
	display: inline;
	list-style: none;
}
#policyLink ul li a {
	border-right: 1px solid #868686;
	color: #FF5A00;
	padding: 0 10px;
}
#policyLink ul li a:hover {
	color: #868686;
}
#policyLink ul li:first-child a {
	padding-left: 0;
}
#policyLink ul li:last-child a {
	border: none;
}
.cms-counterfeit-products h2, .cms-our-policy h2 {
	font-size: 15px;
	font-weight: 400;
	margin-top: 0;
}
.cms-counterfeit-products h3, .cms-our-policy h3 {
	margin-bottom: 10px;
	margin-top: 40px;
}
.cms-counterfeit-products h4, .cms-our-policy h4 {
	margin-bottom: 6px;
	margin-top: 30px;
}
.cms-counterfeit-products .std, .cms-our-policy .std, .cms-need1more .std {
	font-weight: 400;
}
.color-text {
	color: #FF5A00;
}
.cms-our-policy table {
	margin-bottom: 50px;
	width: 520px;
}
.cms-counterfeit-products .left-side, .cms-our-policy .left-side {
	float: left;
	margin-right: 50px;
	width: 845px;
}
.cms-counterfeit-products .right-side, .cms-our-policy .right-side {
	border: 1px solid #CECECE;
	float: left;
	padding: 10px;
	width: 260px;
}
#privacyQ {
	padding: 10px;
}
.cms-counterfeit-products .right-side a {
	display: inline-block;
}
.cms-need1more .glastReplace img {
	margin: 20px 0;
}
p.right-title {
	font-size: 14px;
	padding-top: 10px;
}
.cms-our-policy .right-side h3 {
	margin-top: 0;
}
.cms-our-policy .right-side a {
	color: #FF5A00;
}
.cms-our-policy .right-side a:hover {
	color: #868686;
}
.cms-terms-and-conditions th, .cms-terms-and-conditions caption, .cms-terms-and-conditions td {
	border: 1px solid #CECECE;
	font-weight: normal;
	padding: 10px 30px 0;
	text-align: center;
	vertical-align: top;
}
.cms-terms-and-conditions h1 {
	margin-bottom: 30px;
}
.cms-terms-and-conditions table {
	margin-bottom: 20px;
}
/* end privacy policy */

/* contact page */

.contacts-index-index .contactLogin {
	float: left;
	width: 50%;
}
.contacts-index-index .form-list {
	float: left;
	width: 50%;
}
.contacts-index-index .fieldset {
	display: inline-block;
}
.contacts-index-index #contactForm p {
	margin: 20px 0;
}
#contactForm label.required em {
	float: none;
	position: relative;
	top: 0;
	right: 2px;
}
#contactForm .form-list label {
	float: left;
	font-size: 11px;
	margin-right: 10px;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	width: 75px;
	z-index: 0;
}
#contactForm .form-list .field {
	float: none;
	width: auto;
}
#contactForm .form-list .input-box {
	clear: none;
	display: inline;
	width: 374px;
}
#contactForm .form-list li.wide textarea {
	width: 374px;
}
/* end contact page */

.helpdeskultimate-customer-index .pager {
	float: left;
	margin: 10px 0;
	position: relative;
	width: 100%;
}
.helpdeskultimate-customer-view h4 {
	text-transform: uppercase;
}
/* product details page */

.product-badges {
	border-top: 1px solid #CECECE;
}
.tooltip-img {
	bottom: -20px;
	left: -40px;
	position: absolute;
}
.product-single-badge {
	float: left;
	margin-right: 20px;
	margin-top: 21px;
	margin-bottom: 9px;
}
.badges-center {
	display: table;
	margin: 0 auto;
}
.free-shipping {
	border-top: 1px solid #CECECE;
	clear: both;
	margin-bottom: 3px;
	padding-top: 23px;
	text-align: center;
}
.ai-section table {
	width: 100%;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.ai-section td.second-td {
	text-align: right;
	font-size: 13px;
}
.ai-section {
	/*border-bottom: 1px solid #CECECE;*/
	margin-bottom: 20px;
	padding-top: 10px;
}
.ai-section p {
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 10px;
}
.product-specs h2 {
	font-size: 13px;
	margin-bottom: 10px;
}
.product-specs p {
	margin-bottom: 15px;
}
.product-view #padbtn_amazon {
	background-image: url(../images/btn_amazon.png);
}
.product-view #padbtn_authenticate {
	background-image: url(../images/btn_authenticate.png);
}
.product-view #padbtn_download {
	background-image: url(../images/btn_download.png);
}
.product-view #padbtn_ebay {
	background-image: url(../images/btn_ebay.png);
}
.product-view a.padd_button:hover {
	background-position: 0 -71px;
}
.product-view a.padd_button {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 67px;
	margin-bottom: 15px;
	margin-right: 40px;
	text-indent: -999em;
	transition: background-position 0.2s ease-in-out 0s;
	width: 202px;
}
/* end product details page */

/* download page */

#cms_download_wrapper {
	display: inline-block;
	margin-top: 35px;
	padding-bottom: 20px;
}
.cms_download_container {
	float: left;
	height: 300px;
	margin-bottom: 46px;
	margin-right: 46px;
	position: relative;
	width: 260px;
}
.cms_download_container .download_link {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	bottom: 0;
	display: block;
	height: 0;
	left: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
	width: 260px;
}
.cms_download_container:hover .download_link {
	height: 130px;
	opacity: 1;
}
.cms_download_container .download_link a:hover {
	color: #FF5A00;
}
#cms_download_steinheil {
	background: url(../images/download/download-steinheil.jpg) no-repeat scroll left top transparent;
}
#cms_download_steinheil_EX {
	background: url(../images/download/download-steinheil-ex.jpg) no-repeat scroll left top transparent;
}
#cms_download_incredible {
	background: url(../images/download/download-incredible-shield.jpg) no-repeat scroll left top transparent;
}
#cms_download_glast {
	background: url(../images/download/download-glas-t.jpg) no-repeat scroll left top transparent;
	margin-right: 0;
}
#cms_download_skin {
	background: url(../images/download/download-skin-guard.jpg) no-repeat scroll left top transparent;
	margin-bottom: 5px;
}
.cms_download_container .download_link span, .cms_download_container .download_link a {
	color: #fff;
	display: block;
	margin-left: 30px;
	margin-right: 20px;
}
.cms_download_container .download_link .download_title {
	font-size: 13px;
	margin-top: 10px;
}
.cms_download_container .download_link .download_down {
	font-size: 16px;
	padding-bottom: 10px;
}
/* end download page */

/* cart header */

#cart-sidebar.mini-products-list li {
	border-bottom: 1px solid #CECECE;
	padding-bottom: 10px;
	padding-top: 10px;
}
#cart-sidebar.mini-products-list li.even {
	background: none;
}
.btnBuynow {
	background: url(../images/buynow-button.jpg) repeat;
	display: block;
	text-indent: -999em;
	height: 45px;
	width: 193px;
}
.btnBuynow:hover {
	background-position: left bottom;
}
.glasCompatibleChartWrap {
	margin-top: 10px;
}
.glasCompatibleChartWrap a {
	text-indent: -999em;
}
#slim-armor-color-button {
	background: url(../images/SLIM_ARMOR_COLOR-BUTTON.png) no-repeat scroll left top transparent;
	display: block;
	height: 130px;
	width: 506px;
}
#slim-armor-color-button:hover {
	background: url(../images/SLIM_ARMOR_COLOR-BUTTON.png) no-repeat scroll 0 -130px transparent;
}
#glas_t_slim {
	background: url(../images/GLASTSLIM-BUTTON-1.jpg) no-repeat scroll left top transparent;
	display: block;
	height: 129px;
	width: 506px;
}
#glas_t_slim:hover {
	background: url(../images/GLASTSLIM-BUTTON-1.jpg) no-repeat scroll 0 -130px transparent;
}
#glas-compatible-button {
	background: url(../images/glas-compatible_1.png) no-repeat scroll left top transparent;
	display: block;
	height: 200px;
	width: 506px;
}
#glas-compatible-button:hover {
	background: url(../images/glas-compatible_1.png) no-repeat scroll 0 -206px transparent;
}
#slim-armor-frame-button {
	background: url(../images/SLIM_ARMOR_FRAME-BUTTON.png) no-repeat scroll left top transparent;
	display: block;
	height: 130px;
	width: 506px;
}
#slim-armor-frame-button:hover {
	background: url(../images/SLIM_ARMOR_FRAME-BUTTON.png) no-repeat scroll 0 -130px transparent;
}
#snap-button {
	background: url(../images/SNAP-BUTTON.jpg) no-repeat scroll left top transparent;
	display: block;
	height: 130px;
	width: 506px;
}
#snap-button:hover {
	background: url(../images/SNAP-BUTTON.jpg) no-repeat scroll 0 -130px transparent;
}
#glas-slim-button {
	background: url(../images/GLASTR_SLIM-BUTTON.jpg) no-repeat scroll left top transparent;
	display: block;
	height: 127px;
    width: 503px;
}
#glas-slim-button:hover {
	background: url(../images/GLASTR_SLIM-BUTTON.jpg) no-repeat scroll 0 -130px transparent;
}

#glasCompatibleChart {
	background: url(../images/glas-compatible.png) no-repeat scroll left top transparent;
	display: block;
	height: 194px;
	width: 506px;
}
#glasCompatibleChart:hover {
	background: url(../images/glas-compatible.png) no-repeat scroll 0 -206px transparent;
}
#armorLandingButton {
	background: url(../images/SLIM-ARMOR-BUTTON.png) no-repeat scroll left top transparent;
	display: block;
	height: 130px;
	width: 506px;
}
#armorLandingButton:hover {
	background: url(../images/SLIM-ARMOR-BUTTON.png) no-repeat scroll 0 -130px transparent;
}
#productCompatibleChart {
	background: url(../images/products-compatibility.png) no-repeat scroll left top transparent;
	display: block;
	height: 129px;
	width: 506px;
}
#productCompatibleChart:hover {
	background: url(../images/products-compatibility.png) no-repeat scroll 0 -130px transparent;
}
#newCoatedBackpackDetail {
	background: url(../images/newcoated-button.jpg) no-repeat scroll left top transparent;
	display: block;
	height: 165px;
	width: 506px;
}
#newCoatedBackpackDetail:hover {
	background: url(../images/newcoated-button.jpg) no-repeat scroll 0 -165px transparent;
}
#iphone5SaturnDetail {
	background: url(../images/SATURN-BUTTON.png) no-repeat scroll left top transparent;
	display: block;
	height: 129px;
	width: 506px;
}
#iphone5SaturnDetail:hover {
	background-position: 0 -130px;
}
#productMO {
	background: url(../images/ALUMINUM-BUTTONS-BUTTON.jpg) no-repeat scroll left top transparent;
	display: block;
	height: 129px;
	width: 506px;
}
#productMO:hover {
	background-position: 0 -130px;
}
#klasden {
	background: url(../images/klasden-BUTTON.jpg) no-repeat scroll left top transparent;
	display: block;
	height: 129px;
	width: 506px;
}
#klasden:hover {
	background-position: 0 -130px;
}
#protector {
	background: url(../images/GLAST_mini-BUTTON.jpg) no-repeat scroll left top transparent;
	display: block;
	height: 129px;
	width: 506px;
}
#protector:hover {
	background-position: 0 -130px;
}
.glasButton:hover span {
	background: url(../images/glasbutton.png) no-repeat scroll left -29px #FFFFFF;
}
.glasButton:hover span span {
	background: url(../images/glasbutton.png) no-repeat scroll right -29px #FFFFFF;
}
.glasButton {
	cursor: pointer;
	float: left;
	margin: 0 20px 0 0;
}
.glasButton span {
	background: url(../images/glasbutton.png) no-repeat scroll left top #FFFFFF;
	color: white;
	font-size: 16px;
	height: 24px;
	padding: 2px 0;
}
.glasButton span span {
	background: url(../images/glasbutton.png) no-repeat scroll right top #FFFFFF;
	margin-left: 10px;
	padding: 2px 10px 2px 0;
}
.product-specs a {
	color: #FF5A00;
}
.product-specs a:hover {
	color: #868686;
}
.product-specs .right {
	float: none !important;
	margin-bottom: 25px;
	text-align: right;
}
.preorder-badge {
	background: url(../images/preorder.png) no-repeat bottom left !important;
	height: 270px;
	position: absolute;
	text-indent: -9999em;
	top: -5px;
	width: 260px;
	z-index: 9999999;
	display: none;
}
.sale-badge {
	background: url(../images/tag02-on_sale.png) no-repeat bottom left !important;
	height: 60px;
	position: absolute;
	text-indent: -9999em;
	top: -5px;
	width: 260px;
	z-index: 100;
	left: 10px;
}
.all-subcategories {
	/*padding: 10px 0;*/
	background: #ebebec none repeat scroll 0 0;
    margin: 10px 0;
    padding: 10px;
}
/* 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;
}
.glasComWrap {
	width: 1180px;
}
.glasComBanner {
	background: url(../images/GLASCompatibleBanner01.jpg) no-repeat left top;
	height: 400px;
	position: relative;
	width: 1180px;
}
.glasComBanner .glasComBannerText {
	bottom: 30px;
	color: #00AEEF;
	position: absolute;
	right: 10px;
	width: 700px;
}
.glasComBanner .glasComBannerText h2 {
	color: #00AEEF;
	font-size: 23px;
	margin: 0;
	padding: 0;
}
.glasComBanner .glasComBannerText p {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.glasComWrap .glasComConLeft, .glasComWrap .glasComConRight {
	width: 560px;
}
.glasComWrap .glasComConLeft {
	float: left;
}
.glasComWrap .glasComConRight {
	float: right;
}
.glasComCon {
	margin-top: 30px;
}
.glasComConMain {
	box-shadow: 0 1px 5px 1px #333333;
	height: 900px;
	margin-bottom: 50px;
	position: relative;
}
.glasComConMain .glasBottomBanner {
	bottom: 10px;
	left: -20px;
	position: absolute;
}
.glasComWrap .glasComConConLeft, .glasComWrap .glasComConConRight {
	width: 50%;
}
.glasComWrap .glasComConConLeft {
	float: left;
}
.glasComWrap .glasComConConRight {
	float: right;
}
.glasComConCon h3 {
	background: none repeat scroll 0 0 #DDDDDD;
	font-size: 14px;
}
.glasComConCon h3, .glasComConCon p {
	padding: 10px 20px;
}
.glasComConCon p {
	line-height: 25px;
}
#latest-products .bx-viewport {
	z-index: 999999;
}

/* ======================================================================================= */
.cms-home #tabs_wrapper {
	display: none;
}
.cms-home #tabs_container {
	border-bottom: 1px solid #CECECE;
    padding-bottom: 6px;
    text-align: center;
}
.cms-home #tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0 0 0 10px;
	font: 0.75em arial;
}
.cms-home #tabs li {
	display: inline;
}
.cms-home #tabs li a {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: 37px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.cms-home #tabs li.active a, .cms-home #tabs li a:hover {
	background: url(../images/arrow-bottom.png) no-repeat center bottom;
    color: #FF5A00;
}
.cms-home #tabs_content_container a h4 {
    font-size: 14px;
    margin-top: 11px;
    text-decoration: none;
}
.cms-home #tabs li a.icon_accept:hover {
	padding-left: 24px;
}
.cms-home .tab_content a {
  	display: inline-block;
  	height: 180px;
    padding: 20px 0;
    text-align: center;
    width: 166px;
}
.cms-home #tabs_content_container {
	width: 100%;
}
.cms-home .tab_content {
	display: none;
	text-align: center;
}
.mobile-version {
	display:none;
}
.mobile-version #nav div.nav-wrap {
    margin-left: 0;
    padding-left: 18px;
    width: 136px;
}
.mobile-version .navigation {
    clear: both;
    display: block;
    margin: 33px auto 27px;
    width: 460px;
}
.full-width-navigation {
	border-bottom: 4px solid #fe5a00;
}
.mobile-version  #nav li.single a {
    padding: 25px 38px 25px 17px;
}
.mobile-version #nav li.single a:hover {
	color: #FF5A00 !important;
	background: none;
}
/* chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) {
.header .links li.last {
	padding-bottom: 8px;
}
#nav li a {
	padding: 24px 36px 26px;
}
.nav-container {
}
.header-container {
	/*
	margin-bottom: 1px;
*/
}
.header h1.logo {
}
.product-options-bottom {
	left: 269px;
}
}

/* ie 10 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#nav ul, #nav div {
	top: 69px;
}
#top-slider {
	margin-top: 3px;
}
.header .links li.last {
	padding-bottom: 8px;
}
}

.minicart-price { float: left; margin-top: 10px; }
.catalog-product-view #cart-sidebar .product-name a { padding: 0px; }
#cart-sidebar .product-name { height: auto; }




.homespotlight-title {
	border-bottom:1px solid #CECECE;
	display:block;
	padding-top:10px;
	padding-bottom:3px;
}
.homespotlightlist-item {
	float:left;
	height:180px;
	padding:20px 0;
	text-align:center;
	width:168px;
}
.homespotlightlist-item h4 {
	padding-top:10px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: 400;
}
.homespotlightlist-item h4 a {
	color: #444 !important;
}
.featuredslider .bx-controls .bx-pager {
	right: 49% !important;
}
.bx-wrapper img {
	display: inline;
}
#homespotlight-holder {
	height: 220px !important;
}
#homespotlight-holder .bx-wrapper .bx-controls-direction {
	margin-top: -120px !important;
}
.tpproduct {
	padding-right: 25px;
}
@media only screen and (max-width: 1280px ) {
.homespotlightlist-item {width:139px;}
.cms-home .home-block-tw {
	padding: 0px !important;
	width: 317px !important;
}
.tpproduct {
	padding-right: 13px;
}
}
@media only screen and (max-width: 1024px ) {
.homespotlightlist-item {width:186px;}
.cms-home .home-block-tw {
	display: none;
}
.tpproduct {
	padding-right: 0px;
	padding-bottom: 15px;
}
}
@media only screen and (max-width: 767px ) {
.homespotlightlist-item {width:153px;}
#homespotlight-holder .bx-wrapper .bx-controls-direction {
	margin-top: -170px !important;
}
}
@media only screen and (max-width: 479px ) {
.homespotlightlist-item {width:140px;}
#homespotlight-holder .bx-wrapper .bx-controls-direction {
	margin-top: -170px !important;
}
.cms-home .home-block, .cms-home .home-block-tw {
    padding: 20px 14px 40px;
	margin-right: 0;
    width: 249px;
}
}
.home-block-tw {
	border: none;
	color:#868686;
    padding: 0px;
	overflow: hidden;
	height: 200px;
}
#top-slider .bx-prev {
	margin-left: -40px !important;
}
#top-slider .bx-next {
	margin-right: -40px !important;
}
.bx-pager-link {
	border-radius: 50%;
	background: #e8e8e8;
	/*
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	*/
}
#SCPcustomOptionsDiv {
	clear: both !important;
}




.fontstylesans {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;

}
.bottom-blocks {
    float: left;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-right: 23px;
    margin-top: 23px;
    width: 404px;
}
.last-block {
	margin-right: 0px !important;
}
.img-above-video {
	padding-bottom: 23px !important;
}
.social-block {
	border: 1px solid #E8E8E8;
	padding: 26px 15px 15px 26px;
}
.social-block p {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.social-block h4 {
	font-size: 24px;
	margin-bottom: 23px;
	text-transform: uppercase;
}
ul.social {
	padding: 0px !important;
}
ul.social li {
	list-style: none;
	float: left;
}
ul.social li a {
	display: block;
	height: 27px;
	text-indent: -999em;
}
ul.social li.fb a {
	background: url(../images/facebook.jpg) no-repeat;
	width: 74px;
}
ul.social li.tw a {
	background: url(../images/twitter.jpg) no-repeat;
	width: 92px;
}
ul.social li.yt a {
	background: url(../images/youtube.jpg) no-repeat;
	width: 70px;
}
ul.social li.ig a {
	background: url(../images/instagram.jpg) no-repeat;
	width: 82px;
}
#padbtn_amazon, #padbtn_ebay {
	display: none;
}
.clear {
	clear: both !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	line-height: 0px !important;
}

@media only screen and (max-width: 1280px ) {
	.bottom-blocks {
		width: 319px;
	}
	.social-block {
		padding-bottom: 29px;
	}
	.social-block h4 {
		margin-bottom: 10px;
	}
	.social-block p {
		display: none;
	}
	ul.social li {
		margin-bottom: 6px;
	}
	.bottom-blocks iframe {
		height: 154px !important;
	}
}
@media only screen and (max-width: 1024px ) {
	.rmv-under1024 {
		display: none;
	}
	.bottom-blocks {
		width: 362px;
	}
}
@media only screen and (max-width: 767px ) {
	.bottom-blocks {
		width: 224px;
		margin-right: 10px;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 479px ) {
	.bottom-blocks {
		margin-right: 0px;
		width: 280px;
	}
	.rmv-under1024 {
		display: block;
	}
}

.clear {
	clear: both !important;
	font-size: 0px !important;
	line-height: 0px !important;
	height: 0px !important;
}
#giveaway-ip6ta {
	width: 1180px;
	padding-top: 40px;
	padding-bottom: 30px;
}
#giveaway-ip6ta-main {
	position: relative;
	background: #333 url(../images/giveaway-ip6ta-top.jpg) top left no-repeat;
	min-height: 1290px;
	padding-bottom: 30px;
}
#giveaway-ip6ta-widget {
	position: absolute;
	left: 48px;
	top: 836px;
}
#giveaway-ip6ta-bottom {
	height: 600px;
	background: #fff url(../images/giveaway-ip6ta-bottom.jpg) top left no-repeat;
}
#giveaway-ip6ta-related img {
	float: left;
	margin: 0px;
	padding: 0px;
}
.page-title h1 {
	color: #000 !important;
    font-family:"TradeGothicNextW01-Bold_693232" !important;
	font-size: 32px !important;
}
.product-name h1 {
	color: #000 !important;
}
ul.links a {
	color: #fff;
}
ul.links a:hover {
	color: #ff5a00;
}
.price-selectbox {
	color: #fff;
}
.price-selectbox-all a {
	color: #000 !important;
}
.price-selectbox-all a:hover {
	color: #ff5a00 !important;
}
.price-selectbox-all2 a {
	color: #000 !important;
}
.price-selectbox-all2 a:hover {
	color: #ff5a00 !important;
}

.header .welcome-msg {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
}
.header .welcome-msg  span {
	color: #ff5a00
}
.header .welcome-msg a:hover {
	color: #ff5a00 !important;
}
#nav li li a {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-transform: none;
}
li.ponav_contentsTitle a {
	 font-family: 'Trade Gothic W01 Bold',sans-serif !important;
	 text-transform: uppercase !important;
}
#nav div.nav-wrap a {
	font-size: 12px;
    line-height: 20px;
}
.header .form-search input.input-text {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
}
ul.footer-badges {
	float: right;
	margin-right: 0px !important;
}
ul.footer-badges li {
	width: 98px;
	float: right;
	margin-left: 15px;
}
ul.footer-badges li img {
	width: 100%;
}
ul.footer-badges li:hover {
	background: rgba(255,255,255,0.2);
}
.footer .footer-links ul li a {
	color: #fff;
}
.footer .footer-links ul li a:hover {
	color: #ff5a00;
}
.footer h3 {
    color: #fff;
}
.weaccept {
	color: #fff;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-transform: none;
	width: 100%;
}
.weaccept img {
	float: right;
	height: 52px;
}
div.bottom-container-product p.required {
	display: none;
}
div.bottom-container-product select {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
}
.product-view .box-description li {
    margin-bottom: 7px;
}

.add-to-cart button {
	background: #ff5a00;
	padding: 5px 17px;
}
.add-to-cart button:hover {
	background: #000;
}
/*989898*/

.link-wishlist {
    float: right;
    margin-top: -3px !important;
    padding: 8px !important;
}
#messages_product_view {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 999999;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.22);
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.22);
}
.messages li {
    margin: 10px 0;
    padding-top: 3px;
    text-transform: uppercase;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border: none !important;
	background-image: none !important;
    border: none !important;
    color: #fff !important;
	text-transform: none !important;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	padding: 0px !important;
}
.success-msg {
    background-color: rgba(133, 180, 7, 0.9);
}
.error-msg {
	background-color: rgba(180, 7, 7, 0.9);
}
.note-msg {
	background-color: rgba(15, 135, 170, 0.9);
}
.notice-msg {
	background-color: rgba(15, 135, 170, 0.9);
}
.messages li {
    font-size: 13px;
    text-transform: none;
	padding: 25px;
	margin: 0px !important;
}
#messages_product_view {
  -webkit-animation: seconds 2.0s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 7s;
  animation: seconds 2.0s forwards;
  animation-iteration-count: 1;
  animation-delay: 7s;
}
@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px;
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px;
  }
}
.ratings-table th {
	color: #989898 !important;
	font-weight: normal !important;
	font-size: 12px !important;
}
div#customer-reviews {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	font-size: 15px !important;
	margin-bottom: 25px;
}
div#customer-reviews span.review-title {
	font-family: 'Trade Gothic W01 Bold', sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
}
div#customer-reviews span.review-small {
	font-weight: normal !important;
	font-size: 12px !important;
	color: #989898 !important;
}
.box-reviews .review-small {
	display: block !important;
	float: none !important;
}
ul.products-grid span.old-price {
	font-size: 14px !important;
}
.header h1.logo img {
	height: 32px !important;
}
div.ai-section td {
	font-size: 13px;
	line-height: 23px;
}
.product-view .tabs {
	background: none !important;
    border-bottom: 1px solid #989898;
}
.padder {
	padding-top: 0px !important;
}
div.ai-section p {
	border-bottom: 1px solid #cecece;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
ul.ai_links {
	padding-top: 20px !important;
}
div.product-specs p {
	/*
	font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	font-size: 13px !important;
	*/
}
div.product-specs h2 {
	margin-top: 30px;
	margin-bottom: 5px;
}
.tooltip-img {
/*	display: none !important;*/
}
.ui-tooltip {
    padding: 20px 30px !important;
    color: white !important;
	border: none !important;
    border-radius: 0px !important;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
	font-weight: normal !important;
	font-size: 16px !important;
    text-transform: none !important;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.22);
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.22);
	background-color: rgba(0, 0, 0, 0.9) !important;
}
ul.social li.fb a {
    margin-bottom: 18px;
}
