@import url(../fonts/fonts.css);

* { margin: 0; padding: 0; }

body { 
	background: #333333;
    font-family: 'proxima_nova_rgregular', sans-serif;
	font-size: 15px; 
	color: #000000; 
	margin: 0;
	padding: 0;
	text-align: center;
}

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

a { 
	color: #4d4d4d;
	text-decoration: none; 
}

a:hover { 
	color: #ff1d25; 
	text-decoration: underline; 
}

a img {
	transition: opacity .15s linear;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
}

a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}

a:focus { outline: 0; }

p {
	margin: 0 0 15px 0;
}

.hr {
	border-bottom: 1px solid #333333;
	margin: 20px 0;
	min-height: 1px;
}

.hr hr {
	display: none;
}

/* Headings */
h1 { font-size:20px; font-weight:normal; line-height:1.15; }
h2 {
	color: #777777;
	font-size: 22px; 
	font-weight: bold; 
	line-height: 22px;
	margin: 0;
	text-transform: uppercase;
}
h3 { font-size:16px; font-weight:bold; line-height:1.25; }
h4 { font-size:14px; font-weight:bold; }
h5 { font-size:12px; font-weight:bold; }
h6 { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; max-width: 100%; margin-right: -20px;}
legend        { display:none; }

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

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

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

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

.buttons-set .f-left {
	margin: 10px 20px 0 0;
}

#checkout-step-login p.required { display: none; }

/* Layout ================================================================================ */
.wrapper .wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
.page { background: #ffffff; text-align: left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container { max-width: 1280px; margin: 0 auto; }

body.catalog-product-view .main-container,
body.cms-video .main-container,
body.cms-contact .main-container { 
	max-width: 100%; 
}

body.catalog-product-view .main-container .product-wrapper { max-width: 1280px; margin: 0 auto; }

.main { margin:10px 0; }

/* Base Columns */
.col-left { float:left; width:31.25%;  }
.col-main { float:left; width:65.625%; padding:0; }
.col-right { float:right; width:31.25%; }

.main img { 
	max-width: 100% !important;
}

/* 1 Column Layout */
.main-container.col1-layout {
	min-height: 400px;
}
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:72.6%; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:74.8% }
.col3-layout .col-wrapper .col-main { float:right; }

body.catalogsearch-result-index .col3-layout .col-main,
body.catalogsearch-result-index .col3-layout .col-wrapper,
body.catalogsearch-result-index .col3-layout .col-wrapper .col-main { 
	float: none; 
	width: auto; 
}


/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


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

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { 
	margin:0 0 20px 0; 
}
.form-list label { 
	color: #333333; 
	float: left; 
    font-family: 'DINNextLTPro-Bold';
    font-size: 15px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { 
	clear:both;
	display:block; 
	width: auto;
}

.form-list .input-box.ccexp {
	min-width: 200px;
}

.form-list li.control .input-box {
	background: none;
	padding: 0;
}

.form-list .field { 
	float:left;
	width: 47%;
}
.form-list .field.last {
	float: right;
}
.form-list input.input-text {
	background: #e3e3e3;
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	resize: none;
	width: 100%;
}
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { }
.form-list li.wide input.input-text { width: 100%; }
.form-list li.wide textarea { width:100%; }
.form-list li.wide select { width:100%;}
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { 
	clear:both;
	margin:5px 0 0;
}
.buttons-set .back-link { display: none; }
.buttons-set button.button { }
.buttons-set p.required { display: none; }

.buttons-set-order {}

.fieldset { 
	margin-bottom: 40px;
}
.fieldset .legend { 
	border-bottom: 1px solid #e3e3e3;
	color: #1a1a1a;
    font-family: 'DINNextLTPro-Medium';
	font-size: 25px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 35px 0;
}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

.cart .messages {
	margin-top: 10px;
}

/* BreadCrumbs */
.breadcrumbs {
	color: #000000;
	font-family: 'DINNextLTPro-Light';
	font-size: 12px;
	margin: 10px 20px 20px 20px;
	text-transform: uppercase;	
}
.breadcrumbs a {
	color: #000000;
}
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { 
	border-bottom:1px solid #333333; 
	padding: 0 0 3px 0; 
	margin: 20px 0;
}
.page-title h1,
.page-title h2 { 
	color: #1a1a1a; 
    font-family: 'DINNextLTPro-Medium';
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.page-title.category-title {
	display: none;
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { border-bottom:1px solid #ddd; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { border-bottom:1px solid #ddd;  margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

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

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

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


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

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


/* Header ================================================================================ */
.header {
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	height: 109px;
	position: relative;
	z-index: 10;
	text-align: left;
}

.wrapper .header .wrapper {
	max-width: 100%;
	padding: 0 20px;
}

.header .logo {
	float: left;
	margin: 17px 0 0 0;
}

.header .logo strong {
	display: none;
}

.header .logo img {

}

.header .quick-access {
	float: right;
	margin: 20px 0 0 0;
	position: relative;
	text-align: right;
}

.quick-access .phone-and-profile-wrap {
	color: #808080;
	font-family: 'DINNextLTPro-Regular';
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 14px 0;
	text-transform: uppercase;
}

.quick-access .phone-and-profile-wrap .pipe {
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
}

.quick-access .phone-and-profile-wrap a {
	color: #808080;
	text-decoration: none;
}

.quick-access .phone-and-profile-wrap a:hover {
	text-decoration: underline;
}

.quick-access .search-and-cart-wrap {
	font-family: 'DINCondensed-Bold';
	text-transform: uppercase;
	font-size: 26px;
	line-height: 26px;
	padding-top: 4px;
}

.quick-access .search-and-cart-wrap #search-link {
	background: url(../images/gray-search-icon.png) 70px 0 no-repeat;
	color: #1a1a1a;
	padding-right: 22px;
	line-height: 26px;
	height: 26px;
	text-decoration: none;
}

.quick-access .search-and-cart-wrap #search-link:hover {
	text-decoration: underline;
}

.quick-access .search-and-cart-wrap #search-link.selected {
	background: url(../images/gray-search-icon.png) 70 0 no-repeat;
	/*color: #3fa7f3;*/
}

.quick-access .search-and-cart-wrap .pipe {
	display: inline-block;
	padding: 0 25px;
}

.quick-access .search-and-cart-wrap .cart-drop-wrap {
	display: inline-block;
	position: relative;
}

.quick-access .search-and-cart-wrap #cart-header-link {
	color: #ff1d25;
	text-decoration: none;
}

.quick-access .search-and-cart-wrap #cart-header-link:hover {
	text-decoration: underline;
}

.quick-access .search-and-cart-wrap #cart-link.selected {

}

.quick-access .search-and-cart-wrap .cart-drop-inner {
	display: none;
	padding-top: 23px;
	position: absolute;
	right: 0;
	width: 380px;
}

.quick-access .search-and-cart-wrap .cart-drop {
	border: 10px solid #efefef;
	background: #e3e4e6;
}

.quick-access .search-and-cart-wrap .cart-drop .cart-drop-arrow {
	background: url(../images/cart-drop-arrow.png) 0 0 no-repeat;
	height: 14px;
	position: absolute;
	right: 19px;
	top: 9px;
	width: 29px;
}

.cart-drop .heading-area {
	border-bottom: 2px solid #ffffff;
	color: #ff1d25;
    font-family: 'DINNextLTPro-Medium';
	font-size: 20px;
	padding: 0 0 8px 0;
	margin: 15px 25px 0 25px;
	text-transform: uppercase;
}

.cart-drop .heading-area .heading {
	float: left;
}

.cart-drop .heading-area .count {
	float: right;
}

.cart-drop .cart-items-wrap {
	padding: 0 0 0 25px;
	position: relative;
}

.cart-drop .cart-items {
	list-style: none;
	margin: 0;
	max-height: 260px;
	overflow: auto;
	padding: 0;
	margin: 0;
}

.cart-drop .cart-items li {
	border-bottom: 2px solid #ffffff;
	min-height: 100px;
	padding: 16px 0 16px 120px;
	width: 190px;
	position: relative;
}

.cart-drop .cart-items li.no-items {
	color: #919191;
    font-family: 'proxima_nova_rgregular', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
	padding: 16px 0;
	text-align: left;
	text-transform: none;
	width: 310px;
}

.cart-drop .cart-items li:last-child {
	border: 0;
}

.cart-drop .cart-items li a.image {
	display: block;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 0;
	text-align: center;
	width: 100px;
}

.cart-drop .cart-items li a.image img {
	display: block;
	height: 100%;
	margin: 0 auto;
}

.cart-drop .cart-items li a.image:hover {

}

.cart-drop .cart-items li .content {
	text-align: left;
}

.cart-drop .cart-items li .content .product-name {
    font-family: 'DINNextLTPro-Medium';
    font-size: 16px;
    text-transform: uppercase;
}

.cart-drop .cart-items li .content .price {
    font-family: 'DINNextLTPro-Bold';
    font-size: 15px;
	position: absolute;
	right: 0;
	bottom: 16px;
}

.cart-drop .cart-items li .content .quantity {
    color: #808080;
    font-family: 'DINNextLTPro-Light';
    font-size: 13px;
}

.cart-drop .subtotal {
	border-top: 2px solid #ffffff;
	color: #1a1a1a;
    font-family: 'DINNextLTPro-Bold';
    font-size: 15px;
	margin: 0 25px;
	padding: 20px 0;
}

.cart-drop .subtotal label {
	float: left;
}

.cart-drop .subtotal .amount {
	float: right;
}

.cart-drop .button-wrap {
	padding: 0 25px 20px 25px;
}

.cart-drop .button {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.header-callout {
	background: #333333;
	color: #ffffff;	
	font-size: 12px;
	font-weight: bold;
	padding: 8px 20px;
	text-align: center;
	text-transform: uppercase;
}

.header-callout p {
	line-height: 100%;
	margin: 0;
	padding: 0;
}

.search-drop-wrap {
	background: #808080;
	padding: 28px 20px;
	text-align: center;
}

.search-drop-wrap .form-search {
	background: url(../images/search-icon.png) 0 50% no-repeat;
	display: inline-block;
	height: 30px;
	padding-left: 40px;
}

.search-drop-wrap .form-search label {
	display: none;
}

.search-drop-wrap .form-search .input-text {
	background: none;
	border: 0;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	font-family: 'DINNextLTPro-Bold';
	font-size: 20px;
	padding: 2px 5px;
	width: 390px;
}

.search-drop-wrap .form-search .button {
	display: none;
}

.search-drop-wrap .form-search .button span {
	display: none;
}

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


/* Navigation ============================================================================ */
.primary-navigation-wrap {
	float: left;
	margin: 50px 0 0 0;
	padding: 0 0 0 30px;
}

.primary-navigation {

}

.primary-navigation, .primary-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation > li {
	float: left;
	margin-right: 30px;
	position: relative;
}

.primary-navigation > li:last-child { margin-right: 0; }
.primary-navigation > li.last { margin-right: 0; }

.primary-navigation > li > a {
	color: #1a1a1a;
	display: block;
	font-family: 'DINCondensed-Bold', Arial;	
	font-size: 26px;
	line-height: 26px;
	padding-bottom: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

body.catalog-category-view .products-link a,
body.catalog-product-view .products-link a,
body.cms-video .videos-link a,
body.cms-our-story .our-story-link a,
body.cms-contact .contact-link a,
body.cms-forums .forums-link a,
.primary-navigation > li.selected > a,
.primary-navigation > li > a.selected,
.primary-navigation > li > a:hover {
	border-bottom: 1px solid #1a1a1a;
}

#products-top-nav-link {
	margin-right: 8px;
}

#products-top-nav-link.selected {
	background: url(../images/products-drop-arrow.png) 100% 0 no-repeat;
	border-bottom: 0;
	color: #3fa7f3;
	margin-right: 0;
	padding-right: 8px;
}

.primary-navigation > li > ul {
	display: none;
}

.primary-navigation > li > ul > li > ul > li ul { display: none; }

.primary-navigation-drop-wrap {
	padding: 40px 20px 50px 20px;
	position: relative;
}

.primary-navigation-drop-wrap > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.primary-navigation-drop-wrap > ul > li {
	display: inline-block;
	transition: opacity .15s linear;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
}

.primary-navigation-drop-wrap > ul > li.faded {
	opacity: .5;
	filter: alpha(opacity=50);
}

.primary-navigation-drop-wrap > ul > li > a {
	color: #ff1d25;
	font-family: 'DINNextLTPro-Bold';
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
}

.primary-navigation-drop-wrap > ul > li > a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
	text-decoration: none;
}

.primary-navigation-drop-wrap > ul > li.selected > a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.primary-navigation-drop-wrap > ul > li > a > .image {
	display: block;
	margin-bottom: 10px;
}

.primary-navigation-drop-wrap > ul > li > a > .image img {
	display: block;
}

.primary-navigation-drop-wrap > ul > li > a > .title {
	display: block;
}

.primary-navigation-drop-wrap > ul > li > ul {
	background: #333333;
	bottom: 0;
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	position: absolute;
	right: 0;
	text-align: center;
}

.primary-navigation-drop-wrap > ul > li > ul > li {
	display: inline-block;
	margin: 0 2px;
}

.primary-navigation-drop-wrap > ul > li > ul > li > a {
	background: #ffffff;
	color: #333333;
	display: block;
	font-family: 'DINNextLTPro-Bold';
	font-size: 15px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-navigation-drop-wrap > ul > li > ul > li.show-all a {
	background: #c9c9c9;
	color: #ffffff;
}

.primary-navigation-drop-wrap > ul > li > ul > li.selected > a,
.primary-navigation-drop-wrap > ul > li > ul > li > a:hover {
	background: #ef555f;
	color: #ffffff;
}


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


/* Sidebar =============================================================================== */
.block { 
	margin: 0 0 40px 0; 
}
.block .block-title { 
	border-bottom:1px solid #333333; 
	padding: 0; 
	margin: 20px 0 8px 0;
}
.block .block-title strong { 
	color: #1a1a1a; 
    font-family: 'DINNextLTPro-Medium';
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:12px; font-weight:normal; }
.block .block-content { 

}
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { 
	margin: 8px 0;
}
.block .actions a { float:left; }
.block .empty {}

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

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li {
	padding: 5px 0 5px 20px;; 
	position: relative;
}

.mini-products-list li .related-checkbox {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.block .mini-products-list li.even {
	background: none;
}

.mini-products-list .product-image { 
	float:left; width:50px; 
	padding:5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {}

.block-account ul {

}

.block-account ul li {
	border-bottom: 1px solid #eaeaea;
	color: #333333;
	font-size: 20px;
}

.block-account ul li.current {
    font-family: 'DINNextLTPro-Bold';
	padding: 5px 0;
}

.block-account ul li.current strong {
	font-weight: normal;
}

.block-account ul li a {
	color: #333333;
	display: block;
    font-family: 'DINNextLTPro-Regular';
	padding: 5px 0;
	text-decoration: none;
}

.block-account ul li a:hover {
	text-decoration: underline;
}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

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

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

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

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { 
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	float:left; 
	margin-right:-65px; 
	border: 0;
}
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare { display: none; }
.block-compare li { padding:5px 0; }

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

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

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

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

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

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

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


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { display: none; width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

.inner_banner {
	background-color: #666666;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 150px;
	text-align: center;
}

body.catalog-product-view .inner_banner {	
	display: none;
}

.inner_banner h1 {
	background: url(../images/header-right-side.png) 100% 50% no-repeat;
	color: #ffffff;
	font-size: 90px;
    font-family: 'DINCondensed-Bold';
    font-weight: normal;
	padding-right: 86px;
	float: left;
	text-align: left;
	text-transform: uppercase;
}

.inner_banner h1 span {
	background: url(../images/red-70.png);
	display: block;
	height: 150px;
	line-height: 150px;
	padding-right: 40px;
}

.inner_banner img {
	display: none;
	margin: 0 auto;
}

.category-filters {
	background: #333333;
	color: #1a1a1a;
	font-family: 'DINCondensed-Bold';
	font-size: 20px;
	line-height: 14px;
	margin: 0 0 20px 0;
	padding: 5px 0;
	text-transform: uppercase;
}

.category-filters ul {
	float: left; 
	list-style: none;
	margin: 0;
	padding: 0;
}

.category-filters ul li {
	float: left;
	margin: 0 0 0 5px;
}

.category-filters ul li a {
	background: #ffffff;
	color: #333333;
	display: block;
	font-family: 'DINNextLTPro-Bold';
	font-size: 13px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.category-filters ul li.show-all a {
	background: #c9c9c9;
	color: #ffffff;
}

.category-filters ul li.selected a,
.category-filters ul li a:hover {
	background: #ef555f;
	color: #ffffff;
}

.category-label {

}

.category-label h2 {
	border-bottom: 1px solid #333333;
	color: #1a1a1a;
	font-family: 'DINCondensed-Bold';
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0 10px 7px 2px;
	text-transform: uppercase;
}

.category-products .toolbar { display: none; }

/* View Type: Grid */
.std ul.products-grid,
.products-grid { list-style: none; margin: 0; padding: 0; margin-bottom: 10px; position:relative; width: 100%; }
.products-grid li.item {
	float:left; 
	margin-right: 3.125%;
	margin-bottom: 20px;
	text-align: left;
	width:22.6563%;
}

.products-grid li.item.first {
	clear: both;
}

.products-grid li.item.last,
.products-grid li.item.li-4 {
	margin-right: 0;
	float: right;
}
.products-grid li.item .wrap {
	position: relative;
}

.products-grid li.item .wrap .inner-wrap {
	position: relative;
}

.products-grid li.item.first .wrap {
	margin: 0 5px 0 0;
}

.products-grid li.item.third .wrap {
	margin: 0 0 0 5px;
}

.products-grid .product-image { 
	background: url(../images/loading.gif) 50% 50% no-repeat;
	display: block;  
	margin: 0 0 10px; 
	min-height: 290px;
	transition: opacity .15s linear;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
}

a.product-image:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.products-grid .product-image img { 
	opacity: 0;
	filter: alpha(opacity=0);
	max-width: 100%;
}
.products-grid .product-name { 
	margin:0 0 5px; 
	font-family: 'DINNextLTPro-Bold';
	font-weight:normal; 
	font-size:15px; 
}
.products-grid .product-name a {}
.products-grid .price-box {
	color: #4d4d4d;
	font-family: 'DINNextLTPro-Medium';
	font-size: 15px;
	margin:5px 0; 
}

.products-grid .price-box .price {
	font-weight: normal;
}
.products-grid .availability { line-height:21px; }
.products-grid .actions { 
	margin-top: 15px;
	margin-bottom: 35px;
}

.products-grid .actions button {
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid { }
.col1-layout .products-grid { }
.products-grid li.item .ratings { display: none; }
.products-grid li.item .add-to-links { display: none; }

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


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:100px; height:19px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:20px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

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

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

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

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.std p.old-price,
.old-price {
	margin: 0 0 3px 0;
}
.old-price .price-label { display: none; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {
	color: #3fa7f3;
}
.special-price .price-label { 
	white-space:nowrap; 
}
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

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

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

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

/* Price as configured */
.price-as-configured { display: none; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box,
.product-options-bottom {
	border-bottom: 1px dashed #333333;
	border-top: 1px dashed #333333;
	margin: 15px 0;
	padding: 20px 0;
	
}

.product-options .sbHolder {
	background: #f0f0f0;
}

.product-options .sbOptions, 
.product-options .std ul ul.sbOptions {
	left: 0;
	right: 0;
}

.product-shop .product-options-bottom .price-box { display: none; }

.add-to-box .add-to-cart {  }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}

.product-essential {}

.product-shop .ratings {
	color: #919191;
    font-family: 'DINNextLTPro-Regular';
	font-size: 18px;
	float: left;
}

.product-shop .ratings .label {
	float: left;
	margin: 3px 10px 0 0;
	text-transform: uppercase;
}

.product-shop .ratings .rating-box {
	float: left;
	margin: 0 10px 0 0;
}

.product-shop .ratings .rating-links {
	float: left;
	margin: 3px 0 0 0;
	text-transform: lowercase;
}

.product-shop .ratings .rating-links a {
	color: #919191;
}

.product-shop .share-widget-wrap {
	float: right;
	margin: 9px 0 0 0;
}

.product-shop .share-widget-wrap .share-link {
	color: #919191;
	cursor: pointer;
    font-family: 'DINNextLTPro-Regular';
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
}

.product-shop .share-widget-wrap .share-link .share-widget-overlay {
	position: absolute;
	background: #ffffff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.25);
	display: none;
	padding: 8px 5px 2px 5px;
	right: 0;
	width: 255px;
}

.product-shop .share-widget-wrap .share-link:hover .share-widget-overlay {
	display: block;
}

.product-collateral .box-collateral { margin:0 0 15px; }

.product-collateral .tabs-wrap {
	background: #333333;
}

.product-collateral .tabs-wrap .tabs {
}

.product-collateral .tabs-wrap .tabs li {
	float: left;
	padding-right: 1px;
}

.product-collateral .tabs-wrap .tabs li a {
	color: #ffffff;
	display: block;
    font-family: 'DINNextLTPro-Bold';
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.product-collateral .tabs-wrap .tabs li a:hover,
.product-collateral .tabs-wrap .tabs li a.selected {
	background-color: #ff1d24 
}

.product-collateral .tabs-wrap .tabs li a.selected {
	background: #ff1d24 url(../images/white-arrow-up.png) 50% 100% no-repeat;
}

.product-collateral .toggle-content {
	background: url(../images/product-info-bg.png) 50% 0 repeat-y;
}

.product-collateral .toggle-content#tips-and-videos {

}

.product-collateral iframe {
	max-width: 100% !important;
}

.product-collateral .toggle-content#tips-and-videos .col {

}

.product-collateral .toggle-content#tips-and-videos .col.first,
.product-collateral .toggle-content#whats-in-the-box .col.first,
.product-collateral .toggle-content#product-details .col.first {
	background: #efefef;
	color: #919191;
	float: left;
	font-size: 20px;
	min-height: 100px;
	padding: 20px 1.171875% 20px 0;
	width: 65.625%;
}

.product-collateral .toggle-content#tips-and-videos .col.first p {

}

.product-collateral .toggle-content#tips-and-videos .col.last,
.product-collateral .toggle-content#whats-in-the-box .col.last,
.product-collateral .toggle-content#product-details .col.last {
	background: #666666;
	color: #ffffff;
	float: right;
    font-family: 'DINNextLTPro-Bold';
	font-size: 20px;
	padding: 20px 0 20px 1.5625%;
	width: 31.640625%;
}

.product-collateral .toggle-content#tips-and-videos .col.last a,
.product-collateral .toggle-content#whats-in-the-box .col.last a,
.product-collateral .toggle-content#product-details .col.last a {
	color: #ffffff;
	text-decoration: underline;
}


.product-collateral .toggle-content#tips-and-videos .col.last a:hover,
.product-collateral .toggle-content#whats-in-the-box .col.last a:hover,
.product-collateral .toggle-content#product-details .col.last a:hover {
	color: #ff1d25; 
}


.product-collateral .toggle-content .col.last ul {
	padding: 0 0 20px 20px;
}

.product-collateral .toggle-content .col.last ul li {
	list-style-type: disc;
	margin: 0 0 13px 0;
}

.product-collateral .toggle-content#product-details {

}

.product-collateral .toggle-content#product-details .col {

}

.product-collateral .toggle-content#product-details .col.first {
}

.product-collateral .toggle-content#product-details .col.first p {

}

.product-collateral .toggle-content#product-details .col.last {
}

.product-collateral .toggle-content#customer-reviews {
	background: #efefef;
	padding: 20px 0;
}


.review-summary {

}

.review-summary .col {
	
}

.review-summary .col.first {
	border-right: 1px dotted #d3d3d3;
	color: #1a1a1a;
    font-family: 'DINNextLTPro-Bold';
	font-size: 20px;
	float: left;
	width: 35.9375%;
}

.review-summary .col.first > .label {
	float: left;
	margin: 1px 10px 0 0;
	text-transform: uppercase;
}

.review-summary .col.first .rating-box {
	float: left;
	margin-right: 10px;
}

.review-summary .col.first .review-count {
	float: left;
	margin: 1px 0 0 0;
	text-transform: lowercase;
}

.rating-breakdown {
	color: #808080;
    font-family: 'DINNextLTPro-Regular';
	font-size: 20px;
	margin: 15px 0 0 0;
}

.rating-breakdown .main-label {
	margin: 0 0 15px 0;
}

.rating-breakdown .rating-breakdown-item {
	margin: 0 0 8px 0;
}

.rating-breakdown .rating-breakdown-item .label {
	float: left;
	width: 15.8695652173913%;
}

.rating-breakdown .rating-breakdown-item .bar-wrap {
	background: #ffffff;
	float: left;
	height: 20px;
	width: 65.21739130434783%;
}

.rating-breakdown .rating-breakdown-item .bar-wrap .bar {
	background: #3ea7f3;
	float: left;
	height: 20px;	
}

.rating-breakdown .rating-breakdown-item .count {
	float: left;
	padding-left: 15px;
}

.review-summary .col.last {
	float: right;
	width: 60.625%;
}

.review-summary .col.last .review-bubble.rb0 {
	margin-left: 0;
}

.review-summary .col.last .review-bubble.rb1 {
	margin-top: 40px;
}

.review-summary .col.last .review-bubble.rb2 {
	margin-top: 20px;
}

.review-summary .col.last .review-bubble {
	float: left;
	width: 31.57216494845361%;
	margin-left: 2.577319587628866%;
}

.review-summary .col.last .review-bubble .content {
	background: #e3e3e3;
	color: #1a1a1a;
    font-family: 'DINNextLTPro-Bold';
	font-size: 15px;
	padding: 20px;
}

.review-summary .col.last .review-bubble .who {
	background: url(../images/quote-bubble-tip.png) 20px 0 no-repeat;
	color: #000000;
    font-family: 'DINNextLTPro-Regular';
    font-size: 12px;
	height: 14px;
	padding-left: 45px;
	padding-top: 5px;
	text-transform: uppercase;
}

.ratings-container {
	padding: 20px 0 0 0;
}

.ratings-container > .rating {
	border-top: 1px solid #e3e3e3;
	padding: 25px 0;
}

.ratings-container .rating .rating-who-when {
	margin: 0 0 20px 0;
}

.ratings-container .rating .rating-who-when .rating-box {
	float: left;
	margin-right: 12px;
}

.ratings-container .rating .rating-who-when .who-and-when {
	float: left;
    font-family: 'DINNextLTPro-Regular';
	color: #000000;
	font-size: 20px;
	margin: 1px 0 0 0;
}

.ratings-container .rating .rating-who-when .who-and-when .who {
	text-transform: uppercase;
}

.ratings-container .rating .review-content {
	color: #919191;
	font-size: 20px;
}

.review-form-add {
	border-top: 1px solid #e3e3e3;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 40px 0 0 0;
	position: relative;
}

.review-form-add h2 {
	color: #1a1a1a;
    font-family: 'DINNextLTPro-Bold';
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

#review-form {
}

#review-form h3 {
	color: #919191;
    font-family: 'proxima_nova_rgregular', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 35px 0;
	padding: 0;
	text-transform: none;
}

#review-form h3 span {
	color: #4d4d4d;
	display: block;
	margin: 10px 0 0 0;

}

#review-form h4 {
	color: #919191;
    font-family: 'proxima_nova_rgregular', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: none;
}

.review-stars {
	list-style: none;
	margin: 0;
	padding: 0;
}

.review-stars li {
	float: left;
	margin-right: 3px;
}

.review-stars li a {
	background: url(../images/star-rating-icon.png) 0 0 no-repeat;
	display: block;
	height: 41px;
	width: 42px;
}

.review-stars li a span {
	display: none;
}

.review-stars li.selected a,
.review-stars li:hover a {
	background-position: 0 -41px;
}

.actual-review-inputs {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	left: -9999px;
}

#review-form .form-list {
	padding-top: 25px;
}

#review-form .form-list li {

}

#review-form .form-list li label {

}

#review-form .form-list li .input-box {
	background: none;
	padding: 0;
}

#review-form .form-list li .input-box.textarea {
	background: #ffffff;
	padding: 0 10px;
}

#review-form .form-list li .input-box input.input-text {
	background: #ffffff;
	padding: 10px;
	width: 400px;
}

#review-form .form-list li .input-box textarea#review_field {
	border: 0;
	padding: 10px 0;
	resize: none;
	width: 100%;
}

#review-form .buttons-set {
	text-align: right;
}

#review-form .buttons-set .button {

}

/* Product Images */
.product-view .product-img-box { float:right; width:50%; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { 
	position: relative;
	overflow: hidden;
}

#extra-product-images {
	opacity: 0;
	position: absolute;
	z-index: -99999;
	left: -9999px;
}

.product-essential .price-box {
	display: none;
}

.product-shop .price-box {
	display: block;
	font-size: 24px;
	line-height: 24px;
}

.product-shop .price-box .old-price .price,
.product-shop .price-box .price-box .price {
	color: #4d4d4d;
	font-weight: normal;
}

.product-shop .special-price {
	margin: 0 0 15px 0;
}

.product-shop .special-price .price {
	font-weight: normal;
}

.product-essential .product-options p.required {
	display: none;
}

.product-essential .product-options dd {
	margin: 3px 0;
}

.product-shop .product-options {
	position: absolute;
	opacity: 0;
	z-index: -99999;
	left: -9899px;
}

.product-shop .product-options.visible {
	position: static;
	opacity: 1;
	z-index: 1;
	left: auto;
}

.product-shop .configurable-product .product-options {
	position: static;
	opacity: 1;
	z-index: 0;
	left: auto;
}

.product-essential .product-options {
	background: none;
	border: 0;
	margin-bottom: 16px;
	padding: 0;
}

.product-essential .product-options-bottom {
	/*
	background: none;
	border: 0;
	padding: 0;
	*/
}

.product-essential .add-to-cart label {
	color: #333333;
    font-family: 'DINNextLTPro-Bold';
	font-size: 20px;
	float: left;
	margin: 12px 0 0 0;
	text-transform: uppercase;
}
.product-essential .add-to-cart input {
	background: #efefef;
	border: 0;
	color: #333333;
	float: right;
    font-family: 'DINNextLTPro-Bold';
	font-size: 20px;
	padding: 10px 20px;
	text-align: center;
}
.product-essential .add-to-cart a.button {
	clear: both;
	margin: 20px 0 0 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.product-essential .add-to-links {
	display: none;
	margin: 30px 0 20px 0;
}
.product-essential .short-description {
	color: #919191;
	font-size: 20px;
}

.product-collateral .box-collateral.box-description h2,
.box-collateral.box-up-sell h2 {
	font-size: 18px;
	margin: 20px 0 12px 0;
}

.product-collateral .box-collateral.box-description {
	color: #4d4d4d;
	font-size: 13px;
}

.button.how-to-measure {
	font-size: 22px;
	float: left;
	margin: 5px 0 0 0;
	opacity: .5;
	filter: alpha(opacity=50);
	padding: 25px 35px;
}

.button.how-to-measure:hover {

}

.social-share-buttons {
	float: right;
}

#upsell-product-table {
}

#upsell-product-table li {

}

#upsell-product-table li a {

}

#upsell-product-table.products-grid .product-image {
}

#upsell-product-table li h3.product-name {
}

#upsell-product-table li .price-box {

}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { 
	float:right; 
	width:57.7922%; 
}

.product-essential .product-name,
.col1-layout .product-view .product-shop { 
	float:left;
	padding-bottom: 80px;
	width:31.25%;
}

.product-essential .product-name {
	padding-top: 20px;
	padding-bottom: 0;
}

.product-name h1 {
	color: #1a1a1a;
    font-family: 'DINNextLTPro-Medium';
	font-size: 35px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}



.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .short-description {}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {
	overflow: hidden;
	position: relative;
}

.col.first .product-options {
	margin: 0;
	padding: 20px;
	border:0;
	background: none;
}

.col.first .required { display: none; }

.col.first .product-options-bottom { display: none; }


.product-options .options-list input.radio { 
	float:left; margin:3px -18px 0 0; 
}
.product-options .options-list input.checkbox { 
	position: absolute;
	z-index: -8888;
	left: -9999px;
}
.product-options .options-list .price-notice { display: none; }
.product-options .options-list .label { display:block; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { /* padding:10px; border:1px solid #ddd; border-top:0; */ }
.product-options-bottom .price-box { /* margin:10px 0; */ }

/* Grouped Product */
.product-view .grouped-items-table {}

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

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

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

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

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/*
.checkout-cart-index .primary-navigation-wrap,
.checkout-onepage-index .primary-navigation-wrap,
.checkout-cart-index .quick-access,
.checkout-onepage-index .quick-access,
.checkout-cart-index .wrapper.lower-area,
.checkout-onepage-index .wrapper.lower-area {
 	display: none; 
}

.checkout-cart-index .button {
	opacity: .4;
	filter: alpha(opacity=40);
}
*/

.checkout-cart-index .button.btn-checkout {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
	margin-bottom: 26px;
}

body.checkout-onepage-index .col-main {
	float: none;
	width: auto;
}

body.checkout-onepage-index .col-right {
	display: none;
}

/* Shopping Cart Totals */
.cart .totals { 
	float:right; 
	width: 33%;
}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { 
	border-bottom: 1px solid #333333;
    font-family: 'DINNextLTPro-Bold';
    font-size: 110%;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.sp-methods dd {
	margin-bottom: 20px;
}

.sp-methods .price {
    font-family: 'DINNextLTPro-Bold';
}
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
body.checkout-onepage-index .main-container {
	max-width: 100%;
}

body.checkout-onepage-index .page-title {
	border: 0;
	margin: 0 auto;
	max-width: 1280px;
	padding: 30px 0 0 0;
}

body.checkout-onepage-index .page-title h1 {
	margin: 0 0 12px 0;
	line-height: 35px;
	padding: 0;
}

.block-progress { margin-top: 30px; }
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { position:relative; }
.opc li.section { border-bottom:1px solid #ffffff; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { 
	background-color: #666666; 
	padding: 20px;
}
.opc .step-title h2 {
	color: #ffffff;
    font-family: 'DINNextLTPro-Medium';
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
}

.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title {
	background-color: #ff1d24; 
	cursor: default; 
	
}
/*.opc .active .step-title a { display:none; }*/

.opc .step { 
	background: #ffffff;
	color: #333333;
	border-top: 1px solid #ffffff; 
	padding: 20px 20px; 
	position: relative; 
}

.opc .step#checkout-step-login {
	background: #e3e3e3;
}

.opc .step .col2-set .col-1 {
	border-right: 1px solid #d6d6d6;
	padding: 20px 5% 20px 0;
	width: 45%;
}

.opc .step .col2-set .col-2 {
	padding: 20px 0;
	width: 45%;
}

.opc .step h3 {
    font-family: 'DINNextLTPro-Medium';
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 35px 0;
	padding: 0;
	text-transform: uppercase;
}

.opc .step form {	display: block; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

#checkout-step-login .form-list .input-box input {
	background: #ffffff;
}

#checkout-step-login .buttons-set .button {
	margin-right: 30px;
}

#checkout-step-login .buttons-set a {
	text-decoration: underline;
}

#review-buttons-container {
	padding-top: 40px;
}

#review-buttons-container .btn-checkout {
	float: right;
}


/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-login h2 {
	color: #1a1a1a;
    font-family: 'DINNextLTPro-Medium';
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
}

.account-login p {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
}

.account-login .col-1 {
	border-right: 1px solid #e4e4e4;
	padding: 20px 0;
	width: 48%;
	padding-right: 1%;
}

.account-login .col-2 {
	padding: 20px 0;
}

.account-login .buttons-set .button.button {
	margin-right: 20px;
}


/* Account Login/Create Pages ============================================================ */
.account-create .page-title {
	margin-bottom: 60px;
}

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


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

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

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

/* Block: Account Information */
.dashboard .box-info {
	background: #efefef;
	padding: 20px;
}

.dashboard .box-info .col2-set {
	margin-bottom: 20px;
}

.box-head {
	border-bottom: 1px solid #626262;
	padding: 0 0 3px 0;
	margin: 0 0 20px 0;
}

.box-head h2 {
	color: #1a1a1a;
    font-family: 'DINNextLTPro-Medium';
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.box-title {
	border-bottom: 1px solid #c5c5c5;
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
}

.box-title h3 {
    font-family: 'DINNextLTPro-Medium';
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

.box-title a {
	color: #3fa7f3;
	font-size: 15px;
	float: right;
	margin-top: -25px;
}

.box-content a {
	color: #3fa7f3;
}

.box-content p {

}

.box-content h4 {
	text-transform: uppercase;
}


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

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

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.upper-footer {
	background: #333333;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 40px 0 0 0;
	padding: 40px 0;
}

body.checkout-onepage-index .main {
	margin-bottom: 0;
}

body.checkout-onepage-index .upper-footer {
	margin: 0;
}

.upper-footer a {
	color: #ffffff;
	text-decoration: none;
}

.upper-footer a:hover {
	text-decoration: underline;
}

.upper-footer .wrapper {

}

.upper-footer .col {
	float: left;
	width: 50%;
}

.upper-footer .col.first {

}

.upper-footer .col.first .wrap {
	border-right: 1px dotted #ffffff;
}

.upper-footer .col.first ul {
	float: left;
	text-transform: uppercase;
}

.upper-footer .col.first ul li {
	margin-bottom: 6px;
}

.upper-footer .col.first ul li a {
	font-family: 'DINNextLTPro-Bold';
}

.upper-footer .col.first div.categories-list {
	float: left;
	margin-right: 40px;
	width: 200px;
}

.upper-footer .col.first div.categories-list h3 {
    font-family: 'DINNextLTPro-Bold';
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}

.upper-footer .col.first div.categories-list li a {
	font-family: 'DINNextLTPro-Medium';
	text-transform: none;
}

.upper-footer .col.first div.categories-list li.first a {
	font-family: 'DINNextLTPro-Bold';
	text-transform: uppercase;
}

.upper-footer .col.first div.categories-list ul {
	float: none;
}

.upper-footer .col.first div.categories-list ul ul {
	display: none;
	margin-left: 20px;
	padding-top: 5px;
}

.upper-footer .col.last {
	float: right;
}

.upper-footer .col.last h3 {
	font-family: 'DINNextLTPro-Bold';
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 35px 0;
	padding: 0;
	text-transform: uppercase;
}

.upper-footer .col.last .newsletter-wrap {
	float: left;
	padding: 0 40px;
}

.upper-footer .col.last .newsletter-wrap p {
	font-size: 15px;
	margin: 0 0 43px 0;
	max-width: 265px;
	padding: 0;
}

.upper-footer .col.last .newsletter-wrap .block.block-subscribe {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
}

.upper-footer .col.last .newsletter-wrap .block.block-subscribe .block-title {
	display: none;
}

.upper-footer .col.last .newsletter-wrap .block.block-subscribe form {

}

.upper-footer .col.last .newsletter-wrap .block.block-subscribe form .block-content {
	padding: 0;
}

.upper-footer .col.last .newsletter-wrap .block.block-subscribe form .block-content .form-subscribe-header {
	display: none;
}

.upper-footer .col.last .newsletter-wrap .block.block-subscribe form .block-content .input-box {
	float: left;
}

.upper-footer .col.last .newsletter-wrap .block.block-subscribe form .block-content .input-box .input-text {
	padding: 9px 10px;
	width: 220px;
}

.upper-footer .col.last .newsletter-wrap .block.block-subscribe form .block-content .actions {
	float: left;
	margin: 0;
}

.upper-footer .col.last .newsletter-wrap .block.block-subscribe form .block-content .actions .button {
	padding-left: 15px;
	padding-right: 15px;
}

.upper-footer .col.last .newsletter-wrap .block.block-subscribe form .block-content .actions .button:hover {
	background: #931014;
}

.upper-footer .col.last .newsletter-wrap .block.block-subscribe .validation-advice {
	background: none;
	color: #ff9396;
	padding-left: 0;
}

.upper-footer .col.last .social-media-wrap {
	float: right;
}

.upper-footer .col.last .social-media-wrap h3 {
	margin-bottom: 20px;
}

.upper-footer .col.last .social-media-wrap ul {

}

.upper-footer .col.last .social-media-wrap ul li {
	margin-bottom: 9px;
}

.upper-footer .col.last .social-media-wrap ul li a {
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	padding-left: 50px;
	height: 41px;
	line-height: 41px;
}

.upper-footer .col.last .social-media-wrap ul li a.facebook { background-image: url(../images/facebook.png); }
.upper-footer .col.last .social-media-wrap ul li a.twitter { background-image: url(../images/twitter.png); }
.upper-footer .col.last .social-media-wrap ul li a.instagram { background-image: url(../images/instagram.png); }

.upper-footer .col.last .social-media-wrap ul li a:hover {

}

.lower-footer {
	background: #ff1d24;
	color: #ffffff;
	font-family: 'DINNextLTPro-Bold';
	letter-spacing: 1px;
	font-size: 12px;
	padding: 15px 0;
}

.lower-footer a {
	color: #ffffff;
	text-decoration: none;
}

.lower-footer a:hover {
	text-decoration: underline;
}

.lower-footer .wrapper {

}

.lower-footer .col {

}

.lower-footer .col.first {
	float: left;
}

.lower-footer .col.last {
	float: right;
}

.lower-footer .copyright {
	margin: 0;
	padding: 0;
}

.lower-footer .col.last {

}

.lower-footer .col.last ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lower-footer .col.last ul li {
	border-left: 1px solid #ffffff;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}

.lower-footer .col.last ul li.first {
	border: 0;
	margin: 0;
	padding: 0;
}

.lower-footer .col.last ul li:first-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.lower-footer .col.last ul li a {

}

.lower-footer .col.last ul li a:hover {

}
/* ======================================================================================= */


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


/* Homepage ============================================================================== */
body.cms-home .main,
body.cms-our-story .main {
	margin: 0;
}

body.cms-home .page-title,
body.cms-our-story .page-title {
	display: none;
}

body.cms-home .wrapper > .page > .main-container,
body.cms-our-story .wrapper > .page > .main-container {
	max-width: 100%;
}

.homepage-banner-wrap {
	position: relative;
}

.arrow-wrap {
}

.arrow-wrap .wrapper {
}

.arrow-wrap .arrow {
	background: url(../images/arrow-left.png) 0 0 no-repeat;
	display: block;
	height: 80px;
	left: 0;
	margin: -40px 0 0 0;
	position: absolute;
	top: 50%;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	width: 41px;
	z-index: 10;
}

.arrow-wrap .arrow.next {
	background-image: url(../images/arrow-right.png);
	left: auto;
	right: 0;
}

.arrow-wrap .arrow span {
	display: none;
}

.arrow-wrap .arrow:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.homepage {
	margin-top: -15px;
}

.homepage-banner {
	border-bottom: 1px solid #969696;
}

.homepage-banner-wrap,
.homepage-banner,
.homepage-banner .slide {
	height: auto;
	overflow: hidden;
	width: 100%;
}

.homepage-banner .slide {
	background-color: #969696;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}

.homepage-banner .slide .caption-wrap {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.homepage-banner .slide .caption-wrap .wrapper {
	padding-top: 40px;
}

.homepage-banner .slide .caption-wrap .title {
	color: #fdc35b;
	font-size: 34px;
	font-weight: bold;
	margin: 0 0 15px 0;
	max-width: 485px;
}

.homepage-banner .slide .caption-wrap .description {
	color: #ffffff;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 15px 0;
	max-width: 485px;
}

.homepage-banner .slide .caption-wrap .button-wrap {
	max-width: 485px;
	text-align: right;
}

.homepage-banner .slide .caption-wrap .button-wrap .button {
	background: #d24300;
	padding: 14px 25px;
	font-size: 19px;
}

.homepage-banner .slide .caption-wrap .button-wrap .button:hover {
	background: #05291e;
}

.homepage-banner .slide .image {
}

.homepage-banner .slide .image img {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	height: auto;
    width: 100%;
}

.homepage-banner-nav {
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 490px;
	z-index: 9;
}

.homepage-banner-nav a {
	background: url(../images/banner-bullet.png) 0 0 no-repeat;
	display: inline-block;
	height: 23px;
	margin: 0 1px;
	opacity: .30;
	filter: alpha(opacity=30);
	text-indent: -9999px;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	width: 23px;
}

.homepage-banner-nav a.activeSlide,
.homepage-banner-nav a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.whats-new-wrap {
	padding: 40px 0 0 0;
}

.specials-wrap > h2,
.whats-new-wrap h2.subtitle {
	border-bottom: 1px solid #333333;
	color: #262626;
	font-family: 'DINCondensed-Bold';
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0 10px 7px 2px;
	text-transform: uppercase;
}

.whats-new-wrap .homepage-whats-new-callout-wrap {
	color: #919191;
	font-size: 20px;
	margin: 0 0 20px 0;
}

.whats-new-wrap .homepage-whats-new-callout-wrap h3 {
	color: #1a1a1a;
	font-family: 'DINNextLTPro-Bold';
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 0;
}

.whats-new-wrap .homepage-whats-new-callout-wrap p {
	color: #919191;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.whats-new-wrap .products-grid {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.whats-new-wrap .products-grid li {
	float: left;
	margin: 0;
	padding-right: 3.125%;
	text-align: left;
	width: 31.25%;
}

.whats-new-wrap .products-grid li.first {

}

.whats-new-wrap .products-grid li.last {
	float: right;
	padding-right: 0;
}

.whats-new-wrap .products-grid li a {
	display: block;
}

.whats-new-wrap .products-grid li a img {
	max-width: 100%;
}

.whats-new-wrap .products-grid li h3.product-name {
	font-family: 'DINNextLTPro-Bold';
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

.whats-new-wrap .products-grid li h3.product-name a {
}


.whats-new-wrap .products-grid li .price-box {
	color: #4d4d4d;
	font-family: 'DINNextLTPro-Medium';
	font-size: 15px;
}

.whats-new-wrap .products-grid li .price-box .regular-price {

}

.whats-new-wrap .products-grid li .price-box .regular-price .price {
	font-weight: normal;
}

.whats-new-wrap .products-grid li .actions {
	display: none;
}

.whats-new-wrap .button-wrap {
	text-align: center;
	padding: 20px 0 0 0;
}

.homepage-featured-image-wrap {
	background-color: #969696;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 250px;
	margin: 40px 0;
	text-align: left;
}

.homepage-featured-image-wrap.link {
	cursor: pointer;
}

.homepage-featured-image-wrap p {
	margin: 0;
	padding: 0;
}

.homepage-featured-image-wrap .wrap {
	background: url(../images/header-right-side-big.png) 100% 50% no-repeat;
	color: #ffffff;
    font-weight: normal;
	padding-right: 172px;
	float: left;
	text-align: left;
	text-transform: uppercase;
}

.homepage-featured-image-wrap .wrap h2 {
	color: #ffffff;
	font-size: 60px;
	line-height: 60px;
    font-family: 'DINCondensed-Bold';
    margin: 0 -50px 0 0;
    padding: 45px 0 0 0;
}

.homepage-featured-image-wrap .wrap p {
    font-family: 'proxima_nova_rgbold';
	margin: 0;
	padding: 0;
	text-transform: none;
}

.homepage-featured-image-wrap .wrap a {
	color: #ffffff;
	text-decoration: none;
}

.homepage-featured-image-wrap .wrap .wrap2 {
	background: url(../images/red-70.png);
	display: block;
	height: 250px;
	padding-right: 0;
	max-width: 320px;
}

.specials-wrap {

}

.specials-wrap h2 {

}

.specials-wrap .category-products {

}

.specials-wrap .products-grid {

}

.specials-wrap .products-grid li {

}

.specials-wrap .products-grid li.first {

}

.specials-wrap .products-grid li.last {

}

.specials-wrap .products-grid li .wrap {

}

.specials-wrap .products-grid li a.product-image {

}

.specials-wrap .products-grid li a.product-image img {

}

.specials-wrap .products-grid li h2.product-name {

}

.specials-wrap .products-grid li h2.product-name a {

}

.specials-wrap .products-grid li .price-box {

}

.specials-wrap .button-wrap {
	text-align: center;
	padding-bottom: 40px;
}

.homepage .additional-specials {

}

.homepage .additional-specials .col {
	float: left;
	width: 46.875%;
}

.homepage .additional-specials .col .wrap {
	border: 5px solid #1a1a1a;
	min-height: 280px;
	overflow: hidden;
}

.homepage .additional-specials .col.first {
}

.homepage .additional-specials .col.sep {
	background: #bfbfbf;
	height: 290px;
	margin-left: 3.046875%;
	width: 1px;	
}

.homepage .additional-specials .col.last {
	float: right;
}

.homepage .additional-specials .daily-special {

}

.homepage .additional-specials .daily-special .info {
	letter-spacing: 1px;
	float: left;
	width: 50%;
}

.homepage .additional-specials .daily-special .info .inner {
	padding: 15px;
}

.homepage .additional-specials .daily-special .info h3 {
	color: #1a1a1a;
	font-family: 'DINNextLTPro-Bold';
	font-size: 38px;
	font-weight: normal;
	line-height: 38px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

.homepage .additional-specials .daily-special .info p {
	color: #919191;
	font-size: 15px;
	margin: 0 0 30px 0;
	padding: 0;
}

.homepage .additional-specials .daily-special .info h4 {
	font-family: 'DINNextLTPro-Bold';
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	margin: 0 0 8px 0;
}

.homepage .additional-specials .daily-special .info h4 a {
	color: #ff1d25;
	text-transform: uppercase;
}

.homepage .additional-specials .daily-special .info h4 a:hover {

}

.homepage .additional-specials .daily-special .info .old-price {
	color: #4d4d4d;
	font-family: 'DINNextLTPro-Medium';
	font-size: 15px;
	line-height: 15px;
	margin: 0 0 8px 0;
	text-decoration: line-through;
}

.homepage .additional-specials .daily-special .info .sale-price {
	color: #3fa7f3;
	font-family: 'DINNextLTPro-Medium';
	font-size: 15px;
}

.homepage .additional-specials .daily-special .image {
	overflow: hidden;
	text-align: center;
	height: 280px;
	width: 50%;
}

.homepage .additional-specials .daily-special .image img {
	height: 100%;
	max-width: none !important;
}

.homepage .additional-specials .no-special {

}

.homepage .additional-specials .no-special p {

}

.homepage .additional-specials .col.last p {
	margin: 0;
	padding: 0;
}

.homepage .additional-specials .col.last a {

}

.homepage .additional-specials .col.last img {
	height: 100%;
	max-width: none !important;
}
/* ======================================================================================= */


/* Our Story ============================================================================= */
body.cms-our-story .breadcrumbs {
	display: none;
}

.our-story {
	margin: -15px 0 0 0;
}

.our-story .box-1 {
	margin: 0 0 40px 0;
	text-align: center;
}

.our-story .box-1 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.our-story .box-2 {
	border-bottom: 1px solid #333333;
    color: #333333;
    font-family: 'DINNextLTPro-Regular';
    font-size: 20px;
	margin: 0 0 20px 0;
	padding: 0 0 40px 0;
}

.our-story .box-2 .col-2 {
	padding-left: 40px;
}

.our-story .box-2,
.our-story .box-2 p {
	line-height: 30px;
}

.about-block-2-table td img {
    display: block;
    height: auto !important;
    max-width: 100% !important;
    width: 100%;
}

.our-story .box-3 {
	border-bottom: 1px solid #333333;
	color: #333333;
    font-family: 'DINNextLTPro-Regular';
	font-size: 40px;
	font-style: italic;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	text-align: center;
}

.our-story .box-3,
.our-story .box-3 p {
	line-height: 40px;
}

.our-story .box-3 p {
	margin: 0;
	padding: 0 75px;
}

.our-story .box-3 p.first {
	margin-bottom: -25px;
}

.our-story .box-3 p.last {
	line-height: 100%;
	margin-bottom: -25px;
}

.our-story .box-3 strong {
	color: #e3e3e3;
	font-family: Times New Roman;
	font-size: 80px;
	line-height: 80px;
}

.our-story .box-4 {
	border-bottom: 1px solid #333333;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.our-story .box-4 p {
	margin: 0;
	padding: 0;
}

.our-story .box-4 img {
	display: block;
	max-width: 100%;
}

.our-story .box-5 {
	padding-top: 20px;
}

.our-story .box-5 h2 {
	color: #1a1a1a;
    font-family: 'DINCondensed-Bold';
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.our-story .box-5 h3 {
	color: #333333;
    font-family: 'DINNextLTPro-Bold';
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: uppercase;
}

.our-story .box-5 h4 {
	color: #666666;
    font-family: 'DINNextLTPro-Regular';
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
}

.our-story .box-5 p {
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 15px 0;
	padding: 0;
}

.our-story .box-5 table {

}

.our-story .box-5 table td {
	border-bottom: 1px solid #f1f1f1;
	padding: 20px 0;
}

.our-story .box-5 table .image {
	width: 25%;
}

.our-story .box-5 table .image img {
	max-width: 100%;
}

.our-story .box-5 table .text {
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	padding-left: 20px;
}
/* ======================================================================================= */


/* Buttons =============================================================================== */
.button,
.add-to-cart button.button {
	background: #ff1d24;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'DINNextLTPro-Bold';
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	padding: 10px 40px 7px 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	-webkit-appearance: none;
}

.button:hover {
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}

.button.disabled,
.button.disabled:hover {
	background: #c9c9c9;
}

input[type=text], textarea, select, option, button, .button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

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



/* Contact Form ========================================================================== */
body.cms-contact .col-main .page-title {
	display: none;
}

body.cms-contact .breadcrumbs { display: none; }

.std ul.form-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-page {

}

.contact-page .box-1 {
	background: #bac9d2;
	color: #ffffff;
	margin: -15px 0 40px 0;
	text-align: center;
	padding: 60px 0 45px 0;
}

.contact-page .box-1 h1 {
    font-family: 'DINNextLTPro-Medium';
    font-size: 60px;
    margin: 0;
    padding: 0;
    text-transform: upercase;
}

.contact-page .box-1 h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: none;
}

.contact-page .box-1 ul {
	list-style: none;
	margin: 0;
	padding: 0 80px 0 0;
	text-align: center;
}

.contact-page .box-1 ul li {
	display: inline-block;
	padding: 57px 20px 25px 20px; 
	font-size: 15px;
	text-align: center;
}

.contact-page .box-1 ul li a {
	color: #ffffff;
	text-decoration: none;
}

.contact-page .box-1 ul li.email {
	background: url(../images/email-icon.png) 50% 23px no-repeat;
	border-right: 1px dotted #ffffff;
	padding-right: 40px;
	padding-left: 40px;
}

.contact-page .box-1 ul li.phone {
	background: url(../images/phone-icon.png) 50% 23px no-repeat;
	padding-right: 30px;
	padding-left: 30px;
}

.contact-page .box-2 {
	margin: 0 0 30px 0;
}

.contact-page .box-2 h2,
.contact-page form h2 {
	border-bottom: 1px solid #333333;
	color: #1a1a1a;
    font-family: 'DINNextLTPro-Medium';
	font-size: 35px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

.contact-page .box-2 h3 {
	color: #333333;
	font-size: 20px;
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
}

.contact-page .box-2 p {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
}

.contact-page form {

}

.contact-page form .fieldset {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.contact-page form .fieldset .form-list {

}

.contact-page form .fieldset .form-list li {
	margin: 0 0 20px 0;
	padding: 0;
}

.contact-page form .fieldset .form-list li .field {
	float: left;
	width: 50%;
}

.contact-page form .fieldset .form-list li .field.first {
	width: 47%;
}

.contact-page form .fieldset .form-list li .field.last {
	float: right;
	width: 47%;
}

.contact-page form .fieldset .form-list li label {
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}

.contact-page form .fieldset .form-list li label em {
	display: none;
}

.contact-page form .fieldset .form-list li .input-box {
	background: #e3e3e3;
	padding: 0 10px;
	width: auto;
}

.contact-page form .fieldset .form-list li .input-box input,
.contact-page form .fieldset .form-list li .input-box .textarea-wrap textarea.input-text {
	background: none;
	border: 0;
	padding: 10px 0;
	resize: none;
	width: 100%;
}

.contact-page form .fieldset .form-list li .input-box .textarea-wrap textarea.input-text {
}

.contact-page form .buttons-set {
	text-align: right;
}

.contact-page form .buttons-set button {

}

/* select replacement */
input, select, textarea {
	outline: none;
}

.customSelect { 
	background: #e3e3e3 url(../images/select-arrow.png) 96% 50% no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	padding: 0 10px;
	width: 100%;
}

.giftcard-info .customSelect {
	border: 1px solid #dddddd;
	padding: 5px;
}

.input-box {
	position: relative;
}

.input-box select.hasCustomSelect {
	left: 0;
	right: 0;
	top: 0;
	width: 100% !important;
	max-width: 100% !important;
}

.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}

.customSelect.customSelectDisabledOption {
/* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled {
/* Styles for when the select box itself is disabled */
}

.customSelectInner {
/* You can style the inner box too */
	display: block;
	width: 100% !important;
}

.sbHolder{
	font-size: 12px;
	font-weight: normal;
	height: 15px;
	padding: 12px 0;
	position: relative;
	width: 100%;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 37px;
	left: 0;
	line-height: 37px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #808080;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-arrow.png) 50% 50% no-repeat;
	display: block;
	height: 37px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/select-arrow.png) 50% 50% no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-arrow.png) 50% 50% no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-arrow.png) 50% 50% no-repeat;
}
.sbOptions,
.std ul ul.sbOptions{
	background-color: #ffffff;
	border: solid 1px #c0c0c0;
	list-style: none;
	left: -10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	right: -10px;
	z-index: 1;
	overflow-y: auto;
}
.form-list .sbOptions li{
	margin: 0;
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333333;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #808080;
}
.sbOptions li.last a{
	border-bottom: none;
}


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


/* ======================================================================================= */
/* jScrollPane Styling ------------------------------------------------------------------- */
/* ======================================================================================= */
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #ffffff;
	position: relative;
}

.jspDrag
{
	background: #1a1a1a;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


/* ======================================================================================= */
/* Site Loader --------------------------------------------------------------------------- */
/* ======================================================================================= */
.site-loader-wrap {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(255,255,255,0.85);
	z-index: 10;
}

.site-loader {
  border-radius:100%;
  position: absolute;
  left: 50%; 
  top: 50%;
  margin: -12px 0 0 -12px;
  opacity: 0.2;
  filter: alpha(opacity=10);
  height:20px;
  width:20px;
  -webkit-animation:loader infinite 4s;
     -moz-animation:loader infinite 4s;
          animation:loader infinite 4s;
  box-shadow:8px 8px #000000,
    -8px 8px #000000,
    -8px -8px #000000,
    8px -8px #000000;
}


@-webkit-keyframes loader {
  0%,100% {
      box-shadow:15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000;
  }
  25% {
      box-shadow:-15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000;
  }
  50% {
      box-shadow:-15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000;
  }
  75% {
      box-shadow:15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000;
  }
}

@-moz-keyframes loader {
  0%,100% {
      box-shadow:15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000;
  }
  25% {
      box-shadow:-15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000;
  }
  50% {
      box-shadow:-15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000;
  }
  75% {
      box-shadow:15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000;
  }
}

@keyframes loader {
  0%,100% {
      box-shadow:15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000;
  }
  25% {
      box-shadow:-15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000;
  }
  50% {
      box-shadow:-15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000;
  }
  75% {
      box-shadow:15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000;
  }
}


/* --------------------------------------------------------------------------------------------------------------- */
/* Shopping Cart Styles ------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------- */
.cart {
	border: 0;
}

.cart .title-buttons {
	border: 0;
	margin-bottom: 0;
	padding: 0;
}

.cart .title-buttons h1 {
	border-bottom: 1px solid #999999;
	color: #1a1a1a;
    font-family: 'DINNextLTPro-Medium';
	font-size: 35px;
	float: none;
	margin: 0;
	padding: 0 0 3px 0;
	text-align: left;
	text-transform: uppercase;
}

.data-table {
	border-collapse: none;
	border-top: 1px solid #666666;
}

#checkout-review-table.data-table {
	border-top: 0;
}

.data-table thead {
	background: none;
}

.data-table th,
.data-table td {
	border: 0;
	border-bottom: 1px solid #e3e3e3;
}

.data-table tfoot td {
	border: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

.data-table th {
	background: none;
	color: #333333
    font-family: 'DINNextLTPro-Bold';
	font-size: 15px;
	padding: 7px 3px;
	text-transform: uppercase;
}

.data-table th.description-col {
	padding-left: 40px;
}

.data-table th.quantity-col,
.data-table th.unit-price-col,
.data-table td.unit-price-col,
.data-table th.total-price-col {
	min-width: 150px;
	text-align: left;
}

.data-table th.total-price-col,
.data-table td.total-price-col {
	text-align: right;
}

.data-table th.total-price-col {
	min-width: 100px;
}

.data-table td {
	padding: 0 3px;
}

.data-table td.image-col {
	padding: 0 0 20px 0;
	width: 150px;
}

.data-table td.image-col img {
	max-width: 150px;
	width: 150px;
}

#checkout-review-table.data-table td.image-col {
	padding-top: 20px;
	width: 30%;
}

.data-table td .image-wrap {
	border: 1px solid #e3e3e3;
	border-top: 0;
	position: relative;
}

.data-table td .image-wrap .btn-remove.btn-remove2 {
	background: url(../images/remove-product-icon.png) 0 0 no-repeat;
	height: 40px;
	width: 40px;
	position: absolute;
	left: -1px;
	top: 0;
}

.data-table td .image-wrap .btn-remove.btn-remove2 span {
	display: none;
}

.data-table td .image-wrap .btn-remove.btn-remove2:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.data-table td .image-wrap .product-image {
	display: block;
}

.data-table td .image-wrap .product-image img {
	display: block;
}

#checkout-review-table.data-table td.image-col img {

}

.data-table td.product-name-col {
	padding: 20px 0 0 40px;
}

.product-name-col .item-options .price { display: none; }

#checkout-review-table.data-table td.product-name-col {
	min-width: 40%;
}

.data-table td h2.product-name {
    font-family: 'DINNextLTPro-Medium';
	font-size: 20px;
	color: #1a1a1a;
	margin: 0;
	padding: 0;
}

.data-table td h2.product-name a {
    font-family: 'DINNextLTPro-Medium';
	font-size: 20px;
	color: #1a1a1a;
	text-decoration: none;
	text-transform: uppercase;
}

.data-table td h2.product-name a:hover {
	text-decoration: underline;
}

.data-table td.quantity-col,
.data-table td.unit-price-col,
.data-table td.total-price-col {
    font-family: 'DINNextLTPro-Regular';
	font-size: 20px;
	padding-top: 20px;
}


.data-table td.quantity-col input {
	background: #efefef;
	border: 0;
	color: #333333;
    font-family: 'DINNextLTPro-Bold';
	font-size: 20px;
	text-align: center;
	padding: 5px 5px 2px 5px;
}

.data-table td.total-price-col {
    font-family: 'DINNextLTPro-Bold';
}

.cart .totals-wrap {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
}

.cart #shopping-cart-totals-table {
	width: 100%;
}

.cart #shopping-cart-totals-table td {
    font-family: 'DINNextLTPro-Regular';
	font-size: 20px;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}

.cart #shopping-cart-totals-table tfoot td.a-right {
	white-space: nowrap;
}

.cart #shopping-cart-totals-table td:last-child {
	width: 150px;
}

.cart .discount-wrap {
	width: 183px;
  	border-style: solid;
  	border-width: 8px 14px;
  	border-color: #C9C9C9;
  	padding: 10px;
  	text-align: right;
  	margin-top: 10px;
	float:right;
}

.cart .discount-wrap a {
	color: #808080;
    font-family: 'DINNextLTPro-Regular';
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.cart .discount-wrap #discount-code-link:hover {
	text-decoration: underline;
}

.cart .discount-wrap .discount {
	display: none;
	margin: 0;
}

.cart .discount-wrap .discount .discount-form {

}

.cart .discount-wrap .discount .discount-form label {

}

.cart .discount-wrap .discount .discount-form .input-box {

}

.cart .discount-wrap .discount .discount-form .input-box .input-text#coupon_code {
 	width: 177px;
}

.cart .discount-wrap .discount .discount-form .input-box .input-text {

}

.cart .discount-wrap .discount .discount-form .buttons-set {

}

.cart .discount-wrap .discount .discount-form .buttons-set .button {
	none repeat scroll 0 0 #c9c9c9;
	font-size: 17px;
	padding: 4px 30px 0;

}

.cart .discount-wrap .discount .discount-form .buttons-set .button:hover {
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}

.update-totals-wrap {
	text-align: right;
}

.checkout-buttons-wrap {
	padding: 20px 0;
	clear:both;
}


.update-totals-wrap .button,
.checkout-buttons-wrap .button.btn-continue {
	background: #c9c9c9;
	float: left;
}

.update-totals-wrap .button {
	float: none;
}

.update-totals-wrap .button:hover,
.checkout-buttons-wrap .button.btn-continue:hover {
	background: #333333;
}

.checkout-buttons-wrap .checkout-wrap {
	float: right;
}

.checkout-with-multiple { display: none; }

.cart .crosssell {}
.cart .crosssell h2 { 
	border-bottom: 1px solid #333333;
	color: #1a1a1a;
    font-family: 'DINCondensed-Bold';
	font-size: 20px; 
    font-weight: normal;
	padding: 0 0 10px 0;
	margin: 20px 0 40px 0;
}

.cart .crosssell #crosssell-wrap {
    overflow: hidden;
    position: relative;
    width: 102.5%;
    margin-left: -1.25%;
}

.cart .crosssell #crosssell-products-list,
.grid-products-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
	width: 20000em;
}

.grid-products-list {
	width: auto;
}

.box-up-sell {
	max-width: 1280px;
	width: auto;
	margin: 0 auto;
}

.cart .crosssell #crosssell-products-list li,
.grid-products-list li {
	float: left;
	width: 200px;
}

.grid-products-list li {
	width: 25%;
}

.cart .crosssell #crosssell-products-list li .inner-wrap,
.grid-products-list li .inner-wrap {
	padding: 0 5%;
}

.cart .crosssell .product-image,
.grid-products-list .product-image { 
	display: block;
	margin: 0 0 15px 0;
}

.cart .crosssell .product-details,
.grid-products-list .product-details { 
	text-transform: uppercase;
}

.cart .crosssell .product-name,
.grid-products-list .product-name {
	color: #ff1d25;
    font-family: 'DINNextLTPro-Bold';
	font-size: 15px;
	font-weight: normal;
}

.cart .crosssell .price-box,
.grid-products-list .price-box {
	color: #4d4d4d;
    font-family: 'DINNextLTPro-Medium';
	font-size: 15px;
	font-weight: normal;
}

.cart .crosssell .button,
.grid-products-list .button {
	display: none;
}

.crosssell-arrow {
	background: url(../images/gray-arrow-left.png) 0 0 no-repeat;
	display: block;
	height: 80px;
	left: 0;
	margin: 170px 0 0 0;
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	width: 41px;
	z-index: 10;
}

.crosssell-arrow.next {
	background-image: url(../images/gray-arrow-right.png);
	left: auto;
	right: 0;
}

.crosssell-arrow span {
	display: none;
}

.crosssell-arrow:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.empty-cart-bottom {
	border-top: 1px solid #e3e3e3;
	margin: 200px 0 0 0;
	padding: 20px 0 0 0;
}

.empty-cart-bottom .button {
	width: 350px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* Videos -------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
.video-upper-banner {
	height: 550px;
	position: relative;
}

#video-wrap {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
}


video#bgvid {
	position: absolute; 
	right: 0; 
	left: 0;
	top: 0;
	bottom: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto; 
	z-index: -100;
	width: auto;
}

body.cms-video .page-title {
	display: none;
}

.videos-wrap {
	margin-top: 40px;
}

.videos-wrap .video-wrap {
	float: left;
	width: 47%;
	margin: 0 0 40px 0;
}

.videos-wrap .video-wrap.last {
	float: right;
}

.videos-wrap .video-wrap .video-image {
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
}

.videos-wrap .video-wrap .video-image img {
	width: 100%;
}

.videos-wrap .video-wrap .video-title {
	color: #ff1d25;
    font-family: 'DINNextLTPro-Bold';
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.videos-wrap .video-wrap .video-title:hover {
	text-decoration: underline;
}

.current-video {
	background: #efefef;
	padding: 20px 0;
	margin: 0 0 40px 0;
}

.current-video .now-playing {
	color: #1a1a1a;
    font-family: 'DINCondensed-Bold';
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.current-video .col.first {
	float: left;
	width: 65.625%;
}


.current-video .col.first iframe {
	max-width: 100%;
}

.current-video .col.last {
	float: right;
	width: 31.25%;
}

.std ul.related-list {
	border-top: 1px solid #848484;
	list-style: none;
	margin: 0;
	padding: 0;
}

.related-list li {
	border-bottom: 1px solid #848484;
	padding: 10px 0;
}

.related-list li a {
	color: #1a1a1a;
	display: block;
    font-family: 'DINNextLTPro-Medium';
	font-size: 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.related-list li a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.related-list li a span {
	display: block;
}

.related-list li a .image {
	float: left;
	height: 100px;
	margin: 0 20px 0 0;
	overflow: hidden;
	width: 100px;
}

.related-list li a .image img {
	display: block;
	width: 100%;
}

.related-list li a .title {

}

.related-list li a .price {
	bottom: 0;
	position: absolute;
	right: 0;
}

.related-list li a:hover {

}


/* --------------------------------------------------------------------------------------------------------------- */
/* Sales Order View ---------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
body.sales-order-view .my-account .box {
	margin-bottom: 30px;
}

.order-items.order-details h2 a {
	color: #ff1d25;
	display: inline-block;
	text-decoration: underline;
	padding-bottom: 5px;
}

.order-items.order-details h2 a:hover {
	color: #333333;
}


/* --------------------------------------------------------------------------------------------------------------- */
/* Checkout ------------------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------- */

textarea, input { outline: none; }

.alert-message {
	color: #ff1d25;
	font-family: 'DINNextLTPro-Bold';
	font-size: 18px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

/*  Exinent Changes */
.homepage .additional-specials .daily-special .info .old-price .price{
    color: #4d4d4d;
    font-family: "DINNextLTPro-Medium";
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 8px;
    text-decoration: line-through;
    font-weight: normal;
}
.homepage .additional-specials .daily-special .info .special-price .price{
    color: #3fa7f3;
    font-family: "DINNextLTPro-Medium";
    font-size: 15px;
    font-weight:normal;
}
.homepage .additional-specials .daily-special .info .special-price .price-label{
    color: #3fa7f3;
    font-family: "DINNextLTPro-Medium";
    font-size: 15px;
    font-weight:normal; 
}
.homepage .additional-specials .daily-special .info .price-box p  {
	margin:0px !important;
}
/*  Exinent Changes */