@font-face {
    font-family: 'PTSansRegular';
    src: url('PTS55F-webfont.eot');
    src: url('PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('PTS55F-webfont.woff') format('woff'), url('PTS55F-webfont.ttf') format('truetype'), url('PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

html { background: #fff }

body {
    font: 12.033px Arial;
    color: #333;
    line-height: 16px;
    text-align: center;
}

a {
    color: #f11285;
    text-decoration: underline;
}

a:hover { text-decoration: none }

a img { border: 0 }

/*a:visited   {color: #990099;}
a:visited:hover{color: #0086e3;}*/

input,
textarea { font: 12.033px Arial }

input::-moz-focus-inner { border: 0 }

p { padding: 7px 0 }

a:focus,
input:focus { outline: none }

ul,
ol { padding-left: 20px }

h1,
h2,
h3,
h4,
#thankyou,
#header-h1,
.header{
    font-family: 'PTSansRegular';
    color: #F11285;
    font-weight: normal;
}

h1,
#header-h1 {
    font-size: 24px;
    line-height: 32px;
    border-bottom: 2px solid #F11285;
    margin-bottom:10px;
}
h2,
#thankyou,
.header {
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

h3 {
    font-size: 17px;
    line-height: 20px;
    color: #333;
    margin: 0 0 15px 0;
}

h4 {
    font-size: 15px;
    line-height: 18px;
}

#cent {
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
    position: relative;
}

#top {
    width: 930px;
    padding: 0 7px;
    overflow: hidden;
    position:relative;
}

#logo {
    width: 244px;
    height: 109px;
    float: left;
    background: url(images/logo.png) no-repeat;
    margin-right: 45px;
}

#topcenter {
    padding-top: 40px;
    float: left;
}

    #topcenter ul {
        padding: 0;
        list-style: none;
        padding-bottom: 17px;
        overflow: hidden;
    }

        #topcenter ul li {
            float: left;
            padding-right: 20px;
            font-weight:bold;
        }

        #topcenter ul a { color: #333;font-weight:bold; }

#search {
    margin-right: 42px;
    margin-top:10px;

}

    #search #q {
        width: 347px;
        height: 32px;
        line-height: 32px;
        padding-left: 30px;
        color: #999;
        font-style: italic;
        background: url(images/search-left.png);
        border: none;
        float: left;
    }

    #search #s {
        border: none;
        height: 32px;
        background: url(images/search-right.png) no-repeat top;
        cursor: pointer;
        width: 80px;
    }

    #search #s:hover { background-position: 0 -32px }

#topcart {
    width: 142px;
    height: 76px;
    background: url(images/oo.png) no-repeat bottom;
    margin-top: 30px;
    float: left;
}

    #topcart strong {
        color: #f11285;
        line-height: 12px;
        padding-left: 3px;
    }

    #topcart span {
        padding: 8px 12px 12px 60px;
        color: #fff;
        font-weight: bold;
        line-height: 14px;
        text-align: center;
        white-space: nowrap;
        display: block;
    }

    #topcart a { text-decoration: none }

    #topcart a:hover span { text-decoration: underline }

#categories {
    padding: 0;
    padding-top: 10px;
    list-style: none;
    overflow: hidden;
    clear: both;
    margin-bottom: 14px;
    height: 30px;
    overflow: hidden;
}

    #categories li {
        float: left;
        margin-right: 1px;
        height: 30px;
        font-family: Arial,sans-serif;
        font-size:12.0333px;
        font-weight: bold;
        display: inline-block;
        white-space: nowrap;
    }

    #categories a {
        color: #a20054;
        text-align: center;
        height: 30px;
        line-height: 30px;
        background: #ffeaf6;
        padding: 0 16px 0 16px;
        display: block;
        text-decoration: none;
        white-space: nowrap;
        text-shadow: 1px 1px 1px #ffffff;
        font-size:11px;
    }

    #categories a:hover,
    #categories li.selected a {
        background: #f11285;
        color: #fff;
        text-shadow: none;
    }

    #categories a:hover { background: #f34ea3 }

#big-img {
    clear: both;
    height: 226px;
    position: relative;
    margin-bottom: 24px;
}

    #big-img img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

#cat {
    padding: 0 7px;
    margin-bottom: 25px;
    overflow: hidden;
}
    #cat div{
        position:relative;
        float:left;
        overflow:hidden;
        margin-bottom:10px;
    }
    #cat a {
        float: left;
        width: 185px;
        height: 200px;
        text-align: center;
        font: 15px Tahoma;
    }

        #cat a span {
            display: block;
            max-height: 190px;
            margin-bottom: 5px;
            text-decoration: none;
            overflow: hidden;
        }

#bttext {
    color: #b2b2b2;
    font-size: 11px;
    font-family: Tahoma;
    line-height: 13px;
    padding-top:25px;
    clear:both;
}

    #bttext h2 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 0;
    }

#bt {
    height: 60px;
    background: #f49ac1;
    border-top: 2px solid #f11285;
    clear: both;
    margin-top: 40px;
    text-align: center;
    color: #fff;
}

    #bt p { padding-top: 13px }

#content {
    padding: 0 7px;
    overflow: hidden;
}
#content img[align="left"]{
    margin-right:25px;
}

    #content #filter {
        margin-bottom: 35px;
        padding-top: 5px;
        font-family: Tahoma;
        font-size: 14px;
    }
        #content #filter span{
            padding:0 5px;
            color:#F11285;
        }
        #content #filter a,
        #content #filter strong {
            color: #333;
            text-decoration: none;
            font-family: Tahoma;
            font-size: 14px;
            font-weight:bold;
        }
		#content #filter strong { color: #f11285 }

    #content h1 {
        border-bottom: 2px solid #f11285;
        margin-bottom:15px;
    }

#category {
    margin-bottom: 25px;
    overflow: hidden;
}

    #category .add2cart {
        float: left;
        width: 18px;
        height: 18px;
        background: url(images/basket.png);
        margin-top: 10px;
    }
    #category .faded-cart {
        float: left;
        width: 18px;
        height: 18px;
        background: url(images/basket.png);
        margin-top: 10px;
        background-position: 0 -36px
    }

    #category .add2cart:hover { background-position: 0 -18px }

    #category div {
        float: left;
        height: 255px;
        width: 170px;
        color: #f1128;
        font: 14.033px Arial,Helvetica,sans-serif;
        position: relative;
        margin: 0 20px 20px 0px;
    }

        #category div .price {
            font-size: 19px;
            padding: 8px 0 0 10px;
            font-family: 'PTSansRegular',Arial,Helvetica,sans-serif;
            float:left;
        }
        #category div .price p{
            padding:0;
        }

            #category div .price  span { font-size: 14px }

        #category div a {
            text-align: left;
            display: block;
            color: #333;
        }
        #category div .price.old{
            color:#333;
        }

        #category div .price.old p{
            color:#999;
        }

        #category div .price.none{
            color:#999;
            font-size:14px;
            padding-top:12px;
        }

        #category div a:hover { color: #F11285 }

        #category div a span {
            display: block;
            margin-bottom: 5px;
            text-decoration: none;
            overflow: hidden;
            line-height: 160px;
            text-align: center;
        }

            #category div a span img { vertical-align: middle }

            .pl-sale{
                position:absolute;
                width:86px;
                height:86px;
                top:0;
                left:0;
                background:url(images/sale.png);
            }
            .pl-new{
                position:absolute;
                width:86px;
                height:86px;
                top:0;
                left:0;
                background:url(images/new.png);
            }
            .pl-newcoll{
                position:absolute;
                width:86px;
                height:86px;
                top:0;
                left:0;
                background:url(images/new-collection.png);
            }
img.clone {
    position: absolute;
    z-index: 999;
}

.YMaps { margin-bottom: 30px }

	.YMaps-placemark.YMaps-Default {
	    background: url("images/baloon.png") repeat scroll 0 0 transparent !important;
	    height: 41px !important;
	    width: 105px !important;
	}

		.YMaps-placemark.YMaps-Default:hover { background-position: 0 -41px !important }

	.YMaps-placemark.YMaps-Default img { display: none }

.cart {
    position: fixed;
    padding: 0 15px;
    z-index: 100;
    background: #fff;
    overflow: hidden;
    /*-moz-opacity: 0.6;;
    -khtml-opacity: 0.6;
    opacity: 0.6;*/
    border: 1px solid #a1929a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/bitrix/templates/main/pee.htc);
}

    .cart .head {
        height: 26px;
        line-height: 26px;
        text-align: left;
        background: #F11285;
        -webkit-border-top-left-radius: 9px;
        -webkit-border-top-right-radius: 9px;
        -moz-border-radius-topleft: 9px;
        -moz-border-radius-topright: 9px;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
    }

        .cart .head strong {
            color: #fff;
            font-family: Arial;
            font-size: 14px;
        }

        .cart .head a {
            color: #fff;
            float: right;
            zmargin-top: -2px;
            text-decoration: none;
            line-height: 26px;
            font-weight: bold;
            font-size: 11px;
        }

.minicart {
    background: #f49ac1 url(images/kitty_11.png) no-repeat 5px 10px;
    width: 130px;
    height: 72px;
    top: 2%;
    right: 1%;
    text-align: left;
    font-size: 13px;
    padding: 0 8px;
    overflow: visible;
}

    .minicart .head {
        height: 26px;
        line-height: 26px;
        text-align: left;
        font-family: Tahoma;
        font-size: 11px;
        position: absolute;
        top: -20px;
        background: url(images/bant.png) no-repeat center;
        width: 100%;
        left: 0px;
        text-shadow: 1px 1px 10px #ffffff;
        behavior: url(/bitrix/templates/main/pee.htc);
    }

        .minicart .head strong {
            color: #f11285;
            font-family: Arial;
            line-height: 12px;
            padding-left: 3px;
            font-size: 12.033px;
        }

    .minicart a {
        font-weight: bold;
        color: #fff;
        padding: 10px 10px 0 40px;
        display: block;
        text-align: center;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .minicart a:hover { text-decoration: underline }

.itemz {
    width: 130px;
    min-height: 72px;
    top: 2%;
    right: 1%;
    padding: 0;
}

    .itemz .head { padding: 0 15px }

    .itemz table {
        width: 100%;
        text-align: left;
    }

        .itemz table tr.last td {
            border-bottom: none;
            font-weight: bold;
            height: 67px;
            line-height: 67px;
            padding-right: 10px;
        }

        .itemz table input {
            width: 60px;
            height: 19px;
            border: 1px solid #c1c1c1;
            color: #2b2a2b;
            font-size: 12px;
            font-style: normal;
            text-align: center;
        }

        .itemz table .del {
            display: block;
            width: 10px;
            height: 10px;
            background: url(images/del.gif);
            margin-right: 5px;
        }

        .itemz table .del:hover { background-position: 0 -10px }

        .itemz table th {
            height: 24px;
            line-height: 24px;
            padding-left: 15px;
            background: #ececec;
            color: #2b2a2b;
            font-size: 11px;
            font-weight: normal;
        }

        .itemz table td {
            border-right: 1px dotted #c9c9c9;
            color: #2b2a2b;
            font-size: 14px;
            border-bottom: 1px solid #e9e9e9;
            padding: 5px 0 5px 15px;
        }

            .itemz table td a:hover { text-decoration: underline }

#cart-items {
    display: none;
    width: 910px;
}

.button {
    width: 142px;
    height: 27px;
    background: #F11285;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 12.0333px;
    font-weight: bold;
    text-decoration: none;
    line-height: 27px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.button:hover {
    background: #F11285;
    -webkit-box-shadow: inset 0 0 5px #fff, 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 5px #fff, 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px #fff, 2px 2px 5px 0px rgba(0, 0, 0, 0.3);

}

.button:hover:active { background: #ff0084 }

#buttonz {
    padding: 45px 15px 18px 15px;
    overflow: hidden;
}

.button.clear { float: left }

.button.checkout { float: right }

.cart { z-index: 200 }

.cart.checkout {
    right: 50%;
    top: 10%;
    margin-right: -455px;
    width: 910px;
    padding: 0;
    text-align: left;
}

    .cart.checkout table { width: 100%: }

        .cart.checkout table td.address input {
            width: 40px;
            margin-left: 0;
        }

        .cart.checkout table td.address div {
            float: left;
            padding-left: 13px;
        }

        .cart.checkout table td.label {
            text-align: right;
            width: 150px;
            vertical-align: top;
            line-height: 20px;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 13px;
        }

        .cart.checkout table textarea {
            width: 338px;
            height: 94px;
            border: 1px solid #bababa;
            margin-left: 13px;
            margin-bottom: 13px;
            color: #2b2a2b;
            font-size: 12px;
            font-style: normal;
        }

        .cart.checkout table td { font-size: 12px }

            .cart.checkout table td input {
                width: 328px;
                height: 20px;
                line-height: 20px;

                padding-left: 10px;
                border: 1px solid #bababa;
                margin-bottom: 13px;
                margin-left: 13px;

                color: #2b2a2b;
                font-style: italic;
            }

            .cart.checkout table td span {
                color: #6b6867;
                font-size: 25px;
                padding-left: 10px;
                position: relative;
                top: 9px;
            }

    .cart.checkout .head { padding: 0 15px }

    .cart.checkout h1 {
        font-size: 19px;
        text-transform: uppercase;
        margin-top: 23px;
        margin-bottom: 25px;
        text-align: center;
    }

#form-checkout { zdisplay: none }

.send-order {
    float: right;
    margin-right: 22px;
    display: inline;
    margin-bottom: 15px;
}

#thankyou {
    padding: 50px;
    text-align: center;
}



#detail{
	overflow: hidden;
	padding-bottom: 90px;
}
#detail h1{
	margin-bottom:15px;
}
#detail small{
	color: #999999;
	font-size: 12.0333px;
	clear: both;
	display: block;
}
#bigimg{
	float: left;
	max-width: 400px;
	max-height: 400px;
	border: 1px solid #f49ac1;
	text-align: center;
    position:relative;
}
#bigimg a{
	display:block;
	overflow:hidden;
}
#bigimg img{
	display:block;
}
#detail .buy{
	position: absolute;
	bottom: 0;
	right: -170px;

	width: 142px;
    height: 27px;
    background: #F11285;
    text-align: center;
    display: block;

    color: #fff;
    font-size: 15.0333px;
    font-weight: bold;
    text-decoration: none;
    line-height: 27px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

#detail .buy:hover {
    background: #F11285;
    -webkit-box-shadow: inset 0 0 5px #fff, 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 5px #fff, 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px #fff, 2px 2px 5px 0px rgba(0, 0, 0, 0.3);

}

#detail .buy:hover:active { background: #ff0084 }

#detail .incart{
	position: absolute;
	bottom: 0;
	right: -170px;

	width: 142px;
    height: 27px;
    background: #999;
    text-align: center;
    display: block;

    color: #fff;
    font-size: 15.0333px;
    font-weight: bold;
    text-decoration: none;
    line-height: 27px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}



#left-block{
	position: relative;
	overflow: visible;
	max-width: 400px;
	float: left;
	margin-right: 30px;
}
#detail #price{
	padding-top: 15px;
	font-family: 'PTSansRegular', Verdana;
	font-size: 32px;
	color: #333;
	padding-bottom: 25px;
}
#detail #oldprice span{
	color: #999999;
	font-size: 15px;
}
#detail #oldprice{
    padding-top: 35px;
    font-family: 'PTSansRegular', Verdana;
    font-size: 28px;
    color:#333;
    display:block;
}
#detail #oldprice div{
    color:#ccc;
}
#detail #price span{
    color: #2b2a2b;
    font-size: 15px;
}

#detail table{
	line-height: 20px;
    font-size:14.0333px;
}
#detail table td{
    zwhite-space: nowrap;
}
#detail table .opt{
	color: #606060;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 10px;catalog-main
	text-align: right;
}
#small-imgs{
	padding-top: 6px;
	clear: both;
	overflow: hidden;
}
#small-imgs a{
	float: left;
	margin-right: 11px;
	height: 70px;
	overflow: hidden;
	line-height: 70px;
}
#small-imgs img{
	border: 1px solid #f49ac1;
	vertical-align: middle;
}
#text{
	clear: both;
	line-height: 20px;
	padding: 20px 0 90px 14px;
}
#text h3{
	font-size: 15px;
}
#detailtext{
	padding: 10px 0 12px 0;
	clear:both;
    font-size:14.0333px;
}
#back{
clear: both;
display: block;
padding-top: 20px;
width: 150px;
}




#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden !important;}
#cboxTitle{margin:0;display: none !important;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#cboxNext{
    position: absolute;
    width: 43px;
    height: 69px;
    top: 43%;
    right: 20px;
    background: url(images/pn.png) no-repeat -43px 0;
    margin: 0;
    overflow: hidden;
    line-height: 999px;
}
#cboxNext.hover{
    background-position: -43px -69px;
}
#cboxPrevious{
    position: absolute;
    width: 43px;
    height: 69px;
    top: 43%;
    left: 20px;
    background: url(images/pn.png) no-repeat;
    margin: 0;
    overflow: hidden;
    line-height: 999px;
}
#cboxPrevious.hover{
    background-position: 0 -69px;
}
#cboxOverlay{background:#000;}
#colorbox{
    font:16px  Arial;
    background: #f7f7f7;
    border:1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 9px rgba(255, 255, 255, 0.66);
    -moz-box-shadow:    0px 0px 9px rgba(255, 255, 255, 0.66);
    box-shadow:         0px 0px 9px rgba(255, 255, 255, 0.66);
}
    #cboxTopLeft{display: none;}
    #cboxTopRight{display: none;}
    #cboxBottomLeft{display: none;}
    #cboxBottomRight{display: none; }
    #cboxMiddleLeft{display: none;}
    #cboxMiddleRight{display: none;}
    #cboxTopCenter{display: none;}
    #cboxBottomCenter{display: none;}

    #cboxContent{}
        #cboxLoadedContent{
            padding: 0;
        }

        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:7px; right:7px; background:url(images/close.png) no-repeat; width:17px; height:17px; text-indent:-9999px;}
        #cboxClose:hover{background-position:0px -17px;}
        #cboxClose:hover:active{background-position:0px -34px;}

#nav{
    text-align:center;
    border-top: 2px solid #F11285;
    line-height:32px;
    padding-bottom:40px;
}
#nav a{
    font-size:20px;
    text-decoration:none;
    padding:0 3px;
    font-family:'PTSansRegular',Arial,Helvetica,sans-serif;
}
#nav a:hover{
    text-decoration:underline;
}
#nav a.selected{
    color:#333;
}
#main-news{
    margin-bottom:24px;
}
#main-news-list{

}
#main-news-list div{
    text-align:center;
    padding:10px 0;
    border-bottom: 2px solid #F11285;
    float:left;
}
.mfeedback{

}
.mfeedback input[type=submit]{
    background: #F11285;
    color: white;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0 7px 0 8px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    cursor:pointer;
    border:none;
    margin-left:150px;
}
.mfeedback .field input{
    height:24px;
    border:1px solid #999;
    width:400px;
}
.mfeedback div.field{
    padding-bottom:15px;
}
.mfeedback textarea{
    height:200px;
    border:1px solid #999;
    width:400px;
}

.mf-text{

}
#phones{
    position:absolute;
    top:47px;
    right:30px;
    font-size:16px;
    color:#333;
    text-align:center;
}
#phones small{
    font-size:12.0333px;
    color:#999;
}
#nums{
    position:absolute;
    bottom:15px;
    right:10px;
}
#nums a{
    float:left;
    width:20px;
    height:20px;
    background:url(images/nums.png) no-repeat top;
    margin-right: 3px;
}
#nums a.selected{
    background-position:0 -20px;
}
#brands{
    padding-top:20px;
    clear:both;
}
#brands > div{
    margin-bottom:20px;
    border-bottom: 1px solid #F11285;
    overflow:hidden;
    padding-bottom:15px;
}
#detail #brands > div{
    margin:0;
    border:none;
    padding:0;
}
#brands .name{
    width:200px;
    float:left;
    text-align:center;
    color:#F11285;
    font-size:18px;
    padding-right:15px;
}
#brands .brandtext{
    padding-left:215px;
}
#header-h1{
    clear: both;
    margin-bottom:0;
    padding-top:30px;
}

#left{
    float:left;
    width:185px;
    padding-left:15px;
    padding-top:38px;
}
#left .header{
    font-size:24px;
    margin-top:20px;
    line-height: 32px;
}
#left ul{
    list-style:none;
    padding-left:0;
    padding-right:15px;
}
#left ul li{
    font-size:14px;
    line-height:15px;
    padding-bottom:8px;
}
#left ul li a{
    color:#333;
}
#left ul li.selected a{
    color:#F11285;
    text-decoration:none;
}
    #left ul li.selected ul a{
        color:#666;
        text-decoration:underline;
    }
    #left ul li ul{
        padding-left:15px;
        display:none;
        padding-top:5px;
    }
    #left ul li.selected ul{
        display:block;
    }
    #left ul li ul li{
        padding-bottom:3px;
        font-size:13px;
        color:#F11285;
    }
    #left ul li ul li a{
        font-size:13px;

    }

#right{
    float:left;
    width:780px;
    padding-bottom:42px;
}