/**
 * 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_default
 * @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)
 */




/*Fonts*/

@font-face {
	font-family: 'oswaldbold';
	src: url('../fonts/oswald-bold.eot');
	src: url('../fonts/oswald-bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/oswald-bold.woff') format('woff'),
		 url('../fonts/oswald-bold.ttf') format('truetype'),
		 url('../fonts/oswald-bold.svg#oswaldbold') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'oswaldlight';
	src: url('../fonts/oswald-light.eot');
	src: url('../fonts/oswald-light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/oswald-light.woff') format('woff'),
		 url('../fonts/oswald-light.ttf') format('truetype'),
		 url('../fonts/oswald-light.svg#oswaldlight') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'oswaldbook';
	src: url('../fonts/oswald-regular.eot');
	src: url('../fonts/oswald-regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/oswald-regular.woff') format('woff'),
		 url('../fonts/oswald-regular.ttf') format('truetype'),
		 url('../fonts/oswald-regular.svg#oswaldbook') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'HelveticaNeueRegular';
	src: url('../fonts/helvetica.eot');
	src: url('../fonts/helvetica.eot') format('embedded-opentype'),
		 url('../fonts/helvetica.woff') format('woff'),
		 url('../fonts/helvetica.ttf') format('truetype'),
		 url('../fonts/helvetica.svg#HelveticaNeueRegular') format('svg');
}
@font-face {
	font-family: 'helveticabold';
	src: url('../fonts/helvetica-bold-webfont.eot');
	src: url('../fonts/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helvetica-bold-webfont.woff') format('woff'),
		 url('../fonts/helvetica-bold-webfont.ttf') format('truetype'),
		 url('../fonts/helvetica-bold-webfont.svg#helveticabold') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
	   url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
	   url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansLight';
  src: url('../fonts/opensans/light/OpenSans-Light-webfont.eot?v=3.0.1');
  src: url('../fonts/opensans/light/OpenSans-Light-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
	   url('../fonts/opensans/light/OpenSans-Light-webfont.woff?v=3.0.1') format('woff'),
	   url('../fonts/opensans/light/OpenSans-Light-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'minionpro';
  src: url('../fonts/MinionPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tradegothic';
  src: url('../fonts/TradeGothicNo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'tradegothicbold';
	src: url('../fonts/trade_gothic_bold_condensed_no-webfont.woff2') format('woff2'),
		 url('../fonts/trade_gothic_bold_condensed_no-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

/*End Fonts*/

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { color:#000; text-align:center; font-family: sans-serif, 'HelveticaNeueRegular'; font-size:13px; margin:0px; padding:0px; }

img           { border:0; vertical-align:top; }

a             { color:#000; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35;  }
h1            { font-weight:normal;font-family: 'Oswald';text-transform: uppercase; font-size:3.4em; line-height: 1.15em; }
h2            { font-weight:normal; }
h3            { font-weight:bold; }
h4            { font-weight:bold; }
h5            { font-weight:bold; }
h6            { font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
3table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show;border-collapse:collapse; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-family: 'oswaldBook';}
address       { font-style:normal; line-height:1.75; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding: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; }


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

.recaptcha-confim-message {
	display: none;
	text-align: left;
	padding: 6px;
	color: red;
}


/* vimeo ================================================================================ */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
	border: 2px solid white;
}
	.videoWrapper:hover {
		border: 2px solid green;
	}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
figure { display: block; background: #eee; padding: 10px; }
figcaption { display: block; text-align: center; margin: 10px 0; font-style: italic; font-size: 14px; orphans: 2; }

.video-grid {
	width: 100%;
}
.video-tile {
	display: inline-block;
	width: 49.7%;
}
.video-callout {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
	.video-callout .copy {
		width: 100%;
		font-family: 'oswaldbook';
		font-size: 5.0em;
		color: #ffffff;
	}

.video-play {
	position: absolute;
	z-index: 1;
	top: 0;
}

.video-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
}



/* Layout ================================================================================ */
.wrapper { min-width:954px; overflow-x: hidden; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {  }
.main { width:1200px; margin:0 auto; min-height:400px; padding:0;  text-align:left; }

.asterisk {color: red;}

/* Base Columns */
.col-left { float:left; width:291px; padding:0 0 1px; }
.col-main { float:left; padding:0 0 1px;  }
.col-right { float:right; width:291px; padding:0 0 1px;}
.checkout-onepage-index .col-right{float:left;}

#checkout-help {
	padding: 14px 0 14px 10px;
}
#checkout-help a {
	color: #00a47b;
}

.checkout-onepage-index .col-main{float:right;}

/* 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 {}
.col2-left-layout .breadcrumbs {}

.col3-set .col-1 p {margin: 5px 0px;}
.col3-set .col-2 p{margin: 5px 0px;}
.col3-set .col-3 p{margin: 5px 0px;}
.col3-set .col-2 p strong {margin: 5px 0px;}
.col3-set .col-3 p strong {margin: 5px 0px;}
.policy p {}
.policy .data-table {margin-top:20px;}
.policy .data-table thead th {padding:15px 22px;}
.policy .data-table td {text-align:left !important;}

/* 3 Columns Layout */
.col3-layout .col-main {}
.col3-layout .col-wrapper { }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:44.5%; padding:15px;}
.col2-set .col-2 { float:right; width:44.5%; padding:15px;}
.col2-set .new-users {padding-bottom:16px;width:46%;}
.col2-set .new-users ul {list-style: disc; margin: -6px 0 0 30px;}
.col2-set .registered-users {width:46%;}
.col2-set .registered-users a {color: #00a47b;}
.col2-set .registered-users a:hover {color: #000;}
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:60%; }
.col2-set p {margin-bottom:20px;}
.col2-set .col-1 p {clear:left;line-height:1.75;text-align:left;}
.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 */

.promo-disclaimer {
	font-size: 9px;
	padding: 0 70px 20px;
	text-align: center;
	color: #333;
}

.placeholder { color: #aaa; }
input,select,textarea,button {font-family: 'HelveticaNeueRegular';  vertical-align:middle; color:#000; /*box-shadow:0 1px 8px -7px #040505 inset;-moz-box-shadow:0 1px 8px -7px #040505 inset;-webkit-box-shadow:inset 0px 2px 11px -7px #040505;*/border:1px solid #E2E2E2;background:#FFF;}
input.input-text,textarea { padding:4px 6px;}
select { padding:5px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #e2e2e2; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; resize:none;}
input.radio { margin-right:3px; margin-top: -2px; }
input[type=radio] {margin-top:3px;margin-bottom:5px}
input.checkbox { margin-right:3px; margin-top: -4px;}
input.qty { width:2.5em !important; padding:5px;text-align:center;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button {font-size:17px;border:none;display:block; padding:4px 32px; text-align:center; color:#fff;text-transform:uppercase;font-family: 'oswaldbook';}
button.button:hover {background:#000 !important;}
button.button span span { border:0; padding:0; background:none;}
button.disabled span { border-color:#e2e2e2 !important; background:#bbb !important; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

.required-asterisk {
	color: red;
}

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 10px 15px 0px; list-style: none }
.form-list label { float:left;  font-weight:normal; position:relative; z-index:0; padding-bottom:10px;}
.form-list label.required {float: left;font-weight: normal;position: relative;z-index: 0;padding-bottom: 10px;}
.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; height:25px;}
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; height:33px; padding:6px; }
.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 #e2e2e2; 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; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

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

#co-billing-form .form-list {
	display: inline-block;
}


.buttons-set { clear:both; padding:25px 0 0; border-top:1px solid #E2E2E2; text-align:right;margin:3em 0 0; font-family: 'Oswald'; text-transform: uppercase; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0;margin-top:10px;}
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin:28px 0; }
.fieldset .legend {padding-bottom:15px;margin-bottom:15px; float:left; font-family: 'Oswald'; font-size: 16px;  color:#FF0F0F;  width:100%; position:relative; border-bottom:1px solid #E2E2E2; }

/* Form Validation */
.validation-advice { font-family:'FontAwesome';clear:both; min-height:13px; margin:3px 0 0; font-size:12px;  line-height:13px; /*background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat;*/ color:#eb340a; }
.validation-advice span{padding-left: 5px;font-family: 'HelveticaNeueRegular';font-size: 11px;}
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { text-align:right; color:#FF0F0F; }
/* 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-size:11px;}
.error { color:#df280a;  font-size:11px;}
.notice { color:#e26703;font-size:11px; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; font-size:11px; padding:0 !important;font-family:'helveticabold'; }
.messages ul {padding-left:30px;}
.messages ul li span {padding-left: 42px;float: left;margin-top: -26px; font-family: 'oswaldbook'; font-size: 1.3em; margin-top: -25px;}
.messages ul li span a {color: #00ab83;}
.messages ul li span a:hover {color: #FFF;}
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; display: inline-block; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 5px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 4px 20px !important;}
.error-msg { background-color:#FF0F0F; font-family:'FontAwesome'; color:#FFF;font-size:22px;}
.success-msg { background-color:#FF0F0F; font-family:'FontAwesome'; color:#FFF;font-size:22px;}
.note-msg,
.notice-msg {  background-color:#FF0F0F; font-family:'FontAwesome'; color:#FFF;font-size:22px; clear: left; }

.font-awesome-arrows {
	font-family:'FontAwesome';
	font-size: 1.2em;
}

.dealerlocator .note-msg {
	font-size: 15px;
	width: 400px;
}

/* BreadCrumbs */
.catalog-product-view .breadcrumbs {line-height: 1.25;padding-bottom: 0px; margin-top:100px;}

.breadcrumbs {line-height: 1.25;padding-bottom: 20px; margin-top:15px;}
.breadcrumbs li {display:inline; padding:3px 6px;background:#ffffff;}
.breadcrumbs li strong {color:#FF0F0F;font-family: 'HelveticaNeueRegular';font-weight:normal;}
.breadcrumbs li a { text-decoration: none;padding-right: 8px;color:#00a47b; }
.breadcrumbs li a:hover{text-decoration:underline;}
.breadcrumbs li span {font-family: 'FontAwesome';background: #000;padding: 1px 4px 1px 5px;color: #FFF;font-size: 11px;}
.breadcrumbs p{float:left;}
/* Page Heading */

.page-title {width: 100%;overflow: hidden;}

/*.page-title h1,
.page-title h2 { margin:0; font-family: 'helveticabold';color: #FFF;background: #1FA9AF;padding: 10px;text-transform: uppercase;margin-bottom:20px;}*/
.page-title h1,
.page-title h2 {
	margin: 0;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: absolute;
	top: 160px;
	text-align:right !important;
	font-size: 40px !important;

	background: none !important;
	text-shadow: 2px 2px 8px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
}

.page-title h1.medium {
	font-family: 'crimsonroman' !important;
}


.page-title h1,
.page-title h2{width: 1200px;background-color: none !important;}
.col2-right-layout .page-title h1,
.col2-right-layout .page-title h2,
.col2-left-layout .page-title h1,
.col2-left-layout .page-title h2{width:770px;}


.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons button.button {float:right;margin-bottom:20px;}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { text-align:left; }

.sub-title { clear:both; padding:15px 0 0; font-weight:bold; margin:0 0 6px; color:#FF0F0F; }

/* Pager */
.my-account { max-width:870px; }
.my-account a { color: #00a47b }
.my-account .pager {margin-top:20px;margin-bottom:20px;}
.my-account .page-title {margin-right:870px;}
.my-account .page-title .medium {width:870px;}
.pager { padding: 0px 10px 0px 20px;background: #e8e8e8 !important;}
.pager .amount { float:left; margin:0;padding-top: 13px;padding-right:10px;}
.pager .limiter {float: left;padding:6px 0px 6px 0px;}
.pager .limiter label { vertical-align:middle; float:left;margin-top:6px;padding-right:10px;display:none;}
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages {display:table;padding:11px 0px 10px 0px;float:right;}
.pager .pages ol { display:inline; }
.pager .pages li { display: table-cell;padding: 0 10px;vertical-align: middle; }
.pager .pages li a {text-decoration:none;color:#00a47b;}
.pager .pages li a:hover{text-decoration:none;color:#000;}
.pager .pages .current {}
.pager .amount strong {font-weight:normal; color:#FFF; }

.list-all-dealer .amount strong { color: #000; }

.pager .pages a.next{font-family: 'FontAwesome';color: #000;background: #FFF;width: 20px;height: 20px;text-align: center;vertical-align: middle;display: table-cell;font-size: 14px;font-weight:bold;}
.pager .pages a.next:hover{background:#000;color:#FFF;}
.pager .pages a.previous {font-family: 'FontAwesome';color: #000;background: #FFF;width: 20px;height: 20px;text-align: center;vertical-align: middle;display: table-cell;font-size: 14px;font-weight:bold;}
.pager .pages a.previous:hover{background:#000;color:#FFF;}
.pager .pages a.next img,
.pager .pages a.previous img{display:none;}
/*.pager .pages a.next img:hover {background:#03997e url(../images/20.png);}
.pager .pages a.previous img:hover {background:#03997e url(../images/45.png); }*/
.my-account .pager .pages {float:right;}
.my-account .pager .amount{float:right;}
/* Sorter */
.sorter {  }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:left; padding-right: 20px; border-right: 1px solid white;padding-top:6px;padding-bottom:6px;}
.filter-subtitle.sort-by { padding-top:1px; padding-right:10px; border: none !important;}
.sorter .sort-by label { padding-right:10px; vertical-align:middle;float:left;margin-top:6px; display: none;}
.sorter .sort-by select { padding:0; margin:0 0 0px; vertical-align:middle; color:#03997e;  }
.sorter .link-feed {}
.sorter .limiter { float:right; padding: 6px 20px 6px 0px;border-right: 1px solid white;margin-right:20px;}
.sorter .limiter label { padding-right:10px; vertical-align:middle;float:left;margin-top:6px; display: none;}
.sorter .limiter select { padding:0; margin:0 0 0px; vertical-align:middle; color:#03997e;}

/*Blog*/

.sorter .sort-byblog { float:left; padding-right: 20px; border-right: 1px solid white; padding-top:6px;padding-bottom:6px;}
.sorter .sort-byblog label { padding-right:10px; vertical-align:middle;float:left;margin-top:6px; display: none;}
.sorter .sort-byblog select { padding:0; margin:0 0 0px; vertical-align:middle; color:#03997e;  }

.sorter .limiterblog { float:right; padding: 6px 20px 6px 0px;border-right: 1px solid white;margin-right:20px;}
.sorter .limiterblog .show_pan{height:13px;}
.sorter .limiterblog label { padding-right:10px; vertical-align:middle;float:left;margin-top:6px; display: none;}
.sorter .limiterblog select { padding:0; margin:0 0 0px; vertical-align:middle; color:#03997e;}

.pager .pagesblog {display:table;padding:11px 0px 10px 0px;float:right;}
.pager .pagesblog ol { display:inline; }
.pager .pagesblog li { display: table-cell;padding: 0 9px;vertical-align: middle; }
.pager .pagesblog li a {text-decoration:none;color:#00a47b;}
.pager .pagesblog li a:hover{text-decoration:none;color:#000;}
.pager .pagesblog .current {}
.pager .pagesblog a.next{font-family: 'FontAwesome';color: #000;background: #FFF;width: 20px;height: 20px;text-align: center;vertical-align: middle;display: table-cell;font-size: 14px;font-weight:bold;}
.pager .pagesblog a.next:hover{background:#000;color:#FFF;}
.pager .pagesblog a.previous {font-family: 'FontAwesome';color: #000;background: #FFF;width: 20px;height: 20px;text-align: center;vertical-align: middle;display: table-cell;font-size: 14px;font-weight:bold;}
.pager .pagesblog a.previous:hover{background:#000;color:#FFF;}

.postWrapper .postTitle h3 {
	color:#666;
}
.postWrapper .postContent a {
	color:#00a47b;
}
	.postWrapper .postContent a:hover {
		color:#000;
	}

.blog-index-list .toolbar .sort_box {
	display: block;
}

.blog-index-list .toolbar .limiterblog {
	display: none;
}

/*End Blog*/

.sorter .sort-by img {display:none;}
.sorter .view-mode {float: left;margin: 0;padding-right:16px;border-right: 1px solid white;margin-right: 20px;}
.sorter .view-mode label{display:none;}

.grid {font-family: 'FontAwesome';font-size:24px;color:#fff;margin-right:10px;text-decoration:none;}
.grid:hover{color:#000000;text-decoration:none;}
.grid-mode-active{color:#000000;}

.list {font-family: 'FontAwesome';font-size:23px;color:#fff;text-decoration:none;}
.list:hover {color:#000000;text-decoration:none;}
.list-mode-active{padding-right:4px;color:#000000;}


/* Toolbar */
.toolbar {display:inline-block; width:100%; padding:20px 0px 20px 0px;}
.toolbar .pager {float: right;padding:0px;background:none;}
.toolbar .sorter { padding: 0px 10px 0px 20px; background: #e8e8e8 !important;}
.toolbar-bottom {}

.sort_box{ /*background: url("../images/drop_arrow.png") no-repeat scroll center right transparent;*/ position: relative; }
.sort_box.active .sort_pan{}
.sort_detail{font-family: 'HelveticaNeueRegular';border: inherit;background: #fff;color: white;display: none;position: absolute;left: 10;top: 34px;z-index: 1500;width: 189px;text-align: left;border: 1px solid #e1e1e1;-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);padding:6px 0px 0 0;}
.sort_detail .sort_detail_arrow{display:none;border-bottom: 5px solid #000;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 21px;}
.sort_box .sort_pan span{font-weight:normal;margin-right: 10px;margin-top: -13px;padding:9px 10px 8px 0px;font-family: 'HelveticaNeueRegular';}
.sort_detail a{padding: 7px 10px;display: block;text-decoration: none;}
.sort_icon.selected{}
.sort_detail a:hover{background:#1FA9AF;color:#FFF;}
.sort_box .sort_pan{font-size:13px;font-weight: bold;float: left;background: #fff;padding: 7px 11px 7px 11px;position: relative;font-style: normal;font-family: 'FontAwesome';text-transform: capitalize;z-index: 9999;background-color: #fff;border: 1px solid #e1e1e1;border-bottom-color:#FFF;-webkit-box-shadow: 1px -1px 2px 0px rgba(0, 0, 0, 0.05);-moz-box-shadow: 1px -1px 2px 0px rgba(0, 0, 0, 0.05);box-shadow: 1px -1px 2px 0px rgba(0, 0, 0, 0.05);}

.sort-by.sort_box span.value {
	margin-right: 4px;
	display: inline-block;
}
/*.show_box{ /*background: url("../images/drop_arrow.png") no-repeat scroll center right transparent;*/ /*position: relative; width:121px;}
.show_box.active .sort_pan{background:url("../images/37.png") no-repeat 67px 10px #F0F0F0;  border-bottom:0;}
.show_detail{border:1px solid #e2e2e2; border-top:0; background: none repeat scroll 0 0 #F0F0F0; color: white; display: none; position: absolute; right: 11px; top: 26px; z-index: 1500;  text-align: left;}
.show_detail a{padding:5px 26px 5px 9px;  display: block; text-decoration: none; border-bottom:1px solid #e2e2e2;}
.show_detail a:hover, .sort_icon.selected, .language_detail a:hover, .currency_icon.selected{color:#15bbbc;}
.show_detail a:hover{background:#fff;}
.show_box .sort_pan{ background:url("../images/37.png") no-repeat 67px 10px; width:43px; float:left; padding:3px 27px 4px 10px; text-align:left; color:#03997e;}
*/


.show_box{ /*background: url("../images/drop_arrow.png") no-repeat scroll center right transparent;*/ position: relative; }
.show_box.active .show_pan{}
.show_detail{font-family: 'HelveticaNeueRegular';border: inherit;background: #fff;color: white;display: none;position: absolute;left: 0;top: 34px;z-index: 1500;width: 189px;text-align: left;border: 1px solid #e1e1e1;-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);padding:6px 0px 0 0;}
.show_detail .show_detail_arrow {display:none;border-bottom: 5px solid #000;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 21px;}
.show_box .show_pan span{font-weight:normal;margin-right: 10px;margin-top: -13px;padding:9px 10px 8px 0px;font-family: 'HelveticaNeueRegular';}
.show_detail a{padding: 7px 10px;display: block;text-decoration: none;}
.show_icon.selected{}
.show_detail a:hover{background:#1FA9AF;color:#FFF;}
.show_box .show_pan{font-size:13px;font-weight:bold;float: left;background: #fff;padding: 7px 11px 7px 11px;position: relative;font-style: normal;font-family: 'FontAwesome';text-transform: capitalize;z-index: 9999;background-color: #fff;border: 1px solid #e1e1e1;border-bottom-color:#FFF;-webkit-box-shadow: 1px -1px 2px 0px rgba(0, 0, 0, 0.05);-moz-box-shadow: 1px -1px 2px 0px rgba(0, 0, 0, 0.05);box-shadow: 1px -1px 2px 0px rgba(0, 0, 0, 0.05);}


.header_currency{ float:right; }
.header_currency:hover { }
.col-left .header_currency {display:none;}
.header_currency label {float:left; margin-top:5px;color:#737373;}
.currency_box {font-size:13px;font-weight:bold;color:#fff;float:right;background: #1FA9AF;border:1px solid #fff; padding: 5px 11px 0px 11px; position: relative;font-style: normal;font-family:'FontAwesome';}
.currency_box .currency_arrow {display:none;border-bottom: 5px solid #000;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 17px;}
.currency_detail{font-weight:normal;width:100%;font-family: 'HelveticaNeueRegular';border:inherit; background: #1FA9AF;  display: none; position: absolute; left: -1px;top: 23px; z-index: 10001; text-align: left;border:1px solid #FFF;border-top: 0;padding:6px 0px 0 0;}
.currency_detail a{color:#FFF;padding: 7px 10px; display: block; text-decoration: none; }
.currency_detail a img{padding-right: 5px;margin-top:2px;display:none;}
.currency_icon.selected{}
.currency_detail a:hover{background:#FFF;color:#000;}
.currency_pan span{font-weight:normal;margin-top: -18px;font-family: 'HelveticaNeueRegular';float: left;margin-right: 20px;padding: 6px 10px 5px 0px;}

.header_language{ float:right;margin-left:7px;}
.header_language:hover {}
.col-left .header_language {display:none;}
.header_language label {float:left;margin-top:5px;color:#737373;}
.language_box{font-size:13px;font-weight:bold;color:#fff;float:right;background: #1FA9AF;border:1px solid #fff; padding: 5px 11px 0px 11px; position: relative;font-style: normal;font-family:'FontAwesome';}
.language_box .language_arrow {display:none;border-bottom: 5px solid #000;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 21px;}
.language_detail{font-weight:normal;width:100%;font-family: 'HelveticaNeueRegular';border:inherit; background: #1FA9AF;  display: none; position: absolute; left: -1px;top: 23px; z-index: 10001; text-align: left;border:1px solid #FFF;border-top: 0;padding:6px 0px 0 0;}
.language_detail a{color:#FFF;padding: 7px 10px; display: block; text-decoration: none; }
.language_detail a img{padding-right: 5px;margin-top:2px;display:none;}
.language_icon.selected{}
.language_detail a:hover{background:#FFF;color:#000;}
.language_pan span{font-weight:normal;margin-top: -18px;font-family: 'HelveticaNeueRegular';float: left;margin-right: 20px;padding: 6px 10px 5px 0px;}


/* Data Table */
.data-table { width:100%;  }
.data-table .odd  { }
.data-table .even {  }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {/* border-right:0;*/ }
.data-table tr.last th,
.data-table tr.last td { vertical-align:middle;}
/*#shopping-cart-table td.cart_product_price .cart-price .price{color:#909090;}*/
#shopping-cart-table td.a-right .cart-price .price {font-family:'helveticabold';}
.data-table td a {color:#00a47b !important;   font-weight:normal;}
.data-table td a img {background:#fff;}
.data-table .product-name {text-align:left !important;padding-bottom:5px; }
.data-table thead th { font-weight:normal; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }


.data-table thead th {padding: 1.33em 0.6em;border: 1px solid #E2E2E2;text-align: center !important;background: #FAFAFA;font-family:'helveticabold';}
.data-table tbody th{border: 1px solid #E2E2E2;vertical-align: middle;font-family:'helveticabold';}
.data-table tbody td {vertical-align: middle;}
.data-table th { padding: 1.33em 0.6em; }
.data-table td { padding:1.5em;text-align:center !important; border: 1px solid #E2E2E2;}
.data-table td .product-name a {/*font-family:'arialregular';*/}
.data-table .cartlabel{display:none;width: 85px;float: left;line-height: 1.2;font-weight: normal;height:21px;}


.custom-shop .data-table td { padding:.5em .2em 0em .2em;text-align:left !important; border:none !important}
.custom-shop .data-table tr.even td.last { text-align:right !important;}
.custom-shop .data-table tr.odd td {
	font-family: 'oswaldbook';
	font-size: 1.0em;
	line-height: 1.15em;
	text-transform: uppercase;
}
.custom-shop .data-table tr.even {
	border-bottom: 1px solid #CCC !important;
}
	.custom-shop .data-table tr.even td { padding-top:0em;}

.custom-shop .data-table tr.even .price {
	font-size: 1.0em;
	color: #666;
}
.custom-shop .short-description {
	display: none;
}


.order-details #my-orders-table th {text-align:left;}
#my-orders-table th {text-align:center;}
#shopping-cart-table thead th {}
#shopping-cart-table tfoot a {margin-top: 10px;color: #00a47b;}
#shopping-cart-table tfoot a:hover {color: #000;}
.data-table thead th .tax-flag { white-space:nowrap; }
/*.data-table input.qty {width:3.5em !important; padding:5px;}*/


.data-table tfoot {  }
.data-table tfoot tr.first td {}
/*#checkout-review-table-wrapper .data-table td {background:#FAFAFA;border-top:1px solid #F1EFEF;border-bottom:1px solid #F1EFEF;text-align:right !important;}*/
/*#checkout-review-table-wrapper .data-table tfoot td {background:none;border:none;}*/
.data-table tfoot tr { }
.data-table tfoot td { text-align:right !important; }
.data-table tfoot td.last{text-align:center !important;}
.data-table tfoot strong { }

/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; vertical-align:top;  }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #E2E2E2; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #e2e2e2; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold;  }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* 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 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td {background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #e2e2e2; }
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% 5px 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% -52px; }

.cart .messages a {
	color: #00a47b;
}

.cart-empty a {
	color: #00a47b !important;
}
	.cart-empty a:hover {
		color: #000 !important;
	}

.customer-account-forgotpassword .input-box .button {
	margin-top: 10px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-family:'helveticabold'; }
.std dl dd { margin:10px 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 0em; padding:0; }
.std ul { list-style:disc outside;}
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.0em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first {}
.links li.last {  }

.link-cart { color:#dc6809; }
.link-wishlist {   }
.link-reorder {text-decoration: none;font-weight: normal; }
.link-compare { }
.link-print {  color: #FF0F0F;    font-family: 'FontAwesome';    font-size: 18px;    font-weight: normal;    text-decoration: none !important; }
.link-print span{font-family: 'HelveticaNeueRegular';padding-left:5px;}
.link-print:hover span{text-decoration:underline;}
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display: inline;background: #000;padding: 1px 3px 1px 3px;font-family: 'FontAwesome';color: #FFF;font-size: 12px !important;text-decoration:none; text-indent:0px;width:10px;height:15px; }
.btn-previous  { display:block; width:11px; height:11px; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 {font-size:13px;display:inline-block;font-family: 'FontAwesome' !important;text-decoration:none;background:#FAFAFA;padding:12px 13px 8px 13px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:0px 1px 0px 0px #C4C4C4;-moz-box-shadow:0px 1px 0px 0px #C4C4C4;-webkit-box-shadow:0px 1px 0px 0px #C4C4C4;width:10px;height:15px;}
.btn-edit    {display: inline;background: #000;padding: 1px 3px 1px 3px;font-family: 'FontAwesome';color: #FFF;font-size: 12px !important;text-decoration:none;}

.btn-remove2:hover{color:#FFF !important;text-decoration:none;background:#FF0F0F;}
.btn-remove:hover,
.btn-edit:hover{text-decoration:none;background:#FF0F0F;}

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px;color:#FF0F0F; }

.divider { clear:both; display:block; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #e2e2e2; border-width:0 0 1px; background:#ffff90;  line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07;  line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

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


/* Header ================================================================================ */
.logo { float:left;}
.header-container { background:#a67662; }
.header-banner { background-color:#ffffff; height:250px; background-position:center center; background-size: cover; }
.catalog-category-view .header-banner { height: 250px; }
.catalog-product-view .header-banner, .catalogsearch-result-index .header-banner {
	height:47px;
	background-image: none;
}

.header { position: fixed; width: 100%; margin:0 auto; text-align:right; z-index:10000;padding:0px 0px 0px 0px;}
.header1{max-width:1200px;margin:0 auto;position:relative;}
.header2 {  }
.header2 { float: none; width: 100%; border-top: 2px solid #FFF; margin:0 auto; padding:0px 0px 0px 0px;display:table; background-color:#333; }
.header2 h1 {margin-top: 74px;margin-bottom:0px;color: #FFF;font-family: 'crimsonroman'; font-size: 40px;text-shadow: 2px 2px 8px #000000;filter: dropshadow(color=#000000, offx=2, offy=2);}
.header2.fixed{position:fixed;top:0;margin-top:0px;left:0;right:0;margin:0 auto;}
.header .cartlogo{float:left;margin-top:3px; font-size:22px; background-image: url(./../images/header-cart-logo.png); background-size: 100%; width: 23px; height: 23px; background-repeat: no-repeat; }
.header .shopping_bg {float: right; width: 185px;}
.header .shopping_bg h1{text-align:left;}
.header .shopping_bg .actions {float:right; margin-top: 1px; }
.header .shopping_bg .actions button.button {font-size:11px;padding:6px 11px 5px 11px;background: #000 !important; border: 1px solid #000; font-family:'HelveticaNeueRegular';}
.header .shopping_bg .actions button.button:hover{background:#FF0F0F;}
.header .shopping_bg .subtotal .actions{text-align:right;width: 100%;border-top: 1px solid #e2e2e2;padding: 15px 0px 5px 0;margin-top: 10px;float:none;position:relative;}
.header .shopping_bg .subtotal .actions button.button{border:none;padding:9px 10px;display:inline;}
.header .shopping_bg .subtotal .actions button.view-cart{left:0;position:absolute;}
/*.header .shopping_bg .actions button.button:hover{background:#FF0F0F;}*/
.header .shopping_bg .actions .checkout-aerrow {display:none;border-left: 11px solid #FF0F0F;float: left;border-top: 17px solid transparent;border-bottom: 17px solid transparent;width: 0;height: 0;}
/*.header .shopping_bg .actions button.button span span{}*/
.mini-cart-div .summary-container .summary .amount {float:left;margin:7PX 0PX 0PX 0PX;color:#FFF;}
.mini-cart-div .summary-container .summary .amount a{color:#FFF;text-decoration:none;}
.mini-cart-div .summary-container .summary .amount a span,
.mini-cart-div .summary-container .summary .amount span{}
.header a.logo {top:13px;left:-15px;position:absolute;text-align:center;width:225px;height:78px; text-decoration:none !important; margin:0; display:table-cell;vertical-align:middle;float:none;}

.header a.logo img{ z-index:2; max-width:195px; position: relative; margin: auto; z-index:10000; }

.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0;line-height:0; text-indent:-999em; overflow:hidden; }
.header .quick-access { float:none;padding:5px 0px 6px 0px;width:100%; background-image: url(./../images/homepage-category-boxes/header-wood-panel.jpg); background-size:100%; }
.header .welcome-msg { margin:0; color:#fff; text-align:right;}
.header .welcome-msg a { color:#ebbc58; }
.header .form-search {position:relative; width:140px;  float:right;background-color: #fff;}
.header #search_mini_form{margin-top:1px;margin-right:15px; float: right;}
.header .searchlogo{}
.header .searchlogo .arrow{}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; word-spacing:10px;display:none;}
.header .form-search input.input-text { float:left;width:calc(100% - 42px);border:none;background:none; height: 17px;}
.header .form-search button.button {float: left;border: 0;font-family: 'FontAwesome' !important;color: #CCC;font-size: 17px;padding: 3px 5px 4px 7px;background: #FFF !important; border-radius:7px; }
.header .form-search button.button span span { display:none;background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:1005; left:auto !important; top:25px !important;}
.header .form-search .search-autocomplete ul { border:1px solid #e2e2e2;background-color:#FAFAFA; border-top:0;}
.header .form-search .search-autocomplete li { font-family: 'HelveticaNeueRegular'; text-align:left;  padding:6px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-family: 'helveticabold'; color:#FF0F0F; }
.header .form-search .search-autocomplete li.odd { }
.header .form-search .search-autocomplete li.selected { background-color:#E5E5E5; }
.header .form-language {text-align:right; float:right;}
.header .form-language label { padding-right:5px; color:#737373; vertical-align:middle;}
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin-top:7px; margin-right: 20px; }
.header .links li { float:left;font-family: 'HelveticaNeueRegular' !important; text-transform:uppercase;/*border-right:1px solid #878787;*/ }
.header .links li:hover{}
.header .links li.first a{padding-left:0px;}
.header .links li.last a{border:0px;padding-right:0px;}
.header .links a {border-right:1px solid rgba(255, 255, 255, 0.20);padding:5px 10px; color: #FFF; font-weight: bold; text-decoration:none;}
.header .links a:hover{ color:#000; }


/********** < Navigation */
.nav-container{ position: relative; display:block; font-family: 'oswaldlight'; font-size:0.9em; font-weight:bold; letter-spacing:1px; line-height:1.6em; margin:0 auto; width:1100px; }
.default-container{margin-left:200px;}
.header2.fixed{width:900px;}
.header2.fixed .nav-container{margin-left:30px;}
.header2.fixed .default-container{margin-left:0px;}
/*div#hover-banner-container { display:none; width: 100%; padding-top:30.8%; background-size: 100%; position: absolute; z-index: -1; }*/
/* ======================================================================================= */


.col-left .mini-cart-div {display:none;}

/* Sidebar =============================================================================== */
.block { margin:0 0 0px;padding:0px 10px 25px 10px;background: #F1F1F1;clear:both;}
.block .block-title {  margin-bottom:15px;background: #1FA9AF;padding: 10px 10px 10px 10px;margin-left: -10px;width: 271px;border-right: 0px;}
.block .block-title strong { display:block;color:#FFF; font-weight:normal; font-family: 'helveticabold'; }
.block .block-title strong span {}
.block-currency .block-title strong span {color: #737373;font-weight:normal; padding-right:5px;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px;  font-weight:bold; }
.block .block-account {  }


.block-cart .block-content { background:none;}
.block .block-content li.item { padding:0px 0px 20px 0px; }
.block .block-content li.item.last {padding-bottom:0px;}
.block .block-content .product-name { padding-bottom:0px; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {border-top:1px solid #FAFAFA;padding-top:15px;margin-top:15px; }
.block .actions a { float:left; margin-top:10px;}
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:0px 0px;}

.block-reorder .actions,
.block-compare .actions,
.block-poll .actions{margin-top:0px;}


.block li.odd {  }
.block li.even { }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {  line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reord    er .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; }
.mini-products-list .product-details { margin-left:60px; }
.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{padding-bottom:20px;}
.block-account { border-color:#bbb; }
/*.block-account .block-title { margin-bottom:5px;}*/
.block-account .block-content li:hover{}
.block-account .block-content li{line-height: 2.7;border-bottom: 1px solid #FAFAFA;}
.block-account .block-content li a {display:block;padding:0 10px;}
.block-account .block-content li a span.errow{position: relative;top: -1px;font-size: 11px;font-family: 'FontAwesome';padding: 0px 4px 0px 0px;margin-right: 9px;}
.block-account .block-content li a:hover{text-decoration:none;background:#FFF;}
.block-account .block-content li strong {font-weight:normal;font-family: 'HelveticaNeueRegular';}
.block-account .block-content li.current {color:#FF0F0F;}
.block-account .block-content li.current span.errow{position: relative;top: -1px;font-size: 11px;font-family: 'FontAwesome';padding: 0px 4px 0px 0px;margin-right: 9px;}

/* Block: Currency Switcher */
.block-currency { border:0;float:right;padding-left:30px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; float:left;}
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; text-transform:none; color:#fff; padding:0px;}
.block-currency .block-content { background:none; padding:0; float:left;}
.block-currency .block-content select { width:100%; padding:0; }




/* Block: Layered Navigation */
/*.block-layered-nav, .block-category-nav{padding-bottom:20px;} */
/*.block-layered-nav .block-title {margin-bottom: 0px;}*/




.block-category-nav .block-content dd ol li { line-height:2;/*border-bottom: 1px solid #E2E2E2;*/}
.block-category-nav .block-content dd ol li a span.errow{-moz-transition:all linear 0.2s;transition:all linear 0.2s;-webkit-transition:all linear 0.2s;position:relative;top:-1px;font-size:11px;font-family: 'FontAwesome';background-color: #777;padding: 1px 4px 1px 5px;color: #FFF;border-radius: 120px;margin-right:9px;}
.block-category-nav .block-content dd ol li a span.count{margin-left:5px;}
.block-category-nav .block-content dd ol li a {width:271px;display:inline-block;padding:5px 0px;padding-left:15px;-moz-transition:all linear 0.2s;transition:all linear 0.2s;-webkit-transition:all linear 0.2s;border-left:0px solid transparent;}
.block-category-nav .block-content dd ol li a:hover {text-decoration:none;color:#FF0F0F;background:#f6f6f6;border-left:5px solid;}
.block-category-nav .block-content dd ol li a:hover span.errow{background-color:#FF0F0F;}


.block-category-nav .block-content {margin-top:0px;}
.block-category-nav .block-title {}
.block-layered-nav .block-title strong span {}
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.col-left .block-currency {display:none;}
.col-left .block-layered-nav .block-subtitle {display:none;}

.block-layered-nav dl { }
.block-layered-nav dt {  color:#FF0F0F;margin-bottom:10px;font-family: 'helveticabold';}
.block-layered-nav dd { padding:0 0px 0px;}
.block-layered-nav .view{margin-top: 15px;}

.block-layered-nav #narrow-by-list dd ol li {line-height:2.7;border-bottom: 1px solid #FAFAFA; }
.block-layered-nav #narrow-by-list dd ol li a span.errow{position:relative;top:-1px;font-size:11px;font-family: 'FontAwesome';padding: 0px 4px 0px 0px;margin-right:9px;}
.block-layered-nav #narrow-by-list dd ol li a span.count{margin-left:5px;}
.block-layered-nav #narrow-by-list dd ol li a {display:block;padding:0 10px;}
.block-layered-nav #narrow-by-list dd ol li a:hover {text-decoration:none;background:#FFF;}

.block-layered-nav dd.last {}
.block-layered-nav .currently li {  padding:6px 24px 12px 0px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label {font-family: 'helveticabold';   text-transform:uppercase; display:inline-block; vertical-align:top; padding-right:5px; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; padding:0px 3px 2px 3px;text-decoration:none;}
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { padding:10px 5px 0px 0px; border-top:1px solid #FAFAFA; text-align:right; margin-top:5px;}
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart{}
.top-image{border-bottom: 5px solid #FF0F0F;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;right: 137PX;top: -5PX;}
.toptital{padding: 10px 10px 10px 10px; border: 1px solid #e2e2e2;  background-color:#fff; border-top:3px solid #FF0F0F;}
/*.block-cart .block-content{ max-height:400px; overflow:auto; }*/
.slideTogglebox{background: white; position: absolute; top:25px; width: 266px; z-index: 10001;right:0;}
.block-cart .block-subtitle{  padding: 0px 5px 10px 5px;text-align:center;border-bottom:1px solid #E2E2E2;font-family:'helveticabold';}
.block-cart .subtotal{padding:10px 0px 0 0; line-height: 20px; text-align:right;/*border-top:1px solid #E2E2E2;*/}
.block-cart .subtotal .price{font-family:'helveticabold';}
.block-cart .subtotal .label{}
/*.block-cart .subtotal .actions button{float:left;padding:5px; }*/

.block-cart .block-content a { }
.mini-products-list li{border-bottom:1px solid #E2E2E2; padding:15px 0px 15px 0px;}
.block-cart .block-content .mini-products-list li{text-align:left;display:inline-block;width:100%;}
.block-cart .block-content .mini-products-list li.last{border-bottom:1px solid #E2E2E2;}
.mini-products-list li.last{clear:both; border:0;}
.mini-products-list li.even{clear:both;}
.mini-products-list .product-image { float: left; width: 50px;  background:#fff;}
.mini-products-list .product-image img{margin:0px; float:none;}
.mini-products-list .product-details {margin-left: 65px;margin-top:-5px;}
.mini-products-list .product-details .price-box .price-label{display:none;}
.mini-products-list .product-details .price-box .old-price .price{float:none;}
.block-cart .btn-remove, .block-cart .btn-edit { float: right; margin: 17px 0 2px 5px; vertical-align:middle;text-decoration:none;}
.block-cart .block-content .product-name {  color: #464646 !important; padding: 4px 0px 5px;}
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {word-wrap: break-word;text-align:left;}
.truncated { cursor: help;}
.truncated .truncated_full_value { position: relative; z-index: 999; }
.truncated a.details { cursor: help; text-decoration: none !important; display: inline-block; border-bottom: 1px dotted #4F8100; }

.block-cart .block-title { /*border-bottom:0;*/ }


/* Block: Wishlist */
.block-wishlist .block-title strong {padding-left:0px; }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a {margin-top:0px;}
/*.block-wishlist {padding: 0px 20px 45px 20px;}*/
.block-wishlist .block-subtitle {padding:0px 0px 0px 0px;font-weight:normal;}
.block-wishlist #wishlist-sidebar .product-name{padding-bottom:0px;}

.block-wishlist .special-price .price{line-height: 0;font-size: 13px;}
.block-wishlist .regular-price .price{line-height: 0;font-size: 13px;}
.block-wishlist .old-price .price{line-height: 0;font-size: 13px;}
.block-wishlist .product-name {line-height:1.50;}
.block-wishlist .block-content li.item {padding:15px 0px 11px 0px;border-bottom:1px solid #FAFAFA;}
.block-wishlist .block-content li.item.last{border-bottom:0px;}
.block-wishlist .link-cart {color:#FF0F0F;font-weight:normal;}

/* Block: Related */
.block-related .block-title strong {padding-left:0px; }
.related input.checkbox {position: absolute;left: 0;right: 0;margin: auto;display:none;}
.block-related .product { margin-left:20px; }
.block-related .link-wishlist {font-weight:normal;}
.block-related .block-title {margin-bottom: 20px;background: none !important; padding: 10px 10px 10px 10px; text-align: left; }
.block-related .block-title strong{display: block;color: #000;font-weight: normal;font-family: 'oswaldbook';text-transform: uppercase;}
.block-related .mini-products-list .product-details {margin-left:85px;}
.block-related .block-subtitle {padding:0px 0px 10px 0px;font-weight:normal;display:none;}
.block-related .block-subtitle a{color:#FF0F0F;}
.related{width:100%;margin-top: 50px;}
.related .products-grid li.item{margin:0px;width: 290px !important;}
.related .products-grid .actions button.btn-cart{width:149px;}
.related .products-grid .actions button.btn-cart span{width:149px;}
.related .flex-viewport { float: left; }
.related .flex-viewport ul {  }
.related .flex-viewport ul li { margin-right: 11px !important; }

/* turn on "starting at copy" */
.products-grid .item.heritage-pocket-balls .price-label, 
.products-grid .item.centennial-pocket-balls-premium .price-label, 
.products-grid .item.cue-inferno-series .price-label {
	display: block;
	font-family: 'oswaldbook';
}

/* Block: Compare Products */
.block-compare .block-title strong { padding-left:0px;}
.block-compare button.button span {  }
.page-popup .link-print {font-family:'FontAwesome';font-size:23px;text-decoration:none;}
.page-popup .link-print span {padding:2px 0 2px 15px;font-family:'helveticabold'; }
.page-popup .link-print:hover span{text-decoration:underline;}
/*#compare-items {margin-top:10px;}*/
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none;  }
.compare-table thead td{vertical-align:middle;}
.compare-table .btn-remove{color:#FFF;float: left;height: 13px;width: 9px;}
.compare-table .btn-remove:hover span{text-decoration:underline;}
.compare-table .btn-remove span { float:left; width:140px;font-family: 'HelveticaNeueRegular';margin-top:-14px;color:#000;font-size:13px;}
.compare-table tbody th { background:#F9F9F9; }
.compare-table tbody th span {}
.compare-table .product-name {padding-top:15px;padding-bottom:0px;}
.compare-table .price-box {text-align:left;margin:10px 0px;}
.compare-table button.button {float:left;}
.compare-table .add-to-links{clear: both; text-align: left; padding-top: 10px;}
.compare-table .std  {text-align:left;}
.compare-table thead th {border:0;}
.compare-table tbody th,
.compare-table tbody td { text-align:left !important;vertical-align:top;}
.compare-table tbody td.last { border-right:1px solid #E2E2E2; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #E2E2E2 !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name {  font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a {  }
.compare-table tr.first td .ratings { width:69px; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table .old-price .price-label {display:none;}
.compare-table .special-price .price-label {display:none;}
/*.compare-table .special-price .price {color: #03997E;}
.compare-table .old-price .price{color: #03997E;}
.compare-table .regular-price .price{color: #03997E;}*/
/*.compare-table .rating-box {background:#e2e2e2 url(../images/test_image.png) 0 0 repeat-x;}*/
/*.compare-table .rating-box .rating {background:#03997e url(../images/test_image.png) 0 0 repeat-x;}*/
.compare-table tbody .add-to-row {display:none;}


/* Block: Recently Viewed */
.block-viewed .block-title strong { padding-left:0px; }
.block-viewed .block-content li.item.last{padding-bottom:0px;}
.block-viewed .block-content li.item{line-height:2.7;padding:0px;border-bottom:1px solid #FAFAFA;}
.block-viewed li a{display:block;padding:0px 10px;}
.block-viewed li a:hover{text-decoration:none;background:#FFF;}


/* Block: Recently Compared */
.block-compared .block-title strong {padding-left: 0px; }

/* Block: Poll */
.block-poll .block-title strong {padding-left:0px; }
.block-poll .block-subtitle { font-weight:normal;padding:0px 0px 6px 0px;color:#FF0F0F;}
.block-poll label {  font-weight:normal; }
.block-poll input.radio { float:left; margin:10px -18px 0 0; }
.block-poll .label { display:block; margin-left:21px; }
.block-poll li { padding:0px 10px; line-height:2.7;border-bottom:1px solid #FAFAFA;}
.block-poll li.last{padding-bottom:0px;border-bottom:none;}
/*.block-poll .actions { margin:12px 0 0;}*/
.block-poll button.button span { }
.block-poll .answer { font-family: 'helveticabold';}
.block-poll .votes { float:right; margin-left:10px; }
.block-poll button.button {}

/* Block: Tags */
.block-tags .block-title strong { padding-left:0px; }
.block-tags .block-content .tags-list { background:none; padding:0px;}
.block-tags .block-content a { }
.block-tags .actions {  }
.block-tags .actions a { float:none; }
.block .block-content .tags-list li a { }
.block .block-content .tags-list li a:hover {}
/* Block: Subscribe */
.block-subscribe .block-content { padding:0px 0px 0px 0px; }
.block-subscribe .block-title strong { padding-left:0px; }
.block-subscribe label { font-weight:normal;}
.block-subscribe input.input-text { display:block; width:257px;   padding:6px; }
/*.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }*/
.block-subscribe .actions button.button {  }
.block-subscribe .block-title {border-bottom:none;}
.block-subscribe .form-subscribe-header {padding-bottom:15px;}

/*block-compare*/
.block-compare .block-content li.item.last{padding-bottom:0px;border-bottom:none;}
.block-compare .block-content li.item{line-height:2.7;padding:0px;border-bottom:1px solid #FAFAFA;}
.block-compare li .product-name a{display:block;padding:0px 10px;}
.block-compare li .product-name a:hover{text-decoration:none;background:#FFF;}
.block-compare .btn-remove{line-height:15px;margin-right:10px;margin-top:10px;}

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:11px -20px 0 10px; }
.block-reorder .product-name { margin-left:23px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
/*.block-reorder .block-content .product-name {font-weight: normal; }*/
.block-reorder .block-subtitle {padding:0px 0px 20px 0px;font-weight:normal;}
.block-reorder li.item.last {padding-bottom:0px;}

.block-reorder .block-content li.item.last{padding-bottom:0px;border-bottom:none;}
.block-reorder .block-content li.item{line-height:2.7;padding:0px;border-bottom:1px solid #FAFAFA;}
.block-reorder li .product-name a{display:block;padding:0px 10px;}
.block-reorder li .product-name a:hover{text-decoration:none;}
.block-reorder li:hover{background:#FFF;}

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }
/*.block-banner, .block-tags {background:#f9f9f9; margin-bottom:30px; padding:10px 20px 25px 20px;}*/

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */




/* Home Page ========================================================================= */

.cms-home .header-container { height:auto; }
.cms-home .header-banner { height:0; }
.homepage-category-banner { display:none; width: 100%; margin-top: 2px; }

.homepage-category-boxes-container { position:relative; margin-top:2em; }

.homepage-category-boxes-container .homepage-category-boxes-banner { position:relative; width:100%; margin-bottom:2em; padding: 2.5% 0; }
.homepage-category-boxes-container .homepage-category-boxes-banner img { width:100%; position:absolute; top:0; left:0; height:100%; z-index:-1; }
.homepage-category-boxes-container .homepage-category-boxes-banner span { display: block; margin: 0 auto; width: 200px; text-align: center; color: #FFF; border: 6px solid #CCC; padding: 1em 0; opacity: 1; background-color: #111; text-transform:uppercase; font-family:"minionpro"; font-size:1.2em; letter-spacing:3px; }


.box-banner-left-corner-vertical { width: 10px; height: calc(100% + 2em); border: 1px solid #CCC; position: absolute; left: 0; bottom: 0px; border-width: 0 1px; }
.box-banner-left-corner-horizontal { width: 11px; height: 1px; background-color: #CCC; position: absolute; left: 0; top:1.55em; }
.box-banner-left-greybox { width: 20px; height: 10px; background-color: #DDD; position: absolute; left: 12px; bottom: 0; }
.box-banner-right-corner-vertical { width: 10px; height: calc(100% + 2em); border: 1px solid #CCC; position: absolute; right: 0; bottom: 0px; border-width: 0 1px; }
.box-banner-right-corner-horizontal { width: 11px; height: 1px; background-color: #CCC; position: absolute; right: 0; bottom:1.55em; }
.box-banner-right-greybox { width: 20px; height: 10px; background-color: #DDD; position: absolute; right: 12px; top: 0; }
.box-banner-horizbar-left { width:calc(50% - 115px); height: 1px; background-color: #CCC; position: absolute; left: 11px; top:49%; }
.box-banner-horizbar-right { width:calc(50% - 115px); height: 1px; background-color: #CCC; position: absolute; right: 11px; top:49%; }

.box-banner-left-bottom-margin { width: 1px; height:2em; position: absolute; left: 10px; bottom: -2em; background-color:#CCC; }
.box-banner-right-bottom-margin { width: 1px; height:2em; position: absolute; right: 10px; bottom: -2em; background-color:#CCC; }

.after-boxes-border { width: calc(100% - 2px); height: 3.5em; border: 1px solid #CCC; border-top: 0; position: relative; bottom: 2.5em; left: 0; }
.after-boxes-border .after-boxes-left-accentbox { position: absolute; left: -1px; bottom: -1px; width: 20px; height: 10px; background-color: #FFF; border-left: 1px solid #EEE; border-bottom: 1px solid #EEE; border-top: 1px solid #CCC; border-right: 1px solid #CCC; }
.after-boxes-border .after-boxes-right-accentbox { position: absolute; right: -1px; bottom: -1px; width: 20px; height: 10px; background-color: #FFF; border-left: 1px solid #CCC; border-bottom: 1px solid #EEE; border-top: 1px solid #CCC; border-right: 1px solid #EEE; }

.homepage-category-boxes-container .category-box { width:calc( ( 100% - 3em ) / 2); margin-bottom:2.25em; padding-top:31.34%; position:relative; display:inline-block; background-size:100%; background-repeat:no-repeat; }
.homepage-category-boxes-container .category-box:nth-child(even) { margin-right:2.72em; }
.category-box .box-title { position:absolute; left:0; bottom:0; min-width:48%; padding:1em 1em 1em 2em; background-color:#231F20; color:#FFF; text-transform:uppercase; font-family: tradegothicbold; letter-spacing: 2px; font-size:1.1em; }
.category-box img { width: 100%; display: inline-block; position: absolute; height: 100%; top: 0; left: 0;}
.category-box .box-title .box-title-corner-vertical { width: 1px; height: 3.125em; background-color: #CCC; position: absolute; left: 10px; bottom: 0px; }
.category-box .box-title .box-title-corner-horizontal { width: 10px; height: 1px; background-color: #CCC; position: absolute; left: 0; bottom: 1.55em; }
.category-box .box-corner { width: 50px; height: 50px; position: absolute; right: 0; bottom: -2px; background-image: url(./../images/homepage-category-boxes/box-corner.png); background-size: 100%; background-repeat:no-repeat; }

/*.category-box.box-pool-tables { background-image:url('./../images/homepage-category-boxes/box-pool-tables.jpg'); }
.category-box.box-games-tables { background-image:url('./../images/homepage-category-boxes/box-games-tables.jpg'); }
.category-box.box-furniture { background-image:url('./../images/homepage-category-boxes/box-furniture.jpg'); }
.category-box.box-racks-accessories { background-image:url('./../images/homepage-category-boxes/box-racks-accessories.jpg'); }*/

.homepage-extras-container { }
.homepage-extras-container .homepage-extra { width: calc( ( 100% - 4em ) / 3); margin-right: 1.7em; position:relative; display:inline-block; background-position-y:2.8em; background-size:100%; background-repeat:no-repeat; text-decoration:none; text-align:center; }
.homepage-extras-container .homepage-extra img { top: 0; left: 0; width: 100%; height: auto; padding-top: .5em; }
.homepage-extras-container .homepage-extra:nth-child(4) { margin-right:0; }
.homepage-extras-container .homepage-extra .extra-title { width:100%; text-transform:uppercase; text-align:center; font-family:minionpro; font-size:1.25em; font-weight:bold; color:#2D2D2D; border-bottom: 1px solid #cccccc; padding-bottom: 0.5em; }
/*.homepage-extras-container .homepage-extra.extra-handcrafted { background-image:url('./../images/homepage-category-boxes/extras-box-handcraftedaccessories.jpg'); }
.homepage-extras-container .homepage-extra.extra-find-a-dealer { background-image:url('./../images/homepage-category-boxes/extras-box-find-a-dealer.jpg'); }
.homepage-extras-container .homepage-extra.extra-history { background-image:url('./../images/homepage-category-boxes/extras-box-historytellsourstory.jpg'); }
.homepage-extras-container .homepage-extra.extra-blog { background-image:url('./../images/homepage-category-boxes/extras-box-blog.jpg'); }*/





/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; display:none;}
.category-name{width: 1200px; margin: 0 auto;position:relative;z-index:1;}




.category-name h2{ color: #fff;font-size: 40px !important;text-transform: uppercase;position: absolute;right: 0;top: -90px;font-family: 'crimsonroman' !important;text-shadow: 2px 2px 8px #000000;filter: dropshadow(color=#000000, offx=2, offy=2);}

/* fixes brunswick advantage title since the page is built differently */
.col-main .category-name h2{top: -130px;}

/* style for the product names that get added for individual product names */
#carousel .image-title {
	font-family: 'oswaldbook';
	font-size: 1.2em;
	margin-top: 200px;
	margin-left: 60px;
	position: absolute;
}


.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; display:none; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-description a { color: #00a47b; }
.category-description p { color: #7d7d7d; line-height: 1.6em }

.category-products {
	font-family: 'oswaldbook';
}

.category-products .filter-subtitle {
	float: left;
	margin: 14px 0 0 0;
}
.category-products #product-filters {
	margin: 7px 0 0 0;
}
	.category-products #product_filter_1 {
		z-index: 9999;
	}
	.category-products #product_filter_2 {
		z-index: 9998;
	}
	.category-products #product_filter_3 {
		z-index: 9997;
	}
	.category-products #product_filter_4 {
		z-index: 9996;
	}
	.category-products #product_filter_5 {
		z-index: 9995;
	}

	.category-products #product-filters .sort-by {
		cursor: pointer;
		float: left;
		margin-left: 20px;
		border: none;
	}
		.category-products #product-filters .sort-by .value {
			margin-top: 8px;
		}
	.category-products #product-filters li:hover {
		color: #000;
	}
	.category-products #product-filters li ul {
		display: none;
	}

	#product-filters #product_filter_0 {
		display: none;
	}

.category-products .pager .pages {padding:11px 0px 3px 0px;}

.category-block{width: 100%;position: absolute;top: 0;height: 250px;}
.category-block div{position: absolute;bottom: 0;width: 100%;}
.category-block img{width:100%;height:250px;}
.category-content{position: absolute;width: 1200px;height: 100px;overflow: auto;bottom: 0;left: 0;right: 0;margin: 0 auto 10px auto;}
.category-block h1 {display:none; color: #FFF;line-height: 1;width: 300px;float: right;text-align: left;}
.category-content img{display:none;max-width:300px;float:right;height:100px;}
.category-block p {display:none; color: #FFF;padding-right: 10px;margin-bottom: 0px;width: 290px;float: right;text-align: left;clear: both;}


/* View Type: grid */
.products-grid {list-style:none !important;}


.products-grid li .price-to .price-label{display:none;}
.products-grid li .price-box .price{font-family:'helveticabold';}
.products-grid li .price-from .price-label{display:none;}
.products-grid li .minimal-price .price{}
.products-grid li .minimal-price .price-label{display:none;}
.products-grid li .minimal-price-link{display:none;}

.products-grid .product-name a { font-weight:normal;}
.products-grid .product-name {padding-bottom: 14px;width:100%;text-align:center;float:left;}
.products-grid li.item .price-box {margin: 0 auto;display: table;padding-top: -6px;float:left;text-align:left;}
.products-grid li.item {background: #FFF;float: left;margin: 0px 20px 20px 0px;height: 380px;position: relative;box-shadow: 0px 2px 5px -3px transparent;-moz-box-shadow: 0px 2px 5px -3px transparent;-webkit-box-shadow: 0px 2px 5px -3px transparent;text-align: center;}
/*.products-gridfull li.item{margin-right:12px;}*/
.products-grid li.item.last {margin-right:0px !important;}
.products-grid .actions .add-to-links {margin: 10px auto 0 auto;display: none;}
.products-grid .actions .add-to-links .separator{display:inline;margin:0 15px;color: black;}
.products-grid .actions .add-to-links li{float:left;}
.products-grid .actions .add-to-links a {text-decoration:none;font-size:11px;}
.products-grid .actions .add-to-links a:hover{color:#FF0F0F;}
.products-grid .product-image { margin:0px;background:#FFF; display:block; }
.products-grid .product-image img { margin:0px;padding:0px !important; display:block; margin-left: -2px; }
.products-grid li .actions {position: relative;margin: 10px auto;}
.products-grid li.item:hover .actions {}

.products-grid .actions button.btn-cart {margin: 0px auto; width: 104px;height: 34px;padding: 0px;display: table-caption;float: right;}
.products-grid .actions button.btn-cart.view {padding: 4px 12px 4px 12px;width: 60px;}

.products-grid .button {
	font-size: 16px;
}
.products-grid .button.btn-cart {
	border: 1px solid #F1F1F1;
}

.products-grid .actions button.btn-cart.view span {width: 40px;float: none;}
.products-grid .actions button.btn-cart span{width: 103px;float: left;}
.products-grid .ratings {margin:0;margin-top:-3px;float:left;clear:left;padding-bottom:10px;display:none;}
.products-grid .special-price .price, .products-grid .regular-price .price,
.products-grid li .price-box .price-from .price, .products-grid li .price-box .price-to .price,
.products-grid li .price-box .minimal-price .price{font-size:15px;}
.products-grid .old-price .price{line-height:18px;}
.products-grid .old-price, .products-grid .special-price,
.products-grid .regular-price,
.products-grid li .price-box .price-from,
.products-grid li .price-box .price-to{float:right;padding:0px;padding-right:5px;}
.products-grid .productgrid-area {clear: left;padding: 10px;background:#F1F1F1;height: 65px;width: 265px;}


.flip {
	/*height: 199px;
	width: 300px;*/
	margin: 0 auto;
}
.flip img {
	/*width: 300px;*/
	height: auto;
}
.flip .back {
	/*background: #2184cd;
	color: #fff;
	text-align: center;*/
}


.product-view .regular-price {
	margin-top: 10px;
	float: left;
	width: 100%;
}

.custom .product-view .regular-price {
	margin-top: 17px;
	margin-bottom: 7px;
}

.products-grid .regular-price .price-label {
	width: 100%;
	float: right;
}

.product-view #content a {
	color: #00a47b;
}
	.product-view #content a:hover {
		color: #000;
	}

/* View Type: Grid */


.products-grid li.column2 {width:434px;}
.products-grid li.column3 {width:283px;}
.products-grid li.column4 {width:285px !important;}
.products-grid li.column4 img {margin-left: -2px;}
#container {}
#container .products-grid li.item{margin:0px 18px 20px 0px;}
#sale-slider .products-grid li.item{margin:0px 10px 20px 10px;}
#upsell-slider .products-grid li.item{margin:0px 10px 20px 10px;}
#crosssell-slider .products-grid li.item{margin:0px 10px 20px 10px;}




.sale,
.new{
	position:absolute;
	width:0;
	height:0;
	top:0px;
}
.sale{
	left:0px;
	border-bottom: 10px solid #cd5033 !important;
	border-left: 40px solid #cd5033 !important;
	border-top: 10px solid #cd5033 !important;
	border-right: 10px solid transparent !important;
}
.new{
	right:0px;
	border-bottom: 10px solid #cd5033 !important;
	border-right: 40px solid #cd5033 !important;
	border-top: 10px solid #cd5033 !important;
	border-left: 10px solid transparent !important;
}
.sale label{color:#FFF;left: -33px;top: -8px !important;position:absolute;}
.new label{color:#FFF;top: -6px;left:7px;position:absolute;}
.hidden .sale, .hidden .new{display:none;}


.products-grid li.item:hover,
.product-latest li.latest-product.item:hover{}




/* View Type: latest */
.product-latest {list-style:none !important;}


.product-latest li.latest-product .price-to .price-label{display:none;}
.product-latest li.latest-product .price-box .price{font-family:'helveticabold';font-size:15px;}
.product-latest li.latest-product .price-from .price-label{display:none;}
.product-latest li.latest-product .minimal-price .price{}
.product-latest li.latest-product .minimal-price .price-label{display:none;}
.product-latest li.latest-product .minimal-price-link{display:none;}

.product-latest .product-name a { font-weight:normal;}
.product-latest .product-name {padding-bottom: 6px;}
.product-latest li.latest-product.item .price-box {margin: 0 auto;display: table;border-top: 1px solid #CCC;padding-top: 6px;}
.product-latest li.latest-product.item {width:280px;background: #FFF;float: left;margin: 0px 10px 20px 10px;height: 414px;position: relative;box-shadow: 0px 2px 5px -3px transparent;-moz-box-shadow: 0px 2px 5px -3px transparent;-webkit-box-shadow: 0px 2px 5px -3px transparent;text-align: center;}
.product-latest li.latest-product.item:hover{background:#F1F1F1;box-shadow:0px 2px 5px -3px #000;-moz-box-shadow:0px 2px 5px -3px #000;-webkit-box-shadow:0px 2px 5px -3px #000;}
.product-latest li.latest-product.item.last {margin-right:0px;}
.product-latest .actions .add-to-links {margin: 10px auto 0 auto;display: table;}
.product-latest .actions .add-to-links .separator{display:inline;margin:0 15px;color: black;}
.product-latest .actions .add-to-links li{float:left;}
.product-latest .actions .add-to-links a {text-decoration:none;font-size:11px;}
.product-latest .actions .add-to-links a:hover{color:#FF0F0F;}
.product-latest .product-image { display:block;  margin:0 0 0px; }
.product-latest li .actions {position: absolute;bottom: 10px;left: 0;right: 0;margin: 0 auto;}
.product-latest li.latest-product.item:hover .actions {}
.product-latest .actions button.btn-cart {margin: 0 auto; width: 103px;height: 34px;padding: 0px;display: table-caption;}
.product-latest .actions button.btn-cart span{width: 103px;float: left;}
.product-latest .ratings {margin:0;margin-top:-3px;float:left;clear:left;padding-bottom:10px;display:none;}
.product-latest .special-price .price, .product-latest .regular-price .price,
.product-latest li .price-box .price-from .price, .product-latest li .price-box .price-to .price,
.product-latest li .price-box .minimal-price .price{font-size:15px;}
.product-latest .old-price .price{line-height:18px;}
.product-latest .old-price, .product-latest .special-price,
.product-latest .regular-price,
.product-latest li .price-box .price-from,
.product-latest li .price-box .price-to{float:left;padding:0px;padding-right:5px;}
.product-latest .latest-image {margin:10px 10px 0px 10px;background:#FFF;}
.product-latest .latest-area {clear: left;padding: 10px;background:#F1F1F1;height: 113px;}

.new_list{clear: both; margin: 30px 0px; width: 100%; display: inline-block;}
.new_list .new_title{float: left;}
.new_title h2{font-family: 'helveticabold';color: #FF0F0F;}
.new_list .block-layered-nav{float: right;}
.new_list .block-layered-nav .block-title{float: left;}
.new_list .block-layered-nav .block-content{float: right;}
.new_list .block-layered-nav #narrow-by-list dd ol li{float: left;}
.new_list .block-layered-nav dt{margin: 0; padding: 0;}
.new_list .block-layered-nav dd{margin: 0; padding: 0;}
.new_list .block-layered-nav dd ol{list-style: none;}
.new_list .block-layered-nav #narrow-by-list dd ol li a{width: 100px;}



.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto; }
.col1-layout .products-grid {list-style:none; }




/* View Type: List */
.products-list li.item {border-bottom: 1px solid #E2E2E2;padding: 20px 10px 20px 10px;background: #FFFFFF;}
.products-list li.item .list-icon{position:relative;float:left;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:232px; height:256px; background:#FFF; }
.products-list .product-shop { margin-left:29px; float:left; width:606px;}
.products-list .product-shopfull{width:77%;}
.products-list .product-shopfull .list-detail{width:740px;}
.products-list .list-detail{width:438px;float:left;padding-right:20px;text-align:justify;}
.products-list .list-action{float:left;text-align:center;border-left:1px solid #E2E2E2;padding:51px 0 51px 20px;}
.products-list .product-name { font-weight:normal; line-height:1;   font-family: 'helveticabold';}
.products-list .product-name a {  }
.products-list .product-name a:hover{color:#FF0F0F;}
.products-list .price-box {margin:0px;margin-top: -51px;margin-bottom: 51px;}

.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both;  margin:0 0 15px; line-height:1.78;  }
.products-list .desc .link-learn {color:#FF0F0F;padding-left:10px;  }
.products-list .add-to-links {  display:table;margin:0 auto;}
.products-list .add-to-links li {border-bottom: 1px solid #e2e2e2;padding:5px 0px;}
.products-list .add-to-links li.last{border:none;}
.products-list .add-to-links li a{font-family: 'FontAwesome';text-decoration: none;font-size: 14px;}
.products-list .add-to-links li a:hover{color:#FF0F0F;}
.products-list .add-to-links li a span{font-weight: normal;padding: 0px 0px 0px 6px;font-family: 'HelveticaNeueRegular';}
.products-list .add-to-links .separator {  margin:0 3px; }
.products-list .price-box .old-price .price-label {display:none;}
.products-list .price-box .special-price .price-label {display:none;}

.products-list .f-fix button.button {margin-bottom: 10px;margin-top: 10px;display: table-caption;}
/*.products-list .rating-box {background:#e2e2e2 url(../images/test_image.png) 0 0 repeat-x; }*/
.products-list .ratings {float: left;margin:0px;margin-bottom:10px;margin-top:5px;}
.products-list .ratings .rating-box { margin:0px 15px 0px 0px;}
/*.products-list .rating-box .rating {background:#03997e url(../images/test_image.png) 0 0 repeat-x;}*/
.products-list .ratings .rating-links a {color:#FF0F0F;  }
.products-list .ratings .rating-links .separator {margin:0 3px;}
.products-list .ratings .rating-links { float:left;}
.products-list .productlist-area {  width:100%; }
/* ======================================================================================= */


/*===============================bestseller-product======================================  */

.bestseller-product {margin: 0 0 0px;padding: 0px 10px 25px 10px;background: #F1F1F1;float: left;width: 271px;}
.bestseller-product .block-title{margin-bottom:5px;background: #1FA9AF;padding: 10px 10px 10px 10px;margin-left: -10px;width: 271px;border-right: 0px;font-family: 'helveticabold';}
.bestseller-product h2{margin-bottom:0px;color:#FFF;}
.bestseller-product .bestseller-grid li {list-style: none;padding: 15px 0px 11px 0px;float: left;border-bottom: 1px solid #FAFAFA;}
.bestseller-product .bestseller-grid li.last{margin-bottom:0px;}
.bestseller-product .bestseller-grid li a.product-image {float:left;background:#fff;}
.bestseller-product .bestseller-grid li a.aero-image {display:none;text-decoration: none;font-family: 'FontAwesome';color: #FFF;background: #000;width: 16px;text-align: center;font-size: 14px;float: right;padding: 1px 0px 2px 0;margin-top: 4px;}
.bestseller-product .bestseller-grid li a.aero-image:hover{background:#FF0F0F;}
.bestseller-product .bestseller-grid li a.aero-image img{display:none;}
.bestseller-grid .price-box .old-price .price-label {display:none;}
.bestseller-grid .price-box .special-price .price-label {display:none;}
.bestseller-product .bestseller-grid .product-name {float:left; padding-bottom:0px; }
.bestseller-product .bestseller-grid .product-name a {line-height:0.85;}
.bestseller-product .bestseller-grid .regular-price .price {line-height:0; font-size:13px; }
.bestseller-product .bestseller-grid .special-price .price {line-height:0; font-size:13px; }
.bestseller-product .bestseller-grid .old-price .price {line-height:0; font-size:13px;}
.bestseller-product .bestseller-grid .price-box {margin:0px;clear:left;top:8px;position:relative;}
.bestseller-grid .bestseller-area {width:205px; float:right;margin-left:10px;margin-top:-4px;}
.bestseller-product a.view-mpre {border: 0;background: #03997E;color: white;font-weight: normal;font-family: 'open_sansregular';padding: 10px 20px; height: auto; float:right;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
.bestseller-product a.view-mpre:hover {background:#018870;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
.bestseller-product a.view-mpre {border:0;border-top:1px solid #CCC;margin-top:5px;cursor:pointer;}
/*===============================End bestseller-product======================================  */

/* Product View ========================================================================== */
/* Rating */
.no-rating {margin:0px;}
.latest-product .latest-area .ratings .amount {display:none;}
.ratings { line-height:1.25; margin:9px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; font-family: 'helveticabold';}
.ratings .rating-links { margin:0; float:left;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:81px; height:15px;  line-height:0; background:url(../images/rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:15px; background:url(../images/rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {display:none;}


.ratings-table th,
.ratings-table td { line-height:1.15; padding:3px 0; padding:15px 20px 15px 20px;}
.ratings-table th { font-family:'helveticabold'; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock { display: none; }
.availability.in-stock span { display: none; }
.availability.out-of-stock { display: none; }
.availability.out-of-stock span { display: none; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9;  padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; float:right;}
.email-friend a{}

/* Alerts */
.alert-price { margin:0;}
.alert-stock { margin:0;}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0;}
.price-box .price {  }
.price-box .price-label {
	font-size: 11px;
}

/* Regular price */
.regular-price {  font-weight:normal; }
.regular-price .price { font-family: 'helveticabold'; font-size:18px; font-weight:normal; }


/* Old price */
.old-price { margin:0;font-family: 'helveticabold'; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:normal; font-size: 13px; text-decoration:line-through; color:#FF0F0F;}
.old-price .price-label {display:none;}
/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label {  font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-family: 'helveticabold';font-size: 18px;font-weight:normal;}
.special-price .price-label {display:none;}

/* Minimal price (as low as) */
.product-view .product-shop .minimal-price{display:table;}
.minimal-price { margin:0;font-family:'helveticabold';}
.minimal-price .price-label {white-space:nowrap; }

.price-box-bundle .minimal-price .price-label{ white-space:nowrap;font-family:'helveticabold';display:table-cell;vertical-align:middle;padding-right:10px;}

.minimal-price-link { display:block; color:#FF0F0F;font-family:'helveticabold'; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block;color:#444; }
.weee .price { 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 */
.product-view .product-shop .price-from{display:table;}
.price-from { margin:0;}
.price-from .price-label { white-space:nowrap;font-family:'helveticabold';display:table-cell;vertical-align:middle;padding-right:10px; }


.product-view .product-shop .price-to{display:table;}
.price-to { margin:0;  }
.price-to .price-label { white-space:nowrap;font-family:'helveticabold';display:table-cell;vertical-align:middle;padding-right:10px;  }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.product-view .product-shop .price-as-configured{display:table;}
.price-as-configured { margin:0;margin-top: -28px; }
.price-as-configured .price{font-family: 'helveticabold'; font-size:18px; font-weight:normal; }
.price-as-configured .price-label { white-space:nowrap;font-family:'helveticabold';display:table-cell;vertical-align:middle;padding-right:10px;  }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box {padding:0 !important; }
.price-box-bundle .price {font-family: 'helveticabold'; font-size:18px;  font-weight:normal;   }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {margin: 0px 0 10px 0;padding: 8px 0;background-color: #FAFAFA;border: 1px solid #e4e4e4;float: left;clear: left;width: 100%;}
.tier-prices li { line-height:1.4;  padding:2px 0 2px 10px; }
.tier-prices .benefit {  font-family: 'helveticabold'; }
.tier-prices .price { font-family: 'helveticabold'; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links {margin:0px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart { margin-bottom: 10px; }
.add-to-cart label { margin-right:5px; font-weight:bold; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; 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 { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { }
.product-view .view-name { }
.product-essential { }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
/*.product-essential h1 { color:#FFF; font-weight:normal;background:#1FA9AF;padding:10px;font-family: 'helveticabold';}*/
.page-title h1{margin: 0;
	font-family: 'helveticabold';
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: right !important;
	width:1200px;
	float:right;
	font-size:45px !important;
	background: none !important;
	font-family: 'crimsonroman' !important;

	text-shadow: 2px 2px 8px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
}
.product-view .product-essential h1 {

}
.catalogsearch-result-index .page-title h1 {
	display: none;
}
.product-essential .product-name{position:absolute;top:160px;}
.product-collateral{margin-top:50px;

}

.product-collateral h2{ font-family: 'helveticabold';color: #FFF;background:#1FA9AF;padding:10px;text-transform:uppercase;display:none;margin-bottom:20px;}
.product-collateral .padder .form-add h3, h4 {font-weight:normal;margin-bottom:15px;}
.product-collateral .padder .form-list {margin-top:25px;}


/*---------two border----------------*/
.tab{width:900px;}
.tabs-bg{/*background:#fff;*/margin-top:20px;}
.tabs{display: inline-block;background:#FFF !important;}
.tabs li {float: left;position:relative;}
.tabs li.active{}
.tabs li.active .errow{display:none;border-top: 8px solid;border-left: 10px solid transparent;border-right: 10px solid transparent;width: 0;margin:auto;position: absolute;bottom: -8px;left: 0;right: 0;}
.tabs li a {border-right:1px solid #FFF;text-decoration: none;background-color: #eaeaea !important; color:#00a47b;padding:6px 20px;display:block;}
.tabs li a span { }
.tabs li.active a{cursor:default;background:#c9a779 !important;color:#FFF !important;}
/*.tabs li.active a span { cursor: pointer; }*/
.tabs li:hover{}
/*.tabs li a:hover {color:#FF0F0F;}*/
.custom-tab {float:left;width:75%;}
.custom-tab h3 {font-family: 'Oswald';text-transform:uppercase;}
.custom-tab .product-collateral{margin-top:0px;}
.custom-tab .tabs{}
.custom-tab .tabs li{text-transform: uppercase;}
/*---------one border----------------*/



#content{ padding:20px 20px 20px 20px;  }

#product_tabs_description_contents .std{line-height:22px;}
#product_tabs_description_contents ul{margin-left: 30px; line-height: 16px; margin-top: 10px;}

/* Detail-block */


.detail-block {background-color:#4c4c4c;padding:28px 31px 44px 31px;margin-top:45px;}
.detail-block h3 { color:#FFF;font-weight:normal;font-family: 'helveticabold';padding-bottom:5px;}
.detail-block p {color:#a2a2a2; line-height:1.75;}

/* Product Images */
.product-view .product-img-box { float:left; }
.product-view .product-img-box .item img { width: 100%; }
/*.product-view .product-img-box .without-image{border-bottom:1px solid #E2E2E2;}*/
.product-view .default-image {width:374px;box-shadow:none;}
.product-view .horizontal-image {width:500px;}
.product-view .custom1-image {margin: 0 auto;float: none;}
.product-view .custom2-image {width:100%;}
.product-view .vertical-image {width:300px;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
/*.product-view .product-img-box .product-image { margin:0 0 13px;}*/
.product-view .product-img-box .product-image-zoom {/* position:relative;  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 {  margin:0 0 5px; text-align:center;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; display:none;}
.product-view .product-img-box .more-views ul {  }
.product-view .product-img-box .more-views li { float:left; margin:0 9px 8px 0px; }
.product-view .product-img-box .more-views li.last{}

.new-arrow { margin-bottom:20px;background:#1FA9AF;padding:10px;clear:both;}
.new-arrow .page-title {border:0px;padding:0px;width:auto;margin:0px;}
.new-arrow .subtitle {padding:0px !important;/*float:left !important;*/}
.new-arrow p{padding-top:4px;text-align:justify;}
.new-arrow .hr_tital{border-top:1px solid #E2E2E2;margin-top:5px;width:1106px;float:left;}


.filter{position:relative;display:block;margin-bottom:20px;background:#e8e8e8 !important;margin-top:-23px;z-index:9999;font-family: 'oswaldbook';}
.filter .new-arrow1 {float:left;display:none;}
.new-arrow1 .page-title {border:0px;padding:0px;width:auto;margin:0px;}
.new-arrow1 .subtitle {padding:0px !important;float:left !important;}
.filter .new-arrow1 .subtitle{margin-right:0px;}
#container{position: relative;}
.filter #filter{margin:0 auto;display:table;text-align:center;}
.filter #filter a{display:inline-block;margin-left:8px;padding:14px 27px;color:#00a47b;text-decoration:none;font-size:15px;margin-right:7px;}
.filter #filter a:hover{background:#FFF;color:#c9a779;}
.filter #filter a.active{background:#FFF;color:#c9a779;}

.filter #filter a:nth-child(2) { display: none; }
.filter #filter h3 { display: inline-block; margin-right: 20px;}

.errow_iphone {float:right;margin-top:5px;}
/*a.prev {background:#000 url(../images/11.png) left center no-repeat; float:left; width:33px; height:32px;float:right; margin-right: 7px;}
a.prev:hover {background:#03997e url(../images/11.png) left center no-repeat;}
a.next {background:#000 url(../images/36.png) right center no-repeat;float:right;width:33px; height:32px;}
a.next:hover {background:#03997e url(../images/36.png) right center no-repeat;}*/


.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; margin:10px 0;  }
.product-image-popup .image-label {  font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:460px;}
.product-view .lightbox{float:left;width:380px;}
.col1-layout .product-view .product-shop { float:left;  margin-left:30px; }
.col1-layout .product-view .default-shop {width:465px;margin-right:30px;}
.col1-layout .product-view .horizontal-shop {width:668px;}
.col1-layout .product-view .custom{border-top:1px solid #b9b9b9;border-bottom:1px solid #b9b9b9;display: inline-block;width:100%;}
.col1-layout .product-view .custom-shop {width:200px;float:right;margin-left:0px;background: #e8e8e8; padding: 20px;min-height: 250px;}
.col1-layout .product-view .vertical-shop {width:539px;margin-right:30px;}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name {  }
.product-view .product-shop .product-name h1 { }
.product-view .product-shop .availability {color: #FF0F0F;font-size: 12px;float: right;font-family: 'FontAwesome'; width: 100%; text-align: right;}

.product-view .product-shop .availability-padding .small { display: inline-block; margin-bottom: 14px; }

.product-view .product-shop .availability span{font-family: 'HelveticaNeueRegular';padding-left:2px;}
.product-view .product-shop .availability.group{top:-17px;}
.product-view .product-shop .grouped-items-table{margin: 20px 0px;float:left;}
.product-view .product-shop .short-description { border-top:1px solid #E2E2E2; padding-top:25px; margin-bottom:40px;clear:left;}
.product-view .product-shop .price-box { margin:0px 0px 10px 0px;float:left; clear:left;}
.product-view .lightbox .price-box{margin:0px 0px 15px 0px;}
.product-view .product-shop .add-to-links {clear:none; padding:5px 0 0; text-align:right; margin:15px 0px 0px 0px;width:100%;float:left;}
.product-view .product-shop .add-to-box{margin:0px;}
.product-view .product-shop .add-to-links li .separator { display: inline;float: left;margin: 0 10px;color:#000000;}
.product-view .product-shop .add-to-links li{display:inline;}
.product-view .product-shop .add-to-links li a {float: left;font-family: 'FontAwesome';text-decoration: none;font-size:14px;}
.product-view .product-shop .add-to-links li a:hover{color:#FF0F0F;}
.product-view .product-shop .add-to-links li.first{padding-left:0px;}
.product-view .product-shop .add-to-links li.last{padding-right:0px;border-right:none;}
.product-view .product-shop .add-to-links a span{  font-weight:normal; padding:0px 0px 0px 6px;font-family: 'HelveticaNeueRegular';}
.product-view .product-shop .ratings {margin:0px;float:left;}
.product-view .product-shop .rating-box { margin-right:20px;}
.product-view .product-shop .ratings .rating-links a {color:#FF0F0F;}
.product-view .product-shop .ratings .rating-links .separator { margin:0 3px;}
.product-view .product-shop .price-box .old-price .price-label {display:none;}
.product-view .product-shop .price-box .special-price .price-label {display:none;}
.product-view .product-shop h2 {display:none;}
.product-view .product-shop .std {line-height: 1.78;}
.product-view .product-shop button.button.btn-cart {padding: 11px 37px 12px 36px;font-size: 28px;font-family: 'FontAwesome' !important;text-transform: uppercase;}
.product-view .product-shop button.button.btn-cart span {padding-left: 5px;white-space: nowrap;}
.product-view .product-shop button.button {clear:both;width: 100%;margin-bottom: 10px;}
.product-view .product-shop button.button span.ui-button-text { display: inline-block; font-size: 26px;padding: 10px 3px;; }
.product-view .product-shop .add-to-box .or {display:none;}
.product-view .product-shop .add-to-cart label { font-weight:normal; padding-top:4px;font-family:'oswaldlight';margin-right:10px;width: 100%;}
/*.product-view .product-shop .add-to-cart input.qty {width:3.5em !important; padding:5px;}*/
.product-view .product-shop .add-to-box .add-to-cart {float:right; margin:8px 0 5px 0; width: 40px; }
.product-view .product-right {width:299px; float:right;}
/*.product-view .product-shop .no-rating a {color:#717171;}*/
.sharing-button {padding-top: 20px;width:auto;margin:0 auto;display:table;}
.sharing-button .first{width:150px;}
.sharing-button .default{width:250px;}

.product-view .product-shop .product-interaction {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: 'oswaldlight';
	border-top: 1px solid #b9b9b9;
	padding-top: 10px;
}
	.product-view .product-shop .product-interaction a {
		color: #00a47b;
	}
	.product-view .product-shop .product-interaction a:hover {
		color: #000;
	}
	.product-view .product-shop .product-interaction .share {
		width: 140px;
		text-align: center;
		margin: 40px auto 0 auto;
		font-size: 1.0em;
	}


/* Product Options */
.product-options { }
.product-view .product-options dt label {font-family:'helveticabold';}
.product-options dt {float:left; font-weight:normal; width:100px; padding-top:6px; clear:left;}
.product-options dt label { font-weight: normal;}
.product-options dt label.required em { color:#eb340a; margin-left:5px; display:none;}
.product-options dd .qty-holder { display:block; padding:15px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; font-family:'helveticabold';}
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { margin-bottom:10px;}
.product-options dl.last dd.last { border-bottom:0;}
.product-options dd input.input-text { width: 117px;}
.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:100%; height:8em; }
.product-options dd select { width:100%; height:30px; padding:6px;}
.product-options .option.FeltColor ul li { height: 47px; }
.product-options .option.FeltColor ul li .option-outofstock-message { margin: -13px 0 0 9px }

.product-options dd select.datetime-picker{}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px;margin-bottom:10px; float:left;}
.product-options ul.options-list li { line-height:1.5;  float:left;padding:2px 7px;}
.product-options dl.bundle ul.options-list li{clear:left;}
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed {  float:left;}
.product-options p.note { margin:0;}
.product-options p.required { /*position:absolute; right:20px; top:20px; */display:none;}
.product-options .validation-advice {margin-top: 10px;}
.product-view .product-shop .grouped-items-table td .price-box{float:none;}

.product-options-bottom {  }
.product-options-bottom .add-to-cart label {margin-right:0px !important; width:100px;}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; display:none; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {margin-top:-5px; float:left;  margin-bottom:40px; width:100%;}
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { /*clear:none; padding:5px 0 0; text-align:right; margin:15px 0px 0px 0px;width:100%;float:left;*/}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 {display:block; }
/*.product-view .box-up-sell {margin-top:30px;}
.product-view .box-up-sell .products-grid { margin-top:25px; }
.product-view .box-up-sell .products-grid li.item{margin:0px 20px 0px 0px;}
.product-view .box-up-sell .products-grid li.item.last{margin-right:0px;}
.product-view .box-up-sell .products-grid li.item:hover .productgrid-area{}*/
/*.product-view .box-up-sell .products-grid li.item:hover .price-box{bottom:0;}*/
.product-view .box-up-sell .ratings .rating-links {display:none;}
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 {  font-weight:normal;}
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-weight:normal; margin:0 0 5px; }
.product-view .box-tags .form-add .input-box { float:left; margin:0 0px 0 0;}
.product-view .box-tags .form-add input.input-text { width:299px; height:25px;}
.product-view .box-tags .note { margin:3px 0 0; padding:5px 0 0 0px; }

/* Block: Reviews */
/*.product-view .box-reviews dl { margin:15px 0; }*/
.product-view .box-reviews dt a {color:#FF0F0F;font-weight:bold;padding-right:5px;}
.product-view .box-reviews dt span { font-weight:bold; padding-left:5px;font-family:'helveticabold';}
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 {  font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 {  }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:100%; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0;  line-height:21px; }

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


/* Content Styles ================================================================= */
.product-name { margin:0px;  padding-bottom:8px;  font-weight:normal;}
.product-name a { }
.product-name a:hover{}
.block .block-content .product-name a:hover{}
.bestseller-product .bestseller-grid .product-name a:hover{}
.data-table td .product-name a:hover{}
/* Product Tags */
.tags-list { display:block;  background:#FAFAFA; padding:10px 20px 25px 20px; }
.tags-list li {  margin:0 4px 0 0; display:inline; }
/*.tags-list li a { color:#1b2d3b; }*/

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #dadada; padding:10px; }
.advanced-search-summary ul { float:left; width: 48%;text-align: justify;margin-right: 2%; }
.advanced-search-summary ul li{padding-bottom:15px;}
.advanced-search-summary strong { color:#FF0F0F;  }
.advanced-search-summary p { clear:both; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {font-family: 'helveticabold'; color:#FFF; text-transform:uppercase; font-weight:normal;padding:49px 0px 17px 0px;}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right;margin-bottom:10px;}
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px 12px; background: #FAFAFA;
padding: 10px 20px 25px 20px; }
.page-sitemap .sitemap a {line-height:2;}
.page-sitemap .sitemap li { margin:0px 10px 0px 0px; display: inline; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

#product_tabs_specs_contents {
	line-height: 22px;
}
#product_tabs_features_contents {
	line-height: 22px;
}
	.features-table-title {
		font-family: 'oswaldbook';
		width: 100%;
		border-bottom: 1px solid #CCC;
		margin-top: 5px;
		margin-bottom: 5px;
		color: #000;
		font-size: 1.2em;
	}
	#product_tabs_features_contents h3 {
		margin-top: 15px;
		margin-bottom: 3px;
		font-size: 1.0em;
	}
	#product_tabs_features_contents table h2 {

	}
	#product_tabs_features_contents table h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#product_tabs_features_contents ul {
		line-height: 16px;
		margin: 5px 0 5px 30px;
	}
	#product_tabs_features_contents table tr td {
		padding-right: 23px;
	}

/* 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.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { }
.cart .page-title.title-buttons { text-align: left; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 0px 0px; margin-bottom: 10px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; }
.cart .page-title .checkout-types {display:block;}
/* Shopping Cart Table */
.cart-table th {  }
.cart-table td { }

.cart-table td a{}
.cart-table td.a-center.last a.link-wishlist{padding:13px 14px 7px 12px;}
.cart-table td.a-center.last a.cartedit{padding: 12px 12px 8px 14px;}
.cart-table td.a-center.last a.cartedit,
.cart-table td.a-center.last a.link-wishlist{font-size:13px;display: inline-block;font-family: 'FontAwesome' !important;text-decoration: none;background: #FAFAFA;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;box-shadow: 0px 1px 0px 0px #C4C4C4;-moz-box-shadow: 0px 1px 0px 0px #C4C4C4;-webkit-box-shadow: 0px 1px 0px 0px #C4C4C4;width: 10px;height: 15px;margin-top:10px;}

.cart-table td.a-center.last a.cartedit:hover,
.cart-table td.a-center.last a.link-wishlist:hover{color: #FFF !important;text-decoration: none;background: #FF0F0F;}

.cart-table .product-name { font-family: 'oswaldbook'; font-size: 1.3em; }
.cart-table .item-msg { margin:5px 0; color:#df280a; text-align:left;font-size:11px;}
.cart-table tfoot td {  }
.cart-table .btn-continue { float:left;}
.cart-table .btn-continue,
.cart-table .btn-empty{ }

/*.cart-table .btn-continue:hover,*/
/*.cart-table .btn-empty:hover,*/
/*.cart-table .btn-update:hover {background:#FF0F0F;border:1px solid #678A31;color:#FFF;}*/

.cart-table .btn-update{margin-left:10px; }
/*.cart-table .btn-update:hover{background:#383838;}*/
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table tfoot tr {background:#FAFAFA;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:50px 0 0; }
.cart-collaterals .col2-set .col-1{padding:0px; background:none;}
.cart-collaterals .col2-set .col-2 {padding:0px; background:none !important;}
.cart .cart-collaterals .col2-set { float:left; width:759px; }
.cart .cart-collaterals .col2-set .col-2{ width:100%; float:left;}

.cross {width:100%;margin-top:50px;float:left;}
.cart .crosssell { }
.cart .crosssell h2 {font-family: 'helveticabold';color: #FFF;background:#1FA9AF;padding:10px;text-transform:uppercase;margin-bottom:20px;}
/*.cart .crosssell .product-image { float:left; border:1px solid #d0cdc9;}*/
.cart .crosssell .product-details { margin-left:84px; }
.cart .crosssell .product-name {  }
.cross .old-price .price-label,
.cross .special-price .price-label{display:none;}
/*.cross .old-price .price,*/
/*.cross .special-price .price,*/
/*.cross .regular-price .price{color:#03997e;}*/
.col2-set .cross p {line-height:normal;margin-bottom:0px;}
/*.cart .crosssell .products-grid{margin-top:25px;}
.cart .crosssell li.item { margin:0px 18px 18px 0px; display: inline-table;}
.cart .crosssell li.item.last{margin-right:0px;}*/
.cart .crosssell .link-compare, .cart .crosssell .link-wishlist { font-weight:normal; }
.cross .add-to-links {}
.cross .add-to-links .link-wishlist {}
.cross .add-to-links .separator{}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {float:left; width: 45%;}
.cart .discount{margin-right:10%;}
.cart .shipping {float:left;}
.cart .discount h2,
.cart .shipping h2,
.cart .totals h2{ background-position: 0 0;background-repeat: no-repeat;font-family: 'helveticabold';text-transform: uppercase;border-bottom: 1px solid #E2E2E2;margin-bottom:10px;padding-bottom:10px;}
.cart .totals h2 {text-align:right;}
.cart .shipping p {  padding-bottom:10px;margin:0px;text-align:left;}
.cart .discount label {float:left; padding-bottom:10px;}

.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:0px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
.cart .shipping .buttons-set button.button{margin-top:13px;}
.cart .discount h2 {  }
.cart .discount .input-box { margin:0px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; height:25px; margin-bottom:15px;}

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:20px 0 0; padding:5px 0 0; border-top:1px solid #e0e0e0; }

/* Shopping Cart Totals */
.cart .totals { }
.cart .totals table { width:100%;  padding-bottom:25px;}
.cart .totals td { padding:1px 10px 1px 15px;   }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:10px; padding-bottom:5px; padding-right:7px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-weight: normal;/*position: relative;top: 20px;*/}
.cart .totals .checkout-types {  padding:10px 0px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both;  }
.cart .totals .checkout-types li a {  }
.cart .totals .checkout-types button.btn-checkout{margin-top:10px;font-family: 'FontAwesome' !important;font-size: 28px;padding: 10px 14px 10px;margin-bottom: 10px;float: right;}
.cart .totals .checkout-types button.btn-checkout span{font-family: 'oswaldbook';padding-left: 7px;position: relative;top: -1.5px;font-size: 16px;}

/* Options Tool Tip */
.item-options dt {font-family:'oswaldbook'; text-align:left; float:left; clear:left;padding-right:6px;}
.item-options dd { padding-left:10px; padding-top: 3px; margin:0 0 6px; text-align:left;}
.truncated { cursor:help; padding-top:5px;}
.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:248px; padding:8px; border:1px solid #ddd; background-color:#f7f7f7; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:23px; left:-42%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt {margin: 13px 0 5px;border-bottom: 1PX SOLID #F1EFEF;padding: 0PX 0PX 10PX 0PX;margin-bottom: 15PX;}
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:normal;}
.sp-methods .price {  }
.sp-methods .form-list { padding:23px 20px 20px 20px;background: #FAFAFA;border: 1px solid #E2E2E2;margin-bottom: 20px;margin-top: 10px;display:inline-block;}
.sp-methods .form-list li { margin:0 52px 23px 51px; float:left; height:60px; }
.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; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:10px; float:left;text-decoration:none;  margin-top:7px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { font-family: 'helveticabold' !important; 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 h3 { font-family:'helveticabold';color:#FF0F0F;}
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { position:static !important; }
.gift-messages-form li{margin-bottom:0px;}
.gift-messages-form h4 { font-family:'helveticabold'; margin:10px 0px;color:#FF0F0F;}
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form p{margin-top:10px !important;}
.gift-messages-form .item {margin: 0 0 15px;border-bottom: 1px solid #E5E5E5;padding-bottom: 15px;}
.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-family:'helveticabold';  text-align:center;  }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {  font-family:'helveticabold'; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px;margin-bottom:15px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat;  line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left: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; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 {  font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; font-family: 'Oswald'; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0;}
.block-progress .block-title strong span { }
.block-progress .block-title { }
.block-progress .block-title strong { }
.block-progress .block-content { background:none; }
.block-progress dt {border-bottom:1px solid #FAFAFA; font-weight:normal; line-height:2.75;    }
.block-progress dt span.progress_font{position:relative;top:-1px;font-family: 'FontAwesome';background: #000;padding: 1px 4px 1px 5px;color: #FFF;font-size: 11px;margin-right:10px;}
.block-progress dd { border-bottom: 1px solid #FAFAFA;padding-bottom:20px;/*background:#FFF; padding:8px 13px; margin:10px 0 6px;width:185px;margin:0 auto; box-shadow:0px 0px 8px -2px #C4C1C1;-moz-box-shadow:0px 0px 8px -2px #C4C1C1;-webkit-box-shadow:0px 0px 8px -2px #C4C1C1; */}
.block-progress dt.complete { margin:0; color:#FF0F0F;border:0; }
.block-progress dt.complete span.progress_font{background:#FF0F0F;}
/*.block-progress dt.complete a {font-family:'arialregular';}*/
.block-progress dd.complete address { line-height:1.90;padding: 8px 13px;margin: 10px 0 6px;width: 185px;margin: 0 auto;box-shadow: 0 0 5px -2px #C4C1C1;-moz-box-shadow: 0 0 5px -2px #C4C1C1;-webkit-box-shadow: 0px 0px 8px -2px #C4C1C1;}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set {  padding-top:2em; }
.opc .buttons-set p.required {  padding:0 0 10px; float:left;margin-right:15px;margin-top:10px;color:#FF0F0F;}
.opc .buttons-set .back-link small { display:none; }

.buttons-set .back-link a {padding:4px 22px;text-align: center;color: #00a47b;background: transparent !important;}
.buttons-set .back-link a:hover {color:#000;}
/*
.buttons-set .back-link a {background: #FF0F0F; padding:4px 22px;text-align: center;color: #fff;text-transform: uppercase;text-decoration:none;}
.buttons-set .back-link a:hover {background:#000;}
*/
.opc .buttons-set.disabled button.button { display:none;}
.opc .buttons-set .f-left {color: #FF0F0F;float: none !important;position: relative;top: 8px;}
.opc .buttons-set .please-wait { height:21px; line-height:40px; }


.opc .buttons-set#review-buttons-container a {
	color: #00a47b;
}
.opc .buttons-set#review-buttons-container a:hover {
	color: #000;
}

.opc .ul { list-style:none; padding-left:0px; line-height:2;}
.opc .ul li{ line-height:2.7; }
.opc .ul li span{position:relative;top:-1px;margin-right:12px;font-family: 'FontAwesome';background: #000;padding: 1px 4px 1px 5px;color: #FFF;font-size: 11px; }
.opc { position:relative; }
.opc a { color: #00a47b; }
.opc a:hover { color: #000; }
.opc li.section {}

.opc .step-title { float:none; clear:left; margin-bottom:30px;background:#FAFAFA; padding:10px 0px 10px 20px;}
.opc .step-title .number {background-color:#777; margin:0 0px 0 0; color:#FFF;padding:0 8px;text-align: center;display: table-cell;vertical-align: middle;}
.opc .step-title h2 { display: table-cell;vertical-align: middle; padding:0px 0px 0px 15px; font-weight:normal; }
.opc .step-title a { display:none; float:right; line-height:16px; }

.opc .allow .step-title {  cursor:pointer; }
.opc .allow .step-title .number {  color:#FFF; }
/*.opc .allow .step-title h2 { color:#979797; }*/
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {color:#f18200; cursor:default;background:#FF0F0F; }
.opc .active .step-title .number {  background-color:#000;color:#FFF; }
.opc .active .step-title h2 { color:#FFF;  }
/*.opc .active .step-title a { display:none; }*/

.opc .step {float: none;position: relative;width: 768px;margin: 0 auto;display: table;margin-bottom:30px;}
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }

#opc-login .buttons-set button.button {float:left;margin-left:0px;margin-right:15px;}
#opc-login h3 {   border-bottom:1px solid #E2E2E2;  padding-bottom:10px; font-weight:normal; margin-bottom:25px; }
#opc-login h4 {clear:left;  float:left;}
#opc-login .col2-set .col-1 h4{font-family:'helveticabold';}
#opc-login .col2-set .col-2  p{color:#FF0F0F;text-align:right;}
#opc-login li.control {margin-bottom:5px;margin-right:31px;}
#opc-login li.control label{color:#FF0F0F;}
#opc-billing li.control{float:left;margin-top:10px;}

#opc-billing .buttons-set,
#opc-shipping .buttons-set,
#opc-shipping_method .buttons-set,
#opc-payment .buttons-set {border-top:0px;}

#checkoutSteps .shipping-distance-maxed { display: none; margin: 10px 0; }
#checkoutSteps .shipping-distance-maxed:before { content: none; }

#checkout-step-login .col-1 ul#account-benefits {
	list-style: disc;
	margin: 5px 0 0 30px;
	line-height: 1.36em;
}

#checkoutSteps #checkout-step-shipping .notice-ship-state { position: absolute; right: -261%; font-size: 0.75em; font-style: italic; width: 200px; top: -0.55em; color: #777; }
#checkoutSteps #checkout-step-shipping .notice-ship-state span { color: #0eb188; }

#opc-shipping_method .buttons-set {  }
.opc .gift-messages-form { margin:0 -30px;  padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:normal; text-decoration: none;font-weight: normal; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set {  }
#opc-review .buttons-set p { margin:0; line-height:40px;color:#D51B1E; float:left !important;}
#opc-review .buttons-set p a {color:#D51B1E; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 0px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 15px 0 0; border-top:10px solid #FAFAFA; padding:2px 0 0; font-weight:bold; text-align:center;  }
.checkout-progress li.active { border-top-color:#FF0F0F; color:#FF0F0F; }
.checkout-progress li.last{margin-right:0px;}
.multiple-checkout h2 {  font-weight:normal; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 {  font-weight:normal; color:#FF0F0F; margin-bottom:15px;}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name {margin-bottom:0px; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { border:1px solid #e2e2e2; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend {  color: #FF0F0F;  position:relative; font-family: 'Oswald'; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#FF0F0F; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px;  padding:0 0 0 21px;  overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px;   }
.multiple-checkout .place-order .grand-total .inner div { display:inline; float:right; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:21px; margin-top:7px;font-family: 'helveticabold'; float:left; }


/* Step 1 */
.multiple-checkout .title-buttons button.button span {  }
#multiship-addresses-table td {  }
#multiship-addresses-table tfoot td {}
#multiship-addresses-table tfoot button.button span {  }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #e2e2e2; background:#FAFAFA; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { display: table;position: absolute;top: -15px;right: -16px;width: 153px;height: 26px;background: #FFF;border: 1px solid #E4E4E4;border-bottom: 3px solid #000;overflow: hidden;}
.checkout-multishipping-shipping .box-sp-methods .pointer p{text-align: center;font-family: 'helveticabold';vertical-align: middle;display: table-cell;}
.checkout-multishipping-shipping .box-sp-methods .border{width: 0;height: 0;border-top: 5px solid #000;border-left: 5px solid transparent;border-right: 5px solid transparent;position: absolute;right: 96px;top: 15px;}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:264px;}
.account-login .content h2 {border-bottom: 1px solid #E2E2E2;padding-bottom: 10px;font-weight: normal;margin-bottom: 25px;}
.account-login .new-users h2 { }
.account-login .registered-users h2 {  }
.account-login .buttons-set { border-top:0; margin:0; float:left;}
.registered-users button.button {float:left;margin-left:0px;margin-right:15px;}
.registered-users p.required {float:left;margin-top:13px;}
.registered-users a.f-left {margin-top:12px;margin-left:20px;float:left !important;}
.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; 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 { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc;  padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard a { color: #00a47b }
.dashboard a:hover { color: #000 }
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .welcome-msg p.hello {margin-bottom:10px;}
.dashboard .welcome-msg p.hello .small {font-size:18px;}
.dashboard .welcome-msg p strong {font-weight:normal;margin-bottom:10px; color:#FF0F0F;}
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {  }
.box-account .data-table th {text-align:center;}
.box-account .data-table a {color: #00a47b}
.box-account .data-table a:hover { color: #000}
.box-account .box-head { border-bottom:1px solid #E2E2E2; margin:15px 0 18px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-family: 'helveticabold'; background-position:0 0; background-repeat:no-repeat; color:#FF0F0F; }

.dashboard .box .box-title { border-bottom:1px solid #E2E2E2; padding:0 0 10px; margin:0 0 18px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-weight:normal; margin:0;  }
.dashboard .box .box-content p { line-height:1.75;}
.dashboard .box .box-content address {font-style: normal;line-height: 1.75;}
.dashboard .box-content a {color:#FF0F0F;}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {padding-bottom:10px; }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { margin-top:30px; padding-bottom:10px; }
.dashboard .box-info h4 { font-weight: normal;text-transform: uppercase;margin: 0px 0px 10px 0px; border-bottom:1px solid #E2E2E2;padding-bottom:10px;}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { padding-bottom:10px; }
.dashboard .box-reviews .number { float:left;  font-family: 'helveticabold'; line-height:1; color:#fff; margin:1px -20px 0 0; padding:2px 3px; background:#FF0F0F; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:9px 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { padding-bottom:10px;}
.dashboard .box-tags .number { float:left;  font-family: 'helveticabold'; line-height:1; color:#fff; margin:1px -20px 0 0; padding:2px 3px; background:#FF0F0F; }
.dashboard .box-tags .details { margin-left:20px; }
/*.dashboard .box-tags .details .product-name a {color:#000;}*/
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; color:#FF0F0F; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-family: 'helveticabold'; color:#FF0F0F; border-bottom:1PX solid #E2E2E2; padding-bottom:10px;margin-bottom:15px;}
.addresses-list h3 {font-weight: normal;text-transform: uppercase;margin: 0px 0px 10px 0px;border-bottom: 1px solid #E2E2E2;padding-bottom: 10px;}
.addresses-list address { margin:0 0 3px; line-height:1.75; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:normal;color:#00a47b !important;}
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 20px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:normal; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info {}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current {color:#FF0F0F; }
.order-info li { margin:0 3px; }
.order-info-box .box .box-content address {font-style: normal;line-height: 1.75;}

.order-date { margin:10px 0; }

.order-info-box {margin:0 0 15px; }
.order-info-box h2 {font-weight: normal;font-family: 'HelveticaNeueRegular';text-transform: uppercase;margin: 0px 0px 10px 0px;border-bottom: 1px solid #E2E2E2;padding-bottom: 10px;}
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; }
.order-items h2{ margin: 0px 0px 15px 0px;font-family: 'helveticabold';background-position: 0 0;background-repeat: no-repeat;color: #FF0F0F; }
.order-items .product-name {  font-weight:normal !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd {  margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd {  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 { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-family:'helveticabold';}
.page-print h2,
.page-print h3 {  font-weight:bold; }
.page-print h2.h2 { font-family:'helveticabold' }
.page-print .order-date {   }
.page-print .col2-set { margin:0 0 10px; }
/* 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 Wishlist */
.my-wishlist .data-table h3 { font-family: 'oswaldbook'; font-size: 1.4em; margin-bottom: -5px;}
.my-wishlist .data-table td { text-align:left !important; }
.my-wishlist .data-table th{padding:15px 19px;}
/*.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }*/
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:3em; }
.my-wishlist .buttons-set button.button {}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { }
.my-wishlist .data-table .price-box .price-label {width: 100%;display: block;}
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table .old-price .price-label {display:none;}
#wishlist-table .special-price .price-label {display:none;}

/*#wishlist-table .special-price .price {}
#wishlist-table .old-price .price {}
#wishlist-table .regular-price .price{}*/
#wishlist-table .inner {margin:10px 0px 13px 0px;text-align:justify;}
#wishlist-table button.button {margin:14px 0px 10px 0px;}
#wishlist-table tbody td.last a.btn-remove2{}

.my-wishlist .add-to-cart-alt button { white-space: nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:1px 0 0 5px; height:13px;}
.my-tag-edit .btn-remove span{display:none;}
.my-tag-edit strong {color:#FF0F0F;}
#my-tags-table { clear:both; }
#my-tags-table td {  }
#my-tags-table .add-to-links { white-space:nowrap; margin-top:17px;}
#my-tags-table .special-price .price-label {display:none;}
#my-tags-table .old-price .price-label {display:none;}
#my-tags-table .price-box {float:left;}
#my-tags-table .old-price .price {float:left;}
#my-tags-table .special-price .price{float:left;}
#my-tags-table .regular-price .price {float:left;}

/* My Reviews */
#my-reviews-table td {  }

.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 { margin:10px 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:10px 0px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-family:'helveticabold'; margin:0 0 10px; }
.product-review h3 { margin:0 0 3px;  }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-family:'helveticabold';}
.product-review dd {  margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold;  }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red;  font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 {  margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
/*new*/.footer-container { margin-top: 90px; background:#F1F1F1;}
/*new*/.footer { width:100%; margin:0 auto; display:inline-block;}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
/*new*/.footer a { color:#00a47b; text-decoration:none; }
.footer a:hover {  color:#000000; }
.footer .bugs { margin:13px 0 0; display:none;}
.footer .bugs a {  text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul.about-links {display:inline; padding:25px 0px 28px 0px;}
.footer ul.about-links li {display:inline;padding:0 7px 0 0px; }
/**/.footer ul.about-links li a{border-bottom:1px solid #B5B5B5;}
.footer ul.about-links li a:hover{border-color:#FF0F0F;}
.footer ul {}
.footer ul.links { display:inline-block;padding:25px 0px 28px 0px;width: 100%;}
.footer ul.links li{padding:0 7px 0 0px;}
.footer ul.links li a{text-decoration: underline;}
.footer ul.links li a:hover{border-color:#FF0F0F;}
.footer ul.links li.last a{}
.footer li {  padding:0 7px 0 4px; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer .validation-advice { /*position: absolute; */position: absolute;bottom: -27px;}


.follow_button{display:table-cell;vertical-align:middle;width:140px;}
.follow_button a.btn_follow{
	float: left;
	margin: 0px 5px 0px 0px;
	border-radius: 69px;
	-webkit-border-radius: 69px;
	-moz-border-radius: 69px;
	border: 1PX SOLID;
	text-decoration: none;
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #FFF;
	padding: 6px 0px 0px 3px;
	height: 21px;
	width: 24px;
	text-align:center;
}
.follow_button a.btn_follow:hover{color:#000;}

/*new*/.footer_link_box{
	width:100%;
	float:left;
	margin-top:-34px;
	padding-bottom:20px;
}

/*------------------------------------------------------*/

/*new*/.footer_link_box .email_update{
	background: #1FA9AF;
	padding: 15px 20px;
	text-align: left;
	width:760px;
	margin:0 auto;
	display:table;
}
/*new*/.footer_link_box .email_update h2{
	color:#FFF;
	font-family:'helveticabold';
	display:table-cell;
	vertical-align:middle;
}

/*new*/.footer_link_box .email_update .input-box{
	float:left;
	background:#FFF;
	padding:3px;
	width:337px;
	position:relative;
}
/*new*/.footer_link_box .email_update input{
	height:33px;
	padding:0px 10px;
	float:left;
	border:0;
	width:246px;
	background:#FFF;
}
.footer_link_box .email_update input.validation-failed{height:31px;}
/*new*/.footer_link_box .email_update button.button{
	background:#000000;
	color:#FFF;
	padding:8px 12px 7px 12px;
	border:0px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	box-shadow:0px 0px 0px 0px;
	-moz-box-shadow:0px 0px 0px 0px;
	-webkit-box-shadow:0px 0px 0px 0px;
	height:33px;
	float:right;
	position:absolute;
	right:3px;
}


/*new*/.footer_top_link{
	padding:0px 0px 20px 0px;
	clear:both;
	border-bottom:1px solid #C1C1C1;
}
.footer_top_link li{
	display:inline;
	padding:0px;
}
/*new*/.footer_top_link li a{
	margin:0px 23px;
	color:#FF0F0F;
}
.footer_top_link li a:hover{
	color:#000000;
}
.footer_top_link span{
	color:#FF0F0F;
	border-right:1px solid;
}

.footer-logo{
	clear:both;
	float:left;
	width:100%;
	padding-bottom:20px;
}
/* ======================================================================================= */

/*home-block===========================================================================*/


.sale-top-block{margin:0px 20px 20px 0px;float:left;}
.sale-top-block.last{margin-right:0px;}
.sale-top-block img{max-width:386px;}

.new-bottom-block{margin:0px 20px 20px 0px;background:#f6f6f6;padding:20px;float:left;width:346px;}
.new-bottom-block.last{margin-right:0px;}

.new-bottom-block h2{font-weight: normal;font-family: 'helveticabold';margin-bottom:5px;}

.new-bottom-block p{line-height:1.8;}



.menu-block{background:#f6f6f6;padding:20px;margin-bottom:20px;}
.menu-block1{margin-bottom:20px;}
.menu-block h2{font-weight: normal;font-family: 'helveticabold';margin-bottom:5px;}
.menu-block h2 p{line-height:1.8;}

/*home-left============================================================================ */

.home-left{
	width:299px;
	float:left;
	margin:20px 0px 0px 0px;
}
.customized{
	margin-bottom:20px;
	padding:20px 20px 25px 20px;
	background:#FAFAFA;
	text-align:center;
}
.customized h3{

	font-family: 'helveticabold';
	font-weight:normal;
}
.customized .best_theme{
	background:#FFF;
	padding:20px 0px 35px 0px;
	margin:15px 0px 0px 0px;
}
.customized .best_theme h4{
	color:#FF0F0F;
	font-family: 'helveticabold';
	font-weight:normal;
}
.customized .best_theme .theme_image{
	margin:15px 0px 35px 0px;
}

.customized .best_theme a{
	border: none;
	cursor: pointer;
	background: none;
	margin: 0 auto;
	display: table;
	text-decoration:none;
}


.customized .best_theme a span{
padding: 10px 22px;
font-family: 'helveticabold';
text-align: center;
color: #fff;
background: #FF0F0F;
text-transform: uppercase;

}
.customized .best_theme a span:hover{
background: #000;
/*	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;*/
}

/*End home-left============================================================================ */

/*home-right============================================================================ */

.scrollup {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	font-size: 24px;
	background: #000;
	color: #FFF;
	font-family: 'FontAwesome';
	border-radius: 100px;
	padding: 12px 14px 13px 14px;
}
.scrollup:hover {
	opacity: 0.5;
	text-decoration: none;
}
.home-right .featured-area {width: 100%;background:#03997e; float:left; display:inline-block;-webkit-transition:all 0.3s linear;position:absolute;bottom:0;height:58px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;}

button.button.btn-cart span {background:none;}


/* 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,
.col3-layout .product-options-bottom .price-box: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 .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description: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; }
.clear{clear:both;height:0;}
/* ======================================================================================= */

.guest-select {width:305px !important;}

/* featured */


/* about us */
.page-head h3{color: #03997e;}
.col3-set .col-1 .p{ margin: 5px 0px;}
.col3-set .col-2 .p strong{  margin: 5px 0px;}
.col3-set .col-2 .p {margin: 5px 0px;}
.col3-set .col-3 .p {margin: 5px 0px;}
.col3-set .col-3 .p strong{ margin: 5px 0px;}
.std dl dt{}

/*  customer service*/

dl #answer1{ margin: 5px;}
.service dd{}
.customer li a{}

/* policy */
.policy p{}
.policy h2{  margin: 10px 0px 10px 0px;}
.policy .disc li {}
/* order-return*/
.order-return li{padding:  20px 0px 20px 0px;}


span #ajax_loading{}

div#buttonwrapper p.required {display:none !important;}



/*side nav click css*/

/********Css For Category Sidebar Navigation ************/
#sidenav{}
#sidenav li{ padding:0px 0;position:relative;border-bottom: 1px solid #FAFAFA;}
#sidenav li.last{border:0 none;}
#sidenav li:hover{}
#sidenav li.level-top{line-height:2.7;border-bottom: 1px solid #FAFAFA;}
#sidenav li a{display:block;padding:0 10px;}
#sidenav li a span.errow{position: relative;top: -1px;font-size: 11px;font-family: 'FontAwesome';padding: 0px 4px 0px 0px;margin-right: 9px;}
#sidenav li a:hover{text-decoration:none;background:#FFF;}

#sidenav li a.show-cat{font-size: 16px;text-decoration: none;padding: 0;position:absolute;right:0;top:0;text-align:center;height: 36px;width: 36px;}
#sidenav li a.show-cat:hover{background:none;border:none;}
#sidenav li a.active{}

#sidenav li a.show-cat span.minus{display:none;}
#sidenav li a.show-cat.active span.minus{display:block;line-height:19px;}
#sidenav li a.show-cat.active span.plus{display:none;}
#sidenav li a.show-cat span.plus{display:block;line-height:30px;}

/*End side nav click css*/



/*side nav fly-out css*/
.sf-menu li {line-height:2.7;border-bottom: 1px solid #FAFAFA;}
.sf-menu a span.errow{position: relative;top: -1px;font-size: 11px;font-family: 'FontAwesome';padding: 0px 4px 0px 0px;margin-right: 9px;}
.sf-menu a {display:block;padding:0 10px; }
.sf-menu a:hover{text-decoration:none;background:#FFF;}
/*.sf-menu a:hover span.errow{background:#FF0F0F;}*/
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #DDDDDD;border-left: 3px solid #FF0F0F;left: 190px;padding:10px;top: -1px;width: 180px;z-index: 99999;}
.block-category-nav .block-content .sf-menu ul .aerrow{border-right: 5px solid #FF0F0F;border-top: 5px solid transparent;border-bottom: 5px solid transparent;width: 0;height: 0;position: absolute;left: -8px;top: 12px;}

/*End side nav fly-out css*/

/*--------------------------------------------------------------------------------------------*/

/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */

/*  Font Awesome styles
	------------------------------------------------------- */

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.header .searchlogo:before,
.header .form-search button.button:before{ content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.product-view .product-shop .add-to-links li a.link-wishlist:before,
.cart-table td.a-center.last a.link-wishlist:before,
.products-list .add-to-links li a.link-wishlist:before{ content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.grid:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.product-view .product-shop .availability:before,
div.alert span:before{ content: "\f00c"; }
.btn-remove2:before, .btn-remove:before, .close_la:before,
div.alert button:before{ content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.product-view .product-shop .add-to-links li a.link-compare:before,
.products-list .add-to-links li a.link-compare:before{ content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.link-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.list:before,
.toggleMenu:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.btn-edit:before,
.cart-table td.a-center.last a.cartedit:before{ content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056" !important; }
.icon-remove-sign:before          { content: "\f057"; }
.success-msg:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.product-view .view_img a.perv:before,
.detail-carousel .flex-direction-nav a.flex-prev:before{ content: "\f060"; }

.product-view .view_img a.next:before,
.detail-carousel .flex-direction-nav a.flex-next:before{ content: "\f061"; }
.validation-advice:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.error-msg:before,
.note-msg:before,
.notice-msg:before{ content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.scrollup:before           { content: "\f077"; }
.icon-chevron-down:before        { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.product-view .product-shop button.button.btn-cart:before { content: "\f07a"; }
/*.header .cartlogo:before { content: "\f07a"; }*/
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.follow_button a.btn_follow_twiter:before              { content: "\f099"; }
.follow_button a.btn_follow_fb:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.cart .totals .checkout-types button.btn-checkout:before,
#banner-slider .container a span:after,
.banner .container a span:after{ content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before{ content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.follow_button a.btn_follow_msg:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.product-view .product-shop .add-to-links li a.link-email:before         { content: "\f0e0"; }
.follow_button a.btn_follow_in:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }
.icon-lightbulb:before            { content: "\f0eb"; }
.icon-exchange:before             { content: "\f0ec"; }
.icon-cloud-download:before       { content: "\f0ed"; }
.icon-cloud-upload:before         { content: "\f0ee"; }

.icon-user-md:before              { content: "\f0f0"; }
.icon-stethoscope:before          { content: "\f0f1"; }
.icon-suitcase:before             { content: "\f0f2"; }
.icon-bell-alt:before             { content: "\f0f3"; }
.icon-coffee:before               { content: "\f0f4"; }
.icon-food:before                 { content: "\f0f5"; }
.icon-file-alt:before             { content: "\f0f6"; }
.icon-building:before             { content: "\f0f7"; }
.icon-hospital:before             { content: "\f0f8"; }
.icon-ambulance:before            { content: "\f0f9"; }
.icon-medkit:before               { content: "\f0fa"; }
.icon-fighter-jet:before          { content: "\f0fb"; }
.icon-beer:before                 { content: "\f0fc"; }
.icon-h-sign:before               { content: "\f0fd"; }
.icon-plus-sign-alt:before        { content: "\f0fe"; }

.icon-double-angle-left:before    { content: "\f100"; }
.icon-double-angle-right:before{ content: "\f101"; }
.icon-double-angle-up:before      { content: "\f102"; }
.icon-double-angle-down:before    { content: "\f103"; }
#banner-slider .flex-direction-nav .flex-prev:before,
.flexslider .flex-prev:before,
.pager .pages a.previous:before,
.pager .pagesblog a.previous:before{ content: "\f104"; }
#banner-slider .flex-direction-nav .flex-next:before,
.flexslider .flex-next:before,.breadcrumbs li span:after,
.block-layered-nav #narrow-by-list dd ol li a span.errow:before,
.block-category-nav .block-content dd ol li a span.errow:before,
.opc .ul li span:before,
.block-progress dt span.progress_font:before,
.block-blog .menu-recent UL LI a span.aerrow:before,
.block-blog .menu-categories UL LI a span.aerrow:before,
.block-blog .menu-tags UL LI a span.aerrow:before,
.block-account .block-content li a span.errow:before,
.block-account .block-content li.current span.errow:before,
#sidenav li a span.errow:before,
.sf-menu a span.errow:before,
div.wp-custom-menu-popup .itemSubMenu a.itemMenuName:before,
.pager .pages a.next:before,
.pager .pagesblog a.next:before,
.bestseller-product .bestseller-grid li a.aero-image:before,
.default-container #nav li ul li a:before{ content: "\f105"; }
.icon-angle-up:before             { content: "\f106"; }
.language_box:before,
.currency_box:before,
.sort_box .sort_pan:after,
.show_box .show_pan:after{ content: "\f107"; }
.icon-desktop:before              { content: "\f108"; }
.icon-laptop:before               { content: "\f109"; }
.icon-tablet:before               { content: "\f10a"; }
.icon-mobile-phone:before         { content: "\f10b"; }
.icon-circle-blank:before         { content: "\f10c"; }
.icon-quote-left:before           { content: "\f10d"; }
.icon-quote-right:before          { content: "\f10e"; }

.icon-spinner:before              { content: "\f110"; }
.icon-circle:before               { content: "\f111"; }
.icon-reply:before                { content: "\f112"; }
.icon-github-alt:before           { content: "\f113"; }
.icon-folder-close-alt:before     { content: "\f114"; }
.icon-folder-open-alt:before      { content: "\f115"; }


/*------------------------------------------------------ie7css------------------------------------------------------*/

/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */.icon-large{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle}.nav [class^="icon-"],.nav [class*=" icon-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px}.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{vertical-align:-25%}.nav-pills [class^="icon-"].icon-large,.nav-tabs [class^="icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px}.btn [class^="icon-"].pull-left,.btn [class*=" icon-"].pull-left,.btn [class^="icon-"].pull-right,.btn [class*=" icon-"].pull-right{vertical-align:inherit}.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large{margin-top:-0.5em}a [class^="icon-"],a [class*=" icon-"]{cursor:pointer}ul.icons{text-indent:-1.5em;margin-left:3em}.icon-glass{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf000;')}.icon-music{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf001;')}.header .searchlogo, .header .form-search button.button{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf002;')}.icon-envelope{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf003;')}.product-view .product-shop .add-to-links li a.link-wishlist, .cart-table td.a-center.last a.link-wishlist, .products-list .add-to-links li a.link-wishlist{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf004;')}.icon-star{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf005;')}.icon-star-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf006;')}.icon-user{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf007;')}.icon-film{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf008;')}.icon-th-large{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf009;')}.grid{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00a;')}.icon-th-list{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00b;')}.product-view .product-shop .availability, div.alert span{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00c;')}.btn-remove2, .btn-remove, .close_la, div.alert button{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00d;')}.icon-zoom-in{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf00e;')}.icon-zoom-out{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf010;')}.icon-off{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf011;')}.icon-signal{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf012;')}.icon-cog{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf013;')}.icon-trash{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf014;')}.icon-home{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf015;')}.icon-file{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf016;')}.icon-time{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf017;')}.icon-road{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf018;')}.icon-download-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf019;')}.icon-download{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01a;')}.icon-upload{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01b;')}.icon-inbox{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01c;')}.icon-play-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01d;')}.icon-repeat{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf01e;')}.icon-refresh{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf021;')}.icon-list-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf022;')}.icon-lock{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf023;')}.icon-flag{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf024;')}.icon-headphones{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf025;')}.icon-volume-off{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf026;')}.icon-volume-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf027;')}.icon-volume-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf028;')}.icon-qrcode{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf029;')}.icon-barcode{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02a;')}.icon-tag{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02b;')}.icon-tags{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02c;')}.product-view .product-shop .add-to-links li a.link-compare, .products-list .add-to-links li a.link-compare{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02d;')}.icon-bookmark{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02e;')}.link-print{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf02f;')}.icon-camera{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf030;')}.icon-font{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf031;')}.icon-bold{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf032;')}.icon-italic{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf033;')}.icon-text-height{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf034;')}.icon-text-width{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf035;')}.icon-align-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf036;')}.icon-align-center{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf037;')}.icon-align-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf038;')}.icon-align-justify{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf039;')}.toggleMenu, .list{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03a;')}.icon-indent-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03b;')}.icon-indent-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03c;')}.icon-facetime-video{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03d;')}.icon-picture{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf03e;')}.btn-edit, .cart-table td.a-center.last a.cartedit{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf040;')}.icon-map-marker{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf041;')}.icon-adjust{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf042;')}.icon-tint{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf043;')}.icon-edit{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf044;')}.icon-share{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf045;')}.icon-check{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf046;')}.icon-move{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf047;')}.icon-step-backward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf048;')}.icon-fast-backward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf049;')}.icon-backward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04a;')}.icon-play{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04b;')}.icon-pause{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04c;')}.icon-stop{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04d;')}.icon-forward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf04e;')}.icon-fast-forward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf050;')}.icon-step-forward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf051;')}.icon-eject{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf052;')}.icon-chevron-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf053;')}.icon-chevron-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf054;')}.icon-plus-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf055;')}.icon-minus-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf056;')}.icon-remove-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf057;')}.success-msg{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf058;')}.icon-question-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf059;')}.icon-info-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05a;')}.icon-screenshot{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05b;')}.icon-remove-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05c;')}.icon-ok-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05d;')}.icon-ban-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf05e;')}.product-view .view_img a.perv, .pager .pages a.previous, .pager .pagesblog a.previous, .detail-carousel .flex-direction-nav a.flex-prev{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf060;')}.product-view .view_img a.next, .detail-carousel .flex-direction-nav a.flex-next{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf061;')}.validation-advice{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf062;')}.icon-arrow-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf063;')}.icon-share-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf064;')}.icon-resize-full{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf065;')}.icon-resize-small{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf066;')}.icon-plus{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf067;')}.icon-minus{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf068;')}.icon-asterisk{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf069;')}.error-msg,.note-msg,.notice-msg{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06a;')}.icon-gift{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06b;')}.icon-leaf{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06c;')}.icon-fire{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06d;')}.icon-eye-open{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf06e;')}.icon-eye-close{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf070;')}.icon-warning-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf071;')}.icon-plane{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf072;')}.icon-calendar{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf073;')}.icon-random{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf074;')}.icon-comment{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf075;')}.icon-magnet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf076;')}.scrollup{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf077;')}.icon-chevron-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf078;')}.icon-retweet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf079;')}.product-view .product-shop button.button.btn-cart, .header .cartlogo{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07a;')}.icon-folder-close{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07b;')}.icon-folder-open{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07c;')}.icon-resize-vertical{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07d;')}.icon-resize-horizontal{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf07e;')}.icon-bar-chart{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf080;')}.icon-twitter-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf081;')}.icon-facebook-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf082;')}.icon-camera-retro{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf083;')}.icon-key{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf084;')}.icon-cogs{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf085;')}.icon-comments{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf086;')}.icon-thumbs-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf087;')}.icon-thumbs-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf088;')}.icon-star-half{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf089;')}.icon-heart-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08a;')}.icon-signout{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08b;')}.icon-linkedin-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08c;')}.icon-pushpin{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08d;')}.icon-external-link{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf08e;')}.icon-signin{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf090;')}.icon-trophy{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf091;')}.icon-github-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf092;')}.icon-upload-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf093;')}.icon-lemon{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf094;')}.icon-phone{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf095;')}.icon-check-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf096;')}.icon-bookmark-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf097;')}.icon-phone-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf098;')}.follow_button a.btn_follow_twiter{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf099;')}.follow_button a.btn_follow_fb{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09a;')}.icon-github{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09b;')}.icon-unlock{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09c;')}.icon-credit-card{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09d;')}.icon-rss{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf09e;')}.icon-hdd{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a0;')}.icon-bullhorn{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a1;')}.icon-bell{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a2;')}.icon-certificate{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a3;')}.icon-hand-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a4;')}.icon-hand-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a5;')}.icon-hand-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a6;')}.icon-hand-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a7;')}.icon-circle-arrow-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a8;')}.cart .totals .checkout-types button.btn-checkout, #banner-slider .container a span, .banner .container a span{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0a9;')}.icon-circle-arrow-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0aa;')}.icon-circle-arrow-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ab;')}.icon-globe{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ac;')}.icon-wrench{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ad;')}.icon-tasks{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ae;')}.icon-filter{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0b0;')}.icon-briefcase{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0b1;')}.icon-fullscreen{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0b2;')}.icon-group{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c0;')}.icon-link{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c1;')}.icon-cloud{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c2;')}.icon-beaker{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c3;')}.icon-cut{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c4;')}.icon-copy{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c5;')}.icon-paper-clip{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c6;')}.icon-save{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c7;')}.icon-sign-blank{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c8;')}.icon-reorder{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0c9;')}.icon-list-ul{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ca;')}.icon-list-ol{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0cb;')}.icon-strikethrough{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0cc;')}.icon-underline{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0cd;')}.icon-table{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ce;')}.icon-magic{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d0;')}.icon-truck{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d1;')}.follow_button a.btn_follow_msg{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d2;')}.icon-pinterest-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d3;')}.icon-google-plus-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d4;')}.icon-google-plus{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d5;')}.icon-money{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d6;')}.icon-caret-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d7;')}.icon-caret-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d8;')}.icon-caret-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0d9;')}.icon-caret-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0da;')}.icon-columns{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0db;')}.icon-sort{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0dc;')}.icon-sort-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0dd;')}.icon-sort-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0de;')}.product-view .product-shop .add-to-links li a.link-email{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e0;')}.follow_button a.btn_follow_in{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e1;')}.icon-undo{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e2;')}.icon-legal{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e3;')}.icon-dashboard{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e4;')}.icon-comment-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e5;')}.icon-comments-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e6;')}.icon-bolt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e7;')}.icon-sitemap{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e8;')}.icon-umbrella{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0e9;')}.icon-paste{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ea;')}.icon-lightbulb{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0eb;')}.icon-exchange{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ec;')}.icon-cloud-download{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ed;')}.icon-cloud-upload{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0ee;')}.icon-user-md{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f0;')}.icon-stethoscope{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f1;')}.icon-suitcase{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f2;')}.icon-bell-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f3;')}.icon-coffee{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f4;')}.icon-food{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f5;')}.icon-file-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f6;')}.icon-building{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f7;')}.icon-hospital{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f8;')}.icon-ambulance{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0f9;')}.icon-medkit{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fa;')}.icon-fighter-jet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fb;')}.icon-beer{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fc;')}.icon-h-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fd;')}.icon-plus-sign-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf0fe;')}.icon-double-angle-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf100;')}.icon-double-angle-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf101;')}.icon-double-angle-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf102;')}.icon-double-angle-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf103;')}#banner-slider .flex-direction-nav .flex-prev, .flexslider .flex-prev, .pager .pages a.previous, .pager .pagesblog a.previous{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf104;')}#banner-slider .flex-direction-nav .flex-next, .flexslider .flex-next, .breadcrumbs li span, .block-layered-nav #narrow-by-list dd ol li a span.errow, .block-category-nav .block-content dd ol li a span.errow, .opc .ul li span, .block-progress dt span.progress_font, .block-blog .menu-recent UL LI a span.aerrow, .block-blog .menu-categories UL LI a span.aerrow, .block-blog .menu-tags UL LI a span.aerrow, .block-account .block-content li a span.errow, .block-account .block-content li.current span.errow, #sidenav li a span.errow, .sf-menu a span.errow, div.wp-custom-menu-popup .itemSubMenu a.itemMenuName, .pager .pages a.next, .pager .pagesblog a.next, .bestseller-product .bestseller-grid li a.aero-image, .default-container #nav li ul li a{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf105;')}.icon-angle-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf106;')}.language_box, .currency_box, .sort_box .sort_pan, .show_box .show_pan{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf107;')}.icon-desktop{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf108;')}.icon-laptop{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf109;')}.icon-tablet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10a;')}.icon-mobile-phone{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10b;')}.icon-circle-blank{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10c;')}.icon-quote-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10d;')}.icon-quote-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf10e;')}.icon-spinner{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf110;')}.icon-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf111;')}.icon-reply{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf112;')}.icon-github-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf113;')}.icon-folder-close-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf114;')}.icon-folder-open-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xf115;')}


.x-large{font-size:35px;}
.large{font-size:30px;}
.medium{font-size:18px;}
.small{font-size:13px;}
.x-small{font-size:11px;}


/* TW CUSTOMIZATION
================================================== */

/* Helpers ====================================================================== */
.absolute-container {}

.clearfix:before,.tw-clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.unselectable {
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

.page-div-hor {
	width: 100%;
	height: 1px;
	background-color: #b9b9b9;
	margin: 12px 0 12px 0;
}

.static-page-2-col {
	margin: 10px 0;
	color: #7d7d7d;
	line-heihgt: 1.2em;
}
	.static-page-2-col button {
		display: block;
		margin: 25px auto;
	}
	.static-page-2-col h3 {
		color: #7d7d7d;
	}
	.static-page-2-col ul {
		display: inline-block;
		list-style: none;
	}
	.static-page-2-col ul li {
		float: left;
	}

.static-note {
	color: #b9b9b9;
	font-size: .8em;
	line-height: 1.3em;
	max-width: 900px;
	margin: 20px 0 !important;
	display: block;
}
.static-copyright {
	color: #b9b9b9;
	font-size: .6em;
	font-style: italic;
	line-height: 1.3em;
	max-width: 900px;
}

.scale-img-to-con img {
	width: 100%;
	height: auto;
}

/* fonts ========================================================================= */
@font-face {
	font-family: 'crimsonroman';
	src: url('../fonts/crimsontext-roman-webfont.eot');
	src: url('../fonts/crimsontext-roman-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/crimsontext-roman-webfont.woff') format('woff'),
		 url('../fonts/crimsontext-roman-webfont.ttf') format('truetype'),
		 url('../fonts/crimsontext-roman-webfont.svg#crimson_textroman') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'crimsonsemibold';
	src: url('../fonts/crimsontext-semibold-webfont.eot');
	src: url('../fonts/crimsontext-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/crimsontext-semibold-webfont.woff') format('woff'),
		 url('../fonts/crimsontext-semibold-webfont.ttf') format('truetype'),
		 url('../fonts/crimsontext-semibold-webfont.svg#crimson_textsemibold') format('svg');
	font-weight: normal;
	font-style: normal;

}

/* Header ========================================================================= */
#header-nav-screen {
	width:100%;
	background: #231f20;
	position: relative;
	margin: 0;
	border-bottom: 2px solid #FFF;
}

#header-nav-trigger {
	display: none;
}

/* Home ========================================================================= */
#tw-home-callouts {
	text-align: center;
	clear: both;
	margin: 30px 0 0 0;
}
	#tw-home-callouts ul li {
		margin: 0px 20px 0 0;
	}
	#tw-home-callouts ul li div h1:hover {
		color: #00a47b;
	}
	.callout-copy-container {
		margin: 0 auto;
		width: 280px;
		height: 180px;
	}
		.callout-copy-container.callout1 {
			background: url('../images/home_callout_bg1.jpg') no-repeat 0px 0;
		}
		.callout-copy-container.callout2 {
			background: url('../images/home_callout_bg2.jpg') no-repeat -20px 0;
		}
		.callout-copy-container.callout3 {
			background: url('../images/home_callout_bg3.jpg') no-repeat -20px 0;
		}



	.callout-img {
		margin-top: -12px;
	}
	#tw-home-callouts h1 {
		font-family: 'helvetica'!important;
		font-size: 2.3em;
		text-transform: uppercase;
		margin-top: -10px;
	}
	#tw-home-callouts h3 {
		font-family: 'oswaldlight'!important;
		font-size: 1.5em;
		font-weight: lighter;
		text-transform: uppercase;
	}
	#tw-home-callouts ul {
		list-style: none;
		text-align: center;
		margin: 0 auto;
		display: inline-block;
	}
		#tw-home-callouts ul li {
			float: left;
			cursor: pointer;
		}


/* Dealer Locator ================================================================== */
.dealerlocator .legend {
	/*margin-top: -10px;*/
	font-family: 'oswaldbook';
}

#dealer-list tr {
	cursor: pointer;
}
#dealer-list tr:hover {
	background: #e8e8e8;
}

.dealer-search ul.form-list li {
	float: left;
}
.dealer-search .fieldset {
	width: auto;
	height: 116px;
}
	.dealer-search .fieldset .form-list {
		margin-top: 20px;
	}
	.dealer-search .fieldset .buttons-set {
		padding: 29px 0 0;
	}
	.dealer-search ul.form-list #radius-options {
		width: 100px;
	}
	.dealer-search ul.form-list li.fields label {
		font-family: 'oswaldbook';
	}
	.dealer-search ul.form-list li.fields #searchin {
		width: 100px;
	}
	.dealer-search ul.form-list li.buttons {
		width: auto;
	}
	.dealer-search ul.form-list li.buttons .buttons-set {
		border: none;
		margin: 0px;
	}


#data-table-continer {
	height: 502px;
	width: 530px;
	float: left;
	border-bottom: 1px solid #e2e2e2;
	overflow-y: scroll;
}

.dealerlocator .dealer-body#gmap-container {
	width: 650px;
	float: right;
}

#map_canvas {
	height: 550px !important;
}
	#map_canvas a {
		color: #00a47b;
	}
	#map_canvas a:hover {
		color: #000;
	}

.dealerlocator .pager.small {
	width: 510px;
	float: left;
	padding: 0px 10px 0px 10px;

}
	.dealerlocator .pager .limiter {
		margin-right: 10px;
	}

.dealerlocator .data-table {
	width: 100%;
}

/* Product view ========================================================================= */
.product-header-info {
	text-align: right;
	width: 100%;
	text-transform: uppercase;
}
	.product-header-info ul {
		margin: 0px;
	}
		.product-header-info ul li {
			float: left;
			text-align: right;
		}
		.product-header-info ul li.p-name {
			font-size: 1.9em;
			margin-top: 12px;
		}
			.product-header-info ul li.p-name h3 {
				margin: 0px;
			}
		.product-header-info ul li.p-button {
			float: right;
			margin: 1px 0px 0px 7px;
		}
			.product-header-info ul li.p-button button {

			}
		.product-header-info ul li.p-price {
			float: right;
		}


/* Static pages ========================================================================= */

.static-page {
	color: #3c3c3c;
}
	.super {
		font-size: .59em;
		margin-top: -6px;
		vertical-align: top;
	}
	.static-page sup {
		font-size: .59em;
	}
	.static-page .note {
		font-size: .8em;
	}
	.static-page h1 {
		font-family: 'oswaldbook';
		line-height: 1.00em;
		color: #000;
	}
	.static-page h2 {
		line-height: 1.05em;
	}
	.static-page h3 {
		font-family: 'oswaldbook';
		color: #00a47b;
		line-height: 1.05em;
		font-size: 1.4em;
		text-transform: uppercase;
	}

	.static-page .title-subhead {
		font-family: 'oswaldlight';
		text-transform: uppercase;
		color: #00a47b;
		font-size: 1.4em;
		letter-spacing: 8px;
	}

	.static-page .static-page-container {
		margin-top: 30px;
	}

	.static-page p {
		margin: 10px 0 0 0;
		font-family: sans-serif, 'HelveticaNeueRegular';
		font-size: 13px;
		color: #7D7D7C;
		line-height: 1.6em;
	}

	.static-page a {
		color: #00a47b;
	}
		.static-page a:hover {
			color: #000;
		}

	.cms-page-form-container {
		height: 60px;
	}

/* brands */
.static-page.brands {
	text-align: center;
}
	.static-page.brands .container {
		padding: 20px;
		min-height: 200px;
	}
	.static-page.brands h2 {
		font-family: 'oswaldbook';
		font-color: #3c3c3c;
		font-size: 2.4em;
		margin-bottom: 10px;
		text-align: left;
	}

	.static-page.brands ul {
		list-style: none;
		display: inline-block;
		text-align: center;
		margin-top: 20px;
	}

	.static-page.brands div#fitness {
		background-color: #f0f0f0;
	}
		.static-page.brands div#marine ul#marine-row1 {

		}
		.static-page.brands div#marine ul#marine-row1 {

		}
	.static-page.brands ul li {
		float: left;
		margin: 0 20px 0 20px;
	}

/* advantage */
.advantage-img-con {
	display: inline-block;
	border-bottom: 1px solid #b9b9b9;
}
	.advantage-copy.num h1 {
		color: #00a47b !important;
	}

	.advantage-shop-tables {
		display: block;
		margin-top: 10px;
	}

	.static-page.advantage .advantage-img-con.ad1 {
		margin-top: 0px;
	}
	.static-page.advantage .advantage-img-con.ad11 .advantage-copy.num {
		margin-top: -8px;
		margin-right: 40px;
		width: 70px;
		height: 160px;
	}

	.static-page.advantage .advantage-img {
		float: left;
	}
	.static-page.advantage .page-div-hor {
		margin-top: 20px;
	}
	.static-page.advantage .advantage-copy-con {
		position: absolute;
		margin-left: 500px;
		width: 700px;
		margin-top: 100px;
	}
		.static-page.advantage .advantage-copy-con.left {
			margin-left: 100px;
		}
			.static-page.advantage .advantage-img-con.left {

			}
		.advantage-copy.num {
			font-size: 2.1em;
			margin-right: 0px;
			margin-top: 4px;
			color: #00ab83;
			float:left;
			display: inline-block;
			width: 60px !important;
			height: 250px;
		}

		.static-page.advantage .advantage-img-con .advantage-img {

		}

			.static-page.advantage .advantage-img-con.ad1 .advantage-copy.num {
				margin-top: 6px;
			}
				.static-page.advantage .advantage-img-con.ad1 .advantage-img img {
					/*margin-left: 20px;*/
				}

			.static-page.advantage .advantage-img-con.ad2 .advantage-copy.num {

			}
				.static-page.advantage .advantage-img-con.ad2 .advantage-img img {
					/*margin-left: -40px;*/
				}

			.static-page.advantage .advantage-img-con.ad3 .advantage-copy.num {
				margin-top: 2px;
			}

			.static-page.advantage .advantage-img-con.ad4 .advantage-copy.num {

			}
				.static-page.advantage .advantage-img-con.ad4 .advantage-img img {
					/*margin-left: -40px;*/
				}

			.static-page.advantage .advantage-img-con.ad5 .advantage-copy.num {
				margin-top: -6px;
			}
				.static-page.advantage .advantage-img-con.ad5 .advantage-img img {
					/*margin-left: 0px;*/
				}

			.static-page.advantage .advantage-img-con.ad6 .advantage-copy.num {
				margin-top: -7px;
			}
				.static-page.advantage .advantage-img-con.ad6 .advantage-img img {
					/*margin-left: -110px;*/
				}

			.static-page.advantage .advantage-img-con.ad7 .advantage-copy.num {
				margin-top: -7px;
			}
				.static-page.advantage .advantage-img-con.ad7 .advantage-img img {
					/*margin-left: 70px;*/
				}

			.static-page.advantage .advantage-img-con.ad8 .advantage-copy.num {

			}
				.static-page.advantage .advantage-img-con.ad8 .advantage-img img {
					/*margin-left: -120px;*/
				}

			.static-page.advantage .advantage-img-con.ad9 .advantage-copy.num {
				margin-top: -7px;
			}
				.static-page.advantage .advantage-img-con.ad9 .advantage-img img {
					/*margin-left: 90px;*/
				}

			.static-page.advantage .advantage-img-con.ad10 .advantage-copy.num {
				margin-top: -5px;
			}
				.static-page.advantage .advantage-img-con.ad10 .advantage-img img {
					/*margin-left: -100px;*/
				}

			.static-page.advantage .advantage-img-con.ad11 .advantage-copy.num {
				margin-left: 55px;
			}
				.static-page.advantage .advantage-img-con.ad11 .advantage-img img {
					/*margin-left: -30px;*/
				}

			.static-page.advantage .advantage-img-con.ad12 .advantage-copy-con h1 {
				font-size: 3.1em;
			}
			.static-page.advantage .advantage-img-con.ad12 .advantage-copy-con {
				margin-top: 55px;
			}
			.static-page.advantage .advantage-img-con.ad12 .advantage-copy.num {
				margin-top: -9px;
			}
				.static-page.advantage .advantage-img-con.ad12 .advantage-img img {
					/*margin-left: -60px;*/
				}


			.advantage-copy.num.wide {
				margin-right: 20px;
				text-align: center;
				width: 50px;
			}

			.advantage-copy.num.left {
				float: right;
				height: auto;
				margin-left: 10px;
				margin-top: 0px;
				float: none !important;
			}

		.advantage-copy.title {
			line-height: .65em !important;
			color: #000;
			float:left;
			display: inline-block;
			width: 460px !important;
		}
			.advantage-copy.title.left {
				float: left;
				text-align: right;
			}

		.advantage-copy.copy {
			font-size: 1.1em;
			float:left;
			display: inline-block;
			width: 460px !important;
		}
			.advantage-copy.copy.left {
				float: left;
				text-align: right;
			}


	.static-page.advantage .advantage-copy div {
		position: relative;
		margin-left: 0px;
	}

	/* history */
	.static-page.history {

	}

	.static-page.history h4 {
		font-size: 1.2em;
		color: #00a47b;
		text-transform: uppercase;
		font-family: 'oswaldbook';
		margin-bottom: -5px;
	}
		.static-page.history h4.bottom {
			margin: 30px 0 -5px;
		}

	.static-page.history #history-callouts {
		max-width: 1200px;
		margin: 0 auto;
		padding: 30px;
		text-align: center;
	}
	.static-page.history .history-callout {
		display: inline-block;
		width: 45%;
		vertical-align: top;
	}
	.static-page.history .history-callout .history-callout-container {
		display: inline-block;
		vertical-align: top;
		width: 90%;
		max-width: 550px;
		margin: 0 auto;
		text-align: center;
	}
	.static-page.history .history-callout .history-callout-container .button {
		margin: 10px auto;
	}
	.static-page.history .callout-copy {
		text-align: center;
		color: #7D7D7C;
		line-height: 1.6em;
	}

	.static-page.history #history-slice-container {

	}

	.slice-container {
		width: 100%;
		overflow: hidden;
	}
		.slice-container.even {
			background: #f1f1f1;
		}
		.slice-container.odd {
			background: #fff;
		}

	.slice {
		max-width: 1000px;
		margin: 0 auto;
		overflow: hidden;
		padding: 30px;
		font-family: 'OpenSansLight';
	}

	.static-page.history .history-item {
		position: relative;
		display: inline-block;
		text-align: left;
		line-height: 2.0em;
		color: #555555;
	}
		.static-page.history .history-item p {
			line-height: 2.0em;
		}

		.static-page.history .history-item.copy {
			width: 40%;
		}
		.static-page.history .history-item.video {
			width: 52%;
		}
		.static-page.history .history-item.right {

		}
		.static-page.history .history-item.left {

		}

		.static-page.history .history-item.copy {
			margin-top: 5%;
		}

	.page-div-hor.history {
		width: 70%;
		height: 1px;
		background-color: #b9b9b9;
		margin: 0 auto;
	}

	.static-page.history .video-play {
		position: absolute;
		z-index: 10;
		top: 33%;
		left: 42%;
		cursor: pointer;
	}

	.static-page.history .video-overlay {
		position: absolute;
		z-index: 1;
		top: 0;
		cursor: pointer;
	}

	.static-page.history .history-item .shadow {
		position: absolute;
		z-index: 0;
		top: 96.6%;
		width: 126.6%;
		left: -13%;
	}
		.static-page.history .history-item .shadow img {
			width: 100%;
		}

	/* vimeo ================================================================================ */

	.static-page.history .videoWrapper {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
		border: 1px solid #ccc;
		border-bottom: 1px solid #4f4f4f;
	}
		.static-page.history .videoWrapper:hover {
			border: 1px solid green;
		}

	/*

	.static-page.history p {
		line-height: 1.6em;
	}
	.static-page.history .date {
		color: #00a47b;
		font-size: 2.5em;
		font-family: 'oswaldbook';
		display: none;
	}
		.static-page.history .date.gold {
			color: #d3af7e;
		}
	.static-page.history .cap {
		text-align: center;
		width: 100%;
		height: 1px;
	}
		.static-page.history #cap-top {
			margin-top: 65px;
			margin-bottom: 5px;
		}
		.static-page.history #cap-bottom {
			margin-top: -4px;
		}

	.static-page.history #history-slice-container {
		text-align: center;
		margin: 0px auto;
		width: 100%;
		display: inline-block;
		background: url('../images/history_dot.gif') repeat-y;
		background-position:center;
		min-height: 600px;
	}
		.static-page.history #history-slice-container .slice {
			float: left;
		}
			.static-page.history #history-slice-container .content-box {
				border: none;
				min-height: 240px;
				margin-top: -90px;
			}


		.static-page.history #history-slice-container #slice-a.slice {
			width: 100%;
		}

			.static-page.history #history-slice-container .copy-left {
				text-align: left;
				width: 450px;
				margin-left: 645px;
				margin-top: 60px;
				display: inline-block;
			}

			.static-page.history #history-slice-container .copy-right {
				text-align: right;
				width: 450px;
				margin-left: -650px;
				margin-top: 60px;
				display: inline-block;
			}

			.static-page.history #history-slice-container .content-left {

			}

			.static-page.history #history-slice-container .content-right {

			}

				.static-page.history #history-slice-container #content-0 {
					background: url('../images/history_img0.png') no-repeat 42px 0;
					margin-top: -20px;
				}
					.static-page.history #history-slice-container #content-0 .copy-right {
						margin-top: 50px;
					}

				.static-page.history #history-slice-container #content-1 {
					background: url('../images/history_img1.png') no-repeat 542px 0;
				}
					.static-page.history #history-slice-container #content-1 .copy-left {
						margin-top: 75px;
					}

				.static-page.history #history-slice-container #content-2 {
					background: url('../images/history_img2.png') no-repeat 42px 0;
				}
					.static-page.history #history-slice-container #content-2 .copy-right {
						margin-top: 90px;
					}

				.static-page.history #history-slice-container #content-3 {
					background: url('../images/history_img3.png') no-repeat 542px 0;
				}
					.static-page.history #history-slice-container #content-3 .copy-left {
						margin-top: 50px;
					}

				.static-page.history #history-slice-container #content-4 {
					background: url('../images/history_img4.png') no-repeat 42px 0;
				}
					.static-page.history #history-slice-container #content-4 .copy-right {
						margin-top: 80px;
					}

				.static-page.history #history-slice-container #content-5 {
					background: url('../images/history_img5.png') no-repeat 542px 0;
				}
					.static-page.history #history-slice-container #content-5 .copy-left {
						margin-top: 42px;
						width: 458px;
					}

				.static-page.history #history-slice-container #content-6 {
					background: url('../images/history_img6.png') no-repeat 42px 0;
				}
					.static-page.history #history-slice-container #content-6 .copy-right {
						margin-top: 70px;
					}

				.static-page.history #history-slice-container #content-7 {
					background: url('../images/history_img7.png') no-repeat 542px 0;
				}
					.static-page.history #history-slice-container #content-7 .copy-left {
						margin-top: 78px;
					}

				.static-page.history #history-slice-container #content-8 {
					background: url('../images/history_img8.png') no-repeat 42px 0;
				}
					.static-page.history #history-slice-container #content-8 .copy-right {

					}

				.static-page.history #history-slice-container #content-9 {
					background: url('../images/history_img9.png') no-repeat 542px 0;
				}
					.static-page.history #history-slice-container #content-9 .copy-left {
						margin-top: 70px;
					}

				.static-page.history #history-slice-container #content-10 {
					background: url('../images/history_img10.png') no-repeat 42px 0;
				}
					.static-page.history #history-slice-container #content-10 .copy-right {
						margin-top: 50px;
					}

				.static-page.history #history-slice-container #content-11 {
					background: url('../images/history_img11.png') no-repeat 542px 0;
				}
					.static-page.history #history-slice-container #content-11 .copy-left {
						margin-top: 80px;
					}

				.static-page.history #history-slice-container #content-12 {
					background: url('../images/history_img12.png') no-repeat 42px 0;
				}
					.static-page.history #history-slice-container #content-12 .copy-right {

					}

				.static-page.history #history-slice-container #content-13 {
					background: url('../images/history_img13.png') no-repeat 517px 0;
				}
					.static-page.history #history-slice-container #content-13 .copy-left {
						margin-top: 40px;
					}

				.static-page.history #history-slice-container #content-14 {
					background: url('../images/history_img14.png') no-repeat 42px 0;
				}
					.static-page.history #history-slice-container #content-14 .copy-right {
						margin-top: 80px;
					}

				.static-page.history #history-slice-container #content-15 {
					background: url('../images/history_img15.png') no-repeat 542px 0;
				}
					.static-page.history #history-slice-container #content-15 .copy-left {
						margin-top: 50px;
					}

				.static-page.history #history-slice-container #content-16 {
					background: url('../images/history_img16.png') no-repeat 42px 0;
				}
					.static-page.history #history-slice-container #content-16 .copy-right {
						margin-top: 90px;
					}

				.static-page.history #history-slice-container #content-17 {
					background: url('../images/history_img17.png') no-repeat 542px 0;
				}
					.static-page.history #history-slice-container #content-17 .copy-left {
						margin-top: 50px;
					}

				.static-page.history #history-slice-container #content-18 {
					background: url('../images/history_img18.png') no-repeat 42px 0;
				}
					.static-page.history #history-slice-container #content-18 .copy-right {
						margin-top: 90px;
					}

				.static-page.history #history-slice-container #content-19 {
					background: url('../images/history_img19.png') no-repeat 542px 0;
				}
					.static-page.history #history-slice-container #content-19 .copy-left {
						margin-top: 70px;
					}

				.static-page.history #history-slice-container #content-20 {
					background: url('../images/history_img20.png') no-repeat 42px 0;
				}
					.static-page.history #history-slice-container #content-20 .copy-right {

					}

				.static-page.history #history-slice-container #content-21 {
					background: url('../images/history_img21.png') no-repeat 542px 0;
				}
					.static-page.history #history-slice-container #content-21 .copy-left {
						margin-top: 40px;
					}

	*/



/* financing */
.static-page.financing {

}
	.static-page.financing .static-page-2-col ul li {
		padding: 20px;
	}
	.static-page.financing .static-page-2-col ul li.col-1 {
		width: 500px;
		border-right: 1px solid #b9b9b9;
	}
		.static-page.financing .static-page-2-col ul li.col-1 button {
			display: block;
			margin: 0 auto;
		}
		.static-page.financing .static-page-2-col ul li.col-1 img {
			display: block;
			margin: 0 auto 20px auto;
		}
		.static-page.financing .static-page-2-col ul ol {
			text-transform: uppercase;
			margin-top: 10px;
			margin-bottom: 20px;
		}
			.static-page.financing .static-page-2-col ul ol li {
				float: none;
				padding: 1px;
				margin-left: 32px;
				color: #00a47b;
			}
				.static-page.financing .static-page-2-col ul ol li span {
					color: #000;
				 }

	.static-page.financing .static-page-2-col ul li.col-2 {
		width: 500px;
		margin: 110px 0 0 30px;
		line-height: 1.5em;
	}

/* promo - get in the game */
.static-page.get-in-the-game {

}
	.static-page.get-in-the-game h1 {
		color: #00a47b;
	}
	.static-page.get-in-the-game .product-footer {
		margin:  12px 0 90px 0px;
	}
	.static-page.get-in-the-game .product-footer button {
		float: right;
	}

/* bright pink */
.static-page.bright-pink {

}
	.static-page.bright-pink strong {
		font-family: 'sans-serif', 'Arial';
		font-weight: lighter;
	}
	.bright-pink.highlight {
		color: #ed1477 !important;
	}
	.static-page.bright-pink .static-page-2-col {
		margin: 0px;
	}
	.static-page.bright-pink .static-page-2-col ul li {
		padding: 20px;
	}
	.static-page.bright-pink .static-page-2-col ul li:first-child {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.static-page.bright-pink .static-page-2-col ul li.col-1 {
		width: 46%;
		font-size: 1.4em;
		line-height: 1.4em;
		border-right: 1px solid #b9b9b9;
	}
		.static-page.bright-pink .static-page-2-col ul li.col-1 button {
			display: block;
			margin: 0 auto;
		}
		.static-page.bright-pink .static-page-2-col ul li.col-2 {
			color: #fff;
			width: 42%;
			min-height: 480px;
			line-height: 2.8em;
			margin: 0 0 0 30px;
			position: relative;
			background: url('../images/bp_ribbon_bg.jpg') no-repeat;
			background-size: 100%;
		}
			.static-page.bright-pink .static-page-2-col ul li.col-2 .p1 {
				position: absolute;
				width: 87%;
				font-size: 1.6em;
				font-weight: lighter;
				bottom: 40px;
				left: 30px;
			}
			.static-page.bright-pink .static-page-2-col ul li.col-2 a {
				color: #fff;
			}

		.static-page.bright-pink .static-page-2-col ul li.col-1 img {
			display: block;
			margin: 0 auto 20px auto;
		}
		.static-page.bright-pink ul li {
				float: left;
			}
				.static-page.bright-pink ul li.copy {
					margin-top: 100px;
					width: 30%;
				}
				.static-page.bright-pink ul li.image {
					width: 70%;
					text-align: center;
				}

	.static-page.bright-pink .product-footer {
		display: inline-block;
		margin-top: 20px;
		font-size: 1.4em;
		color: #757575;
	}
		.static-page.bright-pink .product-footer ul {
			list-style: none;
		}
		.static-page.bright-pink .product-footer ul li {
			display: inline-block;
			line-height: 1.4em;
			width: 45%;
			padding: 20px;
		}
			.static-page.bright-pink .product-footer ul li:nth-child(2) {
				float: right;
			}
		.static-page.bright-pink .product-footer ul li .button {
			display: inline-block;
			color: #fff !important;
		}
		.static-page.bright-pink .product-footer ul li .button.pink {
			background: #ed1477;
		}
			.static-page.bright-pink .product-footer ul ul {
				margin-top: -10px;
				float: right;
				width: 400px;
			}
			.static-page.bright-pink .product-footer ul ul li {
				width: 100%;
				line-height: 1.8em;
				padding: 0px;
			}
				.static-page.bright-pink .product-footer ul ul li span {
					display: inline-block;
				}
				.static-page.bright-pink .product-footer ul ul li .price {
					color: #ed1477;
					font-family: 'oswaldbold';
					font-size: 3.0em;
					width: 25%;
					margin-right: 10px;
				}
				.static-page.bright-pink .product-footer ul ul li .donation {
					color: #ed1477;
					font-family: 'oswaldlight';
					font-size: 1.4em;
					line-height: 1.2em;
					width: 60%;
				}


/* bright pink */
.static-page.the-only-green {

}
	.static-page.the-only-green strong {
		font-family: 'sans-serif', 'Arial';
		font-weight: lighter;
	}
	.the-only-green.highlight {
		color: #ed1477 !important;
	}
		.static-page.the-only-green ul li {
				float: left;
			}
				.static-page.the-only-green ul li.copy {
					margin-top: 100px;
					width: 30%;
				}
				.static-page.the-only-green ul li.image {
					width: 70%;
					text-align: center;
				}

	.static-page.the-only-green .product-footer {
		margin-top: 20px;
		font-size: 1.2em;
		font-weight: lighter;
		color: #757575;
	}
		.static-page.the-only-green .product-footer ul {
			list-style: none;
		}
		.static-page.the-only-green .product-footer ul li {
			display: inline-block;
			line-height: 1.4em;
			margin-top: 18px;
		}
			.static-page.the-only-green .product-footer ul li:nth-child(2) {
				float: right;
			}
		.static-page.the-only-green .product-footer ul li .button {
			display: inline-block;
			color: #fff !important;
		}
			.static-page.the-only-green .product-footer ul ul {
				margin-top: -10px;
			}
			.static-page.the-only-green .product-footer ul ul li {
				width: 100%;
				line-height: 1.8em;
				padding: 0px;
			}
				.static-page.the-only-green .product-footer ul ul li span {
					display: inline-block;
				}
				.static-page.the-only-green .product-footer .price {
					color: #000000;
					font-family: 'Oswald';
					font-size: 3.0em;
					text-transform: uppercase;
				}


/* ewa */
.static-page.ewa {

}
	.static-page.ewa h2 {
		font-size: 2.1em;
		font-color: #c7c7c7;
	}
	.static-page.ewa h3 {
		font-size: 2.1em;
		line-height: 1.1em;
	}
	.static-page.ewa .ewa-slice.row-1 {

	}
		.static-page.ewa .ewa-slice ul {
			list-style: none;
			display: inline-block;
		}

		.static-page.ewa .ewa-slice {
			margin-top: 20px;
		}

		.static-page.ewa .ewa-slice p {
			font-size: 1.2em;
			line-height: 1.7em;
		}

		.static-page.ewa .ewa-slice.row-1 {

		}
			.static-page.ewa .ewa-slice.row-1 ul li {
				float: left;
			}
				.static-page.ewa .ewa-slice.row-1 ul li.copy {
					margin-top: 100px;
					width: 30%;
				}
				.static-page.ewa .ewa-slice.row-1 ul li.image {
					width: 70%;
					text-align: center;
				}
				.static-page.ewa .ewa-slice.row-1 ul li.image img {
					width: 96%;
					max-height: 100%;
				}

		.static-page.ewa .ewa-slice.row-2 {

		}
			.static-page.ewa .ewa-slice.row-2 ul li.image {
				margin-top: 20px;
			}
			.static-page.ewa .ewa-slice.row-2 ul li.image img {
				width: 100%;
				max-height: 100%;
			}

		.static-page.ewa .ewa-slice.row-3 {

		}
			.static-page.ewa .ewa-slice.row-3 ul li {
				float: left;
			}
				.static-page.ewa .ewa-slice.row-3 ul li.copy {
					width: 30%;
				}
				.static-page.ewa .ewa-slice.row-3 ul li.image {
					width: 68%;
					text-align: left;
				}
					.static-page.ewa .ewa-slice.row-3 ul li.image img {
						width: 97%;
						max-height: 100%;
					}

		.static-page.ewa .callout {
			font-size: 1.4em;
			color: #00a47b;
			text-align: center;
			max-width: 950px;
			margin: 30px auto;
		}

		.static-page.ewa .callout h1 {
			color: #00a47b;
			display: inline;
			text-transform: none;
			font-size: 1.6em;
		}

		.static-page.ewa .callout button {
			margin-top: 20px;
			float: right;
		}

/*inspiration*/
.static-page.inspiration {

}
	.static-page.inspiration .inspiration-slice.row-1 {

	}
	.static-page.inspiration .inspiration-slice.row-1 ul {
		list-style: none;
	}
	.static-page.inspiration .button.btn-game-room {
		float: right;
		margin-top: 20px;
	}
	.static-page.inspiration .inspiration-slice.row-1 .image img {
		width: 100%;
		max-height: 100%;
		margin-top: 20px;
	}

/*promo*/
.static-page.promo {

}
	.static-page.promo .promo-slice.row-1 ul {
		list-style: none;
	}
	.static-page.promo .promo-slice.row-1 .image img {
		width: 100%;
		height: 100%;
		margin-top: 20px;
	}
	.static-page.promo .bottom-nav {
		margin: 0 auto;
		text-align: center;
	}
		.static-page.promo .bottom-nav button {
			display: inline-block;
			margin-top: 10px;
			margin-right: 10px;
		}

	.static-page.promo .note {
		text-align: center;
		margin-top: 30px;
		font-family: 'sans-serif', 'Arial';
	}
	.static-page.promo .note .highlight {
		color: #333;
		font-size: 1.0em;
		font-weight: bold;
	}

/* privacy */
.static-page.privacy {

}
	.static-page.privacy h2 {
		margin-top: 10px;
		margin-bottom: -4px;
		font-size: 1.6em;
		font-weight: bold;
		font-family: 'oswaldbook' !important;
		text-transform: uppercase;
	}
	.static-page.privacy h3 {
		margin-top: 10px;
		margin-bottom: -7px;
		font-size: 1.2em;
		font-weight: bold;
		font-family: 'oswaldbook';
		text-transform: uppercase;
	}
	.static-page.privacy ul  {
		margin: 15px 0 0 38px;
		color: #7D7D7C;
	}
	.static-page.privacy ul li {
		float: none;
		margin-bottom: 8px;
	}

	.static-page.privacy ol  {
		margin: 5px 0 15px 0;
	}
	.static-page.privacy ol li {

	}

	.p5 .s2 strong {
		display: block;
		margin: 18px 0 -6px 0;
		text-transform: uppercase;
	}
	.p9 .s2 strong {
		/*margin: 18px 0 -6px 0;*/
	}

	table.t1 {
		border-collapse: collapse;
	}
	table.t1 td {
		padding: 6px;
		border: 1px solid gray;
	}

/* privacy */
.static-page.shopping-help {

}
	.static-page.shopping-help h2 {
		margin-top: 10px;
		margin-bottom: -4px;
		font-size: 1.6em;
		font-weight: bold;
		font-family: 'oswaldbook' !important;
		text-transform: uppercase;
	}
	.static-page.shopping-help h3 {
		margin-top: 10px;
		margin-bottom: -7px;
		font-size: 1.2em;
		font-weight: bold;
		font-family: 'oswaldbook';
		text-transform: uppercase;
	}
	.static-page.shopping-help ul  {
		margin: 15px 0 5px 30px;
	}
	.static-page.shopping-help ul li {
		float: none;
		margin-bottom: 8px;
	}
		.static-page.shopping-help ul ul  {
			list-style: disc;
		}

	.static-page.shopping-help ol  {
		margin: 5px 0 20px 0;
	}
	.static-page.shopping-help ol li {

	}


/* warranty */
.static-page.warranty {

}
	.static-page.warranty h2 {
		margin-top: 10px;
		margin-bottom: -4px;
		font-size: 1.6em;
		font-weight: bold;
		font-family: 'oswaldbook' !important;
		text-transform: uppercase;
	}
	.static-page.warranty h3 {
		margin-top: 10px;
		margin-bottom: -7px;
		font-size: 1.2em;
		font-weight: bold;
		font-family: 'oswaldbook';
		text-transform: uppercase;
	}
	.static-page.warranty ul  {
		margin: 15px 0;
	}
	.static-page.warranty ul li {
		float: none;
		margin-bottom: 8px;
	}

/* room size requirements */
.static-page.room-size-req {

}
	.static-page.room-size-req strong {
		font-family: 'Oswald';
		font-size: 1.15em;
	}
	.static-page.room-size-req .static-note {
		margin: 3px 0 0 0 !important;
	}

	.static-page.room-size-req .size-options {
		text-align: left !important;
		display: inline-block;
		margin: -10px auto;
	}
	.static-page.room-size-req ul {
		list-style: none;
	}
	.static-page.room-size-req #callout #headline h1 {
		display: inline-block;
	}
		.static-page.room-size-req ul li {
			float: left;
			text-align: center;
			margin-right: 40px !important;
			padding-bottom: 10px;
			margin-bottom: 20px;
		}
			.static-page.room-size-req ul li#r1 {
				margin-top: -18px
			}
		.static-page.room-size-req ul li strong {
			text-transform: uppercase;
			line-height: 1.15em;
		}
			.static-page.room-size-req ul#u2 {
				margin-top: 40px;
			}

				.static-page.room-size-req ul#u2 li {
					border-bottom: 1px solid #b9b9b9;
				}

		.static-page.room-size-req #callout {
			text-align: center;
			margin-top: 25px;
		}
			.static-page.room-size-req #callout a {
				display: block;
			}

		.static-page.room-size-req #subhead {
			font-family: 'oswaldbook';
			font-size: 18px;
		}
		.static-page.room-size-req #callout .button {
			margin: 12px auto;
			display: inline-block;
		}

/* product registration */
#product-registration-container {
	width: 26%;
	float: left;
	text-align: center;
	margin-right: 20px;
}
	#product-registration-container #captcha_container {
		margin-top: 45px;
	}

	#product-registration-container .input-box {
		width: 320px;
		text-align: left;
	}
	#product-registration-container .input-box textarea {
		width: 100%;
	}

	#product-registration-container .fieldset ul li.wide {
		list-style: none;
	}

#product-registration {
	width: 70%;
	float: left;
	min-height: 500px;
	padding-top: 20px;
	margin: 0 auto;
}
#product-registration img {
	width: 100%;
	height: auto;
}


#contact-us-container {
	width: 43%;
	float: right;
	text-align: center;
	padding-left: 20px;

}
	#contact-us-container form {
		text-align: left;
	}

	#contact-us-container form .form-list li {
		margin: 0 0 15px 0;
	}

	#contact-us-container form .form-list .field, #contact-us-container form .form-list .field .input-box {
		width: 98%;
	}
	#contact-us-container form .form-list .field input.input-text {
		width: 100%;
	}
	#contact-us-container .input-box {
		width: 98%;
		text-align: left;
	}
	#contact-us-container .input-box textarea {
		width: 98%;
	}

	#contact-us-container #recaptcha_logo, #contact-us-container #recaptcha_privacy {
		display: none;
	}

	.recaptcha_input_area #recaptcha_response_field {
		height: 26px;
		width: 293px;
		padding: 2px 2px 2px 5px;
		border: thin solid #E2E2E2 !important;
	}

#contact-us-cataglog {
	width: 48%;
	float: left;
	min-height: 500px;
	margin: 20px auto;
	padding-right: 20px;
	border-right: 1px solid #E2E2E2;
}
#contact-us-cataglog h3 {
	font-family: 'Oswald';
	font-size: 1.7em;
	text-transform: uppercase;
	color: #00a47b;
}
#contact-us-cataglog .qa {
	font-size: 1.2em;
	margin-left: -22px;
}

#contact-us-cataglog a {
	color: #00a47b;
}

#contact-us-cataglog img {
	width: 100%;
	height: auto;
}

#contact-us-cataglog ul {
	list-style: disc outside none;
	margin-left: 0;
	padding-left: 1em;
	list-style: none;
	margin-left: 10px;
}
#contact-us-cataglog ul li {
	margin: 14px 0;
}

/* Helpers ======================================================================== */

div.scale-to-fit img {
	width: 100%;
	height: auto;
}



/* Footer ========================================================================= */
.tw-footer {
	margin: -30px 0 0 0px;
}
#footer-columns {
	margin: 0 auto;
	width: 490px;
}
	.tw-footer ul {
		display: inline-block;
		text-align: left;
		float: left;
		margin-right: 10px;
	}
		.tw-footer ul li {

		}

.footer-dl {
	width: 100%;
	margin: -50px auto 30px auto;
	color: #FFFFFF;
	padding: 10px 0 10px 0;
	cursor: pointer;
	text-align: center;
	/*-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);*/
}
	.footer-dl .dl-copy {
		display: inline-table;
		width: 480px;
	}
		.footer-dl .dl-copy#footer-dealer {
			background: url('../images/footer_dealer_locator_bg.png') no-repeat;
		}
		.footer-dl .dl-copy#footer-og {
			margin-top: 8px;
			margin-left: -19px;
			vertical-align: middle;
		}
		.footer-dl .dl-copy#footer-promo {
			margin-top: 8px;
			margin-left: -19px;
			vertical-align: middle;
		}
	.footer-dl button {
		padding: 5px 11px !important;
		display: inline-block !important;
		margin-top: 10px;
	}

.tw-footer .footer-logo img {
	margin: 0 0 0 0;
}


#footer-columns .col.four {
	color: #00a47b;
}
	#footer-columns .col.four li.share {
		float: left;
		padding: 5px 2px 0 4px;
	}

#footer-share-icons {
	padding: 18px 0 0;
}
#footer-share-icons a {
	padding: 0px 3px 0 3px;
}
#footer-share-icons a img {
	padding: 8px 0 0 0;
}





