/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}
.wrapper {
	/*min-width: 1000px;
	max-width: 1300px;*/
	/*margin: 0 auto;*/
	/*min-height: 100%;*/
	/*height: auto !important;*/
	/*height: 100%;*/
        margin-left: 20px;
        width: 1200px;
}
a, a:visited {
    color: #666;
}
a:hover {
    color: #e67c8e;
}

/* Header
-----------------------------------------------------------------------------*/
.top_line {
    line-height: 30px;
    background-color: #f9f6f7;
    height: 30px;
}
.top_line .title {
    color: #d7d7d7;
    float: left;
}
.top_line .userblock {
    color: #d6d6d6;
    text-align: right;
}
.top_line .userblock a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 15px;
    font-size: 16px;
} 
.top_line .userblock a.tl {
    text-decoration: underline;
    color: #666;
    border-bottom: none;
    cursor: pointer;
    margin-right: 20px;
} 
.top_line .userblock a.tl.phone {
    text-decoration: none;
}
.header {
        height: 60px;
}
.header .line {
    margin: 20px 0;
}
.header .line .phone {
    /*float: right;*/
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #e67c8e;
}
.header .line .right {
    float: left;
    width: 530px;
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 14px;
}
.header .line .right b {
    font-weight: bold;
}
.header .line .phone span {
    color: #666;
    font-size: 18px;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 0;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
        margin-bottom: 30px;
}
.content {
	padding: 0 0 0 270px;
}
.container.product_info .content {
    padding: 0;
}
.container.basket .content {
    padding: 0;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
}
.left_categories {
    background-color: #fcfcfc;
    padding: 10px 20px;
    border: 1px solid #f9f6f7;
    border-radius: 5px;
    margin-bottom: 10px;
}
.left_filter {
    background-color: #fcfcfc;
    padding: 10px 20px;
    border: 1px solid #f9f6f7;
    border-radius: 5px;
}
.left_filter .param {
    margin: 0 0 5px 0;
}
.left_filter .param label {
    color: #666;
    font-style: italic;
    font-weight: bold;
}
.left_filter .param label.checkboxes {
    color: #000;
    font-style: normal;
    display: block;
    font-weight: normal;
}
.left_filter .param label.checkboxes input {
    vertical-align: middle;
}
.left_filter .param input.txt {
    width: 40px;
}
.left_filter .param.submit {
    text-align: right;
}
.left_filter .param .clear_a {
    
}
.left_filter .param .filter_button {
    background-color: #eee;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    color: #666;
    text-decoration: none;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
    margin-left: 10px;
}
.left_categories ul li {
    margin-bottom: 5px;
    color: #666;
}
.left_categories ul li a {
    font-weight: bold;
}
.left_categories ul li.active a {
    text-decoration: none;
    color: #e67c8e;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: 50px 0 0 0;
	padding: 30px 0 10px 0;
	background: #f0f0f0;
	position: relative;
}
.footer .col {
    width: 250px;
    float: left;
}
.footer .colr {
    width: 250px;
    float: right;
    text-align: right;
}
.footer .colr .phone {
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.footer .copy {
    margin-top: 20px;
      color: #666;
      font-size: 11px;
}
.main_menu {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 50px;
      margin-top: 20px;
}
.main_menu ul {
    margin: 15px 0 0 0;
}
.main_menu ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.main_menu ul li a {
    text-decoration: none;
}
.header .tcart {
    float: right;
}
.header .searchform {
    float: right;
    margin: 22px 50px 0 0;
}
a.cartinfo {
    color: #333;
    padding: 0 0 0 55px;
    background: url(/images/ico_cart.png) 10px 0 no-repeat;
    /*background-color: #f0f0f0;
    padding: 0 10px 0 35px;*/
    float: right;
    cursor: pointer;
    text-decoration: none;
    display: block;  
    height: 35px;
    line-height: 40px;
    margin-top: 11px;
}
a.cartinfo b {
    color: #e67c8e;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 0px 2px rgba(255, 255, 255, 1);
}
a.cartinfo span {
    color: #fff;
    font-weight: bold;
    background-color: #e67c8e;
    padding: 0px 13px;
    font-size: 14px;
    /* margin-left: 10px; */
    border-radius: 5px;
    text-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
    display: block;
    /* height: 25px; */
    line-height: 25px;
}

.promo {
    height: 399px;
    background: url(/images/big1.jpg) center center no-repeat;
      margin-top: -1px;
}
.search {
    /*float: right;*/
    height: 40px;
    line-height: 38px;
    border: 1px solid #eee;
    display: inline-block;
    padding: 0 5px 0 20px;
      margin-top: 10px;
}
.search input {
    border: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    width: 200px;
    outline:none;
    font-size: 14px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.search span {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: url(/images/bg-botton-search.png) 9px 9px no-repeat;   
    background-color: #ddd;
    vertical-align: middle;
}
.search span:hover {
    background-color: #e67c8e;
}


ul.breadcrumbs, ul.breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.breadcrumbs {
    display: block;
    overflow: hidden;
    height: 15px;
    font-size: 11px;
    margin-bottom: 15px;
    margin-top: 10px;
}
ul.breadcrumbs li {
    display: inline;
    font-style: italic;
    margin-left: 0 !important;
}
ul.breadcrumbs li .sep {
    color: #666;
}
.content h1 {
    font-size: 28px;
    line-height: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: -10px;
}

.clear {
    clear: both;
    float: none;
}

.product_list {
    margin: 20px 15px 0 0;
    display: inline-block;
    height: 305px;
    width: 224px;
    vertical-align: top;
    border-radius: 10px;
    border-bottom: 1px solid #f9f6f7;
    border-top: 1px solid #f9f6f7;
}
.product_list:hover {
    
}
.product_list.third {
    margin-right: 0;
}
.product_list img {
    border-radius: 10px;
}
.product_list .art {
    font-size: 10px;
    color: #666;
    background-color: #eee;
    display: inline-block;
}
.product_list .pname {
    height: 50px;
    line-height: 13px;
}
.product_list .pname .title {
    text-align: center;
    display: block;
    margin-bottom: 3px;
}
.product_list .pname span {
    color: #666;
    font-size: 11px;
    line-height: 12px;
}
.product_list .current_price b {
    color: #000;
    font-weight: bold;
    vertical-align: middle;
}
.product_list .current_price s {
    color: #666;
    font-weight: normal;
    font-size: 14px;
}
.product_list .current_price {
    font-size: 16px;
    float: left;
}
.product_list .b {
    text-align: right;
}
.product_list .desc {
    padding: 0 10px;
}
a.buy_button {
    background: #a2e08e;
    background: linear-gradient(top,#a2e08e 0,#87d66d 100%);
    background: -o-linear-gradient(top,#a2e08e 0,#87d66d 100%);
    background: -moz-linear-gradient(top,#a2e08e 0,#87d66d 100%);
    background: -webkit-linear-gradient(top,#a2e08e 0,#87d66d 100%);
    background: -ms-linear-gradient(top,#a2e08e 0,#87d66d 100%);
    -pie-background: linear-gradient(top,#a2e08e 0,#87d66d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#a2e08e),color-stop(1,#87d66d));
    border-color: #a2e08e #a2e08e #87d66d #a2e08e!important;
    color: #fff!important;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    display: inline-block;
    vertical-align: middle;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
}
a.buy_button.big {
    width: auto;
    background: url(/images/icon-cart.png) 12px 9px no-repeat;
    background-color: #e67c8e;
    padding: 10px 20px 10px 40px;
    margin-top: 15px;
}
a.buy_button.big.in_basket {
    background-color: #a2e08e;
}
.product_list .buy_button {
    /*float: right;*/
}
.product_info .photo {
    width: 400px;
    float: left;
}
.product_info .photo .img img {
    border-radius: 10px;
}
.product_info .desc {
    width: 560px;
    float: left;
    margin-left: 20px;
}
.product_info .desc .art {
    padding: 3px 7px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 12px;
}
.product_info .desc .parameters {
    background-color: #fcfcfc;
    padding: 10px 20px;
    border: 1px solid #f9f6f7;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    width: 325px;
}
.product_info .desc .buy_block {
    float:right;
    width: 170px;
    margin-top: 10px;
    text-align: center;
}
.product_info .desc .parameters table {
    width: 100%;
}
.product_info .desc .parameters th {
    text-align: left;
    padding: 0 20px 5px 0;
    background: url(/images/dot.gif) repeat-x 100% 1em;
    color: #666;
    font-style: italic;
}
.product_info .desc .parameters th span {
    background-color: #fcfcfc;
}
.product_info .desc .parameters td {
    text-align: left;
}
.product_info .desc h2 {
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.product_info .current_price {
}
.product_info .current_price b {
    color: #e67c8e;
    font-weight: normal;
    vertical-align: middle;
}
.product_info .current_price s {
    color: #666;
    font-weight: normal;
    font-size: 14px;
}
.product_info .current_price {
    font-size: 28px;
}
.product_info .current_price .rur {
    font-size: 75%;
}
.buy_button.button_loading {
    background: url('http://i.stack.imgur.com/tQTRW.gif');
}
.product_info .description p {
    margin: 0 0 10px 0;
}


.cart_info table {
    width: 100%;
}
.cart_info table tr {
    
}
.cart_info table td {
    border-bottom: 1px solid #eee;
    padding: 5px;
    vertical-align: middle;
}
.cart_info table td.img {
    width: 60px;
    text-align: center;
}
.cart_info table td.del {
    width: 15%;
    text-align: right;
}
.cart_info table td.price {
    width: 60px;
    text-align: right;
}
.cart_info table td.x {
    width: 10px;
    text-align: center;
}
.cart_info table td.quant {
    width: 80px;
    text-align: left;
}
.cart_info table td.summ {
    font-size: 16px;
    text-align: right;
}
.cart_info table td.makeorder {
    text-align: right;
}
.cart_info table td.summ .b_sum {
    font-size: 18px;
    color: #e67c8e;
    font-weight: 700;
}
.cart_info table td.summ .b_sum span {
    color: #000;
    font-weight: normal;
}
.cart_info a.remove {
    background: url('/images/delete.png') no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
}
.container.basket .content h1 {
    margin: 0 0 10px 0;
}
.container.basket .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.hidden {
    display: none;
}

.form_line {
    margin: 0 0 10px 0;
}
.form_line label{
    display: inline-block;
    width: 100px;
    font-size: 14px;
    vertical-align: top;
    margin-top: 3px;
}
.form_line.delivery_types label{
    display: block;
    width: 500px;
    font-size: 14px;
    vertical-align: top;
    margin: 5px 0 5px 0;
}
.form_line.delivery_types p {
    color: #777;
}
.form_line.calltime label{
    width: auto;
}
.my_other_addresses {
    margin: 10px 0;
}
.my_other_addresses a {
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
    margin-right: 10px;
}
.form_line.delivery_types .delivery_cost{
    color: #777;
    font-size: 12px;
    font-style: italic;
}
.form_line .val{
    display: inline-block;
}
.form_line .error{
    display: inline-block;
    font-style: italic;
    color: #ff0000;
}
.form_line .desc{
    font-size: 11px;
    color: #777;
}
.form_line .val .udata {
    display: block;
    font-size: 16px;
}
.form_line .val input {
    padding: 2px 5px;
    border: 1px solid #999;
}
.form_line .val textarea {
    padding: 2px 5px;
    border: 1px solid #999;
}
.form_line .val input.err {
    border: 1px solid #ff0000;
}
.form_line .val input.txt {
    width: 200px;
}
.form_line .val textarea.txt {
    width: 200px;
    height: 50px;
}
.form_line .val input.phone {
    width: 120px;
}
.order_form h3 {
    margin: 20px 0 10px 0;
    font-weight: normal;
    padding: 0;
    font-size: 18px;
}
.order_form h3:first-child {
    margin-top: 0;
}
.order_form_left {
    float: left;
    width: 570px;
}
.order_form_right {
    /*float: left;*/
    margin-left: 500px;
    position: fixed;
}
.order_form .form_submit {
    text-align: left;
    width: 315px;
}
.order_form .form_submit a.form_order_button{
    margin: 0;form_line
}
.order_summ {
    text-align: left;
    width: 315px;
    margin: 0px 0 30px 0;
    font-size: 18px;
    color: #000;
}
#delivery_cost {
    color: #000;
    font-weight: bold;
}
#order_cost {
    color: #fe4724;
    font-weight: bold;
    font-size: 18px;
}
.order_summ .os_line {
    margin: 0 0 10px 0;
}

/* ****************************************************************************/

.stepper { border-radius: 3px; margin: 0 0 0 0; overflow: hidden; position: relative; width: 70px; }
.stepper .stepper-input { background: #F9F9F9; border: 1px solid #ccc; border-radius: 3px; color: #333; font-size: 13px; line-height: 1.2; margin: 0; overflow: hidden; padding: 5px 10px 5px; width: 100%; z-index: 49; }
.stepper .stepper-input::-webkit-inner-spin-button,
.stepper .stepper-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.stepper .stepper-input:focus { background-color: #fff; }
.stepper .stepper-arrow { background: #eee url(jquery.fs.stepper-arrows.png) no-repeat; border: 1px solid #ccc; cursor: pointer; display: block; height: 50%; position: absolute; right: 0; text-indent: -99999px; width: 15px; z-index: 50; }
.stepper .stepper-arrow.up { background-position: center top; border-bottom: none; top: 0; }
.stepper .stepper-arrow.down { background-position: center bottom; bottom: 0; }

@media screen and (min-width: 740px) {
        .stepper:hover .stepper-input { background-color: #fff; }

        .stepper .stepper-step:hover { background-color: #F9F9F9; }

        .stepper.disabled .stepper-arrow { background: #fff; border-color: #eee; cursor: default; }
}

.stepper.disabled .stepper-input { background: #fff; border-color: #eee; color: #ccc; }
.stepper.disabled .stepper-arrow { background: #fff; border-color: #eee; cursor: default; }

.pagination {
    margin: 20px;
    height: 40px;
    text-align: right;
}
.pagination a {
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 3px;
}
.pagination a.active {
    text-decoration: none;
    padding: 4px 6px;
    background-color: #eee;
    color: #555;
    font-weight: bold;
}

.form_order_button {
    background: #a2e08e;
    background: linear-gradient(top,#a2e08e 0,#87d66d 100%);
    background: -o-linear-gradient(top,#a2e08e 0,#87d66d 100%);
    background: -moz-linear-gradient(top,#a2e08e 0,#87d66d 100%);
    background: -webkit-linear-gradient(top,#a2e08e 0,#87d66d 100%);
    background: -ms-linear-gradient(top,#a2e08e 0,#87d66d 100%);
    -pie-background: linear-gradient(top,#a2e08e 0,#87d66d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#a2e08e),color-stop(1,#87d66d));
    border-color: #a2e08e #a2e08e #87d66d #a2e08e!important;
    color: #fff!important;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    display: inline-block;
    vertical-align: middle;
    padding: 3px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
}
input.form_order_button {
    border: none;
    cursor: pointer;
}
p.error span {
    background-color: #ff0000;
    color: #fff;
}
h1.error  {
    color: red;
}

.msubline {
    margin-bottom: 40px;
}
.msubline .block {
    width: 300px;
    height: 40px;
    float: left;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.msubline .block a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.msubline .block.bl1 { background: #66cccc url(/images/ico_geo.png) 20px center no-repeat; padding-left: 80px; width: 185px; }
.msubline .block.bl2 { background: #6ed1d7 url(/images/ico_del.png) 20px center no-repeat; padding-left: 80px; width: 225px; }
.msubline .block.bl3 { background: #99cc99 url(/images/ico_self.png) 20px center no-repeat; padding-left: 80px; width: 225px; margin: 0 30px; }
.msubline .block.bl4 { background: #ff9966 url(/images/ico_phone.png) 20px center no-repeat; padding-left: 80px; width: 225px; }

.msubline .block.bl4 .phone {
    font-size: 16px;
    line-height: 16px;
    display: block;
    margin-top: 5px;
    font-weight: bold;
}
.msubline .block.bl4 a.email {
    color: #fff;
    display: block;
    text-decoration: none;
}
#promoproducts {
    width: 980px;
    margin: 0 auto;
    background: url(/images/o60.png);
    margin-top: -160px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 40px;
}
#promoproducts .product_list {
      margin: 13px 7px;
}
.content.cfull {
    padding-left: 0;
}
#promoproducts .product_list .pname {
    height: 55px;
}
.product_info .othersizes {
    margin-bottom: 10px;
}
.product_info .othersizes .header {
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 10px;
}
.product_info .othersizes a {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #ff9966 ;
    padding: 3px 5px;
    border-radius: 3px;
    text-decoration: none;
    margin-right: 5px;
}
.bottomcart {
    position: fixed;
    z-index: 999999;
    background-color: #eee;
    padding: 0px 20px 10px 20px;
    right: 20px;
    bottom: 0;
}