/********************************************/
/*		ЦВЕТА								*/
/*	rgb(236,47,75) - красный				*/
/*	rgb(202,218,218) - серенький				*/
/********************************************/

a:focus {outline: none;}
li:focus {outline: none;}
img:focus {outline: none;}
input:focus {outline: none;}
select:focus {outline: none;}
option:focus {outline: none;}
.clear {
clear: both;
}
.hidden, .display_none {
display: none;
}
.visible {
display: block;
}
img {border: none;}
.hide_show_leftside, .hide_show_menu{
	display: none;
}
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: url("/design/img/main-bg.png") repeat-y center top;
}
div.layout {
display: block;
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 1100px;

}
/*	Шапка - верхний блок	*/
div.upper-block {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 70px;
background: url("/design/img/upper-bg.png") no-repeat 16px -40px;
}
div.upper-text {
display: block;
margin: 14px 0px 0px 76px;
padding: 0px 0px 0px 0px;
font: normal 12px tahoma, sans-serif;
color: #555555;
width: 530px;
float: left;
}
div.select-currency{
    display: block;
    float: left;
    padding:0;
    margin: 9px 20px 0px 0px;
    font: normal 14px tahoma, sans-serif;
    white-space: nowrap;
    color: rgb(236,47,75);
    width: 100px;
    height:25px;
}
div.select-currency a{
    color: rgba(236,47,75,0.8);
    text-decoration: none;
}
div.select-currency a:hover{
    color: rgb(236,47,75);
    text-decoration: none;
}
div.select-currency ul, div.select-currency li{
    list-style: none;
    margin:0;
    padding:0;
}
div.select-currency>ul{
    position: relative;
    border: 1px solid rgb(236,47,75);
    padding: 4px 35px 4px 5px;
    background:rgba(255,255,255,0.5);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
div.select-currency>ul:hover{
    box-shadow: 0px 0px 4px -1px rgba(236,47,75,0.5);
    background:rgba(255,255,255,0.7);
}
div.select-currency>ul:after{
    position: absolute;
    content: "▼";
    color: rgb(236,47,75);
    font-size: 12px;
    right: 5px;
    top: 6px;
    transition: all 0.3s ease 0s;
}
div.select-currency.active>ul:after{
    transform: rotateZ(180deg);
}
div.select-currency li.drop{
    height:0;
    opacity:0;
    transform: rotateX(90deg);
    transition: all 0.3s ease 0s;
}
div.select-currency.active li.drop{
    transform: rotateX(0deg);
    opacity: 1;
    height: auto;
}
div.select-currency.active li.drop li{
    margin: 10px 0 5px 0;
}

div.upper-cart {
display: block;
margin: 9px 51px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: right;
width: 189px;
height: 25px;
float: left;
}
div.upper-cart a {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: right;
width: 189px;
height: 25px;
}
div.upper-cart img {
margin: 0px 0px 0px 0px;
padding: 0px 3px 0px 0px;
}
span.upper-cart-text {
font: normal 12px tahoma, sans-serif;
color: #555555;
position: relative;
top: -7px;
}
span.upper-cart-count {
font: bold 25px arial, sans-serif;
color: rgb(227,102,59);
position: relative;
top: -3px;
}

div.upper-home {
display: block;
margin: 13px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 13px;
height: 12px;
float: left;
}
div.upper-home a {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: none;
width: 13px;
height: 12px;
}
div.upper-mail {
display: block;
margin: 13px 0px 0px 15px;
padding: 0px 0px 0px 0px;
width: 13px;
height: 12px;
float: left;
}
div.upper-mail a {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: none;
width: 13px;
height: 12px;
}
.continue_btn{
    display:inline-block;
    position:relative;
    text-decoration:none;
    color:#333333;
    border:1px solid #d7d7d7;
    border-radius:3px;
    background:#f7f7f7;
    padding:8px 15px 9px;
    transition: all 0.3s ease 0s;
}
.continue_btn:hover{
    box-shadow:1px 1px 4px -1px rgba(155,155,155,0.4);
}

/*	Шапка - блок с логотипом и поиском	*/
div.logo-block {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 100px;
}
div.vvb-logo {
display: block;
margin: 1px 0px 0px 2px;
padding: 0px 0px 0px 0px;
width: 240px;
height: 87px;
float: left;
}
div.vvb-logo a {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: none;
width: 240px;
height: 87px;
}

div.search-block {
display: block;
margin: -4px 0px 0px 450px;
padding: 0px 0px 0px 0px;
width: 300px;
height: 87px;
float: left;
}
div.search-block table {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
td.search-area {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
input.findtext {
display: block;
margin: 3px 0px 0px 0px;
padding: 0px 5px 0px 5px;
background-color: #F7F7F7;
border: 1px solid #B0B0B0;
font: bold 13px arial, sans-serif;
color: #555555;
line-height: 25px;
width: 210px;
height: 25px;
}
td.search-area p {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
td.search-button {
margin: 0px 0px 0px 0px;
padding: 1px 0px 0px 10px;
}
td.search-button input {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 27px;
}

h2.find-message {
display: block;
margin: 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
font: bold 20px arial, sans-serif;
color: #555555;
}
h3.find-failed {
display: block;
margin: 100px 0px 117px 0px;
padding: 0px 0px 0px 0px;
font: bold 17px arial, sans-serif;
color: red;
}

/*		Топменю			*/
div.topmenu-block {
display: block;
margin: 18px 0px 0px 42px;
padding: 0px 0px 0px 10px;
width: 990px;
height: 68px;
background: url("/design/img/topmenu-bg.png") no-repeat 0px 0px;
}
.tm {
display: block;
margin: 15px 0px 0px 55px;
padding: 0px 0px 0px 0px;
text-decoration: none;
width: 130px;
height: 40px;
float: left;
}
.tm-default-1 {background: url("/design/img/topmenu/def1.jpg?v=1") no-repeat -5px top;}
.tm-default-2 {background: url("/design/img/topmenu/def2.jpg?v=1") no-repeat -5px top;}
.tm-default-3 {background: url("/design/img/topmenu/def3.jpg?v=1") no-repeat -7px top;}
.tm-default-4 {background: url("/design/img/topmenu/def4.jpg?v=1") no-repeat -5px top;}
.tm-default-5 {background: url("/design/img/topmenu/def5.jpg?v=1") no-repeat -4px top;}

.tm-default-1:hover {background: url("/design/img/topmenu/act1.jpg?v=1") no-repeat -5px top;}
.tm-default-2:hover {background: url("/design/img/topmenu/act2.jpg?v=1") no-repeat -5px top;}
.tm-default-3:hover {background: url("/design/img/topmenu/act3.jpg?v=1") no-repeat -7px top;}
.tm-default-4:hover {background: url("/design/img/topmenu/act4.jpg?v=1") no-repeat -5px top;}
.tm-default-5:hover {background: url("/design/img/topmenu/act5.jpg?v=1") no-repeat -4px top;}

.tm-active-1 {background: url("/design/img/topmenu/act1.jpg?v=1") no-repeat -5px top;}
.tm-active-2 {background: url("/design/img/topmenu/act2.jpg?v=1") no-repeat -5px top;}
.tm-active-3 {background: url("/design/img/topmenu/act3.jpg?v=1") no-repeat -7px top;}
.tm-active-4 {background: url("/design/img/topmenu/act4.jpg?v=1") no-repeat -5px top;}
.tm-active-5 {background: url("/design/img/topmenu/act5.jpg?v=1") no-repeat -4px top;}

/*		Карусэлька		*/
div.carousel-block {
display: block;
margin: -13px 0px 0px 14px;
padding: 0px 0px 0px 0px;
width: 1057px;
height: 356px;
background: url("/design/img/carousel-bg.png") no-repeat 0px 0px;
}
div.carousel-block table {
display: block;
margin: 59px 0px 0px 90px;
padding: 0px 0px 0px 0px;
}
td.carousel-prev {
margin: 0px 0px 0px 0px;
padding: 0px 14px 0px 0px;
width: 26px;
}
td.carousel-next {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 14px;
width: 26px;
}
td.carousel-bg {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
td.carousel-bg li {
margin: 0px 0px 0px 0px;
padding: 0px 21px 0px 21px;
width: 159px;
height: 240px;
}

/*		Центральная часть		*/
div.main-block {
display: block;
margin: -38px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/*		Левое меню		*/
div.leftmenu-block {
display: block;
margin: 0px 0px 0px 14px;
padding: 0px 0px 0px 0px;
width: 310px;
float: left;
}
div.leftmenu-top {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 56px;
background: url("/design/img/leftmenu-top-bg.png") no-repeat 0px 0px;
}
div.leftmenu-bottom {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 65px;
background: url("/design/img/leftmenu-bottom-bg.png") no-repeat 0px 0px;
}
div.leftmenu-middle {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
min-height: 200px;
background: url("/design/img/leftmenu-middle-bg.png") repeat-y 0px 0px;
}
div.leftmenu-middle h2 {
display: block;
margin: 0px 0px 0px 40px;
padding: 6px 0px 0px 15px;
font: normal 35px arial, sans-serif;
color: #FFFFFF;
letter-spacing: 2px;
width: 215px;
height: 45px;
background: rgb(236,47,75);
position: relative;
top: -20px;
}
div.leftmenu {
display: block;
margin: 0px 0px 0px 75px;
padding: 15px 0px 10px 0px;
width: 180px;
overflow: hidden;
}
div.leftmenu a {
display: block;
margin: 0px 0px 0px 0px;
padding: 7px 0px 8px 0px;
text-decoration: none;
font: bold 13px arial, sans-serif;
}
a.lm-default {
color: #777777;
}
a.lm-default:hover {
color: rgb(236,47,75);
}
a.lm-active {
color: rgb(236,47,75);
}

div.articles {
display: block;
margin: 0px 0px 0px 50px;
padding: 0px 0px 10px 0px;
width: 205px;
overflow: hidden;
}
a.art-ref {
display: block;
margin: 0px 0px 0px 0px;
padding: 4px 0px 4px 0px;
text-decoration: none;
color: #999999;
}
a.art-ref h3 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: bold 13px arial, sans-serif;
}
a.art-ref:hover {
color: rgb(236,47,75);
}
a.all-art-ref {
display: block;
margin: 0px 0px 0px 110px;
padding: 10px 0px 0px 0px;
text-decoration: underline;
font: italic bold 13px arial, sans-serif;
color: #EC2F4B;
}
a.all-art-ref:hover {
text-decoration: none;
}

div.home-ref {
display: block;
margin: -17px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
}
div.home-ref a {
margin: 0px 0px 0px 0px;
padding: 0px 2px 0px 2px;
text-decoration: none;
font: bold 13px arial, sans-serif;
color: #777777;
}
div.home-ref a:hover {
color: rgb(236,47,75);
text-decoration: underline;
}

div.left-counter {
display: block;
margin: 15px 0px 0px 28px;
padding: 0px 0px 10px 0px;
}

/*		Контент		*/
div.content-block {
display: block;
margin: 0px 0px 0px -34px;
padding: 0px 0px 0px 0px;
width: 781px;
float: left;
}
div.content-top {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 56px;
background: url("/design/img/content-top-bg.png") no-repeat 0px 0px;
}
div.content-bottom {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 65px;
background: url("/design/img/content-bottom-bg.png") no-repeat 0px 0px;
}
div.content-middle {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: url("/design/img/content-middle-bg.png") repeat-y 0px 0px;
}
h1.content-title {
display: block;
margin: 0px 0px 0px 40px;
padding: 6px 0px 0px 15px;
font: normal 35px arial, sans-serif;
color: #FFFFFF;
letter-spacing: 2px;
width: 686px;
height: 45px;
background: rgb(202,218,218);
position: relative;
top: -20px;
}
div.content-body {
display: block;
margin: -26px 0px 0px 40px;
padding: 10px 10px 10px 10px;
font: normal 13px arial, sans-serif;
color: #000000;
line-height: 17px;
width: 679px;
min-height: 400px;
border: 1px solid rgb(202,218,218);
position: relative;
top: 20px;
}

/*		Каталог		*/
div.ctree {
display: block;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
text-decoration: none;
font: bold 13px arial, sans-serif;
color: #777777;
}
div.ctree a {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: underline;
font: bold 13px arial, sans-serif;
color: rgb(236,47,75);
}
div.ctree a:hover {
text-decoration: none;
}

div.gal-block {
display: block;
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 26px;
}
div.gal-block a {
display: block;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px px;
text-decoration: none;
width: 192px;
height: 290px;
overflow: hidden;
float: left;
}
div.gal-block a div.pic {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 190px;
height: 190px;
border: solid 1px rgb(236,47,75);
}
div.gal-block a:hover div.pic {
border: solid 1px rgb(202,218,218);
}
div.gal-block a div.pic-prices {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 190px;
height: 55px;
border-left: solid 1px rgb(236,47,75);
border-right: solid 1px rgb(236,47,75);
border-bottom: solid 1px rgb(236,47,75);
background: rgb(236,243,247);
}
div.gal-block a:hover div.pic-prices {
border-left: solid 1px rgb(202,218,218);
border-right: solid 1px rgb(202,218,218);
border-bottom: solid 1px rgb(202,218,218);
}
div.pic-prices p {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;
font: bold 14px arial, sans-serif;
line-height: 26px;
color: #000000;
height: 26px;
overflow: hidden;
}

div.gal-block h4 {
display: block;
margin: 3px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
font: bold 13px arial, sans-serif;
line-height: 15px;
color: #777777;
height: 30px;
overflow: hidden;
}
div.gal-block a:hover h4{
color: rgb(236,47,75);
}

div.pagination {
display: block;
margin: 10px 0px 15px 0px;
padding: 0px 0px 0px 0px;
font: normal 15px arial, serif;
color: #000000;
letter-spacing: 2px;
}
div.pagination a {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: underline;
font: normal 15px arial, serif;
letter-spacing: 2px;
color: #777777;
}
div.pagination a:hover {
text-decoration: none;
}

/*	Описание товара		*/
div.tovar-block {
display: block;
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
a.tovar-pic {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px px;
text-decoration: none;
width: 192px;
float: left;
}
a.tovar-pic div {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 190px;
height: 190px;
border: solid 1px rgb(236,47,75);
}
a.tovar-pic:hover div {
border: solid 1px rgb(202,218,218);
}
a.tovar-pic img {
display: block;
margin: -27px 0px 0px 166px;
padding: 0px 0px 0px 0px;
width: 17px;
height: 24px;
position: absolute;
z-index: 555;
}
div.tovar-info {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 25px;
text-decoration: none;
font: bold 15px arial, sans-serif;
color: #000000;
width: 300px;
float: left;
}
div.tovar-addcart {
display: block;
margin: 14px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 142px;
height: 43px;
}
input.tovar-buy {
display: block;
margin: 0px 0px 0px -2px;
padding: 0px 0px 0px 0px;
width: 142px;
height: 43px;
}


/*		Статьи		*/
a.artlist-ref {
display: block;
margin: 0px 0px 0px 0px;
padding: 5px 0px 11px 0px;
text-decoration: none;
}
a.artlist-ref h3 {
display: block;
margin: 0px 0px 2px 0px;
padding: 0px 0px 0px 0px;
font: bold 15px arial, sans-serif;
color: #000000;
}
a.artlist-ref div {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: normal 13px arial, sans-serif;
line-height: 15px;
color: #999999;
}
a.artlist-ref:hover h3 {
color: #EC2F4B;
}
a.artlist-ref:hover div {
color: #000000;
}
a.all-art-ref2 {
display: block;
margin: 0px 0px 0px 480px;
padding: 10px 0px 10px 0px;
text-decoration: underline;
font: italic bold 13px arial, sans-serif;
color: #EC2F4B;
}
a.all-art-ref2:hover {
text-decoration: none;
}

/*		Контакты		*/
div.contacts-block {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
}
div.contacts-info {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 20px 0px 0px;
border-right: solid 1px #999999;
width: 280px;
float: left;
}
div.contacts-form {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 20px;
font: normal 15px arial, sans-serif;
color: #555555;
width: 340px;
/*float: left;*/
}
h2.form-title {
display: block;
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 0px;
font: bold 20px arial, sans-serif;
color: 555555;
letter-spacing: 2px;
}
div.contacts-form  p {
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
font: normal 13px arial, sans-serif;
}
input.input-info, div.contacts-form select.input-info  {
display: block;
margin: 0px 0px 10px 0px;
padding: 0px 5px 0px 5px;
background-color: #F7F7F7;
border: 1px solid #B0B0B0;
font: normal 13px arial, sans-serif;
color: #555555;
line-height: 25px;
width: 190px;
height: 25px;
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
}
div.contacts-form select {
display: block;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font: normal 14px arial, sans-serif;
line-height: 20px;
color: #777777;
background-color: rgb(254,252,252);
border: 1px solid #CCCCCC;
width: 202px;
}
textarea.input-area {
margin: 0px 0px 0px 0px;
padding: 5px 5px 5px 5px;
background-color: #F7F7F7;
border: 1px solid #B0B0B0;
font: normal 13px arial, sans-serif;
color: #555555;
width: 190px;
height: 150px;
}
input.input-button {
display: block;
margin: 10px 0px 0px -5px;
padding: 0px 0px 0px 0px;
width: 142px;
height: 43px;
}

p.uspeh {
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 0px;
font: normal 20px arial, sans-serif;
color: #333333;
}
p.uspeh  span {
font: italic normal 16px arial, sans-serif;
color: #333333;
}

/*		Футер		*/
div.footer-block {
clear: both;
display: block;
margin: 0px 0px 0px 14px;
padding: 0px 0px 0px 0px;
width: 1057px;
height: 103px;
background: url("/design/img/footer-bg.png") no-repeat 0px 0px;
/*position: relative;
top: -20px;*/
}
.fm {
display: block;
margin: 35px 0px 0px 70px;
padding: 0px 0px 0px 0px;
text-decoration: none;
width: 83px;
height: 23px;
float: left;
}
.fm-marg {margin-left: 260px;}

.fm-default-1 {background: url("/design/img/footermenu/def1.jpg?v=1") no-repeat 0px top;}
.fm-default-2 {background: url("/design/img/footermenu/def2.jpg?v=1") no-repeat 0px top;}
.fm-default-3 {background: url("/design/img/footermenu/def3.jpg?v=1") no-repeat 0px top;}
.fm-default-4 {background: url("/design/img/footermenu/def4.jpg?v=1") no-repeat 0px top;}

.fm-default-1:hover {background: url("/design/img/footermenu/act1.jpg?v=1") no-repeat 0px top;}
.fm-default-2:hover {background: url("/design/img/footermenu/act2.jpg?v=1") no-repeat 0px top;}
.fm-default-3:hover {background: url("/design/img/footermenu/act3.jpg?v=1") no-repeat 0px top;}
.fm-default-4:hover {background: url("/design/img/footermenu/act4.jpg?v=1") no-repeat 0px top;}

.fm-active-1 {background: url("/design/img/footermenu/act1.jpg?v=1") no-repeat 0px top;}
.fm-active-2 {background: url("/design/img/footermenu/act2.jpg?v=1") no-repeat 0px top;}
.fm-active-3 {background: url("/design/img/footermenu/act3.jpg?v=1") no-repeat 0px top;}
.fm-active-4 {background: url("/design/img/footermenu/act4.jpg?v=1") no-repeat 0px top;}

div.footer-text {
display: block;
margin: 25px 0px 10px 40px;
padding: 0px 0px 0px 0px;
font: bold 13px arial, sans-serif;
color: #777777;
width: 880px;
height: 22px;
float: left;
}
div.footer-text span {
position: relative;
top: 5px;
}
a.footer-logo {
display: block;
margin: 25px 0px 10px 0px;
padding: 0px 0px 0px 0px;
text-decoration: none;
width: 87px;
height: 22px;
background: url(/design/img/wi-logo.png);
float: left;
}


/* 	Корзина 	*/
.cart_tovar{position:relative;}
table.cart-table {
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
}
table.cart-table td {
color: #555555;
}
td.cart-table-title {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: bold 13px arial, sans-serif;
color: #555555;
}
td.ct-position {
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 10px;
font: 12px arial, sans-serif;
width: 20px;
}
td.ct-id {
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 0px;
font: 12px arial, sans-serif;
width: 70px;
}
td.ct-title {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 20px;
width: 200px;
}
td.ct-title a {
display: block;
margin: 0px 0px 0px 0px;
padding: 5px 0px 5px 0px;
text-decoration: underline;
font: bold 12px arial, sans-serif;
color: rgb(236,47,75);
width: 170px;
overflow: hidden;
}
td.ct-title a:hover {
text-decoration: none;
}
td.ct-photo {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 75px;
height: 50px;
}
td.ct-photo img {
margin: 10px 0px 5px 0px;
padding: 0px 0px 0px 0px;
/*width: 50px;*/
height: 50px;
}
td.ct-price {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: 12px arial, sans-serif;
width: 90px;
}
td.ct-count input {
margin: 0px 10px 0px 10px;
padding: 0px 5px 0px 5px;
border: solid 1px #CCCCCC;
font: normal 12px arial, serif;
color: #555555;
line-height: 19px;
text-align: right;
width: 25px;
height: 19px;
}
td.ct-amount {
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 0px;
font: 12px arial, sans-serif;
width: 100px;
}
td.ct-update {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
td.ct-update input {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 29px;
height: 29px;
border: none;
background: url("/design/img/update.png") no-repeat left top;
cursor: pointer;
}
td.ct-remove {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
td.ct-remove a {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: none;
width: 32px;
height: 29px;
}
td.ct-allamount {
margin: 0px 0px 0px 0px;
padding: 10px 39px 0px 0px;
font: bold 12px arial, serif;
color: #555555;
}
td.ct-allamount span {
font: bold 12px arial, serif;
}
a.cart-clear2 {
display: block;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: underline;
font: normal 12px arial, sans-serif;
color: rgb(236,47,75);
}
a.cart-clear2:hover {
text-decoration: none;
}
td.cart-table-pusto {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 1px;
background: #CCCCCC;
}
div.form-warning {
display: block;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font: italic normal 12px arial, serif;
color: #555555;
}
div.empty-basket {
display: block;
margin: 20px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: normal 20px arial, sans-serif;
color: #333333;
}

.cart_select_valuta{
    margin:5px 0 10px 0;
    text-align:right;
    font-size:15px;
}
.cart_select_valuta a{
    display:inline-block;
    line-height:20px;
    height:20px;
    background:#eeeeee;
    color:#5e5e5e;
    padding:3px 15px;
    text-decoration:none;
    margin:0;
    text-shadow:1px 1px 0px #fff;
    transition: all 0.3s ease 0s;
}
.cart_select_valuta a:hover{
    background:#f0b9c2;
}
.cart_select_valuta a.active, .cart_select_valuta a.active:hover{
    background:#ec2f4b;
    color:#fff;
    text-shadow:1px 1px 0px #87404b;
    font-weight:bold;
    font-size:16px;
    padding:3px 20px;
}

.cart-order-table{
	width: 100%;
}
.cart-order-table input.input-info, div.contacts-form .cart-order-table select.input-info, .cart-order-table textarea, .cart-order-table .SumoSelect > .CaptionCont{
	box-sizing:border-box;
	width: 280px;
	-webkit-appearance:none;
	border-radius: 0 !important;
}
.cart-order-table .SumoSelect > .CaptionCont{

}
.cart-order-table .SumoSelect > .CaptionCont > span{

}
/*   Отзывы    */
div.comm-bigblock {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 15px 11px;
}
div.tovar-comm-item {
display: block;
margin: 0px 0px 22px 2px;
padding: 0px 0px 0px 0px;
width: 652px;
min-height: 115px;
border: 1px solid #CCCCCC;
}
div.tci-left {
display: block;
margin: 0px 0px 0px 0px;
padding: 15px 0px 0px 0px;
width: 162px;
min-height: 50px;
overflow: hidden;
float: left;
}
div.tci-name {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: bold 12px arial, sans-serif;
line-height: 15px;
text-align: center;
color: rgb(1,86,130);
text-transform: uppercase;
}
div.tci-date {
display: block;
margin: 7px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: normal 12px arial, sans-serif;
line-height: 15px;
text-align: center;
color: rgb(1,86,130);
}
div.tci-stars {
display: block;
margin: 13px 0px 0px 0px;
padding: 0px 0px 0px 0px;
cursor: default;
}
div.star-full {
display: inline-block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 18px;
height: 20px;
background: url("/design/img/star1.png") no-repeat center center;
}
div.star-empty {
display: inline-block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 20px;
height: 20px;
background: url("/design/img/star2.png") no-repeat center center;
}
div.tci-stars-text {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 8px 0px;
font: normal 13px arial, sans-serif;
line-height: 15px;
text-align: center;
color: rgb(69,152,68);
cursor: default;
}
div.tci-right {
display: block;
margin: 0px 0px 0px 6px;
padding: 13px 0px 10px 0px;
font: normal 13px arial, sans-serif;
line-height: 16px;
text-align: justify;
color: #444444;
width: 460px;
min-height: 50px;
overflow: hidden;
float: left;
}
div.tci2-border {
clear: both;
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 652px;
height: 9px;
background: url("/design/img/comments-border.png") no-repeat center center;
}
div.tci2-left {
display: block;
margin: 0px 0px 0px 0px;
padding: 15px 0px 0px 0px;
width: 202px;
min-height: 50px;
overflow: hidden;
float: left;
}
div.tci2-name {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 75px;
font: bold 12px arial, sans-serif;
line-height: 15px;
text-align: center;
color: rgb(1,86,130);
}
div.tci2-date {
display: block;
margin: 7px 0px 0px 0px;
padding: 0px 0px 0px 75px;
font: normal 12px arial, sans-serif;
line-height: 15px;
text-align: center;
color: rgb(1,86,130);
}
div.tci2-right {
display: block;
margin: 0px 0px 0px 6px;
padding: 13px 0px 13px 0px;
font: normal 13px arial, sans-serif;
line-height: 16px;
text-align: justify;
color: #444444;
width: 420px;
min-height: 50px;
overflow: hidden;
float: left;
}

div.comm-pagination {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 15px 0px;
font: normal 15px arial, serif;
color: rgb(1,86,130);
letter-spacing: 2px;
width: 660px;
cursor: default;
}
div.comm-pagination a {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: underline;
font: normal 15px arial, serif;
letter-spacing: 2px;
color: #444444;
}
div.comm-pagination a:hover {
text-decoration: none;
}
a.comm-more {
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: underline;
font: normal 13px arial, serif;
line-height: 16px;
color: rgb(1,86,130);
}
a.comm-more:hover {
color: #444444;
}

div.tovar-comments-form {
display: block;
margin: 70px 0px 0px 16px;
padding: 0px 0px 0px 0px;
width: 624px;
min-height: 380px;
border: 1px solid #CCCCCC;
background: rgb(246,246,246);
}
div.comm-form {
margin: 0px 0px 0px 0px;
padding: 43px 0px 43px 43px;
}
div.comm-error {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
}
div.comm-error  p {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: normal 12px arial, sans-serif;
color: red;
}
select.comm-select {
display: block;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 10px;
font: normal 14px arial, sans-serif;
line-height: 20px;
color: #777777;
background-color: rgb(254,252,252);
border: 1px solid #CCCCCC;
width: 150px;
float: left;
}
select.comm-select option {
padding: 0px 0px 0px 13px;
}
div.comm-select-text {
display: block;
margin: 0px 0px 0px 25px;
padding: 0px 0px 0px 0px;
font: normal 14px arial, sans-serif;
line-height: 20px;
color: #777777;
width: 150px;
float: left;
}
input.comm-text {
display: block;
margin: 0px 0px 10px 0px;
padding: 0px 15px 0px 15px;
font: normal 14px arial, sans-serif;
color: #777777;
background-color: rgb(254,252,252);
border: 1px solid #CCCCCC;
line-height: 30px;
width: 320px;
height: 30px;
}
textarea.comm-area {
display: block;
margin: 0px 0px 10px 0px;
padding: 5px 15px 5px 15px;
font: normal 14px arial, sans-serif;
color: #777777;
background-color: rgb(254,252,252);
border: 1px solid #CCCCCC;
resize: none;
width: 320px;
height: 140px;
float: left;
}
div.comm-button {
display: block;
margin: 117px 0px 0px 25px;
padding: 0px 0px 0px 0px;
width: 168px;
height: 35px;
cursor: pointer;
float: left;
}
div.comm-message {
margin: 0px 0px 0px 0px;
padding: 0px 0px 50px 0px;
font: bold 16px arial, sans-serif;
text-transform: uppercase;
line-height: 18px;
text-align: center;
color: rgb(1,86,130);
}
div.comm-message  span {
font: italic normal 16px arial, sans-serif;
line-height: 20px;
color: #444444;
text-transform: none;
}

a.comments-all {
display: block;
margin: 0px 0px 0px 259px;
padding: 0px 0px 0px 0px;
text-decoration: none;
width: 140px;
height: 35px;
}
a.comm-toform {
display: block;
margin: 0px 0px 15px 487px;
padding: 0px 0px 0px 0px;
text-decoration: none;
width: 168px;
height: 35px;
}


.cat_button{
    position:relative;
    float:left;
    border:5px solid #ec2f4b;
    border-top:none; border-bottom:none;
    background:#e8f2f4 url(../img/icon_dress.png) right 8px center no-repeat;
    color:#747474;
    font-size:18px;
    font-family:Arial, sans-serif;
    width:190px;
    margin:0 0 15px 0;
    padding:10px;
}
.cat_button.cat_download_button{
    float:right;
    background-image: url(../img/icon_download.png);
}
.cat_button a{
    text-decoration:none;
    color:#747474;
}
.filter_form{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    padding:10px;
    background:#e8f2f4;
    display:none;
}
.filter_form div{
    width:50%;
    float:left;
    padding:4px 0;
    font-size:16px;
}
.filter_form input[type="submit"]{
    width:100%;
    text-align:center;
    color:#fff;
    background:#ec2f4b;
    border:none;
    text-transform:uppercase;
    font-size:15px;
    padding:4px 0 6px 0;
    display:none;
}

.download_form{
    position:absolute;
    top:100%;
    right:0;
    min-width:92%;
    padding:4%;
    background:#e8f2f4;
    display:none;
}
.download_title{
    font-size:14px;
    white-space:nowrap;
}
.download_text{
    clear:both;
    font-size:14px;
}
.download_form label{
    display:block;
    font-size:12px;
    margin:8px 0 2px 5px;
}
.download_form input{
    width:96%;
    border:none;
    padding:7px 2%;
}
.download_form input[type="submit"]{
    width:100%;
    background:transparent url(../img/download_button.png) center center no-repeat;
    border:none;
    height:50px;
    margin:15px 0 0 0;
}



.blink_red{
    color:rgb(236,47,75);
    transition: all 0.6s ease 0s;
}

.SumoUnder.loading+p>label>i{
	background-image: url('/design/img/ajax-loader.gif');
}

/*Loader*/
.cssload-loader {
	height: 32px;
	width: 33px;
	position: absolute;
	left:calc(50% - 16px);
	animation: cssload-loader 5s cubic-bezier(.8,0,.2,1) infinite;
		-o-animation: cssload-loader 5s cubic-bezier(.8,0,.2,1) infinite;
		-ms-animation: cssload-loader 5s cubic-bezier(.8,0,.2,1) infinite;
		-webkit-animation: cssload-loader 5s cubic-bezier(.8,0,.2,1) infinite;
		-moz-animation: cssload-loader 5s cubic-bezier(.8,0,.2,1) infinite;
}

.cssload-top {
	animation: cssload-top 5s linear infinite;
		-o-animation: cssload-top 5s linear infinite;
		-ms-animation: cssload-top 5s linear infinite;
		-webkit-animation: cssload-top 5s linear infinite;
		-moz-animation: cssload-top 5s linear infinite;
	border-top: 16px solid rgb(236,47,76);
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	height: 0px;
	width: 1px;
	transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
}

.cssload-bottom {
	animation: cssload-bottom 5s linear infinite;
		-o-animation: cssload-bottom 5s linear infinite;
		-ms-animation: cssload-bottom 5s linear infinite;
		-webkit-animation: cssload-bottom 5s linear infinite;
		-moz-animation: cssload-bottom 5s linear infinite;
	border-right: 16px solid transparent;
	border-bottom: 16px solid rgb(236,47,76);
	border-left: 16px solid transparent;
	height: 0px;
	width: 1px;
	transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
	transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
}

.cssload-line {
	animation: cssload-line 5s linear infinite;
		-o-animation: cssload-line 5s linear infinite;
		-ms-animation: cssload-line 5s linear infinite;
		-webkit-animation: cssload-line 5s linear infinite;
		-moz-animation: cssload-line 5s linear infinite;
	border-left: 1px dotted rgb(236,47,76);
	height: 0px;
	width: 0px;
	position: absolute;
	top: 16px;
	left: 16px;
}


@keyframes cssload-loader {
	90% { transform: rotate(0deg); }
	100% { transform: rotate(180deg); }
}

@-o-keyframes cssload-loader {
	90% { -o-transform: rotate(0deg); }
	100% { -o-transform: rotate(180deg); }
}

@-ms-keyframes cssload-loader {
	90% { -ms-transform: rotate(0deg); }
	100% { -ms-transform: rotate(180deg); }
}

@-webkit-keyframes cssload-loader {
	90% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(180deg); }
}

@-moz-keyframes cssload-loader {
	90% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(180deg); }
}

@keyframes cssload-top {
	90% { transform: scale(0); }
	100% { transform: scale(0);}
}

@-o-keyframes cssload-top {
	90% { -o-transform: scale(0); }
	100% { -o-transform: scale(0);}
}

@-ms-keyframes cssload-top {
	90% { -ms-transform: scale(0); }
	100% { -ms-transform: scale(0);}
}

@-webkit-keyframes cssload-top {
	90% { -webkit-transform: scale(0); }
	100% { -webkit-transform: scale(0);}
}

@-moz-keyframes cssload-top {
	90% { -moz-transform: scale(0); }
	100% { -moz-transform: scale(0);}
}

@keyframes cssload-bottom {
	10% { transform: scale(0); }
	90% { transform: scale(1); }
	100% { transform: scale(1); }
}

@-o-keyframes cssload-bottom {
	10% { -o-transform: scale(0); }
	90% { -o-transform: scale(1); }
	100% { -o-transform: scale(1); }
}

@-ms-keyframes cssload-bottom {
	10% { -ms-transform: scale(0); }
	90% { -ms-transform: scale(1); }
	100% { -ms-transform: scale(1); }
}

@-webkit-keyframes cssload-bottom {
	10% { -webkit-transform: scale(0); }
	90% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(1); }
}

@-moz-keyframes cssload-bottom {
	10% { -moz-transform: scale(0); }
	90% { -moz-transform: scale(1); }
	100% { -moz-transform: scale(1); }
}

@keyframes cssload-line {
	10% { height: 16px; }
	100% { height: 16px; }
}

@-o-keyframes cssload-line {
	10% { height: 16px; }
	100% { height: 16px; }
}

@-ms-keyframes cssload-line {
	10% { height: 16px; }
	100% { height: 16px; }
}

@-webkit-keyframes cssload-line {
	10% { height: 16px; }
	100% { height: 16px; }
}

@-moz-keyframes cssload-line {
	10% { height: 16px; }
	100% { height: 16px; }
}