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

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

@font-face {
    font-family: 'helvetica4';
    src: url('../fonts/helv_4_light-webfont.eot');
    src: url('../fonts/helv_4_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helv_4_light-webfont.woff') format('woff'),
         url('../fonts/helv_4_light-webfont.ttf') format('truetype'),
         url('../fonts/helv_4_light-webfont.svg#helvetica-4-light4-light') format('svg');
    font-weight: normal;
    font-style: normal;

}




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

}




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

}




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

}




@font-face {
    font-family: 'helvetica6';
    src: url('../fonts/helv_6_medium-webfont.eot');
    src: url('../fonts/helv_6_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helv_6_medium-webfont.woff') format('woff'),
         url('../fonts/helv_6_medium-webfont.ttf') format('truetype'),
         url('../fonts/helv_6_medium-webfont.svg#helvetica-6-medium6-medium') format('svg');
    font-weight: normal;
    font-style: normal;

}




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

}


html {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}


body          {
font:12px/1.55 Arial, Helvetica, sans-serif;
font-weight: 300;
color:#666;
text-align:center;
width: 100%;
float: left;
}

img           { border:0; vertical-align:top; max-width: 100%; }

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

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
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; }
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; }om
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
big     { font-size:1em; }
small { font-size: 0.8em; }
sup           { font-size:1em; vertical-align:top; }

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

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


/* Layout ================================================================================ */
.clearboth {clear: both;}
.wrapper {
	float: left;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: relative;
}
#inner_wrapper {
	width: 1040px;
	float: left;
	position: relative;
	top: -282px;
}
.page { width:100%; margin:0 auto; }

.page > div { width: 100%; max-width: 1114px; margin:0 auto; text-align:left; background: #fff; }

.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 { background: #fff; float:left; width: 100%; }
.main { margin:0; }

/* Base Columns */
.col-left { float:left; width:230px; border:0; padding:0; }
.col-main {
	float:left;
	width:768px;
}

.social {
	position: relative;
	height: 20px !important;
	float: left;
	width: 410px;
}
body.catalog-product-view .social {
	/*top: 85px;
	left: 0px;
	position: absolute; */
    float: none;
	clear: both;
}
body.catalog-product-view .social span:hover {
	opacity: 0.8;
}

.sku_view { margin: 10px 0;/* padding-top: 44px;*/ }
.social_links {
	float: left;
	margin-top: 10px;
}

/* a.rss_btn span {
background: url(../images/social/rss_dark.png) no-repeat;
opacity: 0.7; -moz-opacity:.7; -webkit-opacity:.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
} */
a.blg_btn span {
background: url(../images/social/blog_dark.png) no-repeat;
opacity: 1; -moz-opacity:1; -webkit-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a.fcb_btn span {
background: url(../images/social/fcb.png) no-repeat;
opacity: 1; -moz-opacity:1; -webkit-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a.twi_btn span {
background: url(../images/social/twi.png) no-repeat;
opacity: 1; -moz-opacity:1; -webkit-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a.vk_btn span {
background: url(../images/social/vk.png) no-repeat;
opacity: 1; -moz-opacity:1; -webkit-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a.liv_btn span {
background: url(../images/social/liv.png) no-repeat;
opacity: 1; -moz-opacity:1; -webkit-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a.ggl_btn span {
background: url(../images/social/ggl.png) no-repeat;
opacity: 1; -moz-opacity:1; -webkit-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a.pic_btn span {
background: url(../images/social/picasa_dark.png) no-repeat;
opacity: 1; -moz-opacity:1; -webkit-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a.rss_btn span:hover,
a.blg_btn span:hover,
a.fcb_btn span:hover,
a.twi_btn span:hover,
a.pic_btn span:hover,
a.ggl_btn span:hover,
a.liv_btn span:hover,
a.vk_btn span:hover {
	opacity: 0.7; -moz-opacity:.7; -webkit-opacity:.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/* iframe.twitter-share-button {width: 80px !important; margin-left: 6px; }
#vk_like, iframe#vkwidget1 { width: 80px !important; overflow: hidden; } */
#___plusone_0, #___plusone_0 iframe { width: 60px !important; }
.clcopyright { display: none; }
.page-title{
	padding: 6px;
	margin-bottom: 10px;
	font-size: 1.4em;
	border-bottom: solid 1px #EDEDED;
	line-height: normal;
	font-weight: bold;
}
.contentheading {
	font-size: 1.4em;
	height: 26px;
	padding-left: 5px;
	border-bottom: solid 1px #EDEDED;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
.button, a:link, a:visited, .s5_h3_first, ul.menu #current span, .componentheading, .page-title h1,  .contentheading, h1, h2, h4, h5 {
	color: #2588A6;
	font-weight: 300;
	text-decoration: none;
}
a.more {
	float: left;
	display: block;
	padding-top: 15px;
	font-weight: 300;
}
.news-item h5 {
	font-size: 14px;
	margin: 0 0 10px;
}
.news-item h5 > a { color: #383838; }

#breadcrumbs_wrapper li.news {
	padding: 0;
}
.clnews-newsitem-view #breadcrumbs_wrapper li.home {
	padding: 0;
	display: none;
}

.news { padding-top: 20px; }
.news-item h5:hover, a.more:hover, .back-link:hover, button[type="submit"]:hover  {text-decoration: underline;}
button[type="submit"]:hover { /* color: #fff; */ text-decoration: none;}
table.contentpaneopen {
	padding-bottom: 6px;
	margin-bottom: 10px;
	width: 100%;
}
table.contentpaneopen p {
	text-align: justify;
	float: left;
}
table.contentpaneopen p img { float: left; }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout {
	width: 100%;
	position: relative;
}
.col1-layout .col-main {
	float: left;
	width: 100%;
	padding: 0 0 215px;
	margin: 0 auto 20px;
}
.main-container.col1-layout { width: 100%; }
.col1-layout .col-main:after {clear:both;}

/* 2 Columns Layout */
.col2-left-layout .main { width: 100%; float: left; display: block; padding: 0/* 0 0 235px */; margin: 0px; }
.col-left { float:left; width: 20%; border:0; padding:0; display: block; }
/* .cms-home .col2-left-layout .col-main {
	float: left;
	width: 79.7%;
	margin-left: 0.3%;
	display: block;
} */
.col2-left-layout .col-main {
	float: left;
	width: 78%;
	margin-left: 2%;
	display: block;
}
.col2-left-layout .col-main #content, .col2-left-layout .col-main .home_catalog { position: relative; float: left; width: 100%; margin: 0 0 20px; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; margin-bottom: 20px; }
.col3-layout .col-wrapper .col-main { float:right; }

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
/* input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; } */
input,select,textarea,button { font:10px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input[type="text"] {
    -webkit-user-select: text;
}
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; border-radius: 3px; }
input.input-text,textarea { padding: 3px 0 3px 5px; text-align: left; background: #FAFAFA;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 12px;
    height: 24px;
    text-align: left;}
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.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
/*button.button span { float:left; height:21px; background:transparent url(../images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; margin:0 !important; }*/
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
button.disabled {}
button.disabled span {}

button.btn-checkout span:hover,
button.btn-continue span:hover,
button.btn-empty span:hover,
button.btn-update span:hover,
a#onestepcheckout-login-link:hover,
button.btn-add:hover,
a.link-edit:hover { text-decoration: underline;}
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:after,
.form-list .field:after { clear: both;}
.form-list li { margin:0 0 8px; }
.form-list label {
	float: left;
	color: #757575;
	font-weight: 300;
	position: relative;
	z-index: 0;
	width: 105px;
}
.account-create .form-list label {
	float: left;
	color: #757575;
	font-weight: 300;
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 10px 0 3px;
}
.customer-account-forgotpassword #form-validate > div.fieldset > ul {
	margin: 10px 0;
}
.customer-account-forgotpassword #form-validate > div.fieldset > ul > li > .required {
	float: left;
	margin: 0 10px 10px;
	color: #707070;
}

.customer-account-forgotpassword #form-validate > div.fieldset {
	padding: 5px 0 0;
	width: 45%;
}
.customer-account-forgotpassword #form-validate .buttons-set button {
	float: right !important;
	display: block;
	height: 26px;
	background: #454243;
	padding: 3px 8px;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}
#contactForm > div.buttons-set {
	width: 55%;
	min-width: 55%;
	max-width: 504px;
	margin: -15px 0 0 !important;
}

.customer-account-forgotpassword #form-validate .buttons-set button span { padding: 0 10px; }

.customer-account-forgotpassword #form-validate .buttons-set button:hover { background: #333333; }

.customer-account-forgotpassword #form-validate > div.buttons-set {
	min-width: 300px;
	width: 45%;
}

.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
	display: block;
	clear: both;
	width: 260px;
	width: 100%;
	float: left;
	max-width: 535px;
}
.form-list .field { float:left; clear: both; width: 100%; max-width: 535px; }
.form-list input.input-text { width:254px; width: 90%;
	background: #F6F7F9;
    font-size: 12px;
    height: 24px;
	border-radius:0;
    /* width: 350px; */
    border: none;
    text-align: left;
	border: 1px solid #ddd;}
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; max-width: 100%; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; width: 90%; max-width: 100%; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

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

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

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

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

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

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

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

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

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

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

.buttons-set { clear:both; margin:5px 0 0; padding:5px; min-width: 94%; }
.product-shop .buttons-set { min-width: auto; }
.buttons-set:after {clear:both;}
.buttons-set .back-link, p#add_recipient_button  button.button{ float:left; font: bold 12px/19px Arial, Helvetica, sans-serif; }
p#add_recipient_button  button.button:hover, a.print-btn { text-decoration: underline; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { padding: 20px 0; width: 100%; position: relative; }

.fieldset em { display: none; }

.fieldset .legend { float:left; display: none; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* 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; margin-bottom: 10px; }
/* 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; margin:0 !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; }

/* BreadCrumbs */
.contacts-index-index #breadcrumbs_wrapper {
	display: none;
}
.breadcrumbs { height: 40px; }
.moduletable {
	padding-top: 11px;
	padding-left: 0px;
	float: left;
}
.breadcrumbs li {
	display:inline;
}
.breadcrumbs li a, .breadcrumbs li strong {
	text-decoration: none;
	text-transform: none;
	color: #404040;
	font-size: 12px;
	font-weight: 300;
}
.breadcrumbs li strong { color: #7E7E7E; }
.breadcrumbs li span img {height: 13px;}

.breadcrumbs li.home{ }
.form-search {
	position: relative;
	float: left;
	width: 100%;
}

#top_search {
	float: left;
	position: relative;
	height: 30px;
	border: 1px solid #d8d9da;
	background: #fff;
	/* width: 420px; */
	width: 560px;
	margin: 7px 0 0;
}
#top_search input#search {
	float: left;
	background: #fff;
	font-size: 12px;
	height: 24px;
	margin: 0 15px;
	/* width: 350px; */
	width: 505px;
	border: none;
	text-align: left;
}
#top_search button.button_search_mini {
	height: 30px;
	/* background: url(../images/search_ico.png) no-repeat center center; */
	color: #FFFFFF;
	border: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0;
	font-size: 12px;
	cursor: pointer;
	/* width: 7%; */
	width: 30px;
	float: right;
	/* text-indent: -9999em; */
}
#top_search button.button_search_mini:hover {color: #000; background: url(../images/search_ico.png) no-repeat center center; }
#top_search .input-box{height: 30px;position: relative;}

span.to_top { background: transparent url(../images/totop.png) no-repeat top right !important; display: block; }
span.to_top:hover { background: transparent url(../images/totop_active.png) no-repeat top right !important; }
/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding: 5px 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#2588A6; padding-bottom: 5px; font-weight: 300; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; height: 16px; }
.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 {
	font-size: 12px;
	background: #006CA7;
	color: #fff;
	padding: 4px 8px;
	text-align: center;
}
.pager a, .sorter a { color: #fff; font-size: 14px; }
.pager a.previous, .pager a.next { text-decoration: none; }
.pager .amount { float:left; margin: 0; }
.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: 1px solid #ddd;
	padding: 5px;
	margin: 5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; padding-right: 36px; }
.sorter .link-feed {}
.sorter .sort-by select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}

/* Toolbar */
.toolbar {
	position: relative;
	float: left;
	width: 100%;
}
.toolbar .pager { padding: 10px 8px; }
.toolbar .sorter {
	font-size: 11px;
	background: #006CA7;
	padding: 10px 8px;
	color: #fff;
}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border-bottom:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; }

.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; }


/* cart */
.main-container.col1-layout > div > div > div.cart > div.page-title.title-buttons { border-bottom: none; }


#shopping-cart-table > tbody > tr > td .product-image { border: 10px solid #E3E5E7; border: 10px solid #E3E5E7; float: left; }
#shopping-cart-table > tbody > tr.last.even > td:nth-child(1), #shopping-cart-table > tbody > tr.first.odd > td:nth-child(1) { padding: 10px 0 10px; background: #fff; min-width: 95px; }
#shopping-cart-table > tbody > tr.first.odd > td:nth-child(2) {
	width: 40%;
	min-width: 450px;
}
#shopping-cart-table > tbody > tr {
	padding: 5px 0;
	border-bottom: 1px solid #ECEEEC;
	margin: 5px 0;
	width: 100%;
}
#shopping-cart-table > thead, #shopping-cart-table > thead th {
	background: #fff;
	color: #B1B1B1;
	font-size: 14px;
	padding: 5px 15px;
	font-weight: 300;
}
#shopping-cart-table tbody .cart-price .price { color: #F1B700; font-weight: 700; }

#shopping-cart-table tbody > tr > td:nth-child(3) a { color: #817E7F; }
#shopping-cart-table tbody > tr > td:nth-child(3) a:hover { text-decoration: underline; }
#shopping-cart-table tbody > tr > td:nth-child(5) .qty{ text-align: center; padding: 3px 5px; }
#shopping-cart-table tbody > tr > td:nth-child(6) .cart-price .price { color: #817E7F; }

#shopping-cart-table > tbody > tr.last.even > td:nth-child(2) > h2 { font-size: 14px; padding: 0 0 0 10px; }

#shopping-cart-totals-table > tbody {
	display: none;
}

#shopping-cart-totals-table > tfoot > tr > td:nth-child(2) {
	color: #EFB500;
	font-size: 30px;
	height: 56px;
	font-weight: 300;
}
#shopping-cart-totals-table > tfoot > tr > td:nth-child(2) span {  font-weight: 300; }

#shopping-cart-totals-table > tfoot > tr > td:nth-child(1) { color: #817E7F; line-height: 56px; height: 56px; }

#shopping-cart-table > tfoot > tr button { color: #817E7F; }
#shopping-cart-table > tfoot > tr button:hover { color: #2588A6; }

.main-container.col1-layout .cart div.cart-collaterals > div.totals > ul > li > button {
	background: #006CA7;
	padding: 7px 10px;
	color: #fff;
	border-radius: 3px;
}

.main-container.col1-layout .cart div.cart-collaterals > div.totals > ul > li > button:hover {
	background: #00AFF5;
}

.main-container.col1-layout .cart div.cart-collaterals > div.totals > ul > li > button span {
	text-decoration: none !important;
}

/* #shopping-cart-table,
#shopping-cart-table > thead,
#shopping-cart-table > tfoot,
#shopping-cart-table > tbody { display: block; width: 100%; } */

/* 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 ul.disc a { padding: 8px; }
.std ul.disc a:hover { background: #2588A6; color: #fff;}
.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:inline-block; width:11px; height:11px; font-size:0; line-height:18px; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

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


.separator { margin:0 3px; }

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

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

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

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

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


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

.logo {
	float:left;
}
.header_phones {
	float: left;
	position: relative;
	display: block;
	/* max-width: 421px; */
	/* margin: -15px 0 0; */
}
.header_phones li:first-child { margin-left: 0; }
.header_phones li a { color: #EFB200; font-weight: 300; }
/* .header_phones li {
	float: left;
	margin-left: 16px;
	font-size: 18px;
	line-height: 20px;
	font-family: "helvetica6";
	font-family: Verdana, Geneva, sans-serif;
} */
.header_phones li {
	float: left;
	margin-left: 16px;
	font-size: 14px;
	line-height: 20px;
	/* font-family: "helvetica6"; */
	font-family: Verdana, Geneva, sans-serif;
}
.header_phones li:last-child {
	/* margin: 0 auto;
	width: 100%;
	text-align: center; */
}
.header_phones li  img { padding-right: 5px; vertical-align: middle; }

.header_phones a {
	text-decoration: none;
}
.header_cart {
	position: relative;
	float: right;
	right: 0px;
	margin-top: 24px;
	display: block;
}
.header-container {
	height: 75px;
	position: relative;
	background: #FFF;
	margin: 0 0 4px;
	padding: 20px 0 0;
	border-bottom: 3px solid #006EA8;
}
.header-container > div > .left {
	position: relative;
}

.header-container .header {
	background: #FFFFFF;
	position: relative;
}
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header div.logo { margin:0; padding:0; }
.header .logo img { clear: right; width: 360px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .welcome-msg a {}
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language {
	position: absolute;
	right: 0;
	top: -10px;
	float: left;
	z-index: 100;
}
.header .form-language .languages { float: left; font-size: 12px; }
.header .form-language .languages li { float: left; }
/* .header .form-language .languages li:after {
	content: "\00a0 / \00a0";
	color: #DEDEDE;
} */
.header .form-language .languages li:last-child:after { content: ""; color: transparent; }
.header .form-language .languages li.selected a { color: #006ca7; }
.header .form-language .languages li a { color: #c3c3c3; text-transform:uppercase;font-size:12px;font-family:'helvetica6';margin-right:10px; }
.header .form-language .languages li:last-child a{margin-right:0;}

.header-container .top-container { clear:both; text-align:right; }

.header .quick-access {
	float: right;
	width: 700px;
	position: relative;
	/* padding: 0 0 0 2%; */
}

/********** < Navigation */
.header-nav { height: 30px; }

.header-nav-container { clear: both; margin: 0 0 6px; }

#nav_wrapper {
	height: 30px;
}
#nav {
	height: 30px;
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #006CA7;
}

/* All Levels */
#nav li {
	text-align: left;
	position: relative;
	float: left;
	padding: 0;
	height: 30px;
	background: #006CA7;
}
#nav li.over { z-index:998; }

#nav li a {
	/* 	font-family: 'Lucida Grande',helvetica,verdana,sans-serif,arial; */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	float: left;
	color: #ffffff;
	padding: 0 10px;
	margin: 9px 0;
	display: block;
	cursor: pointer;
	line-height: 12px;
	height: 12px;
	text-decoration: none;
	overflow: hidden;
	text-transform: uppercase;
	border-right: 1px solid #60B7D4;
}
#nav li:last-child a { border-right: none; }

#nav li a:hover, #nav li.active a { color: #FFC600; }

/***************VERTICAL**********************/
/*****ALL*****/
#vert_menu {
	background: none;
	padding: 0;
	margin: 0 0 23px;
}
.block.left-nav {border: 0 !important; clear: none !important;}
ul#left-nav{
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin:0;              /* no margin for IE either */
	list-style: none;
}
ul#left-nav li { font-size: 0px; line-height: 0; display: block; margin-top: -2px;}
ul#left-nav li.category {
	height: 30px;
	display: block;
	/*padding-left: 13px;*/
	margin-left: 0px;
	margin-right: 0px;
	background: url(../images/sidebar_menu.png) no-repeat;
	cursor: pointer;
	margin-bottom: 0px;
	padding-top: 2px;
	background-position: 100% 0%;
	background-repeat: no-repeat no-repeat;
	font-size: 12px;
	line-height: 1.55;
}
ul#left-nav li.category a {
    padding-left: 13px;
    display: block;
}
ul#left-nav li.category a:hover span {
  text-decoration: none !important;
}
ul#left-nav li.category:hover {
	height: 30px;
	/*padding-left: 13px;*/
	margin-left: 0px;
	margin-right: 0px;
	background: url(../images/sidebar_menu_active.png) no-repeat;
	cursor: pointer;
	margin-bottom: 0px;
	padding-top: 2px;
	background-position: 100% 0%;
	background-repeat: no-repeat no-repeat;
}
ul#left-nav li.category[lang="924"]{
	background: url(../images/sidebar_menu_active.png) no-repeat;
	background-position: 100% 0%;
	background-repeat: no-repeat no-repeat;
}

ul#left-nav ul li.category,
ul#left-nav ul li.category:hover {
	background: none;
	height: auto;
	cursor: default;
    padding-left: 5px;
}
ul#left-nav ul li.category a {
	text-decoration: none;
	color: rgb(102, 102, 102);
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	background-image: none;
	padding: 0px;
	margin: 0px;
	background-position: initial initial;
	background-repeat: initial initial;
}

ul#left-nav ul li.category a:hover { text-decoration: underline; }
#left-nav ul ul li a,#left-nav ul li{
    background-color: #FFFFFF;
}
#left-nav ul li a {
    /* display: block;
    padding: 3px 3px 3px 23px;
    margin:0;
    text-decoration: none;
    height:15px;
    background-color: #CCCCCC; */
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 230%;
	padding: 0px;
	margin: 0px;
}
#left-nav ul li .open, #left-nav .activesubsub, #left-nav .subopen {
    font-weight: bolder;
    text-decoration: underline;
    color:#000000;
}
#left-nav .final{
	background-color:#ECECEC;
}

#left-nav ul ul li a {
    margin-left: 20px;
}

#left-nav ul ul ul li a {
  margin-left: 40px;     /* indent level 2 */
}

#left-nav .actegory .active a {
  color:#fff;
  display: block;
  height: 30px;
}
#left-nav a:hover {
  color:#fff;
}
#left-nav ul li ul li a {
    border-top-width: thin;
    border-bottom-width: thin;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    margin-bottom:0px;
    margin-top:0px;
}
#left-nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
}


dl#narrow-by-list dt {
	margin: 15px 0 10px 0;
	padding: 5px 18px;
	background: #2588A6 /*url(../images/bottom-arrow.gif) no-repeat 93% 11px*/;
	line-height: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
dl#narrow-by-list dd a:hover { text-decoration: underline; }
/********** bottom menu > */

#sidebar-nav-menu > li{ padding: 0 !important; }
#sidebar-nav .block-content a{ display: block; padding: 8px 35px 8px 20px; }
#sidebar-nav-menu  li.level0{ position: relative; }
#sidebar-nav-menu  li.level0:hover ul.hover{ border-top: 3px solid #EEB100; display: block !important; position: absolute; left: 100%; z-index: 99999; /* min-width: 300px; */ background: #fff; top: 0; margin-left: 0 !important; width: 100%; padding: 0 10px !important; margin-top: 0 !important; }
#sidebar-nav-menu  li.active:hover ul.hover{ display: none !important; position: absolute; left: 100%; z-index: 99999; /* min-width: 300px; */ background: #fff; top: 0; margin-left: 0 !important; width: 100%; padding: 0 10px !important; margin-top: 0 !important; }
/* #sidebar-nav{ position: static !important; } */
#sidebar-nav .block-content{ overflow: visible !important; }
#sidebar-nav-menu li ul.hover li a{ padding: 0; }
#sidebar-nav-menu li ul.hover li{ /*border-bottom: 1px solid #000;*/ margin: 0 !important; padding: 10px 0 !important; }
#sidebar-nav-menu li ul.hover li:last-child{ border-bottom: 0; }
/* .main{ position: relative; } */
#sidebar-nav .block-content a {font-size: 14px;}
/* ======================================================================================= */

.enter-panel { text-align: right; line-height: 22px; margin: 0; padding: 7px 10px; border-top: 3px solid #eeb100; z-index: 9999; background: #fff; display: none; position: absolute; top: 41px; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -moz-transform: translateX(-50%); }
.enter-panel a,
.enter-panel span {
	color: #636464;
	font-size: 12px;
	font-weight: 600;
	display: block;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}
.enter-panel a:hover { text-decoration: none; color: #eeb100; }
.enter-panel a:first-child {  }
.block_mini_login {float: left; width: 405px; margin: 0 15px; }
.block-content-mini input{float: left; margin-left: 10px;}
#mini-login {
	width: 130px;
	margin: 0px;
	margin-right: 9px;
    padding-left: 25px;
}
#mini-password {
	width: 130px;
	margin: 0px;
	margin-right: 9px;
    padding-left: 25px;
}
.actions_mini {float: left; }
.actions_mini span.enter_mini {
	height: 17px;
	font-size: 10px;
	font-weight: bold;
	border: solid 1px #ccc;
	margin: 0px;
}
.actions_mini span.enter_mini:hover,
.block-content-mini input:hover  { border: solid 1px #999; }
.actions_mini span.enter_mini { color: #2588A6; padding: 4px 10px 0 10px !important; }



/********** top cart > */
/* ======================================================================================= */

.top-cart {
	float: right;
	margin: 2px 0 0 20px;
	position: relative;
	z-index: 1000 !important;
}

.top-cart .link-cart {
	display: block;
	position: relative;
	text-decoration: none!important;
}
/* .top-cart .link-cart.expanded { background: #666666; } */
/* .top-cart .link-cart.expanded  .icon-cart { background: url(../images/arrow_up.png) no-repeat center right; } */

.top-cart .icon-cart {
	background: #006ca7;
	height: 33px;
	width: 33px;
	line-height: 33px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
}

.top-cart .icon-cart svg {
	margin: 5.5px 0 0 6.5px;
	display: inline-block;
}

/* html[lang="ru"] .top-cart .icon-cart {
	width: 115px;
} */

.top-cart .block-content {
	position: absolute;
	right: 0;
	margin-top: 6px;
	width: 332px;
	padding: 0 !important;
}

.top-cart .block-content .inner-wrapper {
	background: #fff;
	padding: 10px;
	border-top: 3px solid #0283c7;
	color: #2588A6;
	box-sizing: border-box;
	width: 100%;
	float: left;
}

#top-cart-content > div > .empty {
	padding: 20px;
}

.top-cart .block-content .btn-small {
	position: absolute;
	right: 0;
	bottom: 0;
}

.top-cart .btn-small .icon-close {
	background-position: 0 -457px;
	height: 26px;
	width: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	text-indent: -999em;
	white-space: nowrap;
	display: block;
	margin-top: -13px;
	margin-left: -13px;
}

#top-cart-content { padding: 14px 0; background: none !important; overflow: hidden !important;box-shadow: 0 0 7px rgba(0,0,0,0.35);-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.35);-moz-box-shadow: 0 0 7px rgba(0,0,0,0.35);filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=5); }

.top-cart .link-cart .cart-qty {
	font-style: normal;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	position: absolute;
	right: -7px;
	top: -7px;
	background: #DEB012;
	cursor: pointer;
}

.top-cart .cart-products-list .item {
	padding: 10px 0;
	float: left;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
}

.top-cart .cart-products-list .item:first-child {
	padding-top: 0;
}

#cart-sidebar {
	float: left;
	width: 100%;
}

.top-cart .cart-products-list .product-image {
	float: left;
	margin: 0;
	width: 28%;
	border: 1px solid #d8d9da;
	display: block;
}

.top-cart .cart-products-list .product-image img {
	width: 100%;
	height: auto;
}

.top-cart .cart-products-list .product-details {
	overflow: hidden;
	font-size: 12px;
	float: right;
	box-sizing: border-box;
	padding-right: 20px;
	width: 70%;
	position: relative;
}

.top-cart .cart-products-list .product-details > a.btn-remove3 {
	/* height: 16px !important; */
	position: absolute;
	right: 0;
	top: 3px;
	text-align: right !important;
	color: transparent !important;
	/* width: 15px !important; */
	/* background: url(../images/hcart_remove.png) no-repeat 0 0 !important; */
}

.top-cart .cart-products-list .product-details > a.btn-remove3:hover { opacity: 0.7; }

.top-cart .cart-products-list .product-details .product-name {
	font-size: 14px;
	float: left !important;
	width: 100% !important;
	text-align: left !important;
	line-height: 1.2;
	margin-top: 3px;
	margin-bottom: 10px;
}
.top-cart .cart-products-list .product-details .product-name a {
	text-align: left !important;
	width: 100% !important;
	line-height: 1.2 !important;
	height: auto !important;
	font-weight: bolder !important;
}
#cart-sidebar > li > div > .product-name  > a { color: #2588A6; }

.top-cart .cart-products-list .product-details strong {
	font-weight: normal;
}

.top-cart .block-content a {
	color: #fff;
	text-decoration: none;
}

.top-cart .summary {
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
}
.top-cart .summary a {
	text-align: center !important;
	width:49%;
	padding: 7px 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.top-cart .summary a:hover {
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
/* .top-cart .summary a:hover { opacity: 0.9; box-shadow: 0px 0px 0px 1px #ddd; } */
.top-cart .summary .checkout { float: left; border:1px solid #006ca7; color:#006ca7;font-size:13px;font-weight:400; }
.top-cart .summary .checkout:hover {
	background: #006ca7;
	color: #fff;
}
.top-cart .summary .order {
	font-size: 13px;
	color: #fff;
	float: right;
	text-align: center !important;
	background: #006ca7;
	border: 1px solid #006ca7;
}
.top-cart .summary .order:hover {
	background: #eeb100;
	border-color: #eeb100;
}

.top-cart .cart-products-list .product-details a.btn-edit {
	background: none;
	font-size: 12px;
	color: #808181;
	line-height: 1.2;
	font-weight: 400;
	text-indent: 0;
    height: auto;
    width: auto;
	margin-top: 7px;
    display: inline-block;
}

.minicart_total {
	overflow: hidden;
	margin: 12px 0;
	width: 100%;
	float: left;
}
.minicart_total .minicart_total_label {
	float: left;
	color: #808181;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.minicart_total .minicart_total_value {
	float: right;
	font-size: 18px;
	color: #006ca7;
	font-weight: 400;
	line-height: 20px;
}

/********** Navigation > */
/* ======================================================================================= */


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

div.block-content {
	padding: 0px;
	margin: 0px;
	padding: 14px;
	padding-top: 25px;
	width: auto;
}
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title {
	padding: 12px 10px;
	border-left: 13px solid #006CA7;
	background: #E4E6E8;
	text-transform: capitalize;
}
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span { color: #006BA8 !important; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

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

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

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

/* Block: Currency Switcher */
.block-currency {}
.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 { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

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

/* Block: Related */
.block-related {}
.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 { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

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

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

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

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

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

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

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

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

/* 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-head { margin-bottom: 10px; }
.category-head  h2{ color: #666; font-size: 14px; }
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; clear: both; }
.category-products {
	width:100%;
}

/* View Type: Grid */
.products-grid {
	border-bottom: 1px solid #d9ddd3;
	/* background: url(../images/bkg_grid.gif) 0 0 repeat; */
	position: relative;
}
ul.add-to-links li {
	font-size: 11px;
	width: 100px;
	text-align: left;
	margin: 0 auto;
	text-decoration: underline;
}
ul.add-to-links li:hover { text-decoration: none; }
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
.products-grid li.item.last { border-bottom: 1px solid #ddd; border-right: 0px; padding: 10px 6px 0; }
.products-grid li.item {
	float: left;
	width: 23.5%;
	padding: 10px 6px 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 370px !important;
	LIST-STYLE-TYPE: none;
}
.products-grid button.btn-cart { width: 100% !important; }
.products-grid li.item.first { padding: 10px 6px 0 0; }
.products-grid .product-image { display:block; margin:0 0 10px; }
.products-grid .product-name { padding: 0 10px 5px; font-weight:bold; font-size:12px; text-align: center; height: 38px; overflow: hidden; }
.product-tab-similiar .product-series,
.products-grid .product-series{ margin-bottom: 10px; text-align: center; color: #deb012;}
.products-grid .product-name a { color: #666; }
.products-grid .price-box { margin:5px 0; position: relative; width: 180px; text-align: center; }
.products-grid .price-box .price-label { display:none; }
.products-grid .special-price { margin: 0; float:left; }
.products-grid .old-price { margin: 0px 0; float: left; margin-left: 60px; font-size: 11px; margin-top: 1px; }
.products-grid .special-price .price { font-size: 14px; line-height: 11px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:relative; bottom:5px; width: 180px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width: 100%; margin: 0 auto; }
.col1-layout .products-grid { width: 100%; margin:0 auto; }

/* View Type: List */
.products-list li.item {
	width: 24.8%;
	height: 385px;
	overflow: hidden;
	position: relative;
	float: left;
	border: 0 solid #F5F5F5;
	border-width: 1px 1px 0 0;
	padding: 0 0 20px !important;
}
.products-list li.item  img:hover { background: #ededed; }
.product-list ul,.products-list {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	border: 0 solid #F5F5F5;
	border-width: 0 0 0px 0px;
}
ol#product-list {
	float: left;
	padding-bottom: 3px;
}
#products-list li.item { border-bottom: 1px solid #d9ddd3; padding: 12px 10px 0; width: 97.2%;}
.products-list li.item a img {
	width: 100%;
}
.products-list .product-image { float:left; width: 100%; height: auto; margin:0 0 10px; }
#products-list .product-image {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 15px;
}
.product-carousel .product-info{ text-align:center;}
/*.product-carousel .product-info .price {
	font-weight: normal;
    color: #F0B300;
} */
.product-carousel .product-info .price-label {
	color:#666;
	font-weight: bold;
}
.product-carousel .product-info .actions {
	/*width: 55%;*/
    margin: 15px auto;
    display: block;
}
.product-carousel .product-info .actions .fp_btn {
	display: inline-block;
    /*width: 100%;
    margin: 0 25%;*/
}
.carousel-products-grid .product-carousel.item {
	height:auto;
	overflow:none;
	width:24.1%;
}
.product-carousel .product-info .button.btn-cart {
	background: #006CA7 url(../images/cart_ico.png) no-repeat center center;
    height: 41px;
    width: 40px;
    color: transparent;
    overflow: hidden;
    margin-left: 1px;
    float: left;
    display: block;
}
.product-carousel .product-info .product-name a {
	display:inline;
	padding:0 5px;
}
.product-carousel .product-info .button.btn-cart:hover {
	background-color: #EEB200;
}
.title-ftproduct {
	font-size: 20px;
    font-weight: 300;
	float: left;
    width: 97%;
    clear: both;
    display: block;
    background: #006CA7;
    padding: 0px 1.5%;
    line-height: 28px;
    margin: 0 0 10px;
    color: #fff;
}

.product-carousel .product-info .btn-more:hover {
	background: #ACACAC;
}
.product-carousel .product-info .btn-more {
	font-size:10px;
	background: #BEBEBE;
	line-height: 2.1em;
    padding: 10px 21px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    float: left;
}
#products-list .product-shop { margin-left: 20px; }
.products-list .product-shop { /*width: 72%;*/ text-align: center;margin: 15px auto; display: block; }
.products-list .product-shop button.button{display: inline-block;float:none;}

.products-list .product-name,
.product-tab-similiar .product-name {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 100%;
	float: left;
}
.products-list .product-name a,
.product-tab-similiar .product-name a{
  overflow: hidden;
  height: 48px;
  display: inline-block;
}
.product-tab-similiar { float: left; width: 136px; padding: 0 6px; }
.product-tab-similiar .product-name { position: relative; top: 0px; height: 65px; }
#products-list .product-series{ margin-bottom: 5px; margin-top: 5px; color: #C3C3C3; clear: both; float: none;}

.products-list .product-series{ text-align: left; color: #C3C3C3;}
#products-list .product-name { text-align: left; font-size:13px; margin: 0 0 5px; position: static; width:auto; }

.products-list .product-name a {
	color: #008FBC;
	font-size: 16px;
/* 	font-family: 'helvetica'; */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 300;
	line-height: 24px;
}
.products-list .product-name a:hover, .product-tab-similiar .product-name a:hover { text-decoration: underline; }
.products-list .price-box { float:left; width: 100%; /*margin: 0 0 10px; line-height: 30px;font-size:18px;*/ }
#products-list .price-box .price-label { display:none; }
#products-list .regular-price .price-label { display:inline;  }
#products-list .special-price { margin: 0; float:left; }
#products-list .old-price { margin: 0px 0; float: left; font-size: 11px; margin-top: 1px; }
#products-list .special-price .price { font-size: 14px; line-height: 11px; }
#products-list .price-box  { float: left; /* margin: 10px 13px 5px 0; */ margin: 0; padding: 0px; width: auto; }
.product-shop .f-fix p {
	float: left;
	width: 100%;
}
.f-fix .old-price .price-label { display: block !important; margin-right: 3px; font-size: 12px; float:left; }
.f-fix .old-price .price { float:left; }
.f-fix button.btn-cart { /* padding: 0 25px 0px 22px; */ width: 96px; }
.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.std span{ font-weight: bold; }
.products-list .desc .link-learn { font-size:11px; text-decoration: underline; position: absolute; bottom: 32px; left: 173px; }
.products-list .desc .link-learn:hover{ text-decoration: none; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links { bottom: -16px; position: relative; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */

/* Product View ========================================================================== */
.homepage_news { width: 100%; float: left; margin: 0; }

.news_home {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0 5% 10px 0;
	margin: 0 0% 15px 0%;
	border-bottom: 1px solid #EDEEF0;
	min-height: 145px;
	height: 145px;
}
.news_home > div {
	float: left;
	border-right: 1px solid #EDEEF0;
	padding: 0px 1%;
	width: 103%;
	overflow: hidden;
}
.news_home .news_image {
	float: left;
	margin: 3px 10px 5px 0px;
	width: 145px;
	max-width: 35%;
	height: 120px;
}
.news_home .news_image img { width: 100%; height: auto; }
.news_home:nth-child(1) > div, .news_home:nth-child(3) > div , .news_home:nth-child(5) > div {
	border: none;
}
.news_home .contentpaneopen {
	margin-bottom: 0 !important;
}
/* .news_home .news-description {
	width: 90%;
	padding: 0 10% 0 0;
	font-weight: 300;
	word-break: break-all;
} */
.news_home .news-description {
	width: 48%;
	padding: 0 10% 0 0;
	font-weight: 300;
	word-break: break-all;
	max-height: 75px;
	overflow: hidden;
}
.news_home .news-description p {
	float: left;
	position: relative;
	display: block;
	max-height: 75px;
}
.news_home .news-description p::after {
	content: ' ...';
}
.news_home .contentheading {
	border: none;
	font-weight: 300;
	font-size: 14px;
	width: 100%;
}
.news_home .contentheading h5 { font-size: 20px; padding: 0 0 20px 0; }

.news_home .contentheading > a {
	font-weight: 300 !important;
	font-size: 14px;
	text-transform: uppercase;
}

.news-title {
	float: left;
	width: 97%;
	clear: both;
	display: block;
	background: #006CA7;
	padding: 0px 1.5%;
	line-height: 28px;
	margin: 0 0 10px;
}
.news-title h4 { float: left; }
.news-title h4 a { color: #fff; font-size: 20px; font-weight: 300; }
.news-title > a { text-decoration: underline; color: #fff; float: right; line-height: 30px; font-size: 12px; }
.news-title > a:hover { text-decoration: none; }
.homepage_news .read_new {
	color: #EEB700;
	text-decoration: none;
	float: left;
	margin: 0px 0 0;
	font-size: 14px;
	font-weight: 300;
}
.homepage_news .read_new:hover { text-decoration: underline; }

.clnews-newsitem-view .news { float: left; }

.clnews-newsitem-view .news .news_image { float: left; width: 100%; margin: 0 0 15px 0; }
.clnews-newsitem-view .news .news_image img {
	max-height: 200px;
	width: auto;
}
/* ======================================================================================= */

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:10px 0; }
.no-rating a{ text-decoration: underline; }
.no-rating a:hover { text-decoration: none; }
.ratings { margin: 0 auto; width: 68px; }
.product-essential .ratings, .f-fix .ratings { font-size:11px; line-height:1.25; margin:7px 0; width: auto;}
.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:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }


#product-review-table > tbody > tr > td {
    overflow: hidden;
    font-size: 0;
	display: inline-block;
    position: relative;
	width: 80px;
	height: 18px;
	padding: 15px 0 0;
}
#review-form > fieldset > ul > li > div { clear: none; }
.rating-input {
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0;
}
#product-review-table .value:hover .rating-star:hover, #product-review-table .value:hover .rating-star:hover ~ .rating-star, .rating-input:checked ~ .rating-star {
	background-position: 0 0;
}
#product-review-table th {
	width: 150px;
	text-align: left;
	line-height: 14px;
}
#product-review-table th, #product-review-table td {  border: none; }
.rating-star, #product-review-table .value:hover .rating-star {
	position: relative;
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/star.png') 0 -16px;
}



.ratings .rating-box { float:left; margin-right:3px; }
.f-fix .ratings .amount { float: left; }
.ratings .amount { float:none; }
.nobr {
	position: relative;
	top: 0;
	left: 0;
	height: 16px;
}
.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 { margin: 10px 0; font-size: 12px; font-weight: bold; }
.availability span { font-weight:normal; font-size: 14px; color: #f00; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

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

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

/* Email to a Friend */
.email-friend { margin: 0;}
.email-friend a { text-decoration: underline; }
.email-friend a:hover { text-decoration: none; }

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

/********** < Product Prices */
body.cms-home .page-title { display: none; }
/*body.cms-home .special-price { margin: 0; float:left; }
body.cms-home .old-price { margin: 0px 0; float: left;  font-size: 11px; margin-top: 1px; }
body.cms-home span.price-label { display: none; }
body.cms-home .special-price .price { font-size: 12px; line-height: 10px; } */
.products-list .product-series {
	text-align: center;
	font-size: 16px;
/* 	font-family: 'helvetica'; */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 300;
	line-height: 24px;
}
.price { white-space:nowrap !important; }
.product-essential .price-box {
	text-align: left;
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 300;
}
.price-label { display:none !important; }
.product-essential .price-box .price-label { display:none; }
.product-essential .regular-price .price-label { display:none !important; float: left; margin-right: 3px; }
.product-essential .old-price .price { float:left;font-size: 15px; line-height: 30px; }
.product-essential .old-price .price-label {  margin-right: 3px; font-size: 13px; float: left; }
.product-essential .special-price { margin: 0; }
.product-essential .old-price { margin: 0px 0; float: left; font-size: 11px; margin-top: 1px; }
.product-essential .old-price { float: left; margin-right: 3px; }
.product-essential .special-price .price { font-size: 24px; line-height: 30px; }
.price-box { text-align: center;}
.cart-cell .price-box { text-align: left;}
.price-box .price { font-weight:bold; }
.color-box{margin: 10px 25px 0 0; float: left;}
.color-box label{ font-weight: bold; }
.color-media-box-label{ font-weight: bold; margin: 5px 0; color: #000000;}
.qty-box { float: left; margin: 10px 0 0 0;;  }

/* Regular price */
.regular-price { font-weight: bold;}
.regular-price .price { font-weight:normal; color: #1F1F1F; font-size: 24px; }

/* Old price */
.old-price { margin: 0px 0; font-size: 15px;}
.old-price .price-label { white-space:nowrap; font-weight: bold;}
.old-price .price { font-weight:normal; text-decoration:line-through; color: grey;  }

/* Special price */
.special-price { /*margin: 10px 0;*/ }
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:normal; color: red; font-size: 24px;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tier-prices-grouped {}

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

/* Add to Cart */
.cart-cell { margin: 10px 20px; }
.add-to-cart-alt,
.add-to-cart label { float:left; margin-right:5px; margin-top: 5px; font-weight: bold; }
.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; }
body.catalog-product-view button.btn-cart { margin-top: 0px !important; }
button.btn-cart {
	background: #006CA7 url(../images/cart_ico.png) no-repeat center center;
	height: 41px;
	width: 40px;
	color: transparent;
	overflow: hidden;
	margin-left: 1px;
	float: left;
	display: block;
}
.product-view button.btn-cart {
	background: #006CA7 url(../images/cart_ico.png) no-repeat 147px center;
	height: 40px;
	width: 41px;
	margin-left: 1px;
	float: left;
	position: relative;
	width: 180px !important;
	text-align: center;
	text-indent: initial;
}
.product-view button.btn-cart > span > span {
	border: 0 !important;
	margin: 0 50px 0 0 !important;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	line-height: 41px;
	background: #BEBEBE;
	padding: 0;
}

/* button.btn-more {
	background: #BEBEBE;
	line-height: 2.1em;
	padding: 8px 21px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	float: left;
} */

button.btn-more {
	background: #BEBEBE;
	line-height: 2.1em;
	padding: 10px 21px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	float: left;
}
button.btn-more:hover {
	background: #ACACAC;
}
button.btn-cart:hover { background-color: #EEB200;}
/* Add to Links + Add to Cart */
.add-to-box { margin: 10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin: 4px 10px 0px 10px; display: none; }
.add-to-box .add-to-links { float:left; width: 85px; }


.product-view {}

.product-essential button.btn-cart { margin-top: -2px; margin-right: 10px; width: 96px; }
.product-essential ul.add-to-links li { width: auto; margin-top: 4px;}
.product-essential { clear: both; overflow: hidden; position: relative; }
.product-collateral {
	/* background: url(../images/bkg_product_collateral.gif) 0 0 repeat-x; */
	margin: 25px 0 0;
	clear: both;
}
.product-collateral .box-collateral { margin:0 0 25px; }
.product-collateral h2 {
	font-weight: bold;
	font-size: 15px;
	color: #2588A6;
	border-bottom: 1px solid #e5dcc3;
	padding: 0 0 1px;
	margin: 0 0 15px;
}

/* Product Images */
.product-view .product-img-box { float:left; width:402px; }
.product-view .product-img-box .more-views { margin: 10px 0 0; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:400px; height:250px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

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

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.product-tab-similiar .product-shop  { width: 136px; }
.product-tab-similiar .product-shop .availability.out-of-stock { text-align: center; margin: 0 0 10px; }
.product-tab-similiar .old-price {
	margin: 0px 0;
	float: left;
	font-size: 11px;
	margin-top: 1px;
}
.product-tab-similiar span.price-label, .product-tab-similiar span.price-label {
display: none;
}
.product-tab-similiar .special-price {
margin: 0;
float: left;
}
.product-tab-similiar .special-price .price {
font-size: 14px;
line-height: 14px;
}
.product-tab-similiar .old-price {
font-size: 11px;
}
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name { margin: 0 0 5px; }
.product-view .product-name h1 {
	margin: 0 0 10px;
	font: bold 15px/1.35 Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #2588A6;
}
.product-view .product-name h1:first-letter { text-transform: capitalize; }
.product-view .short-description {
/* 	margin: 10px 0; */
	background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
	padding: 10px 0 0;
	margin: 12px 0;
}
.product-pricing { padding-bottom: 16px; }
.product-essential h2 {
	font: bold 13px/1.35 Arial, Helvetica, sans-serif;
	color: #0a263c;
	margin: 0 0 5px;
}
/* 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 {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

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

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.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:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; float: right;}
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* 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 { float: left; width: 100%; }
.product-view .box-tags .form-add label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #0a263c;
}
.product-view .box-tags .form-add .input-box {
	float: left;
	width: 305px;
	margin: 0 15px 0 0;
	background: url(../images/i_tag_add.gif) 0 2px no-repeat;
	padding: 0 0 0 23px;
}
.product-view .box-tags .form-add button.button span {
	border-color: #406a83;
	background: #618499;
	display: block;
	height: 21px;
	margin-top: -1px;
	margin-left: 10px;
	padding: 0 10px 0px 0px;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}
p.note { font-size: 11px; margin: 5px 0; }
.product-view .box-tags .form-add input.input-text { width:305px; text-align: left; padding-left: 5px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}
form#review-form  .form-list .input-box,
#product-review-table{ width: 185px; text-align: left; }
#product_tabs_description_tabbed_contents {
	padding: 0 12px 0;
}
form#review-form .form-list .input-box input, form#review-form .form-list .input-box textarea {
	padding-left: 5px;
	width: 306px;
	text-align: left;
}
form#onestepcheckout-form input { text-align: left; padding-left: 5px;}
button#onestepcheckout-coupon-add { display: block; width: 163px; border: 0 !important; bakcground: none !important; }
#onestepcheckout-form .group-select { border: 0 !important; }

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

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* 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 {
	margin: 0 0 20px;
}

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

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	/* padding: 25px 0 0; */
	margin: -30px 0 0;
}
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}
.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; }
/* ======================================================================================= */
.onestepcheckout-column-left, .onestepcheckout-column-middle { border-right: 2px dashed #ccc; height: 300px;}

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight: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 */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

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

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

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.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:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

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

/* Multiple Addresses Checkout */
.checkout-progress { 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 .registered-users .content ul.form-list, .account-login .new-users .content p, .account-login .registered-users .content p { margin-top: 20px; }
a.f-left { text-decoration: underline; font: bold 12px/19px Arial, Helvetica, sans-serif; }
a.f-left:hover { text-decoration: none; }
.account-login {}
.account-login .new-users { width: 43%; background: #F4F4F4; padding: 10px 20px; /*height: 194px;*/  margin: 0 0 20px !important; }
.account-login .registered-users { width: 43%; background: #F4F4F4; padding: 10px 20px; /*height: 194px;*/ margin: 0 0 20px !important; }
.account-login .content h2 {
	color: #333 !important;
	text-transform: uppercase;
	font-size: 12px;
	margin: 5px 0;
}
.account-login .registered-users .buttons-set, .account-login .buttons-set { margin: 5px 0 0 !important; }

.account-login .form-list label  {
	float: left;
	color: #828282;
	font-weight: 300;
	position: relative;
	z-index: 0;
	width: auto;
}
.account-create .form-list .control {
	/* margin: -25px 0 0 50px; */
	width: 200px;
	line-height: 12px;
	position: absolute;
	/* left: 230px; */
	margin-top:5px;
}
.account-create .buttons-set { padding: 0 !important; margin: 0 !important; }
.account-create .buttons-set button { margin: 0 0 0 297px; }
.account-create .fieldset { padding: 0 0 15px/* 10px */; width: 100%; }
.account-create .fieldset2 { border-top: 1px solid #EFEFEF; width: 50%;
} }
.account-login .form-list .input-box { clear: none !important; width: auto !important; }
.account-login .new-users .buttons-set,
.account-login .registered-users .buttons-set,
.account-login .buttons-set,
.account-create .buttons-set,
.send-friend .buttons-set,
form#contactForm .buttons-set,
form#review-form .buttons-set,
form#form-validate .buttons-set {
	border-top: 0;
	margin: 15px 0 0;
	padding: 8px 13px;
}
.account-login .form-list .input-box { clear:none !important; }
form#form-validate .buttons-set button { float: left !important; }
.send-friend .buttons-set { padding: 8px 0px 8px 13px; }
.account-login .new-users .buttons-set, .account-login .registered-users .buttons-set { min-width: auto; }
.account-login .new-users .buttons-set button.button span, .account-login .registered-users .buttons-set button.button span, .account-login .buttons-set button.button span, .account-create .buttons-set button.button span, .send-friend .buttons-set button[type="submit"].button span, form#contactForm .buttons-set button[type="submit"].button span, form#review-form .buttons-set button[type="submit"].button span, button.form-button-alt span, a.checkout-link, button.button_save span, button.button_adress span, body.newsletter-manage-index button.button span  {
	display: block;
	height: 20px;
	background: #454243;
	padding: 3px 8px;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	/* border-radius: 3px; */
}
.account-login .buttons-set #send2 span { background: #006CA7; color: #fff; padding: 3px 40px;  }
.account-login .buttons-set #send2 span:hover { background: #EDB200; }
a.checkout-link { width: 78px; opacity: 0.7; -moz-opacity:.7; -webkit-opacity:.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}
a.checkout-link:hover { opacity: 1; border:1px solid black; color: #000; opacity: 1; -moz-opacity:1; -webkit-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.account-login .new-users .buttons-set button.button span:hover, .account-login .registered-users .buttons-set button.button span:hover, .account-login .buttons-set button.button span:hover, .account-create .buttons-set button.button span:hover, .send-friend .buttons-set button[type="submit"].button span:hover, form#contactForm .buttons-set button[type="submit"].button span:hover, form#review-form .buttons-set button[type="submit"].button span:hover, button.form-button-alt span:hover, button.button_save span:hover, button.button_adress span:hover, body.newsletter-manage-index button.button span:hover { color: #fff; background: #333333; }
.send-friend .buttons-set button[type="submit"].button { padding-right: 15px; }
button.button span span, button[type="submit"] {
	border: 0 !important;
	padding: 0 !important;
}
button[type="submit"] { width: auto; display: block; background: none; }
.account-create {}
/* Account Login/Create Pages ============================================================ */

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

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

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

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


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

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { padding-bottom: 30px; }

/********** < no-social dashboard */
body.customer-account-index .social,
body.customer-account-edit .social,
body.customer-adress-form .social,
body.sales-order-history .social,
body.review-customer-index .social,
body.tag-customer-index .social,
body.wishlist-index-index .social,
body.newsletter-manage-index .social { display: none; }

/********** < Dashboard */
ul.dashboard-menu {}
.dashboard-menu li a { display:block; padding-left: 15px; }
.dashboard-menu li:hover { background: #F5A74D; }
.dashboard-menu li a:hover{ color: #fff; }
.dashboard-menu li.current { background: none; padding-left: 25px; }
.dashboard-menu li.current strong { text-decoration: underline; }
/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info .box-head {
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.box-title h3 {
	margin: 15px 0 10px 0;
	padding: 5px 18px;
	background: #2588A6 /*url(../images/bottom-arrow.gif) no-repeat 93% 11px*/;
	line-height: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.box-title a,
.box-content {
	padding: 5px 18px;
}
form#login-form .col2-set { padding-bottom: 0; }
.col2-set { padding-bottom: 20px; }
/* 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; }
/* ======================================================================================= */
#checkout-review-table-wrapper{background: none !important;}

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

.treeview a:hover { text-decoration: underline; }
.footer-container {
	background: #3F3D3E;
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 235px;
	overflow: hidden;
}
.footer-container .widget-static-block {
	display: block;
	margin: -18px 0 18px;
}
.footer .col-1, .footer .col-2 {
	width: 300px;
	float: left;
	padding: 20px 0 0 50px;
	color: #fff;
}
.footer .col-1 table.telephones td { padding-left: 5px; }
.footer .col-1 table.telephones, .footer .col-1 table.telephones a { color: #BEBEBE; }
.footer .col-1 table.telephones tr { border-bottom: none; }
.footer .columns {
	height: 200px;
	max-width: 1114px;
	width: 100%;
	margin: 0 auto;
}

.footer-container .copyright {
	height: 34px;
	background: #BFBFBF;
}
.footer-container .copyright address {
	width: 1114px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 35px;
	font-weight: 300;
	color: #7E7E7E;
}
.footer .col-3 { float: left; width: 33%; padding: 20px 0 0; }

.footer .col-1 .under-title, .footer .col-2 .under-title, .footer .col-3 .under-title { padding: 0 0 20px; font-weight: 300; text-transform: uppercase; display: block; }

.footer .col-2 .under-title a { color: #fff; text-shadow: 0 2px 2px #333; }

.footer .col-2 .under-title a:hover { text-decoration: #underline; color: #FCC600; }

.footer .col-3 .under-title {
	color: #EFB300;
	text-transform: none;
	font-size: 14px;
}
.footer {
	margin: 0 auto;
	position: relative;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #fff;
	background: #3F3D3E;
}
.footer p { text-align:left; }
.footer p a:hover { text-decoration: underline; }
.footer p.bugs { display: none; }
.footer address {
	width: 600px;
	float: left;
	padding-top: 13px;
	padding-left: 18px;
    white-space: nowrap;
}
.footer ul {}
.footer ul li {
	display: inline;
	float: left;
	line-height: 16px;
	font-weight: 300;
	border-bottom: 1px solid #fff;
	clear: both;
	padding: 0px;
	margin: 0 10px 5px;
}
.footer ul li:hover { border-bottom: 1px solid #FCC600; }

.footer ul li:hover a { color: #FCC600; }

.footer ul li a {
	color: #fff;
	text-shadow: 0 2px 2px #333;
	font-weight: 300;
	line-height: 16px;
}

.footer-container .bottom-container { text-align:center; }
#shopping-cart-table button[type="submit"]{ display: inline;}
.pager-new .page{width: auto;background-color: transparent; }
.contentpaneopen {
margin-bottom: 10px;
}
.search-autocomplete{
  background-color: #FFFFFF;padding:5px;
  width: 165px !important;
}
.search-autocomplete li{
  cursor: pointer;
}
#checkout-shipping-method-load  span.price{
  display: none;
}
#checkout-review-submit .buttons-set{
  min-width: 210px;
}
#onepagecheckout_orderform button.btn-checkout {
 padding: 0 20px !important;
}
.main-notice{
  padding: 5px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #666666;
  color: #FF0033;
}

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


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


/*** redesign 2014 ****/
.social_side1 {
	height: 280px;
	position: relative;
	width: 223px;
}
.social_side1 .fb_iframe_widget {  }
html[lang="ru"] .social_side1 .fb_iframe_widget {  }
html[lang="ru"] .social_side1 {
	height: 293px;
}

.social_side0, .social_side1, .social_side2, .social_side3, .social_side4 { margin: 0 0 20px; }

.social_side4 a { font-weight: 300; color: #333; border-bottom: 1px solid #333; line-height: 28px; }
.social_side4 a:hover { border-bottom: none; }

.after_slider {
	padding: 10px 50px;
}
table#shopping-cart-table td { padding: 15px; }

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

.dedicated-review-box .review_title { width: 100%; border-bottom: 1px solid #ECECEC; margin: 10px 0 0; padding: 0 0 5px; }
.dedicated-review-box .review_name { font-size: 14px; color: #2588A6; }
.dedicated-review-box .review_time { color: #BEBEBE; margin: 0 0 0 25px; font-size: 14px; }
.dedicated-review-box .review_text { margin: 10px 0; }

#wp-nav-container {
	background: url(../images/mob_menubg.png) no-repeat 10px center #006CA7;
}

#wp-nav-container #menu-content {
	width: 100%;
}

/*===================================New styles============================*/
.header_phones li.phone_number {
	color: #0283c7;
	font-size: 16px;
	font-weight: 400;
	font-family: 'helvetica6';
}
.header_phones li.email {
	color: #636464;
	font-size: 14px;
	font-family: 'helvetica5';
}
.header_phones li a {
	color: #636464;
	font-size: 14px;
	font-family: 'helvetica5';
}
.header_phones li a:hover {
	color: #eeb100;
}
#top_search button.button_search_mini span svg {
	fill: #2f87b7;
}
#top_search button.button_search_mini:hover span svg {
	fill: #eeb100;
}
.minicart_counter {
	width: 24px;
	display: block;
	position: absolute;
	top: -45%;
    left: -45%;
	height: 24px;
	border-radius: 50%;
	background: #fed500;
	text-align: center;
	line-height: 24px;
	color: #006ca7;
}
.account_links_container {
	float: left;
	height: 35px;
	margin-right: 25px;
	position: relative;
}
.account_links_toggle_button {
	display: block;
	margin: 7.5px 0 0 0;
}
.account_links_toggle_button svg {
	display: block;
	fill: #006ca7;
}
.account_links_toggle_button:hover svg {
	fill: #eeb100;
}
.account_links_toggle_button.active svg {
	fill: #eeb100;
}





/********************** 1260px **************************/




	@media only screen and (max-width:1260px){
		.top-cart .link-cart .cart-qty { right: 0; }
	}


/********************** 1100px **************************/


	@media only screen and (max-width:1100px){
		.page > div,
		.footer .columns,
		.footer-container .copyright address
		{ width: 987px; }

		.col-left { display: none; }
		.col-main { margin-left: 0 !important; width: 100% !important; }

		.footer .col-1, .footer .col-2 {
			padding: 20px 0 0 30px !important;
			width: 285px;
		}

		.header .quick-access {
			width: 615px;
		}

		.header_phones {
			/* float: right;
			text-align: right;
			width: 226px; */
		}
		/* .header_phones ul { padding: 26px 0 0; position: relative; } */
		/* .header_phones li { margin-left: 20px; } */
		/* .header_phones li:nth-child(3) {
			margin: 0;
		} */
		/* .header_phones li:nth-child(3) img { padding: 0; }
		.header_phones li:last-child {
			position: absolute;
			top: 7px;
			right: 0px;
		} */
		.header_phones li.phone_number{font-size:13px;}
		.header_phones li a{font-size:13px;}
		.header_phones li.email{font-size:13px;}
		.top-cart .link-cart .cart-qty { right: 0px; }

		#nav_wrapper {
			height: 50px;
		}

		.header-nav {
			height: 50px;
			padding: 0 0 45px;
		}

		#nav, #nav li {
			height: 50px;
		}
		#nav > li.home { display: none; }

		#nav li a {
			width: 145px;
			height: 32px;
			line-height: 16px;
		}
		#nav > li:last-child > a {
			width: 95px;
		}
		#nav > li:nth-child(4) > a,
		#nav > li:nth-child(5) > a,
		#nav > li:nth-child(6) > a {
			line-height: 30px;
			text-align: center;
		}

		#top_search {
			position: relative;
			width: 49%;
			margin: -40px 0 9px;
			height: 30px;
			position: relative;
			float: right;
		}

		#top_search input#search {
			height: 23px;
			width: 85%;
			margin: 0 3%;
		}

		.feature_excerpt { font-size: 30px !important; }

		.products-list li.item a img {
			height: auto;
		}

		#wp-nav-container {
			position: relative;
			width: 50%;
			margin: -42px 0 9px;
			height: 31px;
		}

		/* .top-cart .cart-products-list .item {
			margin-bottom: 20px;
			float: left;
			width: 100%;
		} */

		/* .top-cart .cart-products-list .product-details {
			overflow: hidden;
			font-size: 12px;
			float: left;
			width: 68%;
		} */
		/* .top-cart .cart-products-list .product-image {
			float: left;
			margin: 0 10px 0 0;
			height: 60px !important;
			float: left !important;
			width: 25% !important;
			display: block;
		} */

		.top-cart .link-cart{ overflow: visible !important; }
		.top-cart li {
			height: auto !important;
			width: 100% !important;
			background: transparent !important;
		}
		/* .top-cart .cart-products-list .product-details {
			overflow: hidden;
			font-size: 12px !important;
			float: left;
			width: 66% !important;
		} */

		.top-cart .cart-products-list .product-details .product-name {
			font-size: 12px;
			float: left;
			width: 68%;
		}

		.top-cart .cart-products-list .product-details .product-name a {
			text-align: left;
			padding: 0;
		}

		.product-view .product-shop {
			width: 57% !important;
		}

		table#shopping-cart-table {
			width: 100%;
			position: relative;
		}
		#shopping-cart-table > thead {
			padding: 5px 0;
			float: left;
			height: 23px;
		}
		#shopping-cart-table thead tr, #shopping-cart-table tbody tr, #shopping-cart-table thead, #shopping-cart-table tbody {
			width: 100%;
			float: left;
		}

		#shopping-cart-table > tfoot {
			width: 100%;
		}

		#shopping-cart-table > tbody {
			float: left;
		}

		#shopping-cart-table > tbody > tr {
			padding: 5px 0;
			border-bottom: 1px solid #ECEEEC;
			margin: 5px 0;
			float: left;
		}

		#shopping-cart-table > tbody > tr.last.even > td:nth-child(1), #shopping-cart-table > tbody > tr.first.odd > td:nth-child(1) {
			padding: 10px 0 10px;
			background: #fff;
			min-width: 50px;
		}

		#shopping-cart-table > tbody > tr.first.odd > td:nth-child(2) {
			width: auto;
			min-width: 50px;
		}

		table#shopping-cart-table td {
			padding: 15px;
			float: left;
		}

		#shopping-cart-table > thead > tr > th:nth-child(1) { width: 65px; }

		#shopping-cart-table > thead > tr > th:nth-child(3) { width: 60px; }

		#shopping-cart-table > thead > tr > th:nth-child(4) { padding: 5px 0; }

		#shopping-cart-table > thead > tr > th:nth-child(4) > span {
			width: 90px;
			white-space: normal !important;
			float: left;
			overflow: hidden;
			height: 25px;
		}
		#shopping-cart-table > thead > tr > th:nth-child(5) {
			padding: 5px 10px;
		}
		#shopping-cart-table > thead, #shopping-cart-table > thead th {
			background: #fff;
			color: #B1B1B1;
			font-size: 14px;
			font-weight: 300;
			float: left;
			height: 25px;
		}

    }
	@media only screen and (max-width:1100px) and (min-width:1085px){
		#top_search{float:left;margin:7px 0 0;width:480px;}
	}


/********************** 1000px **************************/


    @media only screen and (max-width:1000px){
		.page > div,
		.footer .columns,
		.footer-container .copyright address
		{ width: 100%; }

		.main {
			margin: 0;
			padding: 0 2%;
		}

		.col-left { display: none; }
		.col-main {
			margin-left: 0 !important;
			padding: 0 2%;
			width: 96% !important;
		}

		.account-login .registered-users a.f-left {
			margin: 0 0 10px 210px !important;
		}

		.account-login .new-users .buttons-set, .account-login .registered-users .buttons-set {
			width: 88%;
			min-width: 88%;
			padding: 0 13px;
		}

		.account-create .fieldset2 {
			border-top: 1px solid #EFEFEF;
			width: 100%;
		}

		.account-create .form-list .control {
			margin: 10px 0;
			width: 200px;
			line-height: 12px;
			position: relative;
			left: 0;
		}
		.account-create .buttons-set {
			padding: 0 !important;
			margin: 0 0 20px !important;
			width: 88%;
			clear: both;
			min-width: 92%;
		}
		form#form-validate .buttons-set button {
			float: right !important;
		}
		.account-create .buttons-set,
		.send-friend .buttons-set,
		form#contactForm .buttons-set,
		form#review-form .buttons-set,
		form#form-validate .buttons-set {
			border-top: 0;
			margin: 0px 0 20px !important;
			padding: 0px 13px 5px;
			min-width: 56.5%;
			width: 56.5%;
		}

		.footer .col-1, .footer .col-2 {
			padding: 20px 0 0 25px !important;
			width: 30%;
		}

		.header .quick-access {
			width: 50%;
			padding-right: 10px;
		}

		.header_phones {
			margin-top: 5px;
			/* float: right;
			text-align: right;
			width: 198px; */
		}
		.header_phones ul { /* padding: 26px 0 0; */ }
		.header_phones li { margin-left: 20px; font-size: 14px; /* clear: both; */ }
		.header_phones li.skype {clear: left;margin-left: 0;}
		.header_phones li.phone_number{font-size: 16px;margin-bottom: 10px;}
		.header .form-language{right:10px;}
		/* .header_phones li:last-child {
			position: absolute;
			right: 0;
			top: 7px;
		} */

		#nav_wrapper {
			height: 50px;
		}

		.header-nav {
			height: 50px;
			padding: 0 0 45px;
		}

		#nav {
			height: 50px;
		}
		#nav li { width: 20%; }
		#nav li a {
			width: 85%;
			height: 32px;
			line-height: 16px;
		}
		#nav > li:last-child > a {
			width: 95px;
		}
		#nav > li:nth-child(4) > a,
		#nav > li:nth-child(5) > a,
		#nav > li:nth-child(6) > a {
			line-height: 30px;
			text-align: center;
		}
		#top_search {
		}

		#wp-nav-container {
			position: relative;
			width: 50%;
			margin: -42px 0 9px;
			height: 31px;
		}

		#wp-nav-container #menu-content {
			width: 200%;
		}

		.feature_excerpt { font-size: 30px !important; }

		.products-list li.item a img {
			height: auto;
		}

		.product-view .product-shop {
			width: 45% !important;
		}

		.product-view .product-img-box {
			float: left;
			width: 50%;
		}

    }
	
/********************** 800px **************************/
@media only screen and (max-width:768px){
	.header_phones li.phone_number{font-size:14px;}
	.header_phones li a{font-size:12px;}
	.header_phones li.email{font-size:12px;}
}


/********************** 768px **************************/


    @media only screen and (max-width:768px){
	   		.page > div,
		.footer .columns,
		.footer-container .copyright address
		{ width: 100%; }

		.col-left { display: none; }
		.col-main { margin-left: 0 !important; width: 100% !important; padding: 0; }

		.footer .col-1, .footer .col-2 {
			padding: 20px 0 0 25px !important;
			width: 30%
		}

		.header .quick-access {
			width: 330px;
			padding: 0;
		}

		.top-cart {
			margin: 2px 10px 0 15px;
		}
		.header_phones {
			float: left;
			text-align: left;
			/* width: 165px; */
		}
		/* .header_phones ul { padding: 26px 0 0; } */
		.header_phones li { /* margin-left: 20px; */ font-size: 12px; }
		/* .header_phones li:last-child {
			position: absolute;
			right: -15px;
			top: 5px;
		} */

		#nav_wrapper {
			height: 65px;
		}
		.header-nav {
			height: 65px;
			padding: 0 0 47px;
		}

		#nav {
			height: 65px;
			/* overflow: hidden; */
		}
		#nav li { height: 63px; }
		#nav li a {
			width: 93%;
			padding: 0;
			height: 47px;
			line-height: 16px;
			text-align: center;
		}
		#nav > li:last-child > a {
			width: 95px;
		}
		#nav > li:nth-child(1) > a,
		#nav > li:nth-child(2) > a,
		#nav > li:nth-child(4) > a,
		#nav > li:nth-child(5) > a {
			line-height: 22px;
			text-align: center;
		}
		#nav > li:nth-child(4) > a,
		#nav > li:nth-child(5) > a { line-height: 44px; }

		#nav > li:nth-child(6) > a { line-height: 45px; }

		#top_search {
		}

		#wp-nav-container {
			position: relative;
			margin: -41px 0 9px;
			height: 31px;
		}

		.feature_excerpt {
			font-size: 30px !important;
			height: 215px !important;
		}
		.slide_more {
			font-size: 14px !important;
			top: 260px !important;
			height: 40px !important;
		}

		.products-list .product-shop {
			width: 68%;
		}

		.sitecatul li.cat {
			min-height: 20px !important;
			width: 100% !important;
			margin: 0 0 20px 0;
		}
		
		.header .quick-access {
			width: 50%;
			float: right;
		}
		
    }



/********************** 730px **************************/


    @media only screen and (max-width:730px){
	   		.page > div,
		.footer .columns,
		.footer-container .copyright address
		{ width: 620px; }

		.col-left { display: none; }
		.col-main { margin-left: 0 !important; width: 100% !important; /* padding: 0 2% 215px !important; */ }

		.news_home {
			width: 93%;
			float: left;
			margin: 0 10px 15px;
			border-bottom: 1px solid #EDEEF0;
			padding: 0 0 10px;
			min-height: 140px;
			height: 140px;
		}

		.header .quick-access {
			width: 190px;
			height: 71px;
			padding: 0 0 56px;
		}
		
		.header .form-language {
			top: 20px;
		}

		.quick-access > .header_cart > .top-cart {
			position: absolute;
			top: 188px;
			right: 0;
		}

		.top-cart {
			margin: 2px 0 0 15px;
		}
		.top-cart > a { background: tranparent; }
		.top-cart { margin: 0; width: 100%; }
		.top-cart > a { background: transparent !important;  }
		.top-cart > a > span { text-align: center; width: 100% !important; }

		.header_phones {
			width: 350px;
			left: -335px;
			margin-left: -50%;
			max-width: 560px;
			line-height: 20px;
			position: absolute;
			bottom: 10px;
		}
		.header_cart {
			margin-top: 70px;
		}
		.header_phones ul { padding: 0; }
		.header_phones li {
			margin-left: 20px !important;
			width: auto;
			clear: none;
		}
		.header_phones li:last-child {
			position: relative;
			right: 0;
			top: 0;
			width: auto;
		}

		.quick-access > .header_cart > .top-cart {
			position: absolute;
			top: 169px;
			right: 2px;
			z-index: 1000 !important;
		}

		.top-cart .block-content {
			top: 53px;
			box-shadow: 0 1px 2px #000;
			padding: 0 !important;
			overflow: hidden !important;
		}

		.top-cart .link-cart {
			width: 207px;
			height: 56px;
		}

		#nav_wrapper {
			height: 116px;
		}
		.header-nav {
			height: 116px;
			padding: 0 0 45px;
		}

		#nav {
			height: 116px;
			background: #fff;
		}
		#nav li { height: 57px; width: 33.334%; }
		#nav li a {
			width: 184px;
			height: 41px;
			line-height: 24px;
		}
		#nav > li:last-child > a {
			width: 95px;
			padding: 0 50px;
		}
		#nav > li:nth-child(2) > a {
			line-height: 22px;
			text-align: center;
		}
		#nav > li:nth-child(4) > a, #nav > li:nth-child(7) > a { border-right: none; }

		#nav > li:nth-child(2),
		#nav > li:nth-child(3),
		#nav > li:nth-child(4) {
			margin-bottom: 1px;
		}

		#nav > li:nth-child(1) > a,
		#nav > li:nth-child(4) > a,
		#nav > li:nth-child(5) > a,
		#nav > li:nth-child(6) > a { line-height: 40px; }

		/* .top-cart .cart-products-list .item {
			margin-bottom: 20px;
			float: left;
			width: 100%;
		}

		.top-cart .cart-products-list .product-details {
			overflow: hidden;
			font-size: 12px;
			float: left;
			width: 68%;
		}
		.top-cart .cart-products-list .product-image {
			float: left;
			margin: 0 10px 0 0;
			width: 25%;
			width: 60px !important;
			height: 60px !important;
			display: block;
		} */

		#top_search {
			height: 29px;
		}

		#top_search input#search {
			width: 78%;
			margin: 0 3%;
			height: 23px;
		}

		#top_search button.button_search_mini { width: 13%; }

		#wp-nav-container {
			position: relative;
			margin: -41px 0 9px;
			height: 31px;
		}

		.slide_more {
			top: 170px !important;
			height: 36px !important;
			font-size: 14px !important;
			width: 168px !important;
		}
		.feature_excerpt .yellow, .feature_excerpt .blue { font-size: 20px !important; }
		.feature_excerpt {
			font-size: 16px !important;
			height: 125px !important;
		}

		.products-list .product-shop {
			width: 78%;
		}

		.homepage_news {
			width: 100%;
			float: left;
			margin: 0;
			min-height: 360px;
			overflow: hidden;
		}

		.account-create .form-list .control {
			margin: -5px 0 0 0px;
			width: 200px;
			padding: 10px 0 10px;
			line-height: 12px;
			position: relative;
			left: 0;
		}

		.news_home > div { border-right: none !important; }

		.footer .col-1, .footer .col-2 {
			padding: 20px 0 0 15px !important;
			width: 190px;
		}

		.footer .col-2 { width: 165px; padding: 20px 0 0 0px !important; }

		.footer .col-3 {
			float: right;
			width: 235px;
			padding: 20px 0 0;
		}

		.social_links {
			margin-right: 0px;
		}

		.resp_center {
			float: left;
			clear: both;
			width: 100%;
			/* margin: 60px 0 0;  */
		}

		.add-to-box .add-to-links {
			width: auto !important;
			float: left;
		}
		.add-to-box .add-to-links li {
			text-align: center;
		}
		
		.minicart_counter {
			display: none;
		}
		.quick-access > .header_cart > .top-cart {
			display: none;
		}
		#nav li.responsive_cart {
			display: block !important;
		}
		
		#nav li.responsive_cart .top-cart .cart-products-list .product-image {
			float: left;
			margin: 0;
			width: 28%;
			border: 1px solid #d8d9da;
			display: block;
			height: auto;
		}

		#nav li.responsive_cart .top-cart .cart-products-list .product-image img {
			width: 100%;
			height: auto;
		}

		#nav li.responsive_cart .top-cart .cart-products-list .product-details {
			overflow: hidden;
			font-size: 12px;
			float: right;
			box-sizing: border-box;
			padding-right: 20px;
			width: 70%;
			position: relative;
		}

		#nav li.responsive_cart .top-cart .cart-products-list .product-details > a.btn-remove3 {
			position: absolute;
			right: 0;
			width: 16px;
			height: 16px;
			margin: 0;
			top: 3px;
			text-align: right !important;
			color: transparent !important;
		}
		#nav li.responsive_cart .top-cart .cart-products-list .product-details .product-name {
			font-size: 14px;
			float: left !important;
			width: 100% !important;
			text-align: left !important;
			line-height: 1.2;
			margin-top: 3px;
			margin-bottom: 10px;
		}
		#nav li.responsive_cart .top-cart .cart-products-list .product-details .product-name a {
			text-align: left !important;
			width: 100% !important;
			margin-top: 0;
			line-height: 1.2 !important;
			margin-bottom: 0;
			height: auto !important;
			font-weight: bolder !important;
		}
		#nav li.responsive_cart .top-cart .summary {
			clear: both;
			float: left;
			overflow: hidden;
			width: 100%;
		}
		#nav li.responsive_cart .top-cart .summary a {
			text-align: center !important;
			width:49%;
			line-height: normal;
			height: auto;
			padding: 7px 0;
			-webkit-transition: .5s;
			-o-transition: .5s;
			text-transform: none;
			font-weight: 400;
			font-family: Arial, Helvetica, sans-serif;
			-moz-transition: .5s;
			transition: .5s;
		}
		#nav li.responsive_cart .top-cart .summary .checkout { float: left; border:1px solid #006ca7; color:#006ca7;font-size:13px;font-weight:400;line-height: normal;height: auto; }
		#nav li.responsive_cart .top-cart .summary .order {
			font-size: 13px;
			color: #fff;
			float: right;
			text-align: center !important;
			background: #006ca7;
			border: 1px solid #006ca7;
		}
		#nav li.responsive_cart .top-cart .cart-products-list .product-details a.btn-edit {
			background: none;
			font-size: 12px;
			color: #808181;
			text-transform: none;
			line-height: 1.2;
			font-weight: 400;
			text-indent: 0;
			height: auto;
			width: auto;
			margin-top: 7px;
			display: inline-block;
		}

		#nav li.responsive_cart .minicart_total {
			overflow: hidden;
			margin: 12px 0;
			width: 100%;
			float: left;
		}
		#nav li.responsive_cart .minicart_total .minicart_total_label {
			float: left;
			color: #808181;
			font-weight: 400;
			font-size: 14px;
			line-height: 20px;
		}
		#nav li.responsive_cart .minicart_total .minicart_total_value {
			float: right;
			font-size: 18px;
			color: #006ca7;
			font-weight: 400;
			line-height: 20px;
		}
		#nav li.responsive_cart .top-cart .cart-products-list .item {
			padding: 10px 0;
		}
		#nav li.responsive_cart .top-cart .cart-products-list .item:first-child {
			padding-top: 0;
		}

    }



/********************** 640px **************************/


	@media only screen and (max-width:640px), screen  and (max-device-width : 640px){
		.page > div, .footer .columns {
			width: 100%;
			overflow: hidden;
		}
		.header-container .header {
			padding: 0 2%;
		}
		.footer-container .copyright address {
			width: 94%;
			overflow: hidden;
			padding: 0 3%;
		}
		.header .logo img {
			clear: right;
			width: 240px;
		}
		.quick-access > .header_cart > .top-cart {
			position: absolute;
			top: 169px;
			right: 6px;
			z-index: 1000 !important;
		}

		.top-cart .icon-cart {
			/* width: 120px !important; */
		}
		.top-cart .link-cart {
			width: 215px;
			height: 56px;
		}
		.header_phones {
			left: 2%;
			margin-left: 0;
		}
		.header_phones li.phone_number {
			margin-left: 0 !important;
			margin-right: 15px !important;
		}
		.header_phones li.skype {
			margin-left: 0 !important;
		}
		.header .form-language {
			top: 13px;
		}
		.header .quick-access {
			padding-bottom: 40px;
			position: static;
		}
		.header_cart {
			margin-top: 55px;
		}
		.header .form-language {
			right: 4%;
		}
		#nav { width: 100%; }

		#nav li {
			height: 59px;
			width: 33.3%;
		}
		#nav li a {
			width: 80%;
			height: 41px;
			line-height: 24px;
		}

		.add-to-box .add-to-links {
			float: left;
			width: auto;
		}

		.products-list li.item {
			width: 49.78%;
            height: 455px;
		}
		.products-list .product-shop {
			width: 70%;
		}

		.footer .columns {
			height: 250px;
		}
		.footer-container { height: 286px; }

		.footer .col-1, .footer .col-2 {
			padding: 20px 0 0 15px !important;
			width: 45%;
		}

		.footer .col-3 {
			float: right;
			width: 93%;
			padding: 20px 20px 10px;
		}
		.footer .col-3 .under-title {
			font-size: 12px;
			padding: 0;
			float: left;
		}

		.social_links {
			float: right;
			margin: 0;
		}

		.col2-left-layout .main {
			padding: 0 0 285px;
	    }

		.col1-layout .main {
			padding: 0 0 285px;
		}

		.footer-container { height: 285px; }

		#top_search {
		}

		#top_search input#search {
			width: 78%;
			margin: 0 3%;
		}

		#shopping-cart-table > tbody > tr > td:nth-child(1) > a { margin: 20px; }

		/* Tables
		-------------------------------------------------------------- */
		.data-table thead .nobr { white-space:normal !important; }
		.data-table th,
		.data-table td { padding:5px; }

		/* Data tables formatting
		-------------------------------------------------------------- */

		/* Basic formatting */
		.cart .data-table thead,
		.my-wishlist .data-table thead,
		.my-account .data-table thead,
		.order-review .data-table thead { display:none; }

		.cart .data-table tbody,
		.my-wishlist .data-table tbody,
		.my-account .data-table tbody,
		.order-review .data-table tbody { background:transparent !important; }

		.cart .data-table tr,
		.cart .data-table td,
		.my-wishlist .data-table tr,
		.my-wishlist .data-table td,
		.my-account .data-table tr,
		.my-account .data-table td,
		.order-review .data-table tr,
		.order-review .data-table td { border:none !important; background:transparent !important; display:block; width:100%; text-align:left !important; }

		.cart .data-table tr,
		.my-wishlist .data-table tr,
		.my-account .data-table tr,
		.order-review .data-table tr { border-bottom:1px solid #e5e5e5 !important; margin-bottom:20px; }

		/* Highlight first cell in table footer */
		.my-account .data-table tfoot tr td:first-child,
		.order-review .data-table tfoot tr td:first-child { font-weight:bold; }

		/* Show cell label */
		.data-table .cell-label {
			display:inline-block;
			width:30%;
			min-width:100px;
			max-width:140px;
			margin-right:10px;
			font-weight:bold;
		}
	}

	@media only screen and (min-device-width : 481px) and (max-device-width : 580px), screen and (max-width:580px) {
		/* .header_phones {
			left: -260px;
			max-width: 380px;
			margin-left: 0%;
		} */
		/* .header_phones li {
			margin-left: 10px !important;
		}
		.header_phones li:last-child {
			width: 100%;
		} */
	}

/********************** 480px **************************/


    @media only screen and (min-device-width : 320px) and (max-device-width : 480px), screen and (max-width:480px) {
       /* styles for mobile browsers smaller than 480px; (iPhone) */
       /* default iPad screens */
	   		.page > div,
		.footer .columns,
		.footer-container .copyright address
		{ width: 100%; }

		.header .logo img {
			clear: right;
			width: 200px;
		}

		.col-left { display: none; }
		.col-main { margin-left: 0 !important; width: 96% !important; }

		.news_home {
			width: 93%;
			float: left;
			margin: 0 10px 15px;
			border-bottom: 1px solid #EDEEF0;
			padding: 0 0 10px;
			min-height: 140px;
			height: 140px;
		}

		#top_search button.button_search_mini {
			width: 13%;
		}

		.header .quick-access {
			width: 80px;
			padding: 0 0 25px;
		}
		.header .form-language {
			right: 5%;
		}
		.header_cart {
			margin-top: 42px;
		}
		.top-cart .link-cart {
			width: 153px;
			height: 59px;
		}

		.top-cart {
			margin: 0;
		}

		.top-cart .icon-cart {
			/* width: 100px !important; */
		}

		/* .header_phones {
			width: 320px;
			left: -170px;
			line-height: 20px;
			position: absolute;
			bottom: 10px;
		} */
		/* .header_phones ul { padding: 0; }
		.header_phones li { margin-left: 20px; font-size: 14px; }
		.header_phones li:last-child {
			position: relative;
			right: 0;
			top: 0;
			width: auto;
		} */

		#nav_wrapper {
			height: 120px;
		}
		.header-nav {
			height: 116px;
			padding: 0 0 45px;
		}

		#nav {
			height: 121px;
			background: #fff;
		}
		#nav li { height: 59px; width: 33.33%; }
		#nav li a {
			font-size: 12px;
			height: 45px;
			line-height: 24px;
		}

		#nav > li:nth-child(2) > a {
			line-height: 22px;
			text-align: center;
		}
		#nav > li:nth-child(4) > a, #nav > li:nth-child(7) > a { border-right: none; }

		#nav > li:nth-child(1) > a,
		#nav > li:nth-child(4) > a,
		#nav > li:nth-child(5) > a,
		#nav > li:nth-child(6) > a { line-height: 40px; }

		#top_search {
		}

		#menu-button a:link, #menu-button a:visited { font-size: 10px; padding: 6px 10% 7px; }

		#top_search input#search {
			width: 78%;
			margin: 0 3%;
		}

		#wp-nav-container {
			position: relative;
			margin: -41px 0 9px;
			height: 31px;
		}

		.after_slider {
			padding: 10px 50px;
			text-align: center;
		}

		.feature_excerpt {
			font-size: 14px !important;
			height: 100px !important;
		}

		.feature_excerpt .yellow, .feature_excerpt .blue {
			font-size: 20px !important;
		}

		.slide_more {
			top: 145px !important;
			height: 20px !important;
			font-size: 12px !important;
			width: 130px !important;
			padding: 10px !important;
			line-height: 20px !important;
		}

		.products-list li.item {
			width: 49.7%;
		}

		.products-list li.item a img {
			width: 231px;
			height: auto;
		}
		.products-list .product-shop {
			width: 75%;
		}

		.homepage_news {
			width: 100%;
			float: left;
			margin: 0;
			max-height: 360px;
			overflow: hidden;
		}

		.news_home > div { border-right: none !important; }

		.footer .col-1, .footer .col-2 {
			padding: 20px 0 0 30px !important;
			width: 215px;
		}

		.footer .col-2 { width: 170px; }

		.footer .col-3 {
			float: right;
			width: 425px;
			padding: 20px 20px 10px;
		}

		.footer .col-3 .under-title {
			font-size: 12px;
			padding: 0 0 0 10px;
			float: left;
		}

		.social_links {
			float: right;
			margin: 0;
		}

		#shopping-cart-table > tbody > tr > td:nth-child(1) > a { margin: 20px; }

		.resp_center {
			float: left;
			clear: both;
			width: 100%;
			/* margin: 60px 0 0;  */
		}

		#product_tabs_review_tabbed_contents .form-add {
			background: #7D7A7B;
			padding: 10px;
			color: #fff;
			margin: 0 -14px;
		}
		#product_tabs_review_tabbed_contents .form-add h2 {
			color: #fff;
		}
		#product_tabs_review_tabbed_contents #review-form > fieldset > ul {
			width: 100%;
		}
		#product_tabs_review_tabbed_contents #review-form label {
			color: #fff;
		}
		#product_tabs_review_tabbed_contents form#review-form .buttons-set {
			width: 41.5%;
			padding: 10px 0 0 4px;
			min-width: 48.5%;
		}
		.catalog-product-view .homepage_news { display: none; }

		.pager .pages {
			margin: 30px auto 0;
		}

		.form-list label {
			width: 60px;
		}

		.product-view .tabs li {
			width: 100%;
			border-right: none !important;
			border-left: none !important;
			border-bottom: 1px solid #fff;
			font-size: 0.9em;
			line-height: 1em;
			background: #BEBEBE;
		}

		#product_tabs_review_tabbed_contents .form-add { margin: 0; }

    }


/********************** 320px **************************/


	@media only screen and (max-width:360px), screen and (max-device-width:360px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */
		.page > div, .footer .columns, .footer-container .copyright address {
			width: 100%;
			overflow: hidden;
			font-size: 12px;
		}
		.header-container .header {
			margin: 0 0 10px;
		}

		.header .logo img {
			clear: right;
			width: 220px;
		}
		.header .form-language {
			right: 20px;
		}
		.col-left { display: none; }
		.col-main { margin-left: 0 !important; width: 96% !important; }

		.news_home {
			width: 93%;
			float: left;
			margin: 0 10px 15px;
			border-bottom: 1px solid #EDEEF0;
			padding: 0 0 10px;
			min-height: 140px;
			height: 140px;
		}

		.header-container {
			height: 100px;
		}

		.header .quick-access {
			width: 80px;
			/* height: 40px; */
			height: 20px;
		}

		.header .quick-access span{
			/* display: none; */
		}

		.header .quick-access .link-cart span{
			display: block;
		}

		.enter-panel a {
			display: block;
			clear: right;
		}

		.top-cart .link-cart {
			width: 154px;
			height: 58px;
		}

		.top-cart {
			margin: 2px 0 0 15px;
		}
		.top-cart .block-content {
			top: 53px;
			width: 320px;
		}
		.header_phones {
			width: 100%;
			left: 0;
			padding: 10px 0px;
			line-height: 20px;
			position: relative;
			bottom: 10px;
			text-align: left;
			background: #ECECEC;
		}
		.header_phones ul { padding: 0 14px; height: 48px; }
		.header_phones li {
			margin-left: 15px;
			font-size: 12px;
			line-height: 24px;
			display: inline-block;
		}
		.header_phones li:nth-child(3) {
			position: relative;
			right: 0;
			top: 0;
			margin: 0;
			clear: both;
		}
		.header_cart {
			margin-top: 0;
		}
		.account_links_toggle_button {
			margin-top: 0;
		}
		.account_links_container {
			width: 19%;
			text-align: center;
			margin-right: 0;
		}
		.account_links_toggle_button svg {
			display: inline-block;
		}
		#top_search {
			height: 21px;
			margin-left: 15px;
			font-size: 12px;
			width: 80%;
			float: left;
			line-height: 24px;
			display: inline-block;
			position: relative;
			margin: 0;
		}

		#nav_wrapper {
			height: 178px;
		}
		.header-nav {
			height: 178px;
			padding: 0 0 45px;
		}

		.quick-access > .header_cart > .top-cart {
			top: 229px;
			right: 0;
		}

		.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev { opacity: 0; }

		#nav {
			height: 178px;
			background: #fff;
		}
		#nav li { height: 59px; width: 50%; }
		#nav li a {
			width: 84%;
			height: 41px;
			line-height: 24px;
		}

		#nav > li.responsive_cart{ }

		#nav > li:nth-child(1),
		#nav > li:nth-child(2),
		#nav > li:nth-child(3) {
			margin-bottom: 1px;
		}
		#nav > li:last-child > a {
			width: 50px;
		}
		#nav > li:nth-child(2) > a {
			line-height: 22px;
			text-align: center;
		}
		#nav > li:nth-child(3) > a, #nav > li:nth-child(5) > a { border-right: none; }

		#nav > li:nth-child(4) > a { border-right: 1px solid #60B7D4; }

		#nav > li:nth-child(1) > a,
		#nav > li:nth-child(4) > a,
		#nav > li:nth-child(5) > a,
		#nav > li:nth-child(6) > a { line-height: 40px; }

		#nav > li:nth-child(6) {
			clear: both;
		}

		#top_search button.button_search_mini {
			width: 13%;
			height: 22px;
		}

		#top_search input#search {
			width: 78%;
			margin: 0 3%;
			height: 15px;
		}

		#wp-nav-container {
			position: relative;
			width: 100%;
			margin: -41px 0 9px;
			height: 28px;
		}

		#wp-nav-container #menu-content { width: 100%; }

		.after_slider {
			padding: 10px 50px;
			text-align: center;
		}

		.feature_excerpt {
			font-size: 12px !important;
			height: 67px !important;
			padding: 10px !important;
		}

		.feature_excerpt .yellow, .feature_excerpt .blue {
			font-size: 14px !important;
		}

		.slide_more {
			top: 107px !important;
			height: 20px !important;
			font-size: 8px !important;
			width: 85px !important;
			padding: 3px !important;
			line-height: 20px !important;
		}
		.cms-home .products-list {
			overflow: hidden;
			height: 996px;
			display: block;
			float: left;
		}

		.products-list li.item {
			width: 100%;
			height: 476px;
			border-bottom: 1px solid #E5EBEA;
		}

		.products-list li.item a img {
			width: 100%;
			height: auto;
		}
		.products-list .product-shop {
			width: 161px;
		}

		.homepage_news {
			width: 100%;
			float: left;
			margin: 0;
			max-height: 360px;
			overflow: hidden;
		}

		.news_home > div { border-right: none !important; }

		.col2-left-layout .main {
			padding: 0 0 460px;
		}

		.footer-container {
			height: 460px;
		}

		.footer .col-1, .footer .col-2 {
			padding: 20px 0 0 20px !important;
			width: 94%;
		}

		.footer .col-2 {
			width: 94%;
			margin: 10px 0 0;
			border-top: 1px solid #fff;
		}

		.footer .col-3 {
			float: left;
			width: 265px;
			padding: 20px 20px 10px;
		}

		.footer .col-3 .under-title {
			font-size: 12px;
			padding: 0 0 10px;
			float: left;
		}

		.social_links {
			float: left;
			margin: 0;
		}

		.col2-left-layout .main {
			padding: 0 0 230px;
	    }

		.footer-container {
			height: 525px;
		}

		.news_home .news-description {
			height: 100px;
		}
		.news_home .contentheading > a {
			height: 16px;
			display: block;
			overflow: hidden;
		}

		.news-title h4 a {
			color: #fff;
			font-size: 12px;
			font-weight: 300;
		}

		.col2-left-layout .main {
			padding: 0 0 525px;
		}

		.col1-layout .main {
			padding: 0 0 525px;
		}

		.footer .columns {
			height: 490px;
		}

		.product-view .product-img-box {
			float: left;
			width: 100%;
		}
		.product-essential {
			clear: both;
			padding: 0 2%;
		}

		.product-view .product-shop { width: 100% !important; }

		.product-collateral {
			padding: 0 2%;
			width: 96%;
		}
		body.catalog-product-view .social { display: none; padding: 0; }

		form#review-form .form-list .input-box input, form#review-form .form-list .input-box textarea {
			width: 100% !important;
		}

		.product-view .product-img-box .more-views ul { margin: 0; }

		.no-rating {
			margin: 0;
			width: 100px;
			overflow: hidden;
			height: 18px;
		}

		.product-view .product-img-box .more-views > h2 { display: none; }

		.resp, .catalog-product-view .qty-box { width: 80%; padding: 0 10%; }

		.resp_left { float: left; }
		.resp_right { float: right; }

		.sku_view { margin: 0; }

		.resp_center {
			margin: 0 auto;
			width: 100%;
			clear: both;
			text-align: center;
		}
		.product-essential .price-box { text-align: center; }

		.product-essential .add-to-box {
			margin: 10px auto;
			width: 56%;
			text-align: center;
		}
		.color-box {
			margin: 10px 50px 0 0;
		}
		.account-login .new-users {
			width: 88%;
		}
		.account-login .registered-users {
			width: 88%;
			float: left;
			border-top: 1px solid #fff;
		}
		.account-login .registered-users a.f-left {
			margin: 0 0 10px 135px !important;
		}
		.account-login .new-users .buttons-set, .account-login .registered-users .buttons-set {
			width: 88%;
			min-width: 88%;
		}
		.col2-left-layout .col-main {
			padding: 0 2%;
			width: 96% !important;
		}
		.account-create .form-list .control {
			margin: -5px 0 0 0px;
			width: 200px;
			line-height: 12px;
			position: absolute;
			left: 0;
		}
		.account-create .fieldset2 {
			border-top: 1px solid #EFEFEF;
			width: 100%;
		}
		.account-create .buttons-set {
			padding: 0 !important;
			margin: 0 0 20px !important;
			width: 88%;
			clear: both;
			min-width: 92%;
		}
		form#form-validate .buttons-set button {
			float: right !important;
		}
		.account-login .new-users .buttons-set,
		.account-login .registered-users .buttons-set,
		.account-login .buttons-set,
		.account-create .buttons-set,
		.send-friend .buttons-set,
		form#contactForm .buttons-set,
		form#review-form .buttons-set,
		form#form-validate .buttons-set {
			border-top: 0;
			margin: -10px 0 20px !important;
			padding: 0px 13px 5px;
			width: 88%;
		}

		.pager .limiter {
			float: none;
		}
		.pager .amount {
			float: left;
			margin: 0;
			clear: both;
			width: 100%;
		}
		.pager .pages {
			margin: 0;
		}
		.sorter .sort-by {
			float: none;
			width: 100%;
			text-align: center;
			padding-right: 0;
		}

		.flex-direction-nav {
			display: none;
		}

		.product-view .box-tags .form-add input.input-text {
			width: 100%;
			text-align: left;
			padding-left: 5px;
		}

		#product_tabs_tags_tabbed_contents .input-box {
			width: 124px !important;
		}

		.product-view .box-tags .form-add button.button span {
			height: 21px;
		}

    }

/* newest layouts */

.certs {
	margin: 0 0 10px;
	float: left;
	width: 100%;
	position: relative;
	clear: both;
}
.certs .item {
	float: left;
	width: 33.2%;
	max-width: 279px;
	margin: 0 10px 10px 0;
}
.certs .item img { float: left; width: 100%; clear: both; height: auto;}
.certs .item button {
	width: 100%;
	clear: both;
	margin: 5px 0;
}
#custommenu-mobile .button:hover {
	background-image: none;
	content: '+';
	color: #fff;
	text-align: right;
	font-size: 34px;
	line-height: 39px;
	text-indent: 0;
}
.sitecatul {
	margin: 0 5px 20px !important;
	padding: 0 0 5px 0 !important;
	float: left;
	width: 100%;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	column-gap: 1em;
}
.sitecatul li.cat {
    background-color: #EEB100;
    display: inline-block;
    margin: 0 0 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 7px 0 #ccc;
    width: 98% !important;
	color: #fff;
	padding: 2%;
}

.sitecatul li.cat a, .sitempan ul.siteul a { color: #fff; }

.sitecatul li.cat a:hover, .sitempan ul.siteul a:hover {
	text-shadow: 1px 2px 7px #ccc;
	text-decoration: underline;
}

.sitempan ul.siteul {
	margin: 0 5px 0px !important;
	padding: 0 0 0px 0 !important;
	float: left;
	width: 100%;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	column-gap: 1em;
}

.siteul li {
	list-style: inside;
	font-size: 1em!important;
	background-color: #EEB100;
	display: inline-block;
	margin: 0 0 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 2px 2px 7px 0 #ccc;
	width: 98% !important;
	color: #fff;
	padding: 2%;
}

h2.smh2 {
	text-align: center;
}

@media only screen and (max-width: 400px) {
    .sitecatul, .sitempan ul.siteul{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 401px) {
    .sitecatul, .sitempan ul.siteul{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .sitecatul, .sitempan ul.siteul {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .sitecatul, .sitempan ul.siteul {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

/*----------------------------------------------------------------
	Instagram FEED and carousel
----------------------------------------------------------------*/
.instagram > div {
	color: #fff;
	padding: 6px;
	margin: 0 0 5px;
	background: url(../images/insta_ico.png) 5px center no-repeat #EEB100;
	background-size: 25px;
	padding: 7px 6px 6px 35px;
	font-size: 16px;
}
.instagram > div:hover {
	background: url(../images/insta_ico.png) 5px center no-repeat #F3B900;
	background-size: 25px;
}
.instagram > div a { color: #fff; }
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
	position: relative;
	display: block;
	width: 31.348%;
	float: left;
	margin: 1%;
}
.rslides li:hover {
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	opacity: 0.7;
}
.rslides img {
  display: block;
  width: 100%;
}

body.ru .ru {
	display: block;
	margin: 10px 0;
}

body.ru .ua {
	display: none;
}

body.uk .ua {
	display: block;
	margin: 10px 0;
}

body.uk .ru {
	display: none;
}
.cat-list .cat-item:nth-child(3n+3){
	margin:0;
}
.cat-list .cat-item{
	display:inline-block;
	float:left;
	width:32%;
	/*margin-right:1%;*/
	margin-right:2%;
	box-sizing:border-box;

}
.cat-list .cat-item li {
	position:relative;
}
.cat-list .cat-item .hover_bg_cat{
	background-color:transparent;
	display: block;
	width: 100%;
    height:100%;
	position: absolute;
    /*z-index: 99999;*/
	top:0;
	margin:0;
}
.cat-list .cat-item .hover_bg_cat:hover {
    background-color: lightblue;
    opacity: 0.5;

}


.hover_bg_cat:hover:before,
.hover_bg_cat:hover:after{
	content:'';
	height:20px;
	display:block;
	position:absolute;
	top:45%;
	left:45%;
}
.hover_bg_cat:hover:before{
	width:20px;
	border:3px #fff solid;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
.hover_bg_cat:hover:after{
	width:7px;
	background:#fff;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	top:51.1%;
	left:53.5%;
}

.cat-list .cat-item .cat-name{display:block; text-align:center; color:#006ca7; font-size:14px;height:42px; text-transform:uppercase; margin:15px 0;font-weight:bold;}
.cat-list .cat-item img{display:inline-block; width:100%;}
.cat-list .cat-item ul li span{display:block; text-align:center; color:#006ca7; font-size:14px; text-transform:uppercase; margin:15px 0;font-weight:bold;}
@media screen and (min-width: 320px) and (max-width: 640px) {
	.cat-list .cat-item {
		width:48%;
	}
}
div.img_cat_box{
 height: 280px;
 width: 100%;
 overflow: hidden;
 display: block;
 text-align: center;
}
div.img_cat_box img{
    height: 100%;
    width: auto;
}
.account-login .registered-users .content p {
	padding-right: 30px;
	margin-top: 0px;
}
#form-validate .buttons-set p.required {
	text-align: center;
}
.catalog-product-view > #oneclickorder-form-wrapper.catalog_product_view {
	height: 30%;
	width: 40% !important;
	left: 30% !important;
	text-align: center;
}
.catalog-product-view > #oneclickorder-form-wrapper {
	background: #FFF !important;
	color: #666 !important;
	text-shadow: 0px 0px 0px #000 !important;
}
.popupContact {
	display: none;
}
.popupContact #contactForm .form-list label {
	float: left;
	color: #666;
	font-weight: 300;
	position: relative;
	z-index: 0;
	width: 105px;
	text-align: left;
	padding: 2px 0px 10px 30px;
}
#easytabs a {
	font-weight: bold;
	text-transform: uppercase;
}
.easytabs-content-wrapper #product_tabs_review_tabbed_contents .form-list li:last-child textarea {
	min-width: 30.5em;
}
#product_tabs_review_tabbed_contents .buttons-set {
	min-width: 48%;
	width: 48%;
}
.account-login .new-users .buttons-set button.button span {
	background: #006CA7;
	padding: 3px 20px;
}
#recently-viewed-items li.item {
	text-align: center;
	background: #fff;
}
#recently-viewed-items li {
	border-top: 1px solid #ddd;
}
#recently-viewed-items li:first-child {
	border:0;
}
#recently-viewed-items li .product-name {
	margin-top: 15px;
}
#recently-viewed-items .product-name a {
	font-weight: bold;
}
.product-essential #oneclickorder-form-wrapper {
	display:none;
}
#oneclickorder-form-wrapper .oneclickorder-title,
#oneclickorder-form-wrapper .descr,
#oneclickorder-form-wrapper #oneclickorder-form {
	width: 100%;
}
#oneclickorder-form .oneclickorder-fields {
margin-left: 20%;
}
#oneclickorder-form {
	margin-top: 20px;
}
.product-shop .btn-oneclick {
	border: 1px solid #006CA7;
	margin: 12px 50px 12px 0 !important;
	color: #006CA7;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	line-height: 41px;
	background: #fff;
	padding: 0;
	text-align: center;
	width: 50%;
	font-weight: bold;
	cursor:pointer;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.product-shop .btn-oneclick:hover {
	color: #fff;
	background: #006CA7;
	cursor:pointer;
}
.footer .popup-con-form {
	border: 1px solid #fff;
	margin: 12px 0px 12px 0 !important;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 41px;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.footer .popup-con-form:hover {
	background: #fff;
	color: #666;
}
.footer .columns > p {
	float: left;
}
#contactForm {
	display: block;
	background: #fff;
	/* box-shadow: -3px 4px 7px #989898; */
}
#oneclickorder-form-wrapper .oneclickorder-title {
	margin: 35px 0 10px !important;
}
.account-create .buttons-set button.button span {
	background: #006CA7;
	padding: 3px 23px;
}
form#review-form .buttons-set button.button[type="submit"] span {
	background: #006CA7;
}
.onepagecheckout_datafields .col-1 .form_fields input.t1 {
	  background: #f6f7f9 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 12px;
    height: 24px;
    text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 730px) {
	.carousel-products-grid .product-carousel.item {
		width:49%;
	}
}
  html { overflow-x: hidden; }
  .resp_left .no-rating {
	  display:none;
  }
  .resp_left .email-friend {
	  padding:10px 0;
  }
  .resp_center {
	  margin-top:10px;
  }

.footer-container .copyright address a{float:right;margin-right:10px;font-weight: 300;color: #7E7E7E;}

/*----------------------Home page action products-----------------------*/
.home_page_action_products.no-carousel {
	overflow: hidden;
	float: left;
    width: 100%;
}
.home_page_action_products.owl-carousel {
	float: left;
}
.home_page_action_products.no-carousel .item {
	float: left;
	width: 25%;
	margin-bottom: 15px;
}
.home_page_action_products.owl-carousel .item {
	margin-bottom: 15px;
}
.home_page_action_products .item .item_container {
	padding: 0 5px;
}
.home_page_action_products .item .item_container .product-image {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}
.home_page_action_products .item .item_container .product_img_container {
	overflow: hidden;
}
.home_page_action_products .item .item_container .product-image img {
    width: 100%;
}
.home_page_action_products .item .item_container .product-info {
	overflow: hidden;
}
.home_page_action_products .item .item_container .product-info .product-name a {
    display: inline;
    padding: 0 5px;
	font-size: 16px;
	color: #008FBC;
}
.home_page_action_products .item .item_container .product-name {
    font-weight: bold;
	padding: 0;
	height: 40px;
    font-size: 12px;
	overflow: hidden;
    text-align: center;
    width: 100%;
    float: none;
}
.home_page_action_products .item .item_container .product-series {
    text-align: center;
    font-size: 16px;
    color: #C3C3C3;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 300;
    line-height: 24px;
	margin-bottom: 0;
}
.home_page_action_products .item .item_container .price-box {
	width: 100%;
	text-align: center;
	margin: 0;
}
.home_page_action_products .item .item_container .product-info .price {
    font-weight: normal;
	white-space: nowrap !important;
	font-size: 12px;
    color: #F0B300;
}
.home_page_action_products .item .item_container .product-info .old-price .price {
	font-weight: normal;
    text-decoration: line-through;
    color: grey;
}
.home_page_action_products .item .item_container .product-info .old-price {
    margin: 0;
    font-size: 15px !important;
	float: none !important;
}
.home_page_action_products .item .item_container .product-info .old-price .price {
	font-size: 15px;
}
.home_page_action_products .item .item_container .product-info .special-price .price {
    font-weight: normal;
    color: red;
    font-size: 20px;
	line-height: 24px !important;
}
.home_page_action_products .item .item_container .product-info .special-price {
	float: none !important;
	line-height: 24px !important;
}
.home_page_action_products .item .item_container .product-info .product-shop {
	overflow: hidden;
    margin: 10px auto;
    display: block;
	text-align: center;
}
.home_page_action_products .item .item_container .product-info .product-shop button.button {
    display: inline-block;
    float: none;
}
.home_page_action_products .item .item_container .product-info .product-shop button.btn-cart {
	width: 40px !important;
}
.home_page_action_products.owl-carousel .owl-prev {
	text-indent: -100px;
	overflow: hidden;
	position: absolute;
	top: -36px;
    right: 40px;
	width: 24px;
	height: 24px;
	background: url('../images/chevron-left white.png') no-repeat;
}
.home_page_action_products.owl-carousel .owl-prev:hover {
	background: url('../images/chevron-left yellow.png') no-repeat;
}
.home_page_action_products.owl-carousel .owl-next {
	text-indent: -100px;
	overflow: hidden;
	width: 24px;
	position: absolute;
	top: -36px;
    right: 10px;
	height: 24px;
	background: url('../images/chevron-right white.png') no-repeat;
}
.home_page_action_products.owl-carousel .owl-next:hover {
	background: url('../images/chevron-right yellow.png') no-repeat;
}

@media screen and (max-width: 730px) {
	.home_page_action_products.no-carousel .item {
		width: 50%;
	}
	.home_page_action_products.no-carousel .item:nth-child(2n+1){
		clear: left;
	}
	.home_page_action_products .item .item_container {
		padding: 0 10px;
	}
}
@media screen and (max-width: 400px) {
	.home_page_action_products .item .item_container {
		padding: 0;
	}
}

@media screen and (max-width: 1084px) {
	.header .quick-access {
		position: static;
	}
	#top_search {
		position: absolute;
		right: 0;
		top: 181px;
	}
}
@media screen and (max-width: 768px) {
	#top_search {
		top: 198px;
	}
}
@media screen and (max-width: 730px) {
	#top_search {
		top: 293px;
	}
	.header_phones {
		left: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 640px) {
	.header_phones {
		left: 2%;
	}
	#top_search {
		top: 277px;
	}
}
@media screen and (max-width: 480px) {
	#top_search {
		top: 262px;
	}
}
@media screen and (max-width: 360px) {
	.header_phones {
		position: relative;
		float: none;
		left: auto;
		overflow: hidden;
		padding-bottom: 40px;
	}
	.header-container {
		height: auto;
	}
	#top_search {
		top: 120px;
		z-index: 9;
		left: 14px;
	}
	.account_links_container {
		top: 70px;
		z-index: 10;
		right: 10px;
	}
	.enter-panel {
		left: auto;
		right: -20px;
		z-index: 11;
		top: 30px;
		transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-moz-transform: translateX(0);
	}
	#nav li.responsive_cart {
		z-index: 1;
	}
}

.product_action_price_wrap {
	padding-left: 70px;
	background: url('../images/product_action_price_img.svg') no-repeat left top;
	margin-bottom: 20px;
	min-height: 54px;
}
.product_action_price_btn {
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #EEB700;
	margin-bottom: 5px;
}
.product_action_price_text, .product_action_price_text p {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	color: #006CA7;
}
.product_action_price_text strong {
	font-weight: bold;
}
@media screen and (max-width: 360px) {
	.product_action_price_wrap {
		margin-top: 10px;
	}
}