﻿/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Form Layout Elements */
*
{
    padding: 0; 
    margin: 0; 
    outline: 0; 
}
body {
	background: #fff url(images/body.gif) repeat-x 0 0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #636363;
}
input, textarea, select:not(.android-select)
{
    font-family: "Trebuchet MS", Arial, sans-serif; 
    font-size:12px; 
    background:#ebebeb; 
    border:solid 1px #dedede; 
    padding:2px; 
}
select 
{
    font-family: "Trebuchet MS", Arial, sans-serif; 
    font-size: 1.2em;
    color: #444;
    min-width: 45px;
    height: 24px;
}
textarea {
    min-height: 75px;
    min-width: 200px;
}
.cl  
{
    font-size:0; 
    line-height:0; 
    clear:both; 
    display:block; 
    height:0; 
}
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}
legend {
    font-size: 1.2em;
    font-weight: bold;
    padding: 2px 10px 10px 10px;
}
input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
    width: 200px;
    height: 18px;
}
input[disabled="disabled"]
{
    margin-left: -2px;
    width: 200px !important;
}
input[type="submit"] {
    font-size: 1.2em;
    padding: 0 10px 7px 10px;
    line-height: 23px;
}
a {
    color: #900000;
    cursor: pointer;
}
a img  
{
    border:0; 
}
a:hover  
{
    color:#AB0303; 
    text-decoration: none; 
}
.margin110
{
    margin-left: 110px !important;
}
table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}
table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}
table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}
.clear {
    clear: both;
}
h1  
{
    font-size:16px; 
    line-height:16px; 
    text-transform: uppercase; 
    margin-bottom: 10px; 
}
h2  
{
    font-size:16px; 
    line-height:16px; 
    text-transform: uppercase; 
    margin-bottom: 10px; 
}
#content h2  
{
    font-size:16px; 
}
h3  
{
    font-size:12px; 
    line-height:14px; 
    text-transform: uppercase; 
    color:#000; 
    margin: 0 0 10px 0; 
}
h4, 
.pd-category
{
    font-size:12px; 
    line-height:14px; 
    text-transform: uppercase; 
    color:#000; 
    width: 100%; 
    float: left; 
    padding-top: 10px; 
}
.none
{
    display: none !important;
}
.editor-label {
    margin: 1em 0 0 0;
}
.editor-field {
    margin: 0.5em 0 0 0;
}
/* End Form Layout Elements*/
/* Styles for validation helpers */
.error,
.field-validation-error {
    color: #ff0000;
}
.field-validation-valid {
    display: none;
}
.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-valid {
    display: none;
}
/* End Styles for editor and display helpers */
/* Pager */
.pager-wrapper
{
    width: 100%;
    text-align: center;
}
.products .pager-wrapper
{
    min-height: 34px;
}
.pager-cnt
{
    display: inline-block;
}
.pager
{
    float: left;
    margin-right: 10px;
    height: 31px;
    text-align: center;
    width: 55px;
}
.pg-first, 
.pg-last, 
.pg-next, 
.pg-prev, 
.pgf-disabled, 
.pgl-disabled, 
.pgn-disabled, 
.pgp-disabled
{
    display: inline-block;
    float: left;
    height: 26px;
    width: 26px;
    line-height: 23px !important;
    text-align: center;
    padding: 0 !important;
    margin-right: 10px;
    background-image: url("images/images.png");
    background-repeat: no-repeat;
    text-decoration: none;
}
.pg-first:hover, 
.pg-last:hover, 
.pg-next:hover, 
.pg-prev:hover, 
.pgf-disabled:hover, 
.pgl-disabled:hover, 
.pgn-disabled:hover, 
.pgp-disabled:hover
{
    color: #ffffff;
}
.pg-first
{
    background-position: -231px -74px;
}
.pgf-disabled, 
.pgl-disabled, 
.pgn-disabled, 
.pgp-disabled
{
    background: #a3a3a3;
    line-height:		26px;
	color:				#FFF;
	text-shadow:		0 1px 1px #113870;
	border-radius: 		2px; 
	box-shadow: 		inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.3); 
    cursor: default;
}
/* End Pager */
/* LAYOUT */
.shell  
{
    width: 100%;
    float: left;
}
.header-wrapper,
.main-wrapper,
.footer-wrapper,
.sitemap-wrapper
{
    width: 100%;
    float: left;
    overflow: hidden;
    border-top-width: 0;
}
#header,
#main,
#footer,
#sitemap
{
    max-width: 1076px; 
    min-width: 1076px;
    margin: 0 auto; 
    padding: 0 15px; 
}
.right-content
{
    width: 200px;
    float: right;
}
.left-content
{
    width: 200px;
    float: left;
    margin-right: 15px;
}
/* Header */
#header
{
    height: 194px; 
    background-image: url(images/top-bg-red.png);
    background-repeat: no-repeat;
    background-position: 15px 0;
    background-color: #ffffff; 
    /*position: relative;*/
}
#navigation  
{
    float:left; 
    white-space:nowrap; 
    position:absolute;
    left: 20px;
    top: 5px;
}
#navigation ul 
{
    list-style-type: none; 
    float:left;
    width: 100%;
}
#navigation ul li 
{
    float:left; 
    display:inline; 
    margin-left: 15px;
}
#navigation ul li:first-child
{
    margin-left: 0;
}
#navigation ul li a 
{
    float:left; 
    line-height:13px; 
    text-decoration: none; 
    color: #ffffff; 
    font-size: 13px;
}
#navigation ul li a:hover,
#navigation ul li a:hover span,
#navigation ul li.item-selected a,
#navigation ul li.item-selected a span
{
    color: #222222;
}
#navigation ul li:first-child a
{
    background: url("images/home-icon.png") no-repeat;
    background-size: 15px 14px;
    width: 15px;
    height: 14px;
    color: transparent;
    text-shadow: none;
}
#navigation ul li:first-child a span 
{
    display: none;
}
.loginText
{
    position: absolute;
    right: 20px;
    top: 5px;
}
.loginText, 
.loginText a, 
.loginText span
{
    float: right !important;
}
.loginText > a
{
    margin-right: 0 !important;
    margin-left: 5px !important;
    padding-left: 5px;
    border-left: 1px solid #ffffff;
}
.loginText > a,
.loginText > span
{
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
}
.loginText a:hover
{
    color: #222222;
}
.loginText a:last-child 
{
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

.loginText a:hover
{
    text-decoration: none;
}
#logo  
{
    font-size:0; 
    line-height:0; 
    width: 245px;
    height:64px; 
    padding-top: 32px; 
    padding-right: 38px;
    vertical-align: top;
}
#logo img  
{
    max-height: 100%; 
    max-width: 100%; 
}
.topLinksContainer
{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
}
.topHeaaderContainer
{
    height: 24px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding: 5px 10px;
    /*border-radius: 0 0 5px 5px;
    background: 		#bfdf0e;
	background:         -moz-linear-gradient(top, #029a45 0%, #33cc33 100%);
	background: 		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#029a45), color-stop(100%,#33cc33));
	background: 		-webkit-linear-gradient(top, #029a45 0%,#33cc33 100%);
	background: 		-o-linear-gradient(top, #029a45 0%,#33cc33 100%);
	background: 		-ms-linear-gradient(top, #029a45 0%,#33cc33 100%);
	background: 		linear-gradient(top, #029a45 0%,#33cc33 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029a45', endColorstr='#33cc33',GradientType=0 ); */
}
.topLinksContainer a,
.topLinksContainer a:hover
{
    color: #4d4d4d;
    font-size: 13px;
}
.topLinksContainer .topHeaderPhone
{
    background: url("images/phone.png") no-repeat left;
    padding-left: 16px;
    padding-right: 10px;
}
.top-email-time-wrapper .topHeaderEmail,
.top-email-time-wrapper .topHeaderEmail:hover
{
    background: url("images/email.png") no-repeat left;
    margin-right: 13px;
    padding-left: 22px;
    float: left;
    color: #4d4d4d;
    font-size: 13px;
    text-decoration: none;
}
.cart-toplinks-wrapper
{
    vertical-align: top;
    width: 18%;
}
#cart  
{
    float:right; 
    color:#4d4d4d; 
    white-space:nowrap; 
    line-height:19px; 
    text-align: right; 
    margin-top: 5px;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
}
.cart-cnt
{
    width:100%;
    height:100%;
}
.searchboxContainer 
{
    border-radius: 7px;
    overflow: hidden;
    border: 2px solid #9d9e9e;
    position: relative;
    width: 340px;
    display: inline-block;
    margin-right: 40px;
}
.searchboxContainer input {
    border: medium none;
    color: #43440C;
    float: left;
    height: 16px;
    width: 150px;
}
.serchButton {
    background: #EBEBEB url("images/search_box.png") no-repeat scroll 2px 2px;
    height: 20px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 21px !important;
    cursor: pointer;
}
.searchResultText
{
    right: 15px;
    left: auto !important;
}
.wellcome
{
    float: left;
}
.loginText .user-name
{
    font-weight: bold;
    float: left;
    margin-left: 5px !important;
}
a.cart-link  
{
    color:#fff; 
    background:url(images/cart-link-red.png) no-repeat 0 0; 
    text-decoration: none; 
    position: relative;
    height: 50px;
    width: 0px;
    display: inline-block;
}
a.cart-link:hover
{
    color:#fff;
}
.cl-products-wrapper
{
    border-radius: 14px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: 33px;
    height: 28px;
}
.cl-products
{
    height: 28px;
    background: #c53636;
    background: -moz-linear-gradient(top, #f57979 0%, #c53636 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f57979), color-stop(100%,#c53636)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f57979 0%,#c53636 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f57979 0%,#c53636 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f57979 0%,#c53636 100%); /* IE10+ */
	background: linear-gradient(top, #f57979 0%,#c53636 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57979', endColorstr='#c53636',GradientType=0 ); /* IE6-8 */
    border: #c53636;
    line-height: 28px;
    font-size: 16px;
    padding: 0 10px;
    float: left;
}
.login-link,
.logoff-link,
.register-link,
.myprofile-link,
.wishlist-link
{
    float: left !important;
    text-decoration: none;
}
.logoff-link, 
.wishlist-link, 
.myprofile-link
{
    border-left: 1px solid #900000;
    padding-left: 7px;
    margin-left: 7px;
}
.login-link:hover, 
.logoff-link:hover, 
.wishlist-link:hover, 
.myprofile-link:hover 
{
    text-decoration: underline;
}
/* End Header */
/* Main content part */
#content  
{
    float:left; 
    width:646px;
}
#content.home-page
{
    width: 100%;
}
#content.plp-content,
#content.content-page
{
    width: 80%;
    width: calc(100% - 206px);
}
#main
{
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; 
    background: #ffffff;
}
.box  
{
    border:solid 1px #dedede; 
    margin-bottom:15px; 
    position: relative; 
    box-shadow: 0 0 5px #E0E0E0; 
    overflow: hidden; 
    padding-bottom: 10px
}
#slider.box 
{
    padding-bottom: 0;
}
.box h2, table.box th 
{
    background:#7f7f7f; 
    color:#fff; 
    font-weight: normal; 
    padding:0 5px; 
    position:relative; 
    height:27px; 
    line-height:27px; 
}
.box h2  
{
    font-size: 13px; 
    font-weight: bold; 
    padding: 0;
}
.box h2 span 
{
    position:absolute; 
    width:10px; 
    height:5px; 
    background:url(images/h2-arr.gif); 
    top:27px; 
    right:10px; 
    font-size:0; 
    line-height:0;
}
.box-content  
{
    padding:0 5px;
}
.btn  
{
    background:#900000; 
    border:0; 
    color:#fff; 
    height:27px; 
    display:block; 
    line-height:26px; 
    cursor:pointer; 
    margin:9px 0 8px 0; 
    float: left; 
    padding: 0 10px; 
    text-decoration: none; 
}
.btn:hover  
{
    background:#ab0000; 
    color:#fff; 
}
.wl-btn
{
    color: #636363;
    font-weight: bold;
    text-decoration: none;
}
.wl-btn:hover
{
    text-decoration: underline;
}
.categories ul  
{
    list-style-type: none; 
    font-size:13px;
}
.categories ul li 
{
    border-top:dashed 1px #ccc; 
    padding:5px 0;
}
.categories ul li:first-child 
{
    border-top:0;
}
.categories ul li.selected 
{
    font-weight: bold; 
}
.categories ul li.selected a  
{
    color: #900000; 
}
.categories ul li.last 
{
    border-bottom:0; 
    padding-bottom:0;
}
.categories ul li a 
{
    color:#5f5f5f; 
    text-decoration: none; 
    background:url(images/cat.gif) no-repeat 3px 2px; 
    padding-left:17px;
    text-transform: uppercase;
    display: inline-block;
}
.categories ul li a.brand-image-url 
{
    padding-left: 0;
    background-image: none;
    max-width: 100%;
}
.categories ul li a.brand-image-url img 
{
    max-width: 100%;
}
.categories ul li a:hover 
{
    color:#AB0303; 
}
#slider  
{
    height:200px; 
    position:relative; 
    overflow:hidden; 
}
#slider-holder  
{
    width:644px; 
    height:200px; 
    position:relative; 
    overflow:hidden; 
}
#slider-holder .jcarousel-clip 
{
    width:644px; 
    height:200px; 
    position:relative; 
    overflow:hidden; 
}
#slider-holder ul 
{
    width:644px; 
    height:200px; 
    position:relative; 
    overflow:hidden; 
    list-style-type: none;
}
#slider-holder ul li
{
    width:870px; 
    height:300px; 
    position:relative; 
    overflow:hidden; 
    float:left; 
}
#slider-nav  
{
    position:absolute; 
    top:280px; 
    right:0;
    left: 0;
    margin: auto;
    z-index:2; 
    width: 500px;
    text-align: center;
}
#slider-nav a 
{
    font-size:0; 
    line-height:0; 
    text-indent: -4000px; 
    width:10px; 
    height:10px; 
    background:#ffffff; 
    margin-right:5px; 
    display: inline-block;
    border-radius: 5px;
    vertical-align: top;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
}
#slider-nav a:hover,
#slider-nav a.active  
{
    background:#33cc33;
}
.more-products #more-slider-content img
{
    max-width: 94px;
    max-height: 94px;
}
.products
{
    width: 102%; 
    position: relative; 
    float: left; 
}
.reviews-page
{
    position: relative;
}
.best-sellers-title
{
    font-size: 18px;
    height: auto !important;
    text-transform: uppercase;
    padding-right: 0 !important;
    width: 100% !important;
    text-align: left !important;
    padding: 10px 0 0 10px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.best-sellers-text 
{
    display: inline-block;
    padding: 10px 10px 10px 10px;
}
.products h1
{
    position: absolute; 
    max-width: 280px;
    top: -5px; 
    left: 0; 
}
.products ul{ list-style-type: none;}
.products ul.productItem li 
{
    position:relative; 
    padding:1px; 
    border:solid 1px #dedede; 
    float:left; 
    width:206px; 
    margin-right:9px; 
    margin-bottom: 10px; 
    height:310px; 
    overflow:hidden; 
}
.products.relatedProducts ul.productItem
{
    margin-bottom: 0;
    float: left;
}
.products.relatedProducts ul.productItem li
{
    width:196px;
    height: 229px;
    margin-bottom: 15px;
    margin-right: 0;
}
.products ul li.last 
{
    margin-right:0; 
}
.products ul li a  
{
    display: inline-block; 
    width: 100%; 
    height: 100%; 
    text-align: center; 
}
.products ul li a img  
{
    max-width: 100%; 
    max-height: 320px; 
    display: inline-block; 
}
.products.related-products ul.productItem li 
{
    margin-right: 7px;
}
.product-info 
{
    position:absolute; 
    width:100%; 
    top:160px; 
    left:0; 
}
.product-info h3 
{
    background:#900000; 
    color:#fff; 
    padding:6px 1px 6px 10px;  
    margin: 0; 
    -moz-opacity:0.8; 
    opacity: 0.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-info .pd-category
{
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    width: 87% !important;
}
.products ul li a.pd-brand
{
    padding-bottom: 5px;
    text-decoration: none;
    color: 	#636363;
    text-align: left;
}
.product-info p,
.productDesc p
{ 
    padding-bottom: 5px;
}
.product-info ul,
.productDesc ul
{ 
    padding-left: 20px;
    padding-bottom: 5px;
}
.product-info .product-desc 
{
    margin-top: -4px;
    padding:5px 7px 5px 10px; 
    background:url(images/info.png); 
    height: 116px; 
    position: relative;
}
.products.relatedProducts
{
    width: 200px;
    margin-left: 15px;
}
.products.relatedProducts .product-desc 
{
    height: 35px;
}
.product-info .desc-bg
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 208px;
    height: 25px;
    background: url(images/info_bottom_bg.png) repeat-x left bottom;
}
.product-info .product-desc .desc{
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    padding-top: 5px;
    width: 192px;
}
.product-info .product-desc .pd-category
{
    padding-top: 0;
}
.pd-price-addtobasket
{
    width: 190px;
    float: left;
}
.products.relatedProducts .pd-price-addtobasket
{
    margin-top: 10px;
    width: 180px;
}
.pd-price-addtobasket .qbtn
{
    margin-top: -5px;
    margin-bottom: 0;
    width: auto;
    float: right;
}
.pd-price-addtobasket .price
{
    float: left;
}
.price  
{
    display:block; 
    font-size:19px; 
    color:#900000; 
    line-height:19px; 
}
.more-products-wraper
{
    width: 100%;
    float: left;
    border:solid 1px #dedede;
    padding: 1px;
    margin: 15px 0 20px 0;
}
.more-products  
{
    position:relative; 
    height:114px; 
    overflow:hidden; 
}
.more-products ul 
{
    list-style-type: none; 
    height:94px; 
    position:relative; 
    overflow:hidden; 
    width:805px;
}
.more-products ul li 
{
    float:left; 
    width:94px; 
    height:94px; 
    border-right: 1px solid #ddd; 
    padding:0 10px;
    text-align: center;
}
.more-products ul li.last 
{
    border-right:0; 
}
.more-products-holder  
{
    width: 80%; 
    width: calc(100% - 157px); 
    height:94px; 
    position:relative; 
    overflow:hidden; 
    top:10px; 
    left:78px;
}
.more-products-holder .jcarousel-clip 
{
    width:100%; 
    height:94px; 
    position:relative; 
    overflow:hidden; 
}
#slider-nav a:hover,
#slider-nav a.active  
{
    background-position: 0 0;
}
.sl-prev-arrow, 
.sl-next-arrow
{
    display: none !important;
    float: left; 
    position: absolute; 
    top: 0;
    margin: 120px 0 0 0;
    width: 60px;
    height: 60px;
    background: url(images/arrows-sprite.png) -190px -262px;
    cursor: pointer;
}
.sl-prev-arrow  
{
    left: 0; 
}
.sl-next-arrow  
{
    right: 0; 
    background-position: -262px -262px;
}
.more-nav  
{
    font-size:0; 
    line-height:0;
}
.more-nav a 
{
    position:absolute; 
    top:40px; 
    left:0; 
    width:30px; 
    height:32px; 
    text-indent: -4000px; 
    z-index:3;
}
.more-nav a.next 
{
    background:url(images/next.gif); 
    left:590px;
}
.more-nav a.prev 
{
    background:url(images/prev.gif); 
    left:20px;
}
.cols {
    border: 1px solid #DEDEDE;
    margin: 10px 0;
    padding: 1px;
}
.col {
    background: none repeat scroll 0 0 #EEEEEE;
    display: inline;
    float: left;
    margin-right: 0;
    padding: 12px;
    width: 190px;
    text-align: center;
}
.col img
{
    max-width: 100%;
}
.col h3, .col .more
{
    text-align: center;
}
.col-last  
{
    margin-right:0;
}
h3.ico  
{
    background-repeat:no-repeat; 
    background-position:0 2px; 
    padding:6px 0 8px 30px;
}
h3.ico1  
{
    background-image:url(images/ico1.gif);
}
h3.ico2  
{
    background-image:url(images/ico2.gif);
}
h3.ico3  
{
    background-image:url(images/ico3.gif);
}
h3.ico4  
{
    background-image:url(images/ico4.gif);
}
a.bul  
{
    background:url(images/bul.gif) no-repeat 0 center; 
    padding-left:10px;
}
/* End Main content part */
/* Footer */
#footer  
{
    height:35px;
    padding-top: 5px;
    padding-bottom: 5px; 
    margin-bottom: 10px;
    background:#ebebeb; 
    white-space:nowrap; 
    line-height:37px; 
    color:#7b7b7b;
    overflow: hidden;
}
#footer a
{ 
    color:#7b7b7b; 
    text-decoration: none;
}
#footer a:hover 
{
    color:#000000;
}
#footer span 
{
    padding:0 7px 0 0;
}
.bottom-menu{
    float: left;
}
.copyright{
    float: left;
    margin-right: 30px;
}
.inside-menu 
{
    float: left;
    width: 100%;
    list-style: none;
}
.inside-menuitem 
{
    width: 25%;
    text-align: center;
    float: left;
}
.inside-menuitem a 
{
    text-transform: uppercase;
}
.ft-socials
{
    float: right;
    position: absolute;
    right: 60px;
    bottom: 15px;
}
.ft-socials a
{
    height: 40px;
    width: 40px;
    float: right;
    margin-left: 10px;
    text-indent: -2000px;
    background-image: url(images/social_buttons.png);
    background-repeat: no-repeat;
}
.fts-youtube
{
    background-position: -120px 0;
}
.fts-vk
{
    background-position: -80px 0;
}
.fts-twitter
{
    background-position: -40px 0;
}
/* End Footer */
/* End Layout */

/* Product Detail */
.controlImageCarouselContainer
{
    padding-bottom: 60px;
    border-bottom: 1px solid #cecece;
}
.p-title-link
{
    text-decoration: none;
    text-align: left !important;
    background: transparent !important;
}
.pdc-cnt-wrapper,
.productDetailInfo
{
    float: left;
    margin-right: 1%;
    width: 44%;
    overflow: hidden;
}
.addthis-cnt
{
    width: 372px;
    position: absolute;
    left: 0;
    top: 534px;
    z-index: 1;
}
.decrease-top
{
    top: 408px;
}
.addthis-text
{
    float: left;
    font-weight: bold;
    line-height: 20px;
    margin-left: 50px;
    margin-right: 10px;
}
.pdc-single-img .jcarousel-container
{
    display: none !important;
}
.ratingInfoLine 
{
    margin-top: 10px;
}
.productDetailInfo
{
    position: relative;
    margin-right: 0;
    width: 55%;
}
.productDetailInfo .infoLineLink .value
{
    position: absolute;
}
.productDesc
{
    margin-bottom: 8px;
}
.infoLine
{
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    line-height: 24px;
}
.priceInfoLine 
{
    padding-bottom: 4px;
}
.infoLineSelect 
{
    overflow: visible;
    width: 100%;
    float: left;
}
.label
{
    width: 110px;
    float: left;
    font-weight: bold;
}
.productDetailInfo .infoLine .label,
.addressOverviewCnt .infoLine .label,
.oh-payment-details .infoLine .label,
.textOnly.infoLine .label
{
    padding-top: 0;
}
.oh-payment-details .value input[type="checkbox"]
{
    margin-top: 3px;
}
.value
{
    left: 0;
    margin-left: 115px;
}
.value input[type="checkbox"] 
{
    margin-top: 7px;
}
.value select
{
    float: left;
}
.variant-info
{
    margin-left: 10px;
}
.infoLineQuantity 
{
    height: 26px;
}
.addressCnt .infoLineCheckBox 
{
    display: none;
}
#productInfo
{
    position: relative;
    display: inline-block;
    width: 100%;
}
.lastviewed-title
{
    width: 100%;
    float: left;
    padding: 15px 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.productQuantityCnt
{
    margin-top: 0 !important;
}
.productQuantityCnt input
{
    width: 40px;
    text-align: center;
    float: left;
}
#variant:not(.android-select)
{
    min-width: 57px;
    text-align: center;
    border-color: #CCCCCC;
    margin-left: 5px;
}
.productDetailInfo .infoLine
{
    margin-bottom: 4px;
}
.product-id
{
    margin-bottom:10px;
    width: 100%;
}
.pid-text
{
    padding-right: 5px;
    font-weight: bold;
}
.top-review-text
{
    padding: 0 0 6px 5px;
    display: inline-block;
    text-decoration: none;
    line-height: 18px;
    float: left;
}
.reviews
{
    width: 100%;
    float: left;
}
.pdc-single-img .pika-stage
{
    margin-bottom: 0;
}
.pika-stage
{
    overflow: hidden;
}
.pika-stage a
{
    display: inline-block !important;
    float: none !important;
    *display: inline !important;
    *zoom: 1 !important;
}
/* End Product Detail */

/* Basket page*/
.odd td
{
    background: #f5f5f5;
}
.bp-image
{
    max-height: 64px;
    max-width: 64px;
}
table.box
{
    width: 100%;
    border-left: 0;
    border-right: 0;
}
table.box.False
{
    display: none;
}
table.box td
{
    border-left: 0;
    border-right: 0;
}
.imageCnt
{
    text-align: center;
    width: 64px;
    padding:5px 10px;
}
.idCnt
{
    width: 100px;
    white-space: nowrap;
}
.quantityCnt
{
    text-align: center;
}
.quantityCnt input
{
    width: 40px;
    text-align: center;
    float: left;
}
.priceCnt
{
    text-align: right;
    width: 100px;
}
.subTotalCnt
{
    text-align: right;
    width: 100px;
    padding-right: 10px;
}
.totalCnt
{
    text-align: right;
    font-weight: bold;
    width: 100px;
    padding-right: 10px;
}
.basketQuantityCnt
{
    width: 107px;
    display:inline-block;
}
.value.basketQuantityCnt
{
    margin-left: 5px;
}
.basketBtnCnt
{
    width: 100%;
    display: inline-block;
}
.basketQuantityCnt
{
    margin-top: 4px;
    position: relative;
}
.addToBasketCnt
{
    padding-right: 10px;
}
.addToBasketCnt .btn
{
    float: right;
    white-space: nowrap;
}
.addp-btn-cnt
{
    margin-bottom: 10px !important;
}
.updateBtn
{
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 17px;
    margin-top: 2px;
    background: url(images/update.png);
    display: inline-block;
}
.deleteBtn
{
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background: url(images/delete.png);
    display: inline-block;
}
.del-wl-item
{
    float: none;
}
.backBtn
{
    float: left !important;
}
.nextBtn
{
    float: right !important;
}
.bq-plus
{
    position: absolute;
    right: 50px;
    top: 0px;
    width: 12px;
    height: 12px;
    background: url(images/plusminus.png) 0 0;
}
.bq-minus
{
    position: absolute;
    right: 50px;
    top: 12px;
    width: 12px;
    height: 12px;
    background: url(images/plusminus.png) 0 -12px;
}
.rw-toptext
{
    margin-bottom: 10px;
}
.rw-btns-cnt
{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.rw-btns-cnt .btn
{
    margin-top: 0;
}
.rw-btns-cnt .qbtn
{
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
}
.addp-btn-cnt .qbtn
{
    margin-right: 10px;
}
.lw-entry
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.lwe-date-name
{
    margin-bottom: 5px;
    font-weight: bold;
}
.lwe-rating
{
    margin-bottom: 7px;
}
.lwe-msg
{
}
.rw-product-cnt
{
    margin-bottom: 10px;
}
.rwp-image-cnt
{
    height: 80px;
    width: 80px;
    float: left;
    padding-right: 10px;
}
.rwp-image
{
    max-width: 100%;
    max-height: 100%;
}
.rwp-info
{
    height: 80px;
    overflow: hidden;
}
.rwpi-title
{
    width: 100%;
    float: left;
    margin: 17px 0 5px 0;
    text-transform: uppercase;
}
.rwpi-idtext
{
    float: left;
    padding-right: 5px;
    font-weight: bold;
}
.rwpi-id
{
    float: left;
}
/* End basket page*/

/* Login page*/
.loginLeft
{
    width: 268px;
    margin-right: 10px;
    float: left;
    position: relative;
}
.loginRight
{
    overflow: hidden;
}
.logonleftBorder
{
    position: absolute;
    top: 0;
    right: 10px;
    width: 0;
    height: 172px;
    border-right: 1px solid #c3c3c3;
}
.guestText
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-weight: bold;
}
.introText
{
    margin: 10px 0;
}
/* End Login page*/

/* Checkout pages */
.two-columt-content
{
    width: 860px !important;
    float: left;
}
.addressCnt
{
    display: inline-block;
    width: 400px;
    float: left;
}
.sameAddrChb
{
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 24px;
}
.country-select select
{
    width: 206px;
}
.addressOverviewCnt
{
    width:31%;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
}
.addressOverviewCnt .infoLine,
.oh-payment-details .infoLine
{
    margin-bottom: 2px;
    width: 100%;
    float: left;
}
.orderOverviewBottom input[type="checkbox"],
.sameAddrChb input[type="checkbox"]
{
    float: left;
    margin-right: 5px;
    display: inline-block;
    margin-top: 5px;
}
.terms
{
    width: 40%;
    float: left;
}
.comments
{
    width: 60%;
    float: right;
    height: 150px;
}
.comments textarea
{
    width: 400px;
    height: 140px;
}
.orderErrros
{
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
}
.validation-summary-errors > ul
{
    list-style: none;
}
.field-validation-error,
.validation-summary-errors > ul > li,
.validation-summary-errors > span,
.errormessages > div, 
.errormessages > span,
.errormessage {
    background: url("images/iconErrorSmall.png") no-repeat scroll left 3px transparent !important;
    clear: both;
    padding: 4px 0 0 20px;
    color: #ff0000;
    display: block;
    line-height: 16px;
}
.okmessage
{
    background: url("images/ok.png") no-repeat scroll left 3px transparent !important;
    clear: both;
    padding: 1px 0 0 20px;
    color: Green;
    display: block;
    line-height: 21px;
}
.field-validation-error
{
    float: left;
}
.review-creare .field-validation-error
{
    float: none;
}
.payments-methods
{
    border-bottom: 1px solid #E8EEF4;
}
.delivery-methods
{
    border-bottom: 1px solid #E8EEF4;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.pm-line
{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.pml-title
{
    float: left;
    padding-right: 10px;
    line-height: 30px;
}
.pm-icon
{
    height: 30px;
    width: 50px;
    margin:  0 10px;
    float: left;
    position: relative;
}
.pm-icon img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.pml-radio
{
    margin-top: 5px;
    float: left;
}
.pml-paymentfee
{
    float: right;
    line-height: 30px;
    padding-right: 10px;
}
.margin-bottom-12
{
    margin-bottom: 12px;
}
.oh-payment-details
{
    width: 34%;
    float: left;
    margin-bottom: 10px;
}
.oh-payment-details-admin
{
    width: 100%;
    float: left;
}
.orderinfo-cnt
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.payments-cnt
{
    width: 100%;
    float: left;
    display: none;
}
.pw-title
{
    background: url(images/arrows.png) no-repeat 0 0;
    padding-left: 16px;
}
.pw-title.up
{
    background: url(images/arrows.png) no-repeat 0 -14px;
}
.orderinfo-cnt .infoLine
{
    margin-bottom: 0;
}
.payments-wrapper
{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.payments-wrapper h3
{
    cursor: pointer;
}
.payments-cnt .value
{
    word-wrap: break-word;
}
.order-id
{
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
.oid-text
{
    padding-right: 5px;
    font-weight: bold;
}

/* Checkout Steps */
.checkout-steps
{
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
}
.cs-step
{
    width: 24%;
    height: 36px;
    margin-left: 1%;
    float: left;
    border: 1px solid #900000;
    background: #900000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cs-step1
{
    margin-left: 0;
    width: 25%;
}
.cs-digit
{
    width: 24px;
    height: 24px;
    float: left;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    margin: 5px 10px;
    font-weight: bold;
    line-height: 24px;
    background: #ffffff;
    color: #1c1c1c;
}
.cs-text
{
    float: left;
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 5px;
}
.cs-step.active
{
    background: #ffffff;
    border-color: #d1d1d1;
}
.cs-step.active .cs-digit
{
    background: #900000;
    color: #ffffff;
}
.cs-step.active .cs-text
{
    color: #1c1c1c;
}
.cs-step.passed .cs-digit
{
    background: #999999;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 23px;
    height: 23px;
}
/* End Checkout Steps */
/* End Checkout Page*/

/* Intro page */
.home-top-banner
{
    max-width: 222px;
    max-height: 252px;
}
.introbody
{
    background-image: url(images/beijing.jpg)
}
.introbody .shell
{
    background: transparent;
}
.shell.intro
{
    width: auto;
    padding: 0;
    color: #ffffff;
    margin-top: 250px;
}
#intro-cnt
{
    position: absolute;
    text-align: center;
    display: inline-block;
    z-index: 1;
    left: 50px;
    bottom: 50px;
}
.ic-area
{
    height: 47px;
    position: relative;
    z-index: 5;
    padding: 20px;
    border: 1px solid #333333;
    display: inline-block;
}
.ic-area-bg
{
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 87px;
    opacity:0.55;
    filter:alpha(opacity=55);
    background: #000000;
}
.ic-title
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    z-index: 6;
}
.ic-lnglinks
{
    position: relative;
    z-index: 6;
}
.ic-lnglinks a
{
    color: #ffffff;
    font-size: 18px;
}
/* Intro page */

/* News */
.news .intro{
    padding : 0 0 10px 0;
    font-weight : bold;
}
.news img
{
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
}
.newscontrol
{
    overflow: hidden;
    border: 0;
    padding: 0 !important
}
.newscontrol h2 
{
    padding-left: 5px;
}
.right-content-news .newscontrol
{
    height: 178px;
}
.news-item
{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.ni-imagelink
{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
}
.ni-imagelink img
{
    max-width: 100px;
    max-height: 100px;
}
.ni-desc
{
    margin-left:10px;
    margin-right: 5px;
}
.nid-text
{
    width: 100%;
    line-height: 15px;
    max-height: 30px;
    overflow: hidden;
    position: relative;
}
.nid-text:after {
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(255,255,255,0), #FFFFFF);
}
.nid-link
{
    margin-bottom: 1px;
}
.nid-date
{
    margin-bottom: 1px;
    font-weight: bold;
}
.allnews-link
{
    position: absolute;
    top: 6px;
    right: 5px;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
}
.allnews-link:hover
{
    color: #ffffff;
}
/* End News*/

/* My  Account */
.ma-editaddress-link, 
.ma-changepass-link
{
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
/* End My  Account */

/* Basket popup */
.qtip-dark
{
    background-color: #FFFFFF !important;
    color: #900000 !important;
    border-color: #AB0303 !important;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.5);
}
.qtip-titlebar
{
    background-color: #AB0303 !important;
    color: #FFFFFF !important;
}
/* End Basket popup */

/* Contact us page */
.contactus-info
{
    margin: 5px 0 10px 0;
    width: 30%;
    padding-left: 2%;
    float: left;
}
.contactus-form
{
    margin: 5px 0 10px 0;
    padding-right: 2%;
    border-right: 1px solid #CCCCCC;
    width: 30%;
    float: left;
}
.map-contactus-info
{
    width:32%;
    padding-left: 2%;
    min-height: 10px;
    float: left;
}
.contactus-form .validation-summary-errors
{
    padding-bottom: 5px;
}
.contactus-form input[type="text"], .contactus-form textarea
{
    width: 96.8%;
}
.cf-toptext
{
    margin-bottom: 10px;
}
.left, .alignleft
{
    float:left; 
}
.right, .alignright
{
    float:right; 
}
/* End contact us page*/

/* Page not found */
.pnf-left
{
    width: 340px;
    float: left;
}
.pnf-right
{
    width: 500px;
    float: left;
    overflow: hidden;
}
.pnf-right p
{
    width: 100%;
    float: left;
    padding-bottom: 5px;
}
.pnf-right a
{
    text-decoration: underline;
}
.pnf-intro
{
    font-size: 14px;
    padding-top:10px;
}
h1.pnf-title
{
    font-family: HeliosThin;
    font-size: 75px;
    line-height: 75px;
    float: right;
    margin: 0 55px 0 0;
    padding: 0;
}
.pnf-link
{
    margin-left: 35px;
}
/* End Page not found */

/* Sort dropdown */
.sort-dropdown-cnt
{
    width: 110px;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 112px;
}
.itemsPerPage 
{
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 10px;
    margin-right: 0;
}
h1 + .itemsPerPage 
{
    top: auto;
    bottom: 16px;
    z-index: 9;
}
.sort-dropdown-cnt .custom-select,
.sort-dropdown-cnt .custom-text,
.sort-dropdown-cnt .select-list
{
    width: 100%;
}
.sort-dropdown
{
    width: 100%;
    text-align: left;
}
.sdl-arrrow
{
    float: left;
    margin: 11px 5px 0 0;
    width: 6px; 
	height: 5px; 
	display: inline-block;
}
.sdl-text
{
    float: left;
}
.sort-dropdown.Title.asc .sdl-arrrow-title,
.sort-dropdown.Brand.asc .sdl-arrrow-brand,
.sort-dropdown.Category.asc .sdl-arrrow-category,
.sort-dropdown.Price.asc .sdl-arrrow-price,
.sort-dropdown.New.asc .sdl-arrrow-new,
.custom-text.Title.asc .sdl-arrrow-title,
.custom-text.Brand.asc .sdl-arrrow-brand,
.custom-text.Category.asc .sdl-arrrow-category,
.custom-text.Price.asc .sdl-arrrow-price,
.custom-text.New.asc .sdl-arrrow-new
{
	width: 0; 
	height: 0; 
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid #FFFFFF;
}

.sort-dropdown.Title.desc .sdl-arrrow-title,
.sort-dropdown.Brand.desc .sdl-arrrow-brand,
.sort-dropdown.Category.desc .sdl-arrrow-category,
.sort-dropdown.Price.desc .sdl-arrrow-price,
.sort-dropdown.New.desc .sdl-arrrow-new,
.custom-text.Title.desc .sdl-arrrow-title,
.custom-text.Brand.desc .sdl-arrrow-brand,
.custom-text.Category.desc .sdl-arrrow-category,
.custom-text.Price.desc .sdl-arrrow-price,
.custom-text.New.desc .sdl-arrrow-new
{
	width: 0; 
	height: 0; 
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #FFFFFF;
}
.sd-link
{
    background: none !important;
    float: left;
}
.sdl-text
{
    color: #ffffff !important;
}
.sort-dropdown-cnt .custom-text .sdl-arrrow
{
    margin-top: 12px;
}
.sort-dropdown-cnt .select-list.custom-scroll
{
    padding: 2px 7px;
}
.sort-dropdown-cnt .select-list
{
    width: 101%;
}
/* End sort dropdown */

/* Brand Menu */
.brand-menu-cnt
{
    width: 102%;
    float: left;
}
.brand-menu
{
    list-style-type: none; 
    width: 100%;
    float:left;
}
.brand-menu-item
{
    width: 210px;
    height: 105px;
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
    position: relative;
}
.mmfli-link
{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 30;
}
.mmfli-fore-img, .mmfli-back-img
{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.mmfli-back-img
{
    display: none;
}

.mmfli-fore-img-wrapper,
.mmfli-back-img-wrapper
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mmfli-back-img-wrapper
{
    z-index: 10;
}
.mmfli-fore-img-wrapper
{
    z-index: 20;
}
.transform-hide
{
    -webkit-transform:scaleX(0);
    -moz-transform:scaleX(0);
    -o-transform:scaleX(0);
    transform:scaleX(0);
}
.transform-show
{
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    -o-transform:scaleX(1);
    transform:scaleX(1);
}
.mmfli-img-part
{
    position: absolute;
    top: 0;
    width: 21px;
    height: 105px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
/* End Brand menu*/

/* left menu*/
.leftMenu
{
    width: 100%;
    float: left;
    list-style: none;
}
.leftMenu ul
{
    list-style: none;
}
.leftMenu a
{
    font-weight: bold;
    float: left;
    width: 100%;
    text-decoration: none;
    line-height: 20px;
    line-height: 21px\0/IE;
    font-size: 13px;
}
.leftMenu .firstLevel.item-selected > a
{
    background-color: #e3e3e3 !important;
}
.leftMenu .firstLevel.item-selected
{
    background-color: #f7f7f7 !important;
}
.leftMenu a:hover,
.leftMenu .secondLevel.item-selected > a
{
    background-color: #f0f0f0 !important;
}
.leftMenu .secondLevel.item-selected > a
{
    font-weight: bold !important;
}
.leftMenu li.firstLevel,
.leftMenu li.secondLevel
{
    width: 100%;
    float: left;
}
.leftMenu li.firstLevel a.firstLevel
{
    padding: 0 10px;
}
.simlpe-menu .leftMenu li.firstLevel a.firstLevel
{
    padding-bottom: 6px;
    line-height: 16px;
}
.leftMenu li.secondLevel a.secondLevel 
{
    padding: 0 10px 0 25px !important;
}
.leftMenu li.secondLevel a
{
    width: 163px;
}
.catalog .leftMenu li.firstLevel > ul
{
    display: none;
}
.leftMenu li.firstLevel 
{
    position: relative;
    z-index: 10;
}
.catalog-arrow
{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    z-index: 12;
    cursor: pointer;
}
.catalog-arrow.up
{
    background:url(images/arrows_triangle.png) no-repeat 8px 6px; 
}
.catalog-arrow.down
{
    background:url(images/arrows_triangle.png) no-repeat 0px -11px; 
}
.catalog .leftMenu li.firstLevel a.firstLevel
{
    /*background:url(images/arrows_triangle.png) no-repeat 8px 6px; */
    padding-left:21px; 
    width: 167px;
}
.catalog .leftMenu li.secondLevel a.secondLevel
{
    padding-left:21px !important; 
    width: 167px;
    font-weight: normal;
    color: #5F5F5F;
}
.homeHtmlMainComtainer
{
    margin-top: 5px;
    width: 100%;
    float: left;
}
/* End left menu*/

/* Subscription and Call Me forms */
.sbs-title
{
    margin-bottom: 15px;
}
.callmeControl
{
    padding-bottom: 0;
}
.callmeControl .sbs-btn
{
    margin-bottom: 15px;
}
.callme-title
{
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 0 !important;
}
.callme-form
{
    float: left;
    margin-top: 8px;
    padding-top: 2px;
    width: 100%;
}
.callme-title:before
{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    background: url(images/call_me_icon.png) no-repeat 0 5px;
}
.rightControl .infoLine
{
    margin-left: 10px;
    margin-right: 10px;
}
.rightControl .infoLine .value
{
    margin-left: 0;
}
.rightControl .infoLine .field-validation-error
{
    color: #aa0000;
}
.rightControl .infoLine input
{
    width: 96%;
}
.sbs-btn
{
    float: right;
    margin: 0 11px 5px 0;
}
.subscription-msg
{
    margin-bottom: 10px;
}
.subscription-msg .sbs-succsess-msg {
    margin-top: 10px;
}
.callme-form .subscription-msg
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.sbs-succsess-msg
{
    margin: 0 10px;
    color: #029a45;
    display: inline-block;
}
/* End Subscription and Call Me forms */
/* Settings */
.settingsList {
    float: left;
    margin-left: 40px;
}
.settingsList a
{
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}
.settings-dropdowns {
    float: left;
}
.settings {
    float: left;
}
.settings .infoLine .label
{
    width: 160px;
}
.settings .infoLine .value
{
    margin-left: 0px;
}
.settings-brand-images 
{
    float: left;
    margin-top: 20px;
    max-width: 300px;
}
.settings-brand-images img 
{
    max-width:100%;
}
.settings-brand-images .label 
{
    margin-bottom: 10px;
}
.settings-brand-images ul 
{
    list-style: none;
    width: 100%;
    float: left;
}
.settings-brand-images ul li 
{
    margin-bottom: 5px;
    width: 100%;
    float: left;
}
/* End Settings */

/* Content Pages */
.content-page p
{
    margin-bottom: 6px;
}
.content-page h2
{
    margin-top: 10px;
    font-size: 14px !important;
}
.content-page h1
{
    margin-bottom: 15px !important;
}
.content-page ul
{
    padding-left: 25px !important;
    display: inline-block;
}
.select-list ul
{
    padding-left: 0;
}
.content-page ul,
.content-page li
{
    margin-bottom: 3px;
}
#content p {
    margin-bottom: 10px;
}
.delivery-cities .value {
    margin: 0 10px 0 0;
    float: left;
}
.delivery-price-wrapper {
    line-height: 27px;
    float: left;
}
.dp-body,
.dp-google-map,
.dp-outro {
    width: 100%;
    float: left;
}
.dp-google-map {
    margin-bottom: 10px;
}
.dp-google-map {
    width: 400px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.dp-google-map-desc {
    overflow: hidden;
}
.pp-payment-text,
.order-number-pay,
.orden-no-error-msg {
    width: 100%;
    float: left;
}
.order-number-pay {
    margin-bottom: 10px;
}
.order-number {
    width: 155px;
    float: left;
    overflow: visible;    
}
.order-number .value {
    margin: 4px 0 0 0;
}
.pp-btn {
    float: left;
    margin: 5px 40px 0 10px;
}
/* End Content Pages */

/* Langeage Container */
.languagesCnt
{
    overflow: hidden;
    float: left;
}
.languagesCnt ul
{
    float:right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.languagesCnt li
{
    float: left;
    padding: 2px 4px 2px 4px;
    margin-left: 2px;
}
.languagesCnt li.item-selected
{
    background: #C53636;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.languagesCnt li a
{
    font-weight: bold;
    color: #1C1815;
    float: left;
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    margin-left: 0;
}
.languagesCnt li.item-selected a
{
    color: #FFFFFF;
}
/* End Langeage Container */

/*EcmsPopup*/
.page-overlay
{
    display: none;
    background-color: #000000; 
    height: 100%; 
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1100;
}
.page-popup {
    display: none;
    z-index: 1110;
    position: absolute;
    box-shadow: 0px 0px 1px 0px rgba(255,255,255, 0.3);
    background: rgba(216, 244, 243, 0.95);
}
.popup-closebtn
{
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 30px;
    background: url(images/i_close.gif) no-repeat;
    height: 11px;
    width: 11px;
}
.popup-small-closebtn {
    top: 8px;
    right: 10px;
    height: 17px;
    width: 17px;
    background-position: 0 -32px;
}
.popup-closebtn-hidden
{
    display: none;
}
.page-popup-cnt
{
    width: 450px;
    float: left;
    border: 1px solid #6BCBCA;
    background: rgba(241, 251, 251, 0.95);
    padding: 30px 40px 30px;
    margin: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*End EcmsPopup*/
.hr {
    width: 100%;
    float: left;
    padding-top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E6E7E8;
}
.products-hr {
    padding-top: 7px;
}
.page-popup-cnt .hr {
    border-color: #CCDDE2;
}
.page-popup-cnt h2 {
    font-size: 18px;
    font-weight: normal;
}
.documents-img-cnt {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.documents-img-cnt a {
    width: 33%;
    float: left;
    text-align: center;
}
.documents-img-cnt a img {
    width: 90%;
}
.percents {
    color: #0CA2A0;
    font-family: Tahoma;
    font-size: 20px;
    margin-top: 19px;
}
.blue_highlight {
    color: #0CA2A0;
}
.orden-no-error-msg .field-validation-error 
{
    white-space: nowrap;
}
/*FAQ*/
.faq-cnt
{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.faq-item
{
    float: left;
    margin-bottom: 10px;
    border: 1px solid #E6E7E8;
    padding: 1px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.faq-item-header
{
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    height: auto;
    line-height: 19px;
    overflow: hidden;
    padding: 4px 45px 4px 12px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #e6fcfc;
    background: -moz-linear-gradient(top, #e6fcff 0%, #D8F4Ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6fcff), color-stop(100%,#D8F4Ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6fcff 0%,#D8F4Ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6fcff 0%,#D8F4Ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6fcff 0%,#D8F4Ff 100%); /* IE10+ */
	background: linear-gradient(top, #e6fcff 0%,#D8F4Ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#D8F4Ff',GradientType=0 ); /* IE6-8 */
}
.faq-item-text
{
    float: left;
    margin-top: 1px;
    background: #F1FBFB;
    width: 100%;
}
.faq-item-text-inside {
    float: left;
    padding: 6px 12px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.faq-item-text ul
{
    padding-left: 14px;
    list-style-type: disc;
}
.faq-item .cpbblb-link
{
    margin: 8px 14px 0 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.shadow
{
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 	inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 		inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3); 
}
.cpbblb-link
{
    float: right;
    margin: 12px 14px 0 0;
    width: 25px;
    height: 14px;
    background: url(images/calculator-arrows.png) 0 -14px;
}
.cpbblb-link.opened
{
    background-position: 0 0;
}
/*End FAQ*/
/* Service page*/
.servite-top-line 
{
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-top:80px;
}
.servite-bottom-line 
{
    font-size: 20px;
    text-align: center;
}
/* End Service page*/
#saleProductDetailPage .contactus-form 
{
    border-right: 0;
}
.infoLinePDP 
{
    line-height: 16px;
}
.tbxCaptcha
{
    width: 112px;
    float: left;
}
.tbxCaptcha input 
{
    width: 112px;
}
.captchaImage 
{
    float: left;
    margin-top: 1px;
}
.send-error-message 
{
    width:100%;
}
.infoLine.infoLineCheckBox
{
    overflow: visible;
    clear: both;
}
.infoLine.infoLineCheckBox.last
{
    float: none;
}
.email-input
{
    left: 112px;
    position: absolute;
    width: 300px !important;
    z-index: 1000;
}
.orderinfo-cnt .infoLine .label {
    padding-top: 0;
}
.tabs-cnt 
{
    margin:20px 0;
}
.tabs-headers 
{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #90a3a8;
}
.tab-header
{
    font-size: 10px;
    color: #bbb;
    text-transform: uppercase;
    margin-right: 10px;
    background: #f1fbfb;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #90a3a8;
    border-bottom: 0;
    float: left;
    cursor: pointer;
    line-height: 13px;
}
.tab-header.active
{
    color: #6a787c;
    background: #fff;
}
.tabs-content-cnt .tab-content
{
    display: none;
}
.tabs-content-cnt .tab-content:first-child
{
    display: block;
}
.twoImagesCarousel .pika-thumbs 
{
    margin-left: 62px !important;
}
.dp-body,
.dp-google-map,
.dp-outro {
    width: 100%;
    float: left;
}
.dp-google-map {
    margin-bottom: 10px;
}
.dp-google-map {
    width: 400px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.dp-google-map-desc {
    overflow: hidden;
}
.pp-payment-text,
.order-number-pay,
.orden-no-error-msg {
    width: 100%;
    float: left;
}
.order-number-pay {
    margin-bottom: 10px;
}
.order-number {
    width: 155px;
    float: left;
    overflow: visible;
    margin-top: 2px;
}
.order-number .value {
    margin: 4px 0 0 0;
}
.pp-btn {
    float: left;
    margin: 5px 40px 0 10px;
}
.documents-img-cnt {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.documents-img-cnt a {
    width: 33%;
    float: left;
    text-align: center;
}
.documents-img-cnt a img {
    width: 90%;
}
.percents {
    color: #0CA2A0;
    font-family: Tahoma;
    font-size: 20px;
    margin-top: 19px;
}
.blue_highlight {
    color: #0CA2A0;
}
.orden-no-error-msg .field-validation-error 
{
    white-space: nowrap;
}
.tbx input
{
    width: 100%;
}
.pd-new-options-cnt 
{
    float: right;
}
.psd-new,
.psd-options {
    height: 15px !important;
    width: 15px !important;
    float: right;
    margin-left: 5px;
}
.psd-new {
    background: url(images/i_warning.gif) no-repeat;
}
.psd-options {
    background: url(images/i_many.gif) no-repeat;
}

.variant-color
{
    height: 24px;
    width: 24px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    border: 1px solid #ccc;
}
.variant-color.selected
{
    border-color: #222;
}
.infoLineColors
{
    height: auto;
}
.infoLineColors .value
{
    position: relative;
    float: left;
    margin-left: 0;
    width: 284px;
}
.infoLinePDP .value img 
{
    max-height: 32px;
    float: left;
}
.infoLinePDP .value .zoom-icon
{
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    margin: 0;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
}
.seo-block
{
    width:100%;
    float:left;
    min-height:5px;
    margin-top:20px;
}
.pdc-image-icon
{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}
.pdp-banner
{
    position: absolute;
    right: 0;
    top: 136px;
    max-height: 600px;
    max-width: 255px;
    z-index: 1;
}
.pdp-banner img 
{
    max-width: 100%;
}


.stock.red
{
    color: #FF0000;
}

.stock.green
{
    color: #5aa33a;
}

.stock.orange
{
    color: #d49e2a;
}

.pd-price-addtobasket .stock 
{
    position: absolute;
    top: -16px;
    left: 0;
    font-size: 13px;
    font-weight: bold;
}
.relatedProducts .pd-price-addtobasket .stock 
{
    top: -15px;
    font-size: 12px;
}
.priceInfoLine .stock
{
    font-size: 18px;
    margin-left: 5px;
}
.priceInfoLine .stock + .label
{
    margin-top: 24px;
}
.shell {
    min-width: 1106px;
}

.top-middle-container
{
    display: table;
}
.top-middle-container > div
{
    display: table-cell;
}
.top-email-time-wrapper
{
    width: 100%;
    float: left;
}
.topHeaderTime
{
    color: #4d4d4d;
    float: left;
    font-size: 13px;
}
.topHeaderTime > div 
{
    margin-right: 5px;
    float: left;
}
.searchboxContainer-wrapper
{
    margin-top: 25px;
    margin-bottom: 12px;
    width: 100%;
    float: left;
    text-align: center;
}
.topLinksContainer .topHeaderPhone {
    background-image: url("images/lightblue/kyivstar.png");
    padding-left: 22px;
}
.topLinksContainer .topHeaderPhone:nth-child(3)
{
    background-image: url("images/lightblue/mts.png");
    padding-left: 22px;
}
.topLinksContainer .topHeaderPhone:nth-child(2)
{
    background-image: url("images/lightblue/life.png");
    padding-left: 30px;
}
/* EcmsPopup */
.page-overlay
{
    display: none;
    background-color: #000000; 
    height: 100%; 
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1100;
}
.page-popup {
    display: none;
    z-index: 1110;
    position: absolute;
    box-shadow: 0px 0px 1px 0px rgba(255,255,255, 0.3);
    background: rgba(210, 226, 176, 0.95);
}
.popup-closebtn
{
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 30px;
    background: url(images/i_close.gif) no-repeat;
    height: 11px;
    width: 11px;
}
.popup-small-closebtn {
    top: 8px;
    right: 10px;
    height: 17px;
    width: 17px;
    background-position: 0 -32px;
}
.popup-closebtn-hidden
{
    display: none;
}
.page-popup-cnt
{
    width: 290px;
    float: left;
    border: 1px solid #b2b3b3;
    background: rgba(241, 241, 241, 0.95);
    padding: 30px 40px 30px;
    margin: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* End EcmsPopup */
.call-back-link,
.call-back-link:hover
{
    line-height: 24px;
    float: right;
    color: #4d4d4d;
    margin-right: 10px;
    text-decoration: none;
    margin-top: 5px;
    text-decoration: underline;
}
.callme-form .value
{
    margin-left: 0;
}
.callme-form .value input 
{
    float: left;
}
.products-in-basket-text
{
    float: right;
    margin: 42px 10px 0 0;
}
#miniBasket
{
    float: right;
    margin-right: 10px;
}
.sitemap-wrapper
{
    background: #dadbdb;
}
#sitemap
{
    box-sizing: border-box;
    padding: 5px 60px 15px 60px;
    overflow: hidden;
    position: relative;
}
.bottom-menu
{
    width: 40%;
}
.bottom-menuitem
{
    width: 50%;
    float: left;
    line-height: 18px;
}
.bottom-menuitem a
{
    color: #4d4d4d;
    text-decoration: none;
}
.subscription-wrapper
{
    width: 100%;
    float: left;
    padding: 5px 20px 0 20px;
    box-sizing: border-box;
    border-bottom: 2px solid #c5c6c6;
    margin-bottom: 20px;
}
.subscription-wrapper .infoLine
{
    float: right;
    margin-bottom: 0;
}
.subscription-wrapper .infoLine .value
{
    margin-left: 15px;
}
.subscription-wrapper .infoLine .value input
{
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
    text-align: center;
    width: 188px;
}
.subscription-wrapper .sbs-btn
{
    float: right;
    margin-bottom: 0;
    margin-left: 15px;
    border-radius: 5px;
}
.subscription-wrapper .field-validation-error
{
    float: none;
}
.subscription-wrapper .sbs-title
{
    float: right;
    margin-bottom: 0;
    text-transform: none;
    line-height: 26px;
    font-weight: bold !important;
    color: #4d4d4d !important;
}
.subscription-wrapper .subscription-msg
{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 4px;
}
.subscription-wrapper .subscription-msg .sbs-succsess-msg
{
    margin-top: 0;
}
.home-products,
.plp-products
{
    width: 100%;
}
.products.plp-products ul.productItem li 
{
    margin-right: 7px;
}
.products.plp-products .productItem li:nth-child(4n),
.home-products .productItem li:nth-child(5n)
{
    margin-right: 0;
}
.more-products-wraper-title
{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    margin: 5px 0 0 0;
}
.plp-content .pager-wrapper
{
    width: calc(100% - 3px);
}
.map-contactus-info
{
    min-height: 10px;
    float: left;
}
#content.contactus-form-page
{
    width: 100%;
}

















.topHeaderPhone 
{
    visibility: hidden;
}
#navigation,
.loginText
{
    position: static;
}
.box.catalog ul li a.firstLevel 
{
    font-size: 15px !important;
}