/* 
	version 

	04.11.2014
*/
/* import style */

@import url(colorbox-chosen.css);
@import url(/css/icheck/minimal/blue.css);

/* MAIN STYLE */
/* LAYOUT START */ 
html {
width: 100%;
height: 100%;
}

body {
width: 100%;
min-height: 100%;
padding: 0;
margin: 0 auto;
font-size: 13px;
font-weight: 400;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
position: relative;
background: url(/images/bodytile.gif) repeat;
}

.form-control {
background: #f1f1f1;	
}



.table-heading {
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #ccc;
padding: 10px 0;
margin-bottom: 15px;	
}

.block_qty {
display: flex;	
}

.hidden_area {
display: none;
}

@media print{    
	.no-print, .no-print *   {   display: none !important;  }
	.hidden_area { display: block; }
	.chosen-container    {   display: none !important;  }
}

header#header {
background: url(/images/t_hat.gif) repeat-x;
}

#header_top { 
position: relative; 
min-height: 210px;
}

#img_lock {
position: absolute;
top: 0;
right: -20px;
z-index: 10;
}

.slogan {
font-weight: bold;
color: #fdcc00;	
}

.blue{ color: #245c98;}

#id_main_content div.blue {
display: block !important;
font-weight: normal !important;
}

#id_main_content div.hide_cap {
display: block !important;
}

footer#footer {
background: url(/images/t_footer.gif) center 12px repeat-x #265f9a; 
}

#footer_bot {
min-height: 268px;
position: relative;
}

#footer_bot:before {
position: absolute;
left: -280px;
top: 0;
width: 320px;
height: 155px;
content: url(/images/t_footer_in.gif);  
}

.line_dash {
height: 12px;
background: url(/images/line.gif) repeat-x;
}

.line_dash_s {
height: 5px;
background: url(/images/line.gif) repeat-x;
}

.content {
padding-bottom:20px;
}

h1 {
font: bold 15px "Open Sans", Verdana, Sans-Serif;
color: #0289c3;
margin-bottom: 10px;
}

h2 {
font: 600 20px "Open Sans", Verdana, Sans-Serif;
color: #245c98;
margin: 15px 0 5px;
}

h3 {
font: 600 15px "Open Sans", Verdana, Sans-Serif;
color: #245c98;
margin: 15px 0 5px;
}

p {
margin: 5px 0;
}

a {
color: #245c98;
text-decoration: none;
}

a:hover {
color: #555;
text-decoration: none;
}

img {border: none; }

form {margin: 0; }

textarea {
font-size: 12px;
color: #555;
border: solid 1px #d9d9d9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.input_field {
font-size: 12px;
color: #555;
border: solid 1px #d9d9d9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mainblock {
background: #fff;
}

/* SOCIALS START */

.socials {
margin-top: 40px;
margin-right: 120px;
width: 120px;
}

.socials a {
float: right;
display: block;
height: 29px;
width: 29px;
opacity: 0.8;
margin-right: 8px;
background-image: url(/images/sprite.png);
background-repeat: no-repeat;
}

.socials a:hover { 
opacity: 1; 
text-decoration: none;
}

.socials a#fb { background-position: 0 0; }
.socials a#tw { background-position: -37px 0;  }
.socials a#ln { background-position: -71px 0;  }

/* SOCIALS END */

/* --------  TOPLINKS START --------  */
.top_links {
float: right;
padding: 3px 10px 0 0;
font-size: 13px;
color: #fff;
}

.top_links a{
font-size: 13px;
color: #fff;
text-decoration: none;
position: relative;
}

.top_links a:hover{color: #fdcc00;}

#login:before {
position: absolute;
content: "";
top: 4px;
left: -13px;
width: 10px;
height: 10px;
background-repeat: no-repeat;
background-position: -31px -45px;
background-image: url(/images/sprite.png);
}

.top_links .fa {
color: #fdcc00;
margin-right: 5px;
}
/* --------  TOPLINKS END --------  */

/* -------- LANGUAGES START --------  */
.top_languages {}

.top_languages a {
background: url(/images/flag_icon.gif) no-repeat;
display: block;
float: left;
font-size: 12px;
color: #454545;
text-decoration: none;
padding-left: 25px;
margin-right: 20px;
}

.top_languages a:hover{color: #0289c3;}

a.lang_en {background-position: 0 2px;}
a.lang_ua {background-position: 0 -13px;}
a.lang_ru {background-position: 0 -26px;}
/* --------  LANGUAGES END --------  */

/* -------- CURRENCY START -------- */
.top_currency{}
/* -------- CURRENCY END -------- */

/* -------- TOP SHOPPING CART START -------- */
.top_shopping_cart_block{
font-size: 12px;
line-height: 50px;
height: 50px;
color: #808080;
border: 1px solid #fff;
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f3f3 0%, #e2e2e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3f3f3 0%,#e2e2e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3f3f3 0%,#e2e2e2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3f3f3 0%,#e2e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

.shopping_cart_center{
margin: 10px 0;
line-height: 30px;
}

.shopping_cart_welcome {
padding: 0 20px;
float: left;
text-align: center;
border-right: 1px solid #fff;
}

.shopping_cart_account {
padding: 0 20px;
float: left;
border-right: 1px solid #fff;
}

.shopping_cart_cart {
float: right;
font-size: 12px;
font-weight: 600;
color: #000;
padding: 4px 15px 5px 33px;
margin-top: 6px;
position: relative;
background: #c0deff;
}

.shopping_cart_cart span {
color: #5fa6f2;
}

.shopping_cart_cart:hover {
cursor: pointer;
background: #aecced;
}

.shopping_cart_cart:before {
position: absolute;
content: "";
top: -3px;
left: -13px;
width: 37px;
height: 30px;
background-repeat: no-repeat;
background-position: 0 -71px;
background-image: url(/images/sprite.png);
}

.shopping_cart_account a, .shopping_cart_cart a {
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-decoration: none;
}

.shopping_cart_account a:hover, .shopping_cart_cart a:hover {color: #808080;}
/* -------- TOP SHOPPING CART END -------- */

/* -------- MENU TOP START -------- */
.menu_top_block_bg {
margin: auto; 
width: 100%;
height: 65px;
padding-top: 11px;
background: #fff;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}

.menu_top {background: #c0deff;}

.menu_top nav{
background: none;
border: none;
margin: 0;
min-height: unset;
}

.menu_top nav .navbar-toggle{float: left;}

.navbar-default .navbar-nav>li>a {
	color: #245c98;
	text-transform: uppercase;
}

#content_message_close {
cursor: pointer; 
float: right; 
height: 25px; 
position: relative; 
right: 10px;
top: 10px; 
width: 27px; 
z-index: 25; 
}

/* -------- MENU TOP END -------- */

/* -------- CONTEXT SEARCH START -------- */
.context_search {
border: 1px solid #d2d2d2;
border-bottom: 1px solid #fff;
min-width: 230px;
float: right;
margin: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #fff; /* Old browsers */
}

.context_search_field {float: left;padding: 0;}

.context_search_field input {
height: 25px;
color: #9f9f9f;
background: none;
border: none;
padding: 0 10px;
line-height: 25px;
}

.context_search_searchbutton {
color: #245c98;
display: block;
cursor: pointer;
width: 25px;
height: 25px;
float: right;
padding: 2px 0 0 5px;
background-color: #c0deff;
}

.context_search_closebutton img {
width: 16px;
height: 16px;
float: right;
cursor: pointer;
}

.context_search_result {
display: none; 
position: absolute;
overflow: auto;
width: 370px;
height: 400px;
z-index: 100; 
margin-top: 30px;
border: #ccc solid 1px; 
background: #fff;
}

*html .context_search_result {
margin-top: 20px;
margin-left: -50px;
}*

.context_search_result iframe {
display: none;/*for IE5*/
display/**/:block;/*for IE5*/
position: absolute;
top: 0;
left: 0;
z-index: -1;/*must have*/
filter:mask();/*must have*/
width: 1000px;/*for any big value*/
height: 1000px;/*for any big value*/
}

.context_search_results {width: 100%;margin: 0;padding: 0;}

.context_search_results th {
color: #245c98;
text-align: left;
padding: 5px;
}

.context_search_results th a {
font-size: 12px;
font-weight: bold;
color: #245c98;
text-align: left;
text-decoration: none;
}

.context_search_results th a:hover {color: #555;}

.context_search_results td {
font-size: 12px;
color: #555;
text-align: left;
padding: 5px 5px 5px 15px;
}

.context_search_results td a {
font-size: 12px;
color: #555;
text-align: left;
text-decoration: none;
}

.context_search_results td a:hover {color: #245c98;}

.context_search_res{
background: #fffd50;
}
/* -------- CONTEXT SEARCH END -------- */

/* -------- SITE COL START -------- */
#column_left, #column_right{padding: 0;}
#column_left li, #column_right li{margin: 0 0 10px 0;}
/* -------- SITE COL START -------- */


/* -------- Category Store START -------- */
.category_block{text-align: center; min-width: 150px;}

.category_block_img { border: 1px solid #c0deff; min-height: 200px;}

.category_block:hover .category_block_img { cursor:pointer; border: 1px solid #aecced;}

.category_block a{font-weight: 600; text-decoration: none;}

.category_block a:hover{color: #000;}

.category_block img{margin: auto;}

.category_block .boxcategory_name { margin-top: 25px; margin-bottom: 30px;}
/* -------- Category Store END -------- */

/* -------- MENU CATEGORY START -------- */
.category_list { padding: 0; margin-left: 15px;}

.category_list li { list-style: none; border-bottom: 1px solid #ddd;}

.category_list a {
display: block;
font-size: 12px;
color: #797c80;
text-decoration: none;
padding: 7px 0 7px 0;
background: url(/images/category-normal.gif) right center no-repeat;
}

.category_list a:hover {
color: #08c;
background: url(/images/category-over.gif) right center no-repeat;
}

li.subcategory_list a {
font-size: 12px;
color: #797c80;
padding-left: 15px;
}

li.subcategory_list a:hover { color: #08c;}

li.subcategory_list a.current { color: #08c; background: url(/images/category-over.gif) right center no-repeat; }
/* -------- MENU CATEGORY END -------- */

/* -------- MENU ACCOUNT START -------- */
.account_list {padding: 0;}

.account_list li {
list-style: none;
border-bottom: 1px solid #ddd;
}

.account_list a {
display: block;
font-size: 12px;
font-weight: normal;
color: #797c80;
text-decoration: none;
padding: 7px 0 7px 0;
background: url(/images/category-normal.gif) right center no-repeat;
}

.account_list a:hover, li.subaccount_list a.current {
color: #08c;
background: url(/images/category-over.gif) right center no-repeat;
}

li.subaccount_list a {
font-size: 12px;
font-weight: normal;
color: #797c80;
padding-left: 15px;
}

li.subaccount_list a:hover{color: #08c;}
/* -------- MENU ACCOUNT END -------- */

/* ------ MENU BRAND START ------ */
.brand_name {
font-size: 12px;
font-weight: bold;
color: #0289c3;
}

.brand {
min-height: 170px;
font-size: 12px;
font-weight: normal;
color: #000;
text-align: justify;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #ccc;
}

.brand img {
float: left;
margin: 0 20px 15px 0;
border: solid 1px #ccc;
}

.brand_list { padding: 0; margin-left: 15px;}

.brand_list li { list-style: none; border-bottom: 1px solid #ddd;}

.brand_list a {
display: block;
font-size: 12px;
font-weight: normal;
color: #797c80;
text-decoration: none;
padding: 7px 0 7px 0;
background: url(/images/category-normal.gif) right center no-repeat; 
}

.brand_list a:hover, .brand_list a.current { color: #08c; background: url(/images/category-over.gif) right center no-repeat; }
/* ------ MENU BRAND END ------ */

/* ------ NEWS GROUP START ------ */
.newsgroup_list {padding: 0;}

.newsgroup_list li { list-style: none; border-bottom: 1px solid #ddd; }

.newsgroup_list a {
display: block;
font-size: 12px;
color: #797c80;
text-decoration: none;
padding: 7px 0 7px 0;
background: url(/images/category-normal.gif) right center no-repeat;
}

.newsgroup_list a:hover, .newsgroup_list a.current {
color: #08c;
text-decoration: none;
background: url(/images/category-over.gif) right center no-repeat;
}

.newsgroup_list li#newsgroup_archive { list-style: none; border: none; }

.newsgroup_list li#newsgroup_archive a {
display: block;
font-size: 12px;
color: #08c;
text-decoration: none;
padding: 7px 0 7px 0;
background: none;
}

.newsgroup_list li#newsgroup_archive a:hover {color: #000;}
/* ------ NEWS GROUP END ------ */

/* SIDE BOXES START */
.sideboxes {}

.sideboxes_content {
width: 100%;
padding: 10px;
background: #fff;
}

.sideboxes_topleft, .sideboxes_topcenter, .sideboxes_topright{background: url(/images/box-bg.png) no-repeat;}

.sideboxes_topleft {
float: left;
width: 42px;
height: 51px;
padding: 0;
margin: 0;
background-position: 0 0;
}

.sideboxes_topcenter {
height: 51px;
font-size: 14px;
color: #555;
text-align: left;
line-height: 51px;
padding: 0;
margin: 0;
background-position: 0 -51px ;
background-repeat: repeat-x;
}

.sideboxes_topcenter a {
font-size: 12px;
font-weight: normal;
color: #555;
text-align: left;
text-decoration: underline;
line-height: 51px;
padding: 0;
margin: 0;
}

.sideboxes_topcenter a:hover {color: #0289c3;}

.sideboxes_topright {
float: right;
width: 10px;
height: 51px;
padding: 0;
margin: 0;
background-position: 0 -102px;
}

.sideboxes_botleft {
float: left;
width: 3px;
height: 3px;
padding: 0;
margin: 0;
background: url(/images/box-botleft.png) left no-repeat;
}

.sideboxes_botcenter {
height: 3px;
font-size: 12px;
font-weight: bold;
color: #000;
text-align: left;
line-height: 36px;
padding: 0;
margin: 0;
background: #fff;
}

.sideboxes_botright {
float: right;
width: 3px;
height: 3px;
padding: 0;
margin: 0;
background: url(/images/box-botright.png) right no-repeat;
}

.sidebox_category .sideboxes_topleft, .sidebox_category .sideboxes_topcenter, .sidebox_category .sideboxes_topright{background: url(/images/boxcategory-bg.png) no-repeat;}

.sidebox_category .sideboxes_topleft {
float: left;
width: 20px;
height: 51px;
padding: 0;
margin: 0;
background-position: 0 0;
}

.sidebox_category .sideboxes_topcenter {
height: 51px;
font-size: 14px;
font-weight: normal;
color: #fff;
text-align: left;
line-height: 51px;
padding: 0;
margin: 0;
background-position: 0 -51px;
background-repeat: repeat-x;
}

.sidebox_category .sideboxes_topcenter a {
font-size: 14px;
font-weight: normal;
color: #fff;
text-align: left;
text-decoration: underline;
line-height: 51px;
padding: 0;
margin: 0;
}

.sidebox_category .sideboxes_topcenter a:hover {
color: #f5f5f5;
text-decoration: none;
}

#sidebox_category .sideboxes_topright {
float: right;
width: 10px;
height: 51px;
padding: 0;
margin: 0;
background-position: 0 -102px;
}
/* SIDE BOXES END */

.view_type {
font-size: 12px;
font-weight: normal;
color: #555;
padding: 10px 12px 10px 12px;
background: #fff;
-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
}

.view_type .fa{
cursor: pointer;
color: #0289c3;
font-size: 18px;
margin: 5px;
}

.view_type table {
float: right;
margin: 0;
padding: 0;
}

.view_type table td {
font-size: 12px;
font-weight: normal;
color: #555;
padding: 0;
}

/* CENTER BOXES START */
.centerboxes {
width: 100%;
margin-top: 10px;
}

.centerboxes_content {
width: 100%;
background: #fff;
padding-top: 15px;
}

.centerboxes_topleft, .centerboxes_topcenter, .centerboxes_topright{
background: url(/images/box-bg.png) no-repeat;
}

.centerboxes_topleft {
float: left;
width: 42px;
height: 51px;
padding: 0;
margin: 0;
background-position: 0 0;
}

.centerboxes_topcenter {
height: 51px;
font-size: 14px;
color: #555;
text-align: left;
line-height: 51px;
padding: 0;
margin: 0;
background-position: 0 -51px ;
background-repeat: repeat-x;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.centerboxes_topcenter a {
font-size: 12px;
font-weight: normal;
color: #555;
text-align: left;
text-decoration: underline;
line-height: 51px;
padding: 0;
margin: 0;
}

.centerboxes_topcenter a:hover { color: #0289c3; text-decoration: none;}

.centerboxes_topright {
float: right;
width: 10px;
height: 51px;
padding: 0;
margin: 0;
background-position: 0 -102px;
}

.centerboxes_botleft {
float: left;
width: 3px;
height: 3px;
padding: 0;
margin: 0;
background: url(/images/box-botleft.png) left no-repeat;
}

.centerboxes_botcenter {
height: 3px;
font-size: 12px;
font-weight: bold;
color: #000;
text-align: left;
line-height: 36px;
padding: 0;
margin: 0;
background: #fff;
}

.centerboxes_botright {
float: right;
width: 3px;
height: 3px;
padding: 0;
margin: 0;
background: url(/images/box-botright.png) right no-repeat;
}

.product_grid .centerboxes_products{
overflow: hidden;
max-width: 330px;
}

.product_grid .centerboxes_products .shadow:before{
background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 30px;
position: absolute;
bottom: 0;
display: block;
content: "";
left: 0;
right: 0;
}

.product_grid .centerboxes_products .shadow{
height: 355px;
}

.centerboxes_products {
text-align: center;
margin: 0;
background: #fff;
}

.centerboxes_product_image {
position: relative;
z-index: 1;
margin: auto;
overflow: hidden;
border: 1px solid #c0deff;
}

.centerboxes_products:hover {
cursor: pointer;
}

.centerboxes_products:hover .centerboxes_product_image {
border: 1px solid #aecced;
}

.centerboxes_product_image a {
text-align: center;
vertical-align: middle;
}

.centerboxes_product_image img {
display: inline;
}

.centerboxes_product_image, .centerboxes_product_image a {
height: auto;
}

@media (min-width: 989px) {		
	.centerboxes_product_image, .centerboxes_product_image a {
	width: 182px;
	}
}

@media (min-width: 767px) {		
	.centerboxes_product_image, .centerboxes_product_image a {
	display: table-cell;
    height: 182px;
    width: 182px;
	}
}
@media (max-width: 767px) {		
.centerboxes_product_image { padding: 10px 0; }
}
.centerboxes_description {margin: auto;}

.centerboxes_products div.product_name {
margin-top: 10px;
}
/* CENTER BOXES END */

/* ------ AD BLOCKS START ------ */
.uniblock_block{
background: #fff;
margin: auto; 
margin-bottom: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.uniblock_caption{
font: 600 20px "Open Sans", Verdana, Sans-Serif;
color: #245c98;
margin: 15px 0 5px;
}

.slogan { text-align: center; }

}

/* left, right ads */
.left_ad_block, .right_ad_block {margin: auto; margin-bottom: 10px;}

.left_ad_block_description, .right_ad_block_description {
font-size: 12px;
font-weight: normal;
color: #000;
}

.left_ad_block_seedetails, .right_ad_block_seedetails {text-align: right;}

/* top, center, bottom ads */
.top_ad_block, .center_ad_block, .bottom_ad_block {
width: 100%;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.top_ad_block_description, .center_ad_block_description, .bottom_ad_block_description {
font-size: 12px;
font-weight: normal;
color: #000;
margin: 0 0 10px 0;
}

.top_ad_block_seedetails, .center_ad_block_seedetails, .bottom_ad_block_seedetails{ text-align: right; padding: 10px;}
/* ------ AD BLOCKS END ------ */

/* ------ FOOTER START ------ */
#footer {
width: 100%;
margin: 0;
}

#footer_bot {
padding-top: 30px;
}

.footer_copyright{
text-align: center;
}

.footer_copyright, .footer_copyright a {
font-size: 12px;
font-weight: normal;
color: #3483d7;
}

.footer_copyright a:hover {color: #f1f1f1;text-decoration: none;}

.f_contacts {
padding-left: 30px;
}

.f_contacts h4 {
color: #fff;
font-size: 16px;
font-weight: 600;
margin: 0;
text-transform: uppercase;
font-style: normal;
}

.f_contacts, .f_contacts a {
color: #c8eaff;
font-size: 14px;
font-style: italic;
}

.f_contacts a:hover { color: #fff; }

.credit_cards {float: left;}

.credit_cards img {
background: url(/images/credit_cards.png) no-repeat top;
float: left;
margin-right: 10px;
display: inline-block;
width: 41px;
height: 28px;
}

.credit_cards img.card_visa{background-position: 0 0;}
.credit_cards img.card_master{background-position: 0 -28px;}
.credit_cards img.card_amex{background-position: 0 -56px;}
.credit_cards img.card_paypal{background-position:0 -84px;}

.logotype_bottom{
text-align: center;
}

.logotype_bottom img, .logotype_bottom a{display: block; margin: auto;}

.logotype_bottom, .logotype_bottom a{
color: #555;
font-size: 10px;
text-decoration: none;
}

.logotype_bottom a:hover{color: #0289c3;}
/* ------ FOOTER END ------ */

/* ------ NAVIGATION START ------ */
.navigation {
font-size: 13px;
color: #245c98;
padding: 5px 10px 10px;
}

.navigation a {
font-size: 13px;
color: #245c98;
text-decoration: none;
}

.navigation a:hover {color: #000;}
/* ------ NAVIGATION END ------ */

/* ------ ALERT MESSAGES START ------ */
.error, .error_js, .state-highlight-error, .notify, .notify_message, .alert_message, .notify_message a , .alert_message a{ font-size: 12px; font-weight: bold; }

.error , .error_js{ margin-top: 8px; padding: 0; }

.error{/*background: url(/images/validation_advice_bg.gif) no-repeat left;*/}

.error_js {/*background: url(/images/validation_advice_bg_js.gif) no-repeat left;*/}

.state-highlight-error { border: 1px dashed red; background: #FAEBE7; }

.notify_message, .alert_message {
padding: 5px;
margin-top: 20px;
font-size: 14px;
color: #ff0000;
}

.error, .error_js, .alert_message, .alert_message a{color: red; margin-top: 0;}
.error_el {color: red; }

.notify_message a , .alert_message a{ text-decoration: underline; padding: 5px;}

.notify_message a:hover, .alert_message a:hover {text-decoration: none;}
/* ------ ALERT MESSAGES END ------ */

/* PRODUCT IMAGE START */
.productimage {
width: 130px;
margin: auto; /* product image */
}

.productimage_top {
width: 130px;
height: 5px;
background: url(/images/productimage-top.gif) no-repeat; /* product image top corner */
}

.productimage_bottom {
width: 130px;
height: 5px;
background: url(/images/productimage-bottom.gif) no-repeat; /* product image bottom corner */
}

.productimage_name {
text-align: center;
margin-top: 5px;
margin-bottom: 5px; /* product image name */
}

.productimage_name a {
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-align: center;
text-decoration: underline; 
}

.productimage_name a:hover {
color: #000;
text-decoration: underline; 
}
/* PRODUCT IMAGE END */

/* SEE ALL BUTTON START */
.seeall {
text-align: center;
margin-top: 5px;
margin-bottom: 5px; 
}

.seeall a {
font-size: 14px;
font-weight: bold;
color: #0289c3;
text-align: center;
text-decoration: underline; 
}

.seeall a:hover {
color: #000;
}
/* SEE ALL BUTTON START */

/* STATUS SMALL START */
.status_small {
width: 100px;
margin: auto; 
}

.status_small_left {
width: 3px;
display: inline;
float: left;
}

.status_small_center {
display: inline;
float: left;
font-size: 12px;
font-weight: normal;
color: #fff;
text-align: center;
text-decoration: none;
padding: 9px 10px 7px 10px; 
}

.status_small_right {
width: 17px;
display: inline;
float: left; 
}
/* STATUS SMALL END */

/* ------ STATUS CATEGORY START ------ */
.category_status_new, .category_status_sale {
width: 40px;
float: right;
font-size: 11px; 
font-weight: normal;
text-align: center;
color: #fff;
margin-top: 5px;
padding-top: 2px;
padding-bottom: 3px;
}

.category_status_new{background: url(/images/category_status_new.png) repeat-x; }

.category_status_sale {background: url(/images/category_status_sale.png) repeat-x; }
/* ------ STATUS CATEGORY END ------ */


.bordertop {border-top: solid 1px #ccc; /* top separate line */}

.borderbottom {border-bottom: solid 1px #ccc; /* bottom separate line */}

/* SHOPPING STEP TABLES START */
div.tables {
}

.table th { text-align:center; }

.tables table {
width: 100%;
margin: 0;
padding: 0;
}

.table_heading {
font-size: 16px;
font-weight: 600;
padding-bottom: 10px;
border-bottom: solid 1px #e5e5e5;
}

.tables table td#bottom_cell {
padding-bottom: 10px;
border-bottom: solid 1px #e5e5e5;
}

.tables th a, .tables td a {
font-size: 14px;
font-weight: bold;
}

.tables #product_image {
margin-top: 10px;
border: solid 1px #ccc;
}

.tables td #ship_to {
font: normal 12px Arial, Verdana, Sans-Serif;
color: #000;
text-decoration: none; /* link over styles */
}

.tables #separator {border-bottom: solid 1px #ccc;}



#shopping_cart_div td { vertical-align: middle; }
/* SHOPPING STEP TABLES END */

/* ------ PRODUCT LISTING START ------ */
.product_list_img{position: relative;}

.product_list_short_description {
font-size: 12px;
font-weight: normal;
color: #777;
text-align: justify;
}

.product_grid_name {
font-size: 14px;
font-weight: 600;
color: #245c98;
margin-top: 5px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
}

.centerboxes_products:hover .product_grid_name {color: #000;}

.product_grid #button_delete {
margin-top: 5px;
margin-bottom: 5px;
}

.product_grid #button_delete a {
cursor: pointer;
font-size: 12px;
font-weight: normal;
color: #555;
text-decoration: none;
}

.product_grid #button_delete a:hover {
color: red;
}

.product_description ul {
padding-left: 30px;
}

.product_description li {
padding: 5px 0;
list-style: disc;
}
/* ------ PRODUCT LISTING END ------ */

/* PRODUCT START */
#product_img {
padding: 15px 0;
}

.product_name {text-align: center;}

.product_name a {
font-size: 14px;
font-weight: bold;
color: #808080;
text-decoration: none;
}

.product_name a:hover {color: #0289c3;}

.product_header h1 {
font-size: 18px;
font-weight: bold;
color: #245c98;
margin: 0;
line-height: 20px;
}

.product_code h3 {
font-size: 18px;
font-weight: bold;
line-height: 18px;
color: #686868;
margin: 0;
}

.product_print {
font-size: 30px;
float: right;
margin-top: 10px;
cursor: pointer;
}

.product_quantity {
line-height: 35px;
margin: 10px 20px 0 0;
}

.product_quantity input, .CreditCard table.table_form input, .shopping_cart input {width: 45px; text-align: center; padding: 6px 4px}

#ui-datepicker-div { z-index: 10 !important;}

.product_quantity_available {
float: left;
font-size: 12px;
font-weight: normal;
margin-top: 10px;
}

.product_short_description {
font-size: 12px;
font-weight: normal;
color: #777;
text-align: justify;
padding-top: 10px;
}

.product_owner {
font-size: 12px;
font-weight: normal;
color: #777;
text-align: justify;
padding-top: 10px;
}

.product_extra {
font-size: 14px;
font-weight: normal;
color: #000;
margin-top: 5px;
}

.product_image {
position: relative;
z-index: 1;
border: solid 1px #c0deff;
}

.product_image img{
margin: auto;
}

/*
.product_image_zoom {
width: 50px;
height: 50px;
position: absolute;
bottom: 0;
right: 0;
z-index: 2;
}*/

.product_image .img_zoom{
display: none;
}

.product_image:hover .img_zoom{
display: block;
font-size: 60px;
color: #0289c3;
text-decoration: none;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
z-index: 99;
}

.product_image:hover img{
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

/* IE 5-7 */
filter: alpha(opacity=50);

/* Netscape */
-moz-opacity: 0.5;

/* Safari 1.x */
-khtml-opacity: 0.5;

/* Good browsers */
opacity: 0.5;
}

.product_status {
height: 21px;
position: absolute;
bottom: 5px;
left: -3px;
z-index: 3;
}

.product_status_preview {
bottom: 10px;
left: -3px;
position: absolute;
z-index: 3;
}

.product_status_list {
bottom: 10px;
left: -3px;
position: absolute;
z-index: 3;
}

.product_status_sideboxes {
bottom: 10px;
left: -3px;
position: absolute;
z-index: 3;
}

.product_status_center {
height: 21px;
float: left;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
line-height: 21px;
white-space: nowrap;
padding: 0 5px;
}

.product_price, .price, .price_special, .price_old  {
font-size: 18px;
font-weight: bold;
color: #000102;
white-space: nowrap;
}

.prod_desc_title {
font-size: 14px;
font-weight: 600;
margin-right: 5px;
text-transform: uppercase;
}

.price, .price_old, .price_special{line-height: 25px;}

.price_special {
color: #245c98;
white-space: nowrap;
}

.price_old {
text-decoration: line-through;
}

.price_total {
font-size: 18px;
font-weight: bold;
color: #245c98;
white-space: nowrap;
}

.total {
font-size: 14px;
font-weight: bold;
text-align: right;
margin-top: 5px;
white-space: nowrap;
}

.total_left {
width: 50%;
float: left;
text-align: left;
margin-bottom: 5px;
}

.total_right {
width: 50%;
float: right;
text-align: right;
margin-bottom: 5px;
}

.product_rate {
float: left;
margin-top: 10px;
white-space:nowrap;
font-size: 14px;
}

.product_rate .fa-user{
margin: 0 5px 0 2px;
}

#rate_left {
float: left;
font-size: 12px;
font-weight: normal;
color: #555;
text-align: left;
margin-bottom: 10px;
}

#rate_left b {
color: #0289c3;
}

#rate_right {
float: right;
font-size: 12px;
font-weight: normal;
color: #555;
text-align: right;
}

.customer_ratings {
font-size: 12px;
font-weight: normal;
color: #555;
background: #fff;
}

.comment_add{color: #0289c3;}

#customer_ratings_header {
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-align: center;
margin: 0 10px 10px 10px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #ccc;
}

.customer_ratings_body {
font-size: 12px;
font-weight: normal;
color: #555;
text-align: justify;
padding: 10px;
}

.customer_ratings_name{
color: #496E98; 
font-size: 12px;
font-weight: bold;
}

.customer_ratings_date{color:#A8A8A8;}

.customer_ratings_body:hover{background: #fafafa;}

.product_attribute select {
float: left;
max-width: 300px;
margin-bottom: 10px;	
}

.product_attribute div.iradio_minimal-blue span.error_js, #shipping_methods_div div.iradio_minimal-blue span.error_js, #payment_methods_div div.iradio_minimal-blue span.error_js{
position: absolute;
z-index: 1;
white-space: nowrap;
}

.product_attribute td {padding: 5px 5px 5px 0;}

.product_attribute td.left {
color: #000102;
font-size: 14px;
padding-top: 10px;
}

.product_attribute td table td {padding: 3px;}

.product_attribute #attribute_name {
font-size: 12px;
font-weight: bold;
text-align: left;
}

.product_attribute_field {
font-size: 12px;
font-weight: bold;
color: #000;
text-align: left;
}

.product_attribute_value {
font-size: 12px;
font-weight: normal;
color: #555;
text-align: left;
}

.description_tabs {margin-top: 20px;}

/* product tabs start */

ul#tabs {
list-style-type: none;
padding: 0;
margin: 0;
padding-bottom: 31px;
border-bottom: 1px solid #cecece;
}

ul#tabs li {
color: #0289c3;
float: left;
height: 24px;
font-size: 12px;
font-weight: normal;
margin: 2px 2px 0 0;
}

ul#tabs li .fa{margin:0 5px 0 0;}

#tabs li a {
cursor: pointer;
float: left;
display: block;
font-size: 14px;
font-weight: normal;
color: #0289c3;
text-decoration: none;
padding: 4px 7px;
border: 1px solid #cecece;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom: 1px solid #ccc;
background: url(/images/tab_normal.png) bottom repeat-x #f7f7f7;
}

ul#tabs li.active, #tabs li a:hover, #tabs li.active a:hover {
font-weight: normal;
color: #555;
}

#tabs li.active a {
color: #555;
border: 1px solid #cecece;
border-bottom: #fff;
background: url(/images/tab_active.png) bottom repeat-x #e3f1f6;
}

#tabs_content {
font-size: 12px;
font-weight: normal;
color: #555;
padding: 15px;
border: solid 1px #cecece;
border-top: none;
background: #fff;
}
/* product tabs start */

/* PRODUCT END */

/* ------ PAGE TAB START ------ */
.page_tab {
margin-top: 10px;
}

ul.pageTab {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}

ul.pageTab li {
list-style: none;
padding: 0;
display: inline;
}

ul.pageTab a.begin, ul.pageTab a.end, ul.pageTab a.previous, ul.pageTab a.next, ul.pageTab a.page {
font-size: 12px;
font-weight: normal;
color: #0289c3;
line-height: 25px;
text-decoration: none;
margin: 0;
padding: 5px 9px 5px 9px;
background: url(/images/pagetab.png) no-repeat;
}

ul.pageTab li.current, ul.pageTab a.begin:hover, ul.pageTab a.end:hover, ul.pageTab a.previous:hover, ul.pageTab a.next:hover, ul.pageTab a.page:hover {
font-size: 12px;
font-weight: bold;
color: #fff;
text-decoration: none;
background: url(/images/pagetab_over.png) no-repeat;
}
/* ------ PAGE TAB END ------ */

/* SEARCH BLOCK START */
.adv_search {
width: 175px;
margin: auto;
margin-top: 5px;
}

.adv_search div {margin-bottom: 4px;}

.adv_search_name {
font-size: 12px;
font-weight: bold;
color: #000;
text-align: left;
}

.adv_search_keywords input {
width: 173px;
border: solid 1px #ccc;
}

.adv_search_category select {
width: 175px;
border: solid 1px #ccc;
}

.adv_search_include {
font-size: 12px;
font-weight: normal;
color: #000;
text-align: left;
}

.adv_search_include checkbox {
border: solid 1px #ccc;
}

.adv_search_price {
font-size: 12px;
font-weight: normal;
color: #000;
text-align: left;
}

.adv_search_price input {
width: 42px;
border: solid 1px #ccc;
}

.adv_search_button {
padding-top: 5px;
border-top: solid 1px #ccc;
}
/* SEARCH BLOCK END */

/* ------ PRODUCT GALLERY START ------ */
div.product_gallery img { width: 78px;}
div.product_gallery div.other { cursor: pointer; border: 1px solid #c0deff; margin-top: 20px;}
div.product_gallery div.other:nth-child(3n+2) { margin-left: 18px;}
div.product_gallery div.other:hover{ border: 1px solid #aecced; }

/* ------ PRODUCT GALLERY END ------ */

/* ------ QUESTION START ------ */
.question {
color: #000;
font-size: 12px;
margin: auto;
}

.question_name {
font-size: 14px;
font-weight: bold;
color: #0289c3;
}

.question_date {margin-top: 10px;}

.question_description { text-align: justify; margin-top: 5px;}

.question_answers {margin-top: 5px;}

.question_answer {}

.question_archive {
margin-top: 3px;
padding-top: 5px;
text-align: right;
border-top: solid 1px #ccc;
}

.question_archive a {
font-weight: bold;
color: #0289c3;
text-align: right;
text-decoration: none;
}

.question_archive a:hover {color: #000;}

.question_result_block{ background: #e2f4fb; padding: 10px;}

.question_result_name {
font-size: 12px;
color: #000;
margin-top: 5px;
}

.question_result_bar {
border-left: 1px solid #ff0000;
color: #0289c3;
margin-top: 5px;
}

.question_total, .question_correct {
font-size: 12px;
color: #000;
margin-top: 10px;
}

.question_main {margin-bottom: 5px;}

.question_main a {
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-align: right;
text-decoration: underline;
}

.question_main a:hover {color: #000;}

.question_other input {border: solid 1px #ccc;}
/* ------ QUESTION END ------ */


/* ------ NEWS START ------ */
div.newslist {
padding: 0 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.news_date {
font-size: 12px;
font-weight: bold;
color: #777;
margin-bottom: 5px;
}

.news_name {
font-size: 14px;
font-weight: bold;
color: #0289c3;
padding-left: 18px;
background: url(/images/arrow-news.png) no-repeat left;
}

.news_name a {
font-size: 14px;
font-weight: bold;
color: #0289c3;
text-decoration: none;
}

.news_name a:hover {
color: #555;
}

.news_description {
font-size: 12px;
font-weight: normal;
color: #555;
margin: 5px 0;
}

.news_details {
font-size: 12px;
font-weight: normal;
text-align: right;
padding-bottom: 10px;
border-bottom: solid 1px #ccc;
}

.news_details a {
display: block;
float: right;
height: 17px;
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-align: right;
text-decoration: none;
line-height: 17px;
padding-left: 20px;
background: url(/images/bullet_arrow.png) no-repeat left;
}

.news_details a:hover {color: #555;}

.news_main, .news_list, .news_single {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: solid 1px #ccc;
}
/* ------ NEWS END ------ */

/* ------ BANNER START ------ */
.banner {background: #fff;}
/* ------ BANNER END ------ */

/* ------ BLOG START ------ */
.blog {margin: auto;}

.blog_category {
font-size: 12px;
font-weight: normal;
color: #000;
text-align: left;
padding: 10px 10px 10px 18px;
background: url(/images/arrow-news.png) no-repeat left;
}

.blog_category a {
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-decoration: none;
}

.blog_category a:hover {
color: #000;
text-decoration: underline;
}

.blog_all {
font-size: 12px;
color: #000;
text-align: right;
padding-top: 5px;
margin-top: 5px;
border-top: solid 1px #ccc;
}

.blog_all a {
font-size: 12px;
color: #000;
text-decoration: none;
}

.blog_all a:hover {
color: #0289c3;
text-decoration: underline;
}

.blog_archive {
font-size: 12px;
color: #000;
text-align: right;
padding-top: 5px;
margin-top: 5px;
border-top: solid 1px #ccc;
}

.blog_archive a {
font-size: 12px;
color: #000;
text-decoration: none;
}

.blog_archive a:hover {
color: #0289c3;
text-decoration: underline;
}

.blog_list {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: solid 1px #ccc;
}

.blog_date {
font-size: 12px;
color: #000;
margin-bottom: 3px;
}

.blog_name {
font-size: 14px;
font-weight: bold;
color: #0289c3;
padding-left: 18px;
background: url(/images/arrow-news.png) no-repeat left;
}

.blog_name a {
font-size: 14px;
font-weight: bold;
color: #0289c3;
}

.blog_name a:hover { color: #000; }

.blog_description {
font-size: 12px;
color: #000;
margin-top: 5px;
margin-bottom: 5px;
}

.blog_comments {font-size: 12px;color: #0289c3;}

.blog_comments a {
font-size: 12px;
color: #0289c3;
text-decoration: underline;
}

.blog_comments a:hover {color: #000; text-decoration: none; }

.blog_comment_comment1, .blog_comment_comment2{
font-size: 12px;
color: #000;
margin: 5px 0;
padding: 5px;
border-bottom: solid 1px #ccc;
}

.blog_comment_comment1 {background: #f7f7f7;}

.blog_comment_header {
font-size: 12px;
font-weight: bold;
color: #0289c3;
margin-bottom: 3px;
}

.blog_comment_header #time {
float: right;
font-size: 11px;
font-weight: normal;
color: #555;
}
/* ------ BLOG END ------ */

/* ------ NEWSLETTER START ------ */
.newsletter {}

.newsletter_header {
font-size: 14px;
font-weight: bold;
color: #0289c3;
text-align: center;
}

.newsletter_name {
font-size: 12px;
font-weight: normal;
color: #000;
}

.newsletter_form {}

.newsletter_selection { margin: 5px 0; width: 100%; }

.newsletter_select {
color: #0289c3;
float: left;
margin: 0 5px 0 0;
}

.newsletter_security {margin: auto;}

.newsletter_security .security2_button{ margin: 10px 0 0 0; width: 100%; }

.newsletter_security .security2_button button{ width: 100%; }

/* ------ NEWSLETTER END ------ */

/* ------ SITEMAP START ------*/
.sitemap ul{
list-style: disc; 
}

.sitemap ul li {
font-size: 12px;
}

.sitemap ul li ul li {
padding-left: 0;
background: none;
}

.sitemap ul li a {
font-weight: bold;
color: #0289c3;
text-decoration: none;
}

.sitemap ul li a:hover {
color: #555;
}

.sitemap ul li ul li a {
font-weight: normal;
color: #555;
text-decoration: none;
}

.sitemap ul li ul li a:hover {
color: #0289c3;
}
/* ------ SITEMAP END ------*/

/* ------ SECURITY CAPCHA START ------ */
.security1 {
font-size: 13px;
color: #0289c3;
text-align: center;
margin: 0 auto;
}

.security1 b {
font-size: 15px;
color: red;
}

.security2 {
text-align: center;
margin: auto;
max-width: 320px;
}

.security2_img {
float: left;
width: 125px;
margin: 15px 5px 0 0;
}

.security2_form {
float: left;
margin: 10px 10px 0 10px;
}

.security2_form input {border: solid 1px #aaa;}

.security2_button {
min-width: 80px;
width: auto;
float: right;
margin: 12px 0 0 0;
}

.security3 {
float: left;
margin-top: 5px;
}
/* ------ SECURITY CAPCHA END ------ */

/* ------ INPUT BUTTONS START ------ */

.btn{
color: #fff;
font-size: 15px;
text-transform: uppercase;
border: 1px solid #245c98;
background: #245c98; /* Old browsers */
}

.btn:hover, .btn:focus {
color: #fff;
outline: none;
border: 1px solid #1a3e64;
background: #1a3e64; /* Old browsers */
}

.btn_grey {
border: 1px solid #b1b1b1;
background: #b1b1b1;
}

.btn_grey:hover, .btn_grey:focus {
border: 1px solid #969696;
background: #969696;
}

.button_favourites, .button_wishlist { float: right; margin-top: 10px;}

.button_quote { float: left; margin-left: 10px;}
.btn-danger {    background: #d9534f !important;    border-color: #d43f3a;    color: #fff;}
/* ------ INPUT BUTTONS END ------ */


/* PHOTOALBUM START */
.photo_gallery li{
min-height: 250px;
}


.photoalbum_album {
float: left;
margin-bottom: 15px;
}

.photoalbum_image {text-align: center;}

.photoalbum_image img {
text-align: center;
border: solid 1px #ccc;
}

.photoalbum_name {
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-align: center;
margin-top: 5px;
}

.photoalbum_name a {
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-align: center;
text-decoration: none;
}

.photoalbum_name a:hover {
color: #000;
text-decoration: none;
}

.photoalbum_bigpicture {
margin: auto;
border: solid 1px #ccc;
}

.photoalbum_slider {
width: 506px;
margin: auto;
}

.photoalbum_arrowleft, .photoalbum_arrowright{
width: 28px;
height: 60px;
cursor: pointer;
}

.photoalbum_arrowleft {
float: left;
text-align: left;
background: url(/images/arrow-left.png) left no-repeat;
}

.photoalbum_arrowright {
float: right;
text-align: right;
background: url(/images/arrow-right.png) right no-repeat;
}

.photoalbum_thumbnails {
width: 450px;
height: 200px;
float: left;
overflow: hidden;
}

.photoalbum_thumbnails_table {
margin: 0;
padding: 0;
}

.photoalbum_thumbnails_table td {
padding: 5px;
text-align: center;
}
/* PHOTOALBUM END */

/* PETITION START */
.petition_name {
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-align: center;
margin-bottom: 10px;
}

.petition_description {
font-size: 12px;
font-weight: normal;
color: #000;
text-align: justify;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #ccc;
}

.petition_table {
padding: 0;
margin: auto;
}

.petition_table td {padding: 3px;}

.petition_list {
margin-top: 10px;
padding-top: 10px;
border-top: solid 1px #ccc;
}

.petition_list table {
padding: 0;
margin: 0;
}

.petition_list td {padding: 3px;}

.petition_separate {
padding: 1px;
border-top: solid 1px #ccc;
}
/* PETITION END */

/* TICKET START */
.ticket_form {
padding: 0;
margin: auto;
}

.ticket_form td {
padding: 5px;
font-size: 12px;
font-weight: bold;
color: #0289c3;
}

.ticket_ticket1, .ticket_ticket2 {
font-size: 12px;
font-weight: normal;
color: #000;
margin-top: 5px;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: solid 1px #ccc;
}

.ticket_id {
font-size: 12px;
font-weight: normal;
color: #0289c3;
margin-top: 10px;
}

.ticket_content {
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
border-top: solid 1px #ccc;
}

.ticket_header {
font-size: 12px;
font-weight: normal;
color: #0289c3;
line-height: 18px;
}

.ticket_header #time {
float: right;
font-size: 12px;
font-weight: bold;
color: #0289c3;
}

.ticket_text {
font-size: 12px;
font-weight: normal;
color: #000;
margin-top: 5px;
margin-bottom: 5px;
}
/* TICKET END */

/* WISH LIST START */
.wishlist_user_block {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: solid 1px #ccc;
}

.wishlist_user_name {
font-size: 12px;
font-weight: bold;
color: #0289c3;
margin-bottom: 5px;
}

.wishlist_user_location {
font-size: 12px;
font-weight: normal;
color: #000;
margin-bottom: 5px;
}

.wishlist_user_list a {
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-decoration: underline;
}

.wishlist_user_list a:hover {
color: #000;
text-decoration: none;
}

.multishipping {

}
/* WISH LIST END */

.success {
color: green;
margin: 5px;
text-align: center;
}

.popup {padding: 15px;}

/* PROGRESSBAR START */
.progressbar {
height: 60px;
padding: 10px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.progressbar #progressbar_current1 {
width: 30%;
height: 38px;
float: left;
text-align: center;
background: url(/images/progressbar/progressbar_current1.png) left no-repeat;
}

.progressbar #progressbar_normal1 {
width: 30%;
height: 38px;
float: left;
text-align: center;
background: url(/images/progressbar/progressbar_normal1.png) left no-repeat;
}

.progressbar #progressbar_current2 {
width: 30%;
height: 38px;
float: left;
text-align: center;
background: url(/images/progressbar/progressbar_current2.png) left no-repeat;
}

.progressbar #progressbar_normal2 {
width: 30%;
height: 38px;
float: left;
text-align: center;
background: url(/images/progressbar/progressbar_normal2.png) left no-repeat;
}

.progressbar #progressbar_current3 {
width: 30%;
height: 38px;
float: left;
text-align: center;
background: url(/images/progressbar/progressbar_current3.png) left no-repeat;
}

.progressbar #progressbar_normal3 {
width: 30%;
height: 38px;
float: left;
text-align: center;
background: url(/images/progressbar/progressbar_normal3.png) left no-repeat;
}

.progressbar #progressbar_current4 {
width: 26px;
height: 38px;
float: left;
text-align: center;
background: url(/images/progressbar/progressbar_current4.png) left no-repeat;
}

.progressbar #progressbar_normal4 {
width: 26px;
height: 38px;
float: left;
text-align: center;
background: url(/images/progressbar/progressbar_normal4.png) no-repeat;
}

.progressbar #progressbar_text {
font-size: 12px;
font-weight: normal;
color: #555;
text-align: left;
margin-top: 45px;
}

.progressbar #progressbar_text a {
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-align: left;
text-decoration: none;
}

.progressbar #progressbar_text a:hover {
color: #555;
text-decoration: none;
}
/* PROGRESSBAR END */

/* ------ PRODUCT SLIDER START ------ */
.product_slider {
width: 235px;
height: 25px;
float: left;
margin-top: 10px;
margin-bottom: 15px;
}

.product_slider_previous, .product_slider_play, .product_slider_next {
padding: 5px 8px;
float: left;
margin-right: 9px;
background: #e6e6e6;
text-align: center;
}

.product_slider_seconds {
width: 63px;
float: left;
font-size: 12px;
font-weight: normal;
color: #777;
margin-right: 9px;
margin-top: 5px;
}

.product_slider_minus, .product_slider_plus {
background: #e6e6e6;
padding: 2px 5px;
float: left;
margin-top: 5px;
text-align: center;
}

.product_slider_minus{
margin-right: 9px;
}

/* ------ PRODUCT SLIDER END ------ */

#myCarousel .carousel-inner {
margin-top: -18px;
}

#myCarousel .item {
height: 400px;
display: flex;	
}

#myCarousel .item img {
object-fit: cover;
width: 100%;
height: auto;
}

.slideshow_photodescription {
position: absolute;
margin: 40px;
color: #0F3156;
bottom: 0px;
padding: 20px;
width: 620px;
background: rgba(255,255,255,0.7);	
}

/* ACCOUNT ICONS START */
.account_icons {
padding: 15px;
margin-top: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.account_icons table {
width: 100%;
margin: auto;
padding: 0;
background: #f2f2f2;
border: solid 1px #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.account_icons table td {
padding: 10px;
text-align: center;
}

.account_icons table td img {margin-bottom: 10px;}

.account_icons td a {
font: bold 12px Arial, Verdana, Sans-Serif;
color: #0289c3;
text-align: center;
text-decoration: none;
}

.account_icons td a:hover {
color: #000;
text-decoration: none;
}
/* ACCOUNT ICONS END */

/* FILTERS START */
.glossymenu {
padding: 0;
margin-left: 15px;
}

.glossymenu input.box {
border: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.glossymenu label {
font-size: 12px;
font-weight: normal;
color: #0289c3;
padding-left: 5px;
}

.glossymenu b {
font-size: 12px;
font-weight: normal;
color: #808080;
}

.filter_menu {
font: bold 12px Arial, Verdana, Sans-Serif;
color: #555;
padding-bottom: 5px;
padding-top: 15px;
margin-bottom: 7px;
border-bottom: solid 1px #ccc;
}

.filter_menu a {
font: bold 12px Arial, Verdana, Sans-Serif;
color: #555;
text-decoration: none;
cursor: default;
}

.filter_menu a:hover {
color: #555;
}

.filter_submenu {
background-repeat: no-repeat;
background-position: left;
}

.filter_submenu a {
font: bold 12px Arial, Verdana, Sans-Serif;
color: #0289c3;
cursor: default;
}

.filter_submenu a:hover {
color: #000;
}

.filter_submenu div {margin-top: 4px;}
/* FILTERS END */

/* USER START */
.login_table {
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.login_table table {
width: 100%;
}

.login_table table th {
text-align: left;
padding: 5px;
border-bottom: solid 1px #ccc;
}

.login_table table th span {
height: 17px;
display: block;
font: bold 14px Arial, Verdana, Sans-Serif;
color: #0289c3;
line-height: 17px;
padding-left: 25px;
background: url(/images/bullet_arrow.png) left no-repeat;
}

.login_table table td {
padding: 5px;
}

.onestep_table {
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.onestep_table table {
width: 100%;
}

.one-step-head span{
display: block;
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #0289c3;
line-height: 17px;
background: url(/images/bullet_arrow.png) left no-repeat;
padding: 5px 5px 5px 25px;
border-bottom: solid 1px #ccc;
}


.onestep_login {
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.onestep_login table {
width: 100%;
}

.onestep_login table td {
padding: 5px;
}

.onestep_login table td input {
width: 150px;
height: 22px;
font: normal 12px Arial, Verdana, Sans-Serif;
color: #777;
line-height: 22px;
border: solid 1px #ccc;
}

.onestep_table table td textarea {width: 550px;}

.onestep_shipping {
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.onestep_shipping table {
width: 100%;
}

.onestep_shipping table th {
text-align: left;
padding: 5px;
border-bottom: solid 1px #ccc;
}

.onestep_shipping table td table th {
color: #0289c3;
text-align: right;
border: none;
}


.onestep_shipping table td {
padding: 5px;
}

.onestep_payment {
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.onestep_payment table th {
text-align: left;
padding: 5px;
border-bottom: solid 1px #ccc;
}

.onestep_payment table td table th {
color: #0289c3;
text-align: right;
border: none;
}

.onestep_payment table td {
padding: 5px;
}

.onestep_review {
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.onestep_review table {
width: 100%;
}

.onestep_review table th {
text-align: left;
padding: 5px;
border-bottom: solid 1px #ccc;
}

.onestep_review table td table th {
border-bottom: solid 1px #ccc;
}


.onestep_review table td {
padding: 5px;
}

.review_cart {
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.review_cart table {
width: 100%;
}

.review_cart table th {
text-align: left;
padding: 5px;
border-bottom: solid 1px #ccc;
}

.review_cart table td table th {
border-bottom: solid 1px #ccc;
}

.review_cart table th span {
height: 17px;
display: block;
font: bold 14px Arial, Verdana, Sans-Serif;
color: #0289c3;
line-height: 17px;
padding-left: 25px;
background: url(/images/bullet_arrow.png) left no-repeat;
}

.review_cart table td {
padding: 5px;
}

.billing_shipping_table {
width: 100%;
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.billing_shipping_table td {
padding: 10px;
}

.billing_table, .shipping_table {
width: 100%;
}

.billing_table th, .shipping_table th {
text-align: left;
padding: 5px;
border-bottom: solid 1px #ccc;
}

.billing_table th span, .shipping_table th span {
height: 17px;
display: block;
font: bold 14px Arial, Verdana, Sans-Serif;
color: #0289c3;
line-height: 17px;
padding-left: 25px;
background: url(/images/bullet_arrow.png) left no-repeat;
}

.billing_table td, .shipping_table td {
padding: 5px;
}

.billing_table td input, .shipping_table td input {
width: 200px;
height: 22px;
font: normal 12px Arial, Verdana, Sans-Serif;
color: #777;
line-height: 22px;
border: solid 1px #ccc;
}

.billing_table td select, .shipping_table td select {
width: 200px;
height: 22px;
font: normal 12px Arial, Verdana, Sans-Serif;
color: #777;
line-height: 22px;
border: solid 1px #ccc;
}

.shipping_table_address {
width: 100%;
}

.shipping_table_address th {
text-align: left;
padding: 5px;
border-bottom: solid 1px #ccc;
}

.shipping_table_address th span {
height: 17px;
display: block;
font: bold 14px Arial, Verdana, Sans-Serif;
color: #0289c3;
line-height: 17px;
padding-left: 25px;
background: url(/images/bullet_arrow.png) left no-repeat;
}

.shipping_table_address td {
padding: 5px;
}

.shipping_table_address td input {
width: 200px;
height: 22px;
font: normal 12px Arial, Verdana, Sans-Serif;
color: #777;
line-height: 22px;
border: solid 1px #ccc;
}

.shipping_table_address td select {
width: 200px;
height: 22px;
font: normal 12px Arial, Verdana, Sans-Serif;
color: #777;
line-height: 22px;
border: solid 1px #ccc;
}






.review_table {
width: 100%;
}

.review_table th {
text-align: left;
padding: 5px;
border-bottom: solid 1px #ccc;
}

.review_table th span {
height: 17px;
display: block;
font: bold 14px Arial, Verdana, Sans-Serif;
color: #0289c3;
line-height: 17px;
padding-left: 25px;
background: url(/images/bullet_arrow.png) left no-repeat;
}

.review_table td {
padding: 5px;
line-height: 20px;
}

.review_comments {
margin-top: 5px;
padding-top: 5px;
border-top: solid 1px #ccc;
}

.review_shipping {
margin-top: 5px;
padding-top: 5px;
border-top: solid 1px #ccc;
}

.review_payment {
margin-top: 5px;
padding-top: 5px;
border-top: solid 1px #ccc;
}

.shipping_table td textarea {width: 200px;}

.shipping_methods_table {
width: 100%;
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.shipping_methods_table th {
text-align: left;
padding: 5px;
border-bottom: solid 1px #ccc;
}

.shipping_methods_table td {
padding: 5px;
}

.shipping_methods_table th span {
height: 17px;
display: block;
font: bold 14px Arial, Verdana, Sans-Serif;
color: #0289c3;
line-height: 17px;
padding-left: 25px;
background: url(/images/bullet_arrow.png) left no-repeat;
}

.payment_methods_table {
width: 100%;
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.payment_methods_table th {
text-align: left;
padding: 5px;
border-bottom: solid 1px #ccc;
}

.payment_methods_table td {
padding: 5px;
}

.payment_methods_table th span {
height: 17px;
display: block;
font: bold 14px Arial, Verdana, Sans-Serif;
color: #0289c3;
line-height: 17px;
padding-left: 25px;
background: url(/images/bullet_arrow.png) left no-repeat;
}

.forgot_table {
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.forgot_table table {
margin: auto;
}

.forgot_table table th {
padding: 10px;
text-align: center;
}

.forgot_table table td {
padding: 10px;
text-align: center;
}

.forgot_table table td input {
width: 175px;
height: 22px;
font: normal 12px Arial, Verdana, Sans-Serif;
color: #777;
line-height: 22px;
border: solid 1px #ccc;
}

.change_table {
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.change_table table {
margin: auto;
}

.change_table table th {
padding: 10px;
text-align: center;
}

.change_table table td {
padding: 5px;
text-align: left;
}

.change_table table td input {
}

.user_info {
padding-bottom: 10px;
margin-bottom: 10px;
}

.user_form {
width: 90%;
float: right;
margin-bottom: 10px;
float: left;
color: #555;
}

.user_form input {}

.user_form_name {}

.user_remember {margin-bottom: 10px;}

.user_forgot {white-space: nowrap;}

table.script_login {
width: 100%;
margin-top: 10px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

table.script_login td {padding: 10px;}
/* USER END */

.vline {border-right: solid 1px #ddd;}

.table_form {
margin: 0;
padding: 0;
}

.table_form td {padding: 5px;}

.table_form td#form_left {

}

.table_form td#form_right {
}

.table_form td#form_right_small {

}

.table_form td#form_right input {

}

.table_form td#form_right_small select {

}

.table_form td#form_right select {

}

.table_form_quote {
width: 100%;
margin: 0;
padding: 0;
border: solid 1px #ccc;
background: #fff;
}

.table_form_quote td {padding: 6px;}

.table_form_quote th {
padding: 10px;
font: bold 12px Arial, Verdana, Sans-Serif;
color: #0289c3;
text-align: center;
}

.table_form_quote td#form_left {
width: 50%;
font: bold 12px Arial, Verdana, Sans-Serif;
color: #555;
text-align: left;
padding-left: 10px;
}

.table_form_quote td#form_right {
width: 50%;
text-align: right;
padding-right: 10px;
}

.table_form_quote td#form_right input {
width: 225px;
height: 29px;
font: normal 12px Arial, Verdana, Sans-Serif;
color: #555;
line-height: 29px;
padding: 0;
border: solid 1px #d9d9d9;
background: url(/images/form_bg.png) repeat-x;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.table_form_quote td#form_right select {
width: 225px;
height: 29px;
font: normal 12px Arial, Verdana, Sans-Serif;
color: #555;
line-height: 29px;
padding: 0;
border: solid 1px #d9d9d9;
background: url(/images/form_bg.png) repeat-x;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.table_form_quote td#form_right textarea {
width: 225px;
font: normal 12px Arial, Verdana, Sans-Serif;
color: #555;
border: solid 1px #d9d9d9;
background: url(/images/form_bg.png) top repeat-x #fefefe;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.button_block_top {
text-align: center;
margin-bottom: 10px;
padding-top: 10px;
border-top: solid 1px #ccc;
}

.button_block_bottom {
text-align: center;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: solid 1px #ccc;
}

/* EVENTS START */
.event_name {
font: bold 14px Arial, Verdana, Sans-Serif;
color: #0289c3;
text-align: left;
}

.event_description {
font: normal 12px Arial, Verdana, Sans-Serif;
color: #000;
text-align: left;
}
/* EVENTS END */




/* ------ ONE STEP START ------ */
.one_step_new {
padding-top: 10px;
text-align: center;
border-top: solid 1px #ccc;
}

.onestep_steps_header {
height: 27px;
font-size: 14px;
font-weight: bold;
line-height: 27px;
overflow: hidden;
padding-left: 10px;
background: url(/images/onestep_steps_header.png) right no-repeat;
}

.onestep_steps_1, .onestep_steps_2, .onestep_steps_3, .onestep_steps_4 {
width: 32px;
height: 27px;
float: left;
}

.onestep_steps_1 {background: url(/images/onestep_steps_1.png) right no-repeat;}

.onestep_steps_2 {background: url(/images/onestep_steps_2.png) right no-repeat;}

.onestep_steps_3 {background: url(/images/onestep_steps_3.png) right no-repeat;}

.onestep_steps_4 {background: url(/images/onestep_steps_4.png) right no-repeat;}
/* ------ ONE STEP END ------ */

/* ------ QUIZ START ------ */
.quiz_question_title {
font-size: 12px;
font-weight: bold;
color: #106f9f;
}

.quiz_question {
font-size: 12px;
font-weight: bold;
color: #000;
margin-bottom: 3px;
}

.quiz_question_description {
font-size: 12px;
font-weight: normal;
color: #000;
margin-bottom: 5px;
}

.quiz_answer {
font-size: 12px;
font-weight: bold;
color: #106f9f;
}

.quiz_answer_other {
margin-top: 5px;
margin-bottom: 5px;
}

.quiz_answer_user {
font-size: 12px;
font-weight: normal;
color: #000;
}

.quiz_mark_title {
font-size: 12px;
font-weight: bold;
color: #106f9f;
}

.quiz_mark {
font-size: 12px;
font-weight: normal;
color: #000;
}

.quiz_mark_number {
font-size: 12px;
font-weight: bold;
color: red;
}
/* ------ QUIZ END ------ */

.shipping_estimate {width: 100%;}


div.shipping_estimate_methods {
width: 95%;
margin: auto;
margin-top: 10px;
padding-top: 10px;
border-top: solid 1px #ccc;
}

div.shipping_estimate_methods table {
width: 100%;
margin: 0;
}

div.shipping_estimate_methods table td {
text-align: left;
padding: 5px;
}

div.shipping_estimate_methods table th {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #0289c3;
text-align: right;
padding: 5px;
}

.other_action_div{
display:none; 
position:absolute; 
z-index:200; 
border: 1px solid #555; 
background:#CCC; 
width:120px; 
text-align:left; 
padding:5px;
}

.other_action_div a {line-height: 20px;}

.ui-resizable-helper {border-right: 1px solid #555;}

.show_fld_div{
display:none; 
position:absolute; 
z-index:200; 
border: 1px solid #555; 
background:#CCC; 
width:200px; 
text-align:left; 
padding:5px;
}



.box_product_price_table {
text-align: center !important;
padding: 0 !important;
margin: auto !important;
margin-top: 7px !important;
margin-bottom: 7px !important;
max-width: 150px !important;
}

.box_product_list_price_table {
text-align: center !important;
padding: 0 !important;
margin: auto !important;
margin-top: 10px !important;
max-width: 150px !important;
}

.box_shopping_cart_price_table {
text-align: center !important;
padding: 0 !important;
margin: auto !important;
margin-top: 0 !important;
max-width: 150px !important;
}

.box_product_price {
font-size: 13px;
margin: 2px 0;
}

.box_product_price#right_border {
}

.box_price {
font-weight: bold;
font-size: 16px;
}

.box_price_special, .box_price_total {
font-size: 16px;
font-weight: bold;
color: red !important;
}


.box_price_old {
font-size: 13px;
text-decoration: line-through !important;
white-space: nowrap;
}

.box_product_buy {
font-size: 13px;
font-weight: bold;
margin: 2px 0;
}

.box_product_buy form {
margin: 0 !important;
}

.box_product_buy input {
cursor: pointer !important;
height: 25px !important;
font: bold 12px Arial, Verdana, Sans-Serif !important;
color: #fff !important;
line-height: 25px !important;
text-transform: uppercase !important;
white-space: nowrap !important;
border: none !important;
background: none !important;
}

.box_product_buy .buttons input {
cursor: pointer !important;
font-size: 12px;
font-weight: bold;
color: #ddd !important;
letter-spacing: 0.075em !important;
text-decoration: none !important;
padding: 5px 15px 5px 10px !important;
border: none !important;
}

.box_product_buy .buttons input:hover {
color: #ffbc3b !important;
}

.checkboxes {
width: 13px;
height: 13px;
display: inline-block;
cursor: pointer;
background: url(/images/checkbox.png);
}

.checkboxes input {display: none;}

.coupon table {
width: 100%;
margin: 0;
padding: 0;
}

.coupon table td {
padding: 5px;
}

.gift table {
width: 100%;
margin: 0;
padding: 0;
}

.gift table td {
padding: 5px;
}

.redeem {max-width: 250px;}

#recent_gradient {
margin-top: 5px;
background: url(/images/recent_gradient.png) top no-repeat;
}

#recent_block {
padding: 0 10px 0 10px;
background: #fff;
max-width: 330px;
margin: auto;
}

#recent_name {
padding: 5px 0 0 10px;
background: url(/images/recent_arrow.png) left 8px no-repeat #fff;
}

#recent_name a {
font-size: 12px;
font-weight: bold;
color: #0289c3;
text-decoration: none;
}

#recent_name a:hover {
text-decoration: underline;
}

#recent_prices {
padding: 5px 0 5px 0;
background: #fff;
border-bottom: dashed 1px #ddd;
}

.recent_price {
font-size: 12px;
font-weight: normal;
color: #808080 !important;
}

.recent_price_special {
font-size: 12px;
font-weight: bold;
color: #808080 !important;
}

.recent_price_old {
font-size: 12px;
font-weight: normal;
color: #808080 !important;
text-decoration: line-through !important;
}


.processing {color: #ffa100;}

.received, .shipped, .paid {color: #459732;}

.no_response {color: red;}

.declained {color: #aaa;}



.features {
width: 100%;
}

.features td {
padding: 5px;
border-bottom: solid 1px #ccc;
}

div.text_content {
padding: 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.favourites_empty {
padding: 0 15px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.favourites_empty b {color: #0289c3;}

table.table_contact1 td {
padding: 5px;
}

table.table_contact2 td {
padding: 5px;
}

.line_dash_s {
height: 5px;
margin: 20px 0;
background: url(/images/line.gif) repeat-x;
}

.d-flex {
display: flex;	
align-items: center;
justify-content: space-between;
}

/*
.context_search {
background: yellow;
}
*/

.lf {
text-align: left;
}

.asterisk {
font-size: 16px;
font-weight: bold;
color: red;
}

.shopping_cart .qty{
text-align: center;
max-width: 50px;
}

.icheckbox_minimal-blue{
margin: 0 10px 0 0;
}

/* sidebar start */
.sidebar {
background:#46a9d3;
margin: 0 0 10px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 15px;
}

#sidebar_content {
width: 100%;
min-height: 40px;
color: #ffffff;
}


#sidebar_topcenter {
height: 51px;
font-family: Arial;
font-size: 14px;
font-weight: normal;
color: #ffffff;
text-align: left;
line-height: 51px;
padding: 0;
margin: 0;
overflow: hidden;
}

#sidebar_topcenter a {
font-family: Arial;
font-size: 14px;
font-weight: normal;
color: #ffffff;
text-align: left;
text-decoration: underline;
line-height: 51px;
padding: 0;
margin: 0;
}

#sidebar_topcenter a:hover {color: #f5f5f5;text-decoration: none;}

#sidebar_product {
width: 100%;
margin-bottom: 10px;
border: solid 1px #5eb4d9;
background: #3794c2;
}

#sidebar_product th {
text-align: left;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #ffffff;
padding: 5px;
}

#sidebar_product th a {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

#sidebar_product th a:hover {
color: #c1e2f0;
text-decoration: none;
}

#sidebar_product td {
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #c1e2f0;
padding: 0 5px 5px 5px;
}

#sidebar_total {
width: 100%;
border-bottom: solid 1px #72c6ea;
}

#sidebar_total td {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #c1e2f0;
}
/* sidebar end */

/* site menu style */

/* ------ horizont simple menu style ------ */
.horizontal_simple {
margin-top: 52px;
}

.horizontal_simple, .horizontal_simple a {
font-size: 14px;
color: #c8eaff;
text-decoration: none;
text-align: center;
}

.horizontal_simple a:hover, .horizontal_simple a.current {color: #fff;text-decoration: none;}

/* ------ horizont simple menu style ------ */

/* ------ drop down menu start ------ */

.sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}

.sf-menu {line-height:	1.0;}
.sf-menu li:hover {visibility: inherit; /* fixes IE7 'sticky bug' */}

.sf-menu li {}

.sf-menu a {
display: block;
position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
left: 0;
top: 30px; /* match top ul list item height */
z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}

/*** DEMO SKIN ***/

.sf-menu {}

.sf-menu > li > a {
font-size: 14px;
font-weight: 600;
position: relative;
text-decoration: none;
padding: 8px 25px;
}

.sf-menu > li > a:before {
content: "";
height: 10px;
left: 5px;
position: absolute;
top: 10px;
width: 10px;
background-position: -50px -45px;
background-repeat: no-repeat;
background-image: url(/images/sprite.png);
}

.sf-menu a:hover:before, .sf-menu li.current a:hover:before, .sf-menu li.current a:before {
background-position: -73px -45px;
}

.sf-menu li > ul.sub li a {
border-bottom: 1px solid #afd4ff;
}

.sf-menu li li a {
font-size: 13px;
font-weight: 600;
padding: 10px 0; 
text-transform: uppercase; 
border-right: none;
}

.sf-menu li li a:hover {color: #000;}

.sf-menu li li li a { 
border-bottom: none !important;
font-size: 12px;
font-weight: normal;
text-transform: none;
padding: 0;
line-height: 18px;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {outline: 0;}

/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right: 2.25em;
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
position: absolute;
display: block;
right: 10px;
top: 10px; /* IE6 only */
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
background-position: 0 0;
/*background: url('arrows-ffffff.png') no-repeat -10px -100px;  8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {/* give all except IE6 the correct values */
top: 10px;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {background-position:  -10px 0;}

.sf-menu ul a > .sf-sub-indicator {background-position:  0 0;}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/* ------ drop down menu end ------ */

/* ------ table menu style start ------ */
.bottom_menu {
float: left;
text-align: left;
}

li h4 {
color: #fff;
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
margin: 0 0 2px 0;
white-space: nowrap;
}

li.sub_level a {
line-height: 20px;
font-size: 14px;
font-weight: normal;
color: #c8eaff;
text-align: left;
text-decoration: none;
}

li.sub_level a:hover, li.sub_level_current a {color: #fff;}

/* ------ table menu style end ------ */

/* ------ category menu start ------ */
.category_menu_list {margin: auto;}

.category_menu_list ul{list-style: none !important; padding: 0;}

.category_menu_list ul ul{padding: 0 0 0 20px;}

.category_menu_list ul li a{font-size: 14px; color: #0289c3; display: block; padding: 5px;}

.category_menu_list ul li a:hover, .category_menu_list ul li.current a, .category_menu_list ul li.current a:hover{color: #fff; background: #0289c3;}
/* ------ category accordeon menu end ------ */
.guest_message {
padding-bottom: 10px;
margin-bottom: 20px;
text-align: justify;
border-bottom: 1px solid #c0deff;
}

button.prev, button.next {
display: none;
width: 15px;
height: 70px;
position: absolute;
top: 13px;
border: none;
background-repeat: no-repeat;
background: url(/images/sprite.png);
}

.brands {
width: auto !important;
}

.brands li { text-align: center; }

button.prev {
left: -25px;
background-position: 0 -112px; 
}

button.next { 
right: -25px;
background-position: -25px -112px; 
}

.uniblock_outer_template {
position: relative;
}

/*------ default style ------*/

label{display: inline !important;}

/* clear */
.clr{clear: both !important;}

/* display */
.db {display: block !important;}
.di {display: inline !important;}
.dib {display: inline-block !important;}
.dnone {display: none;}

/* float */
.fl {float: left !important;}
.fr {float: right !important;}
.fnone {float: none !important;}

/* border */
.brdnone {border: none}

/* width */
.w10p {width: 10% !important;} .w20p {width: 10% !important;} .w25p {width: 25% !important;} .w30p {width: 30% !important;} .w33p {width: 33% !important;}
.w40p {width: 40% !important;} .w50p {width: 50% !important;} .w60p {width: 60% !important;} .w70p {width: 70% !important;} .w80p {width: 80% !important;}
.w90p {width: 90% !important;} .w100p {width: 100% !important;}

.w70px {width: 70px !important;}
 
/* padding */
.p0 {padding: 0 !important;} .p5 {padding: 5px !important;} .p10 {padding: 10px !important;} .p15 {padding: 15px !important;} .p20 {padding: 20px !important;} .p25 {padding: 25px !important;}
/* padding-left */
.pl0 {padding-left: 0px !important;} .pl5 {padding-left: 5px !important;} .pl10 {padding-left: 10px !important;} .pl15 {padding-left: 15px !important;} .pl20 {padding-left: 20px !important;} .pl25 {padding-left: 25px !important;} 
/* padding-right */
.pr0 {padding-right: 0px !important;} .pr5 {padding-right: 5px !important;} .pr10 {padding-right: 10px !important;} .pr15 {padding-right: 15px !important;} .pr20 {padding-right: 20px !important;} .pr25 {padding-right: 25px !important;}
/* padding-top */
.pt0 {padding-top: 0px !important;} .pt5 {padding-top: 5px !important;} .pt10 {padding-top: 10px !important;} .pt15 {padding-top: 15px !important;} .pt20 {padding-top: 20px !important;} .pt25 {padding-top: 25px !important;}
/* padding-bottom */
.pb0 {padding-bottom: 0px !important;} .pb5 {padding-bottom: 5px !important;} .pb10 {padding-bottom: 10px !important;} .pb15 {padding-bottom: 15px !important;} .pb20 {padding-bottom: 20px !important;} .pb25 {padding-bottom: 25px !important;}

/* margin */
.m0 {margin: 0 !important;} .m5 {margin: 5px !important;} .m10 {margin: 10px !important;} .m15 {margin: 15px !important;} .m20 {margin: 20px !important;} .m25 {margin: 25px !important;}
/* margin-left */
.ml0 {margin-left: 0px !important;} .ml5 {margin-left: 5px !important;} .ml10 {margin-left: 10px !important;} .ml15 {margin-left: 15px !important;} .ml20 {margin-left: 20px !important;} .ml25 {margin-left: 25px !important;}
/* margin-right */
.mr0 {margin-right: 0px !important;} .mr5 {margin-right: 5px !important;} .mr10 {margin-right: 10px !important;} .mr15 {margin-right: 15px !important;} .mr20 {margin-right: 20px !important;} .mr25 {margin-right: 25px !important;} 
/* margin-top*/
.mt5 {margin-top: 5px !important;} .mt10 {margin-top: 10px !important;} .mt15 {margin-top: 15px !important;} .mt20 {margin-top: 20px !important;} .mt25 {margin-top: 25px !important;}
/* margin-bottom */
.mb5 {margin-bottom: 5px !important;} .mb10 {margin-bottom: 10px !important;} .mb15 {margin-bottom: 15px !important;} .mb20 {margin-bottom: 20px !important;} .mb25 {margin-bottom: 25px !important;}

/* ul */
ul{list-style: none;}

.color-black{color: #000 !important;}

.color-blue{color: #46a9d3 !important;}

.line{border-bottom: 1px solid #eee; padding: 5px 0;}

/* outline */
a, a:hover, a:focus, a:active, input, button{outline: 0;}

/*------ default style ------*/

.error_content{
color: red;
display: block !important;
}

/* ----------- SCREEN ---------*/
@media screen and (max-width: 991px) {
	.sh_gap {
	margin-bottom: 10px;
	}
}
/* ------ XS  screen ------ */
@media screen and (max-width: 767px)
{
/* begin */
.col-center{padding: 0;}
.sf-menu {width: 100%;}
.sf-menu li ul{position: static;padding-left: 20px;}

.product_grid .centerboxes_products{
height: auto;
overflow: visible;
margin: auto;
}

.product_grid .centerboxes_products .shadow:before{
background: none;
height: 0px;
}

.product_grid .centerboxes_products .shadow{
height: auto;
margin: 0 0 20px 0;
}

.bottom_menu ul, .f_contacts { padding-left: 10px; }
.logo  { float: none !important;}
.logo img { margin: auto;}
.context_search { min-width: 100%;}
#menu { margin-top: 0 !important; }
.menu_top_block_bg {background: none; height: auto;}
.socials { margin: 10px !important;}
/* end */
.sf-menu > li > a:before { top: 15px; }
}
/* ------ XS  screen ------ */

/* ------  SM screen ------ */
@media screen and (min-width: 768px) and (max-width: 991px)
{
/* begin */

.socials { margin: 10px !important;}
.sf-menu > li > ul {
background: #d4e8ff;
position: absolute;
top: -999em;
width: 605px;
padding: 5px 25px 20px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
z-index: 10;/* left offset of submenus need to match (see below) */
}

.sf-menu > li > ul > li {
width: 190px;
margin-right: 20px;
float: left;
}

.sf-menu > li > ul > li:nth-child(1), .sf-menu > li > ul > li:nth-child(2), .sf-menu > li > ul > li:nth-child(3) {
height: 125px;
}

.sf-menu > li > ul > li:nth-child(1) > a, .sf-menu > li > ul > li:nth-child(2) > a, .sf-menu > li > ul > li:nth-child(3) > a {
cursor: default;
color: #245c98;
}

.sf-menu > li > ul > li:nth-child(3), .sf-menu > li > ul > li:nth-child(6) {
width: 135px;
margin-right: 0;
}

.sf-menu > li > ul > li:nth-child(4), .sf-menu > li > ul > li:nth-child(5), .sf-menu > li > ul > li:nth-child(6) {
border-top: 1px solid #afd4ff;
margin-top: 10px;
}
.sf-menu li:hover, .sf-menu li.current {
color: #0289c3;
background: #d4e8ff;
}


#footer {
position: absolute;
bottom: 0;
}

.mainblock {
padding-bottom: 295px;
}

/* end */
}
/* ------ SM screen ------ */

/* ------ md lg screen ------ */
@media screen and (min-width: 991px) {
.container { width: 970px }
.prod_row {
display: flex;
align-items: center;
}

/* begin */
button.prev, button.next { display: block; }
.brands { left: 10px !important; }
.centerboxes_product_image a { display: table-cell;}
.sf-menu > li > ul {
background: #d4e8ff;
position: absolute;
top: -999em;
width: 605px;
padding: 5px 25px 20px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
z-index: 10;/* left offset of submenus need to match (see below) */
}

.sf-menu > li > ul > li {
width: 190px;
margin-right: 20px;
float: left;
}

.sf-menu > li > ul > li:nth-child(1), .sf-menu > li > ul > li:nth-child(2), .sf-menu > li > ul > li:nth-child(3) {
height: 125px;
}

.sf-menu > li > ul > li:nth-child(1) > a, .sf-menu > li > ul > li:nth-child(2) > a {
cursor: default;
color: #245c98;
}

.sf-menu > li > ul > li:nth-child(3), .sf-menu > li > ul > li:nth-child(6) {
width: 135px;
margin-right: 0;
}

.sf-menu > li > ul > li:nth-child(4), .sf-menu > li > ul > li:nth-child(5), .sf-menu > li > ul > li:nth-child(6) {
border-top: 1px solid #afd4ff;
margin-top: 10px;
}
.sf-menu li:hover, .sf-menu li.current {
color: #0289c3;
background: #d4e8ff;
}

#footer {
position: absolute;
bottom: 0;
}

.mainblock {
padding-bottom: 295px;
}

/* end */
}
/* ------ md lg screen ------ */



#ship_country_id_chosen, #ship_region_chosen {
    width: 100% !important;
}



@media(min-width:1199px) {
	.wide_row {
	margin-left: -15px;
	margin-right: -15px;
	}
	.product_grid .wide_row {
	overflow: hidden;	
	}
	.shopping_cart_cart {
	margin-right: 15px;
	}
	.sf-menu > li > a {
	padding-left: 30px;
	padding-right: 20px;
	}
	.sf-menu a:before {
	left: 10px;
	}
	.context_search {
	margin: 0 60px 0 0;
	}
}
.ie { display: none !important; color: #dc9d40; }

@media \0screen {  
.ie {display: block !important;}  

.sf-menu > li > ul {
background: #d4e8ff;
position: absolute;
top: -999em;
height: 185px;
overflow: hidden;
width: 680px;
padding: 5px 25px 20px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
z-index: 10;/* left offset of submenus need to match (see below) */
}

.chosen-container { width: 100% !important;}
.redeem {max-width: 225px}

.sf-menu > li > ul > li {
width: 190px;
margin-right: 20px;
float: left;
}
.sf-menu > li > ul > li {
height: 125px;
}
} 

:root .ie { 
display: block\9 !important;  
}  
/*
.iCheck-helper{
 position:relative !important; 
 margin-bottom: -5px !important;
}
.error_js{
 width: 400px !important;
}*/

.youtube {
display: block;
margin-top: 20px;
text-align: center;
}

.youtube img {
border: 1px solid #c0deff;
margin: 0 auto 10px;
width: 100%;
padding: 20px;
}

.youtube:hover img {
cursor:pointer;
border: 1px solid #aecced;
}
