
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
table td {
	vertical-align: top;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {	quotes: "" "";
}


HTML, BODY {
    padding: 0;
    margin: 0;
    width: 100%;
    }

BODY {
    color: #333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    background: White;
    }

A { color: #0072cf; }

H1 {
    color: #2b2b2b;
    font-size: 30px;
    font-weight: bold;
	line-height: 1.1em;
    margin-bottom: .4em;
    }

    H1 SPAN {
    	color: #999;
    	font-size: 22px;
        }

H2 {
    color: #383838;
    font-size: 21px;
    line-height: 1.1em;
    }

    H2 STRONG { font-weight: bold; }

H3 {
    color: #2b2b2b;
    font-size: 17px;
    font-weight: bold;
    margin: .5em 0;
    }

H4 {
    color: #383838;
    font-size: 22px;
    line-height: 1.1em;
    border-bottom: 6px solid #ff7f00;
    padding-bottom: 8px;
    margin: 40px 0 20px 0;
    }

H5 {
    color: #ff7200;
    font-size: 21px;
    margin: 1.5em 0 1em;
    }

H6 {
    font-size: 22px;
    margin: 1.5em 0 1.2em;
    }

P {
    margin: 1em 0;
    }

EM {
    font-style: normal;
    }

.w65 { width: 65px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w250 { width: 250px; }
.w400 { width: 400px; }

.clearer {
    clear: both;
    font-size: 0;
    }

#layout {
    margin: 0 auto;
    width: 956px;
    overflow: hidden;
    position: relative;
    }

/* header */

#header {
    padding-top: 20px;
    width: 100%;
    height: 158px;
    }

    #header .logo {
        text-indent: -9999px;
        background: url(../img/logo.gif) top left no-repeat;
        margin: 1px 0 0 17px;
        width: 146px;
        height: 143px;
        float: left;
        }

    /* tools */

    #header .tools {
        background: url(../img/tools-bg.gif) left no-repeat;
        margin: 12px 0 10px 0;
        width: 773px;
        height: 53px;
        float: right;
        }

        #header .tools A {
            color: #666;
            text-decoration: none;
            }

        #header .tools .dropdown,
        #header .tools .search {
            background: url(../img/tools-divider.gif) right no-repeat;
            padding-right: 13px;
            margin: 10px 0 0 10px;
            height: 33px;
            float: left;
            *display: inline;
			position: relative;
            z-index: 99;
            }

            #header .tools .dropdown A {
                background: url(../img/bullet-dropdown.gif) right no-repeat;
                padding-right: 18px;
                line-height: 33px;
                text-decoration: none;
                }

                #header .tools .dropdown A IMG {
                    vertical-align: middle;
                    margin: 10px 0;
                    width: 21px;
                    height: 14px;
                    }

            #header .tools .dropdown .container {
                background: url(../img/bullet-dropdown.gif) right no-repeat;
                padding-right: 18px;
                line-height: 33px;
                text-decoration: none;
                display: inline-block;
                cursor: pointer;
                cursor: hand;
                float: left;  /* Opera fix */
                }

                #header .tools .dropdown .menu {
                    position: absolute; 
                    top: 30px;
                    left: -11px;
                    display: none;
                    float: left;
                    }

                #header .tools .dropdown .menu.open { display: block; }

                #header .tools .dropdown .menu .inner {
                        background: #e8e8e8 url(../img/dd-menu-grad.gif) top repeat-x;
                        padding-top: 2px;
                        margin-bottom: 10px;
                        position: relative;
                        }

                        #header .tools .dropdown .menu .bl,
                        #header .tools .dropdown .menu .bc,
                        #header .tools .dropdown .menu .br {
                            position: absolute;
                            bottom: 0px;
                            height: 10px;
                            }

                        #header .tools .dropdown .menu .bl { left: 0px; width: 10px; background: url(../img/dd-menu-bl.png) bottom left no-repeat; }
                        #header .tools .dropdown .menu .bc { left: 10px; right: 10px; background: url(../img/dd-menu-bc.png) bottom repeat-x; }
                        #header .tools .dropdown .menu .br { right: 0px; width: 10px; background: url(../img/dd-menu-br.png) bottom right no-repeat; }

                        #header .tools .dropdown .menu .inner A {
                            color: #515151;
                            text-decoration: none;
                            white-space: nowrap;
                            line-height: 30px;
                            background: none;
                            padding: 0 10px;
                            margin: 0 2px;
                            *margin: -1px 0;
                            position: relative;
                            height: 30px;
                            display: block;
                            zoom: 1;
                            }

                        #header .tools .dropdown .menu .inner A:hover {
                            background: #d5d5d5;
                            }

        #header .tools .search {
            background: url(../img/search-bg.gif) left no-repeat;
            padding: 0;
            width: 223px;
            overflow: hidden;
            }

            #header .tools .search .button {
                border: none;
                background: transparent;
                margin: 11px 0 0 8px;
                width: 13px;
                height: 13px;
                float: left;
                *display: inline;
                cursor: pointer;
                cursor: hand;
                }

            #header .tools .search .text {
                font-size: 12px;
                border: none;
                background: transparent;
                padding: 3px 0;
                margin: 5px;
                width: 188px;
                float: left;
                *display: inline;
                }

        #header .tools .tv {
            line-height: 39px;
            background: url(../img/tools-divider.gif) left no-repeat;
            padding-left: 13px;
            margin: 7px 0 0 10px;
            height: 39px;
            float: left;
            *display: inline;
            }

            #header .tools .tv IMG {
                vertical-align: middle;
                }

    /* user helper */

    #header .uhelp {
        width: 712px;
        height: 83px;
        overflow: hidden;
        float: right;
        }

        #header .uhelp .phone {
            color: #a49c9c;
            font-size: 12px;
            line-height: 1em;
            width: 242px;
            height: 85px;
            float: left;
            }

            #header .uhelp .phone SPAN {
                color: #ff7200;
                font-size: 25px;
                line-height: 23px;
                background: url(../img/icons/icon-phone.gif) left no-repeat;
                padding-left: 21px;
                display: block;
                }

                #header .uhelp .phone SPAN STRONG {
                    color: #383838;
                    font-weight: bold;
                    }

            #header .uhelp .phone EM {
                color: #ff7200;
                font-size: 21px;
                line-height: 1em;
                margin: 3px 0 4px;
                display: block;
                }

        #header .uhelp .callback {
            text-decoration: none;
            background: url(../img/callback-bg.jpg) top left no-repeat;
            padding: 18px 100px 0 15px;
            width: 111px;
            height: 68px;
            float: left;
            }

            #header .uhelp .callback SPAN {
                color: #2c150a;
                font-size: 18px;
                border-bottom: 1px dashed #2c150a;
                width: 115px;
                }

        #header .uhelp .basket {
            color: #555;
            line-height: 1.3em;
            background: url(../img/basket-bg.gif) top left no-repeat;
            padding: 10px 0 0 18px;
            width: 208px;
            height: 73px;
            float: right;
            }

            #header .uhelp .basket STRONG { font-weight: bold; }

            #header .uhelp .cool-button { margin-top: 5px; }

/* content */

#content {
    overflow: hidden;
    width: 100%;
    }

    #content .column.wide {
        margin: 30px 0;
        width: 710px;
        float: right;
        }

    #content .column.side {
        margin: 30px 0;
        width: 225px;
        float: left;
        }

    /* homepage, catalogpage */

    .homepage #content .column.wide,
    .catalogpage #content .column.wide { width: 730px; }

    /* productpage */

    .productpage #content .column.wide {
        font-size: 14px;
        margin-right: 20px;
        width: 467px;
        float: right;
        }

    .productpage #content .column.prop {
        margin: 30px 0;
        width: 225px;
        float: right;
        }

    /* cartpage */

    .cartpage {
        border-top: 6px solid #ff7200;
        }

        .cartpage #layout {
            width: 720px;
            }

        .cartpage #content .column.wide {
            margin-top: 10px;
            width: 100%;
            }

            .cartpage #header {
                margin: 0;
                height: 135px;
                }

                .cartpage #header .logo {
                    background-image: url(../img/logo-cart.gif);
                    margin: 15px 0 0 0;
                    width: 121px;
                    height: 118px;
                    }

                .cartpage #header H1 {
                    line-height: 1.2em;
                    margin: 35px 0 0 0;
                    width: 557px;
                    float: right;
                    }

                .cartpage #header .stepping {
                    margin: 20px 0 0 0;
                    width: 542px;
                    height: 33px;
                    float: right;
                    }

                    .cartpage #header .stepping IMG {
                        width: 542px;
                        height: 33px;
                        }

    /* flatpage */

    .flatpage .bread-crumbs { margin: -.3em 0 1.4em 0; }

        .flatpage .bread-crumbs A {
            color: #999;
            font-size: 14px;
            margin-right: .3em;
            }

    .flatpage .column.wide P { 
       font-size: 14px;
       line-height: 1.45em; 
       }

        .flatpage .column.wide EM,
        .productpage .column.wide EM { font-style: italic; }
 
        .flatpage .column.wide STRONG,
        .productpage .column.wide STRONG { font-weight: bold; } 

        .flatpage .column.wide IMG.left { float: left; margin-right:1em}
        .flatpage .column.wide IMG.right { float: right; margin-right:1em}

.smenu {
    border-top: 1px solid #e6e6e6;
    }

    .smenu LI {
    	line-height: 36px;
        text-indent: 17px;
        border-bottom: 1px solid #e6e6e6;
        margin-top: -1px;
        }

        .smenu LI A {
            font-size: 16px;
            text-decoration: none;
            border-bottom: 1px dashed #0072cf;
            }

        .smenu LI A STRONG { font-weight: bold; }

    .smenu LI.current {
        line-height: 40px;
        border: none;
        background: White url(../img/sid-title-bg.gif) 0 5px no-repeat;
        margin-bottom: -5px;
        }

        .smenu LI.current A {
            color: #555;
            font-size: 18px;
            border: none;
            }

.howto {}

    .howto LI {
        padding-left: 87px;
        margin-bottom: 10px;
        }

    .howto LI.choose { background: url(../img/howto-step-1.jpg) top left no-repeat; }
    .howto LI.store  { background: url(../img/howto-step-2.jpg) top left no-repeat; }
    .howto LI.fform  { background: url(../img/howto-step-3.jpg) top left no-repeat; }

        .howto LI STRONG {
            font-size: 18px;
            display: block;
            }

UL.products {
	margin-left: -20px;
    overflow: hidden;
    }

    UL.products LI {
        font-size: 15px;
        margin: 0 0 30px 18px;
        width: 225px;
        height: 210px;
        float: left;
        overflow: hidden;
        position: relative;
        *display: inline;
        }

        UL.products LI A {
            }

            UL.products LI A IMG {
                width: 225px;
                height: 165px;
                }

        UL.products LI A.price {
            color: White;
            font-size: 24px;
            text-align: center;
            text-decoration: none;
            background: url(../img/prod-price-bg.png) top left no-repeat;
            padding-top: 24px;
            position: absolute;
            top: 72px;
            left: 17px;
            width: 77px;
            height: 80px;
            }

            UL.products LI A.price SPAN {
                font-size: 16px;
                font-weight: bold;
                background: url(../img/icons/icon-price-basket.gif) right no-repeat;
                padding-right: 19px;
                }

    UL.products LI.promo {
        width: 468px;
        }

        UL.products LI.promo IMG {
            width: 468px;
            height: 220px;
            }

.catalogpage H1 { text-indent: 20px; }

A.all {
    color: #9d9d9d;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    }

    A.all U { text-decoration: underline; }

.catalogpage A.all { margin-left: 20px; }

UL.prodlist {
    overflow: hidden;
    }

    UL.prodlist LI {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 15px 0 15px 18px;
        width: 225px;
        height: 380px;
        float: left;
        overflow: hidden;
        position: relative;
        *display: inline;
        }

        UL.prodlist LI .info {
            width: 100%;
            height: 305px;
            overflow: hidden;
            }

            UL.prodlist LI .info A.thumb {
                text-decoration: none;
                position: relative;
                display: block;
                }

                UL.prodlist LI .info A.thumb IMG {
                    width: 225px;
                    height: 165px;
                    }

                UL.prodlist LI .info A.thumb .price {
                    color: White;
                    font-size: 24px;
                    text-align: center;
                    background: url(../img/prod-price-bg.png) top left no-repeat;
                    padding-top: 24px;
                    position: absolute;
                    top: 72px;
                    left: 17px;
                    width: 77px;
                    height: 80px;
                    display: table-cell;
                    vertical-align: middle;
                    }

                    UL.prodlist LI .info A.thumb .price SPAN {
                        font-size: 16px;
                        font-weight: bold;
                        display: block;
                        }

            UL.prodlist LI .info A.title {
                font-size: 18px;
                line-height: 1.3em;
                margin: .2em 0;
                display: block;
                }

            UL.prodlist LI .info .avail,
            UL.prodlist LI .info .unavail {
                color: #9e9e9e;
                font-size: 13px;
                font-style: italic;
                padding-left: 16px;
                display: block;
                }

            UL.prodlist LI .avail { background: url(../img/icons/icon-avail.gif) left no-repeat; }
            UL.prodlist LI .unavail { background: url(../img/icons/icon-unavail.gif) left no-repeat; }

        UL.prodlist LI .discount {
        	text-indent: -9999px;
            background: url(../img/icons/ico-discount.png) top left no-repeat;
            position: absolute;
            top: 5px;
            left: 172px;
            width: 50px;
            height: 50px;
            }

.capsule {
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    }

    .capsule .t {
        *font-size: 0;
        background: url(../img/capsule-t-bg.gif) top left no-repeat;
        height: 8px;
        }

    .capsule .m {
        background: url(../img/capsule-m-bg.gif) left repeat-y;
        padding: 5px 20px;
        }

    .capsule .b {
        *font-size: 0;
        background: url(../img/capsule-b-bg.gif) bottom left no-repeat;
        height: 9px;
        }

    .capsule .video {
        margin: 1em 0;
        }

    .capsule .avail,
    .capsule .unavail {
        color: #9e9e9e;
        font-size: 13px;
        font-style: italic;
        padding-left: 16px;
        display: block;
        }

        .capsule .avail { background: url(../img/icons/icon-avail.gif) left no-repeat; }
        .capsule .unavail { background: url(../img/icons/icon-unavail.gif) left no-repeat; }


    .capsule .divider {
        *font-size: 0;
        border-bottom: 1px solid #e0e0e2;
        margin: 1em 0;
        height: 1px;
        }

    .capsule .price {
        font-size: 21px;
        font-weight: bold;
        margin: 1em 0 .5em;
        }

        .capsule .price STRONG { font-size: 34px; }

    .capsule .old-price {
		text-decoration: line-through;
	}

UL.cheaper {}

    UL.cheaper LI {
        margin: 2em 0;
        width: 100%;
        overflow: hidden;
        }

        UL.cheaper LI .thumb {
            width: 100px;
            float: left;
            }

            UL.cheaper LI .thumb IMG {
                width: 100px;
                height: 100px;
                }

        UL.cheaper LI DIV {
            width: 105px;
            float: right;
            }

        UL.cheaper LI .prod-main,
        UL.cheaper LI .prod-addon {
            font-weight: bold;
            display: block;
            }

        UL.cheaper LI .prod-addon {
            text-decoration: underline;
            background: url(../img/icons/icon-plus.gif) top left no-repeat;
            padding-top: 1.3em;
            margin: .5em 0;
            }

        UL.cheaper LI .price-old {
            color: #c4c4c4;
            font-size: 17px;
            text-decoration: line-through;
            }

        UL.cheaper LI .price {
            font-size: 21px;
            font-weight: bold;
            margin: .3em 0;
            display: block;
            }

        UL.cheaper LI .discount {
            color: #ff7200;
            margin: .5em 0;
            display: block;
            }

        UL.cheaper LI INPUT {
            border: none;
            background: url(../img/buttons/button-buy.gif) top left no-repeat;
            width: 28px;
            height: 28px;
            cursor: pointer;
            cursor: hand;
            }

.visual {
    width: 100%;
    overflow: hidden;
    }

    .visual .thumbnails {
        width: 100px;
        float: left;
        }

        .visual .thumbnails .scroll-top {
            background: url(../img/scroll-top.gif) top no-repeat;
            height: 10px;
            display: block;
            }

        .visual .thumbnails .scroll-top-disabled {
            background: url(../img/scroll-top-disabled.gif) top no-repeat;
            height: 10px;
            display: block;
            }

        .visual .thumbnails .scroll-bottom {
            background: url(../img/scroll-bottom.gif) top no-repeat;
            height: 10px;
            display: block;
            }

        .visual .thumbnails .scroll-bottom-disabled {
            background: url(../img/scroll-bottom-disabled.gif) top no-repeat;
            height: 10px;
            display: block;
            }

        .visual .thumbnails .container {
            margin: 12px 0;
            width: 100px;
            height: 327px;
            overflow: hidden;
            position: relative;
            }

            .visual .thumbnails .container .scroller {
                position: absolute;
                top: 0px;  /* change this value with step 115px to scroll scroller inside container (f.e.: -115px) */
                left: 0px;
                width: 100px;
                height: auto;
                }

                .visual .thumbnails .container .scroller A {
                    margin-bottom: 20px;
                    display: block;
                    position: relative;
                    }

                    .visual .thumbnails .container .scroller A IMG {
                        width: 100px;
                        height: 95px;
                        }

                    .visual .thumbnails .container .scroller A EM {
                        background: url(../img/thumb-highlighter-100x95.png) top left no-repeat;
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        width: 100px;
                        height: 95px;
                        display: none;
                        }

                    .visual .thumbnails .container .scroller A.selected EM {
                        display: block;
                        }


    .visual .main {
        width: 350px;
        float: right;
        }

        .visual .main IMG {
            width: 350px;
            height: 370px;
            }

.productpage .column.wide H1 {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 1em 0;
    }

    .productpage .column.wide H1 STRONG { font-weight: bold; }

.productpage .column.wide .divider {
    *font-size: 0;
    background: #e3e3e3;
    margin: 1.5em 0;
    height: 6px;
    }

.features {
    width: 100%;
    overflow: hidden;
    }

    .features DL {
        margin: .5em 20px 1.5em 0;
        width: 212px;
        float: left;
        }

        .features DL DT {
            font-size: 17px;
            border-bottom: 1px solid #e6e6e6;
            padding-bottom: .5em;
            margin: .5em 0;
            }

        .features DL DD {
            font-size: 13px;
            padding-left: 17px;
            }

            .features DL DD UL {
                margin-left: -17px;
                }

                .features DL DD UL LI {
                    background: url(../img/features-bullet.gif) 0 .7em no-repeat;
                    padding-left: 15px;
                    }

            .features DL DD EM {
                font-style: italic;
                }

.comment {
    font-style: italic;
    margin: 1em 0;
    }

    .comment .author {
        font-style: normal;
        margin-top: 1em;
        }

        .comment .author STRONG { font-weight: bold; }

    .comment.balloon {}

        .comment.balloon .t {
            *font-size: 0;
            background: url(../img/balloon-t-bg.gif) top left no-repeat;
            height: 24px;
            }

        .comment.balloon .m {
            font-style: normal;
            background: url(../img/balloon-m-bg.gif) left repeat-y;
            padding: 5px 20px;
            }

        .comment.balloon .b {
            *font-size: 0;
            background: url(../img/balloon-b-bg.gif) bottom left no-repeat;
            height: 7px;
            }

.data { margin: .5em 0; }

    .data TEXTAREA {
        font-size: 14px;
        padding: 15px;
        width: 430px;
        height: 120px;
        }

    .data LABEL {
        font-style: italic;
        width: 220px;
        display: inline-block;
        }

    .data.wide LABEL { white-space: nowrap;; }

    .data INPUT {
        font-size: 14px;
        padding: 3px 5px;
        width: 226px;
        }

    .data INPUT:focus { background-color: Snow; }

.field.captcha {
    margin: .5em 0 1.5em;
    display: block;
    } 

    .field.captcha LABEL { 
        margin-bottom: .5em;
        display: block; 
    }

#feedback-add-form #id_message { display: block }

TABLE.basket {
    empty-cells: show;
    table-layout: auto;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 1em 1px;
    width: 99.5%;
    }

    TABLE.basket TD {
        border: 1px solid #dfdfdf;
        padding: 15px;
        }

    TABLE.basket TD.number {
        font-size: 14px;
        line-height: 22px;
        border-right: none;
        width: 1%;
        }

    TABLE.basket TD.description {
        font-size: 14px;
        border-left: none;
        padding-left: 0;
        width: auto;
        }

        TABLE.basket TD.description H3 {
            font-size: 18px;
            font-weight: normal;
            margin: 0;
            }

        TABLE.basket TD.description P {
            margin-bottom: 0;
            }

        TABLE.basket TD.description INPUT {
            vertical-align: middle;
            margin: 0 5px;
            width: 40px;
            }

        TABLE.basket TD.description .recalc {
            text-indent: -9999px;
            *text-indent: 0;
            *line-height: 20em;
            vertical-align: middle;
            border: none;
            background: url(../img/buttons/button-recalc.gif) top left no-repeat;
            display: inline-block;
            width: 18px;
            height: 15px;
            cursor: pointer;
            cursor: hand;
	        }

    TABLE.basket TD.price {
        color: #444;
        font-size: 24px;
        font-weight: bold;
        text-align: right;
        white-space: nowrap;
        vertical-align: middle;
        width: 1%;
        }

    TABLE.basket TD.action {
        vertical-align: middle;
        width: 17px;
        }

        TABLE.basket TD.action .delete {
            text-indent: -9999px;
            *text-indent: 0;
            *line-height: 20em;
			border: none;
            background: url(../img/buttons/button-delete.gif) top left no-repeat;
            width: 17px;
            height: 16px;
            display: block;
			cursor: pointer;
			cursor: hand;
            }

    TABLE.basket TD.payment {}

        TABLE.basket TD.payment P {
            font-size: 14px;
            margin: .4em 0;
            }

            TABLE.basket TD.payment P STRONG {
                font-size: 16px;
                font-weight: bold;
                }

    TABLE.basket TD.total {
        font-size: 16px;
        font-weight: bold;
        border: none;
        padding-top: 20px;
        }

        TABLE.basket TD.total P {
            margin: .2em 0;
            display: block;
            width: 260px;
            float: right;
            clear: both;
            }

        TABLE.basket TD.total P LABEL {
            text-align: right;
            margin-right: 40px;
            width: 120px;
            float: left;
            }

        TABLE.basket TD.total P SPAN {
            text-align: left;
            width: 90px;
            float: left;
            }

        TABLE.basket TD.total P.highlighted {
            color: #ff8400;
            }

    TABLE.basket TD.actions {
        text-align: center;
        border: none;
        padding: 20px 0 0 0;
        }

        TABLE.basket TD.actions DIV {
            color: #444;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            white-space: nowrap;
            background: #f6f6f6;
            padding: 1.3em .5em;
            margin-bottom: .7em;
            }

        TABLE.basket TD.actions INPUT {
            text-indent: -9999px;
            *text-indent: 0;
            *line-height: 8em;
            border: none;
            background: url(../img/ru/button-order.gif) top left no-repeat;
            width: 133px;
            height: 33px;
            cursor: pointer;
            cursor: hand;
            }

.preface {
    color: #888;
    font-size: 15px;
    font-style: italic;
    }

.order-form {
    empty-cells: show;
    table-layout: auto;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 1px;
    width: 99.5%;
    }

    .order-form TD {
        font-size: 14px;
        padding: .2em 0;
        }

    .order-form TD.opt {
        text-align: left;
        padding-top: 10px;
        width: 40px;
        }

    .order-form TD.lab {}

        .order-form TD.lab H3 {
            color: #444;
            }

        .order-form TD.lab P {
            margin: .5em 0;
            }

        .order-form TD.lab P STRONG {
            color: #ff8700;
            font-size: 16px;
            font-weight: bold;
            }

    .order-form TD.key {
        white-space: nowrap;
        padding-right: 20px;
        min-width: 1%;
        }

        .order-form .bigger TD {
            padding-bottom: .5em;
            }

        .order-form .bigger TD.key {
            font-size: 18px;
            font-weight: bold;
            }

        .order-form .bigger TD.val INPUT {
            font-size: 18px;
            }

    .order-form TD.val {
        color: #999;
        font-style: italic;
        }

        .order-form TD.val LABEL {
            color: #222;
            font-style: normal;
            }

        .order-form TD.val.multi INPUT {
            margin-bottom: .4em;
            }

    .order-form TD.actions {
        text-align: right;
        padding-top: 30px;
        }

        .order-form TD.actions .next,
        .order-form TD.actions .done {
            text-indent: -9999px;
            *line-height: 4em;
            border: none;
            margin-right: 12px;
            width: 129px;
            height: 33px;
            }

        .order-form TD.actions .next {
            background: url(../img/ru/button-next.gif) top left no-repeat;
            }

        .order-form TD.actions .done {
            background: url(../img/ru/button-done.gif) top left no-repeat;
            }

/* footer */

#footer {
    background: #f9f9f9;
    overflow: hidden;
    width: 100%;
    }

    #footer .info {
        color: #383838;
        line-height: 1.4em;
        padding: 1em 0;
        margin: 30px 0 30px 22px;
        width: 240px;
        float: left;
        }

        #footer .info STRONG { font-weight: bold; }

    #footer UL {
        border-left: 1px solid #d5d5d5;
        padding-left: 20px;
        margin: 30px 0;
        width: 220px;
        float: left;
        }

        #footer UL LI {
            margin: .3em 0;
            }

    #footer .designedby {
        border-left: 1px solid #d5d5d5;
        padding: 1.6em 0 1.6em 20px;
        margin: 30px 0;
        float: left;
        }

/* form */

FORM {
    padding: 0;
    margin: 0;
    display: inline;
    }

INPUT[type="text"],
INPUT[type="password"],
TEXTAREA, 
SELECT {
    color: #333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    border: 1px solid #bfbfbf;
    border-top: 1px solid #808080;
    background: url(../img/input-bg.gif) top repeat-x;
    padding: .2em .3em;
    }

/* login-form */

#login-form {}

    #login-form .field {
        margin: 1em 0;
        }

        #login-form .field LABEL {
            text-align: right;
            width: 70px;
            display: inline-block;
            }

        #login-form .field INPUT {
            width: 200px;
            }

    #login-form .buttons {}

    #login-form .buttons INPUT {
        color: White;
        vertical-align: top;
        border: none;
        background: url(../img/buttons/button-120x27-empty.gif) center no-repeat;
        padding: 6px 0 8px;
        margin-left: 75px;
        width: 120px;
        height: auto;
        cursor: pointer;
        cursor: hand;
        }

/* callback form */

#callback-form {}

    #callback-form .field {
        margin: 1em 0;
        }

        #callback-form .field LABEL {
            text-align: right;
            width: 190px;
            display: inline-block;
            }

        #callback-form .field INPUT {
            width: 200px;
            }

    #callback-form .buttons {}

    #callback-form .buttons INPUT {
        color: White;
        vertical-align: top;
        border: none;
        background: url(../img/buttons/button-120x27-empty.gif) center no-repeat;
        padding: 6px 0 8px;
        margin-left: 195px;
        width: 120px;
        height: auto;
        cursor: pointer;
        cursor: hand;
        }

/* buttons */

.cool-button {
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    }

    A.cool-button SPAN, SPAN.cool-button INPUT {
        text-align: center;
        border: none;
        display: inline-block;
        cursor: pointer;
        cursor: hand;
        *overflow: visible;  /* removing IE67 extra padding */
        }

.cool-button.orange,
.cool-button.gray {
    height: 35px;
    }

    A.cool-button.orange SPAN, SPAN.cool-button.orange INPUT,
    A.cool-button.gray SPAN, SPAN.cool-button.gray INPUT {
        color: White;
        font-size: 14px;
        line-height: 27px;
        padding: 0 5px 0 14px;
        margin: 0 8px 0 0;
        height: 27px;
        }

.cool-button.orange {
    background: url(../img/buttons/button-orange.gif) top right no-repeat;
    }

    A.cool-button.orange SPAN, SPAN.cool-button.orange INPUT {
        background: url(../img/buttons/button-orange.gif) top left no-repeat;
        }

.cool-button.gray {
    background: url(../img/buttons/button-gray.gif) top right no-repeat;
    }

    A.cool-button.gray SPAN, SPAN.cool-button.gray INPUT {
        background: url(../img/buttons/button-gray.gif) top left no-repeat;
        }

/* advanced buttons */

.cool-button.orange.basket { position: relative; }

    A.cool-button.orange.basket SPAN { padding-left: 35px; }
    SPAN.cool-button.orange.basket INPUT { padding-left: 35px; }

    .cool-button.orange.basket EM {
        background: url(../img/icons/icon-basket.gif) top left no-repeat;
        position: absolute;
        top: 6px;
        width: 14px;
        height: 14px;
        left: 14px;
        }

.cool-button.gray.play { position: relative; }

    A.cool-button.gray.play SPAN { padding-left: 32px; }
    SPAN.cool-button.gray.play INPUT { padding-left: 32px; }

    .cool-button.gray.play EM {
        background: url(../img/icons/icon-play.gif) top left no-repeat;
        position: absolute;
        top: 6px;
        width: 10px;
        height: 13px;
        left: 16px;
        }

.discount-button {
	text-decoration: none;
	display: inline-block;
	height: 29px;
	overflow: hidden;
	border: 0;
	background: transparent;
	padding: 0;
    }

    .discount-button .discount-perc {
    	color: #fff;
		font-family: Verdana;
		font-weight: bold;
		font-size: 13px;
		line-height: 1em;
		text-align: center;
    	background: url(../img/buttons/mb-lt.gif) top left no-repeat;
		padding: 3px 5px 0 8px;
		display: inline-block;
		height: 29px;
		float: left;
        }

        .discount-button .discount-perc SPAN {
        	font-size: 9px;
			font-weight: normal;
            line-height: .9em;
			display: block;
            }

    .discount-button .discount-divider {
        background: url(../img/buttons/mb-ct-nocart.gif) top left no-repeat;
		width: 14px;
        height: 29px;
        float: left;
        }

    .discount-button .title {
    	color: #fff;
    	line-height: 29px;
    	background: url(../img/buttons/mb-rt.gif) top right no-repeat;
		padding-right: 13px;
        display: inline-block;
		height: 29px;
        }

#mc_embed_signup .mc-field-group LABEL { 
	display: block; 
	}

	#mc_embed_signup DIV {
		margin-top: 0px; margin-bottom: 5px;
		padding-left: 0px;
		}
#flash_tv .tv_wrapper {
  position: absolute;
}

#flash_tv .overlay {
	background: #888888;
}

#flash_tv .tv_wrapper .close-btn {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 55px;
	height: 55px;
	background: transparent url(../img/tv_close_button.png) no-repeat;
	cursor: hand;
	cursor: pointer;
}

#flash_tv .small-tv .close-btn {
	display: none;
}
#flash_tv .big-tv .close-btn {
	display: block;
}

#flash_tv .big-tv {
	padding: 20px;
	background: transparent url(../img/big_tv_bg.png) no-repeat;
	z-index: 102;
}

#flash_tv .small-tv {
}


#flash_tv .small-tv a {
	display: none;
}
#flash_tv .big-tv a {
	display: block;
	text-align: center;
	padding-top: 10px;
}

#flash_tv .product-link {
	visibility: hidden;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('../img/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('../img/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('../img/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('../img/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('../img/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('../img/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_nw.png') no-repeat;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
