* {
    padding: 0;
    margin: 0;
    outline: 0;
}

body {
    background: #fff;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #6f6e6e;
}

input, textarea, select {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

textarea {
    overflow: auto;
}

a img {
    border: 0;
}

a {
    color: #890000;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #333;
    }

.left, .alignleft {
    float: left;
    display: inline;
}

.right, .alignright {
    float: right;
    display: inline;
}

.cl {
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    height: 0;
}

.al {
    text-align: left;
}

.ar {
    text-align: right;
}

.ac {
    text-align: center;
}

.inputLine {
    margin-top: 15px;
}

    .inputLine span {
        float: left;
        width: 150px;
        margin-left: 20px;
    }

        .inputLine span.s {
            float: left;
            width: 100px;
            margin-left: 20px;
        }

    .inputLine input {
        float: left;
        width: 150px;
        margin-left: 10px;
    }

        .inputLine input[type="checkbox"] {
            float: left;
            margin-left: 10px;
            width: 30px;
        }

select { /*float: left;*/
    margin-left: 10px;
}

.inputLine a {
    margin: auto;
    padding: 3px 10px 3px 10px;
    border-style: solid;
    border-width: 1px;
}

h3 {
    font-size: 15px;
    line-height: 18px;
    color: #bcbcbc;
}

.shell {
    width: 100%;
    margin: 0 auto;
    min-height: 330px;
}

#top {
    height: 296px;
    background: #000;
}

#admTop {
    height: 170px;
    background: #000;
}

#header {
    height: 90px;
}

h1#logo {
    width: 267px;
    height: 96px;
    float: left;
}

    h1#logo a {
        display: block;
        color: white;
        margin-top: 50px;
    }

div#title {
    width: 680px;
    height: 96px;
    text-align: center;
}

    div#title h2 {
        padding: 50px;
    }

#navigation {
    float: right;
    white-space: nowrap;
}

    #navigation ul {
        list-style-type: none;
        padding-top: 10px;
    }

        #navigation ul li {
            float: left;
            display: inline;
            border-right: solid 1px #5f5f5f;
            padding-right: 8px;
            margin-right: 8px;
        }

            #navigation ul li.last {
                border-right: 0;
                padding-right: 0;
                margin-right: 0;
            }

            #navigation ul li a {
                color: #fff;
            }

                #navigation ul li a:hover,
                #navigation ul li a.active {
                    color: #ffd900;
                }


#slider {
    width: 1270px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

#slider-holder {
    width: 1270px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

    #slider-holder ul {
        width: 1270px;
        height: 200px;
        position: relative;
        overflow: hidden;
        list-style-type: none;
    }

    #slider-holder .jcarousel-clip {
        width: 1270px;
        height: 200px;
        position: relative;
        overflow: hidden;
    }

    #slider-holder ul li {
        width: 1270px;
        height: 200px;
        position: relative;
        overflow: hidden;
        float: left;
        display: inline;
    }

#slider-nav a {
    position: absolute;
    top: 71px;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    width: 58px;
    height: 58px;
    text-indent: -4000px;
}

    #slider-nav a.prev {
        background: url('../images/prev.gif');
        left: 0;
    }

    #slider-nav a.next {
        background: url('../images/next.gif');
        right: 0;
    }


#main {
    width: 100%;
    background: url('../images/main.jpg') repeat-x 0 0;
}

.options {
    height: 47px;
    white-space: nowrap;
    padding-top: 3px;
}

    .options .search {
        border: 1px solid #CCCCCC;
        float: left;
        padding: 0px;
        height: 27px;
        margin-top: 9px;
        background-color: #E4B305;
    }

        .options .search .field {
            float: left;
        }

            .options .search .field input {
                width: 200px;
                border: 0;
                background: transparent;
                color: #fff;
                font-weight: bold;
                padding-top: 7px;
                padding-left: 5px;
            }

.search-submit {
    float: left;
    font-size: 0;
    line-height: 0;
    width: 24px;
    height: 27px;
    background: url('../images/search.gif');
    text-indent: -4000px;
    border: 0;
    margin-left: 9px;
    cursor: pointer;
    position: relative;
    top: 0px;
    margin-right: 0px;
}

.options a {
    color: #636363;
    text-decoration: underline;
    left: 0px;
}

    .options a:hover {
        color: #890000;
        text-decoration: none;
    }

.options span.left {
    padding: 10px 0 0 0;
}

.options span.more-links {
    margin-left: 2px;
}

    .options span.more-links a {
        margin-left: 9px;
    }

.options .login {
    float: right;
    padding: 6px 0 0 0;
    height: 33px;
    margin-right: 12px;
}

    .options .login span {
        margin-right: 12px;
        font-weight: bold;
    }

.cart {
    background-position: 5px 2px;
    float: right;
    border: 1px solid #CCCCCC;
    height: 27px;
    margin-top: 9px;
    background-image: url('../images/Basket.png');
    background-repeat: no-repeat;
    background-color: #E4B305;
}

    .cart a {
        text-decoration: none;
        color: #FFFFFF;
    }

    .cart div {
        padding-top: 5px;
        padding-left: 37px;
        padding-right: 5px;
    }

    .cart strong {
        font-weight: bold;
    }

#content {
    padding-top: 20px;
}

.tabs {
    height: 36px;
}

    .tabs ul {
        list-style-type: none;
        font-size: 14px;
        font-weight: bold;
    }

        .tabs ul li {
            float: left;
            display: inline;
            margin-right: 1px;
        }

            .tabs ul li a,
            .tabs ul li a span {
                float: left;
                height: 36px;
                background: url('../images/tab.gif') no-repeat 0 -37px;
                padding: 0 0 0 20px;
            }

                .tabs ul li a span {
                    background-position: right -37px;
                    padding: 0 20px 0 0;
                }

            .tabs ul li a {
                position: relative;
                line-height: 36px;
                color: #895d23;
            }


                .tabs ul li a.red {
                    background-position: 0 -74px;
                    color: #fff;
                }

                    .tabs ul li a.red span {
                        background-position: right -74px;
                    }

                .tabs ul li a.active,
                .tabs ul li a:hover {
                    background-position: 0 0;
                    color: #4f4f4f;
                }

                    .tabs ul li a.active span,
                    .tabs ul li a:hover span {
                        background-position: right 0;
                    }

#container {
    background: #fff url('../images/container-t.gif') no-repeat 0 0;
    padding: 30px 20px;
}

.items {
    position: relative;
    width: 960px;
    margin-right: -20px;
    padding-bottom: 5px;
}

    .items .hidden {
        display: none;
    }

    .items .normal {
        display: normal;
    }

    .items ul {
        list-style-type: none;
    }

        .items ul .image {
            margin: auto;
            text-align: center;
            width: 194px;
            height: 194px;
        }

        .items ul .sold {
            z-index: 999;
            position: relative;
            top: -210px;
            left: -60px;
        }

        .items ul li .descr {
            height: 140px;
            overflow: hidden;
            position: relative;
        }

        .items ul .more {
            text-align: center;
            top: -2px;
            position: relative;
            z-index: 998;
            color: #CC3300;
        }

        .items ul li {
            float: left;
            border: dashed 1px #cfcfcf;
            width: 194px;
            margin: 0 18px 12px 0;
            padding: 13px;
        }

            .items ul li .bottom {
                height: 20px;
            }

            .items ul li p span {
                color: #890000;
            }

            .items ul li p.price {
                padding-top: 10px;
                vertical-align: baseline;
                height: 24px;
                font-size: 1.2em;
                float: left;
            }

                .items ul li p.price strong {
                    color: #890000;
                    font-size: 14px;
                }

                .items ul li p.price img {
                    border-style: none;
                    margin-left: 20px;
                }

.addToCart {
    text-align: right;
    font-style: italic;
    font-size: 10px;
    float: right;
    padding-top: 11px;
}

.categories {
    position: relative;
    width: 960px;
    margin-right: -20px;
    padding-bottom: 5px;
}

    .categories h1 {
        font-size: 18px;
        font-weight: bold;
        color: #8e8e8e;
    }

    .categories ul {
        list-style-type: none;
    }

        .categories ul .image {
            text-align: center;
        }

        .categories ul li {
            float: left;
            border: dashed 1px #cfcfcf;
            width: 442px;
            margin: 0 18px 12px 0;
            padding: 13px;
            min-height: 406px;
        }

            .categories ul li p span {
                color: #890000;
            }

            .categories ul li p {
                padding-top: 15px;
            }

                .categories ul li p strong {
                    color: #890000;
                    font-size: 14px;
                }

.brands h3 {
    padding-bottom: 10px;
}

.brands a {
    margin-right: 30px;
}

.searchResults {
    margin: 20px 20px 20px auto;
    padding: 3px 10px 3px 0px;
    border: 1px solid #CCCCCC;
}

    .searchResults h3 {
        color: #890000;
        float: left;
        width: 300px;
        margin-left: 10px;
    }

    .searchResults img {
        float: right;
    }

#footerContainer {
    width: 100%;
    color: #CCCCCC;
    background-color: #333333;
}

#footer {
    width: 1270px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 50px 20px;
    color: #CCCCCC;
    background-color: #333333;
}

    #footer a {
        color: #8e8e8e;
    }

        #footer a:hover {
            color: #C8B032;
        }

    #footer span {
        padding: 0 5px;
    }

/*.tab-content {
    display: none;
}

.tabbed {
    min-height: 420px;
}*/

#pageEditor label {
    width: 200px;
}

#pageEditor textarea {
    width: 100%;
}

#basket {
    width: 850px;
    margin: 20px auto 20px auto;
}

    #basket #head {
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: #FFCC00;
        background-color: #FFFFFF;
        text-align: center;
    }

        #basket #head img {
            border-style: none;
            margin-right: auto;
            margin-left: auto;
        }

    #basket div.msg {
        padding: 20px;
        font-size: 1.2em;
        background-color: #FFFFFF;
        color: #333333;
        border-bottom-style: solid;
        border-bottom-color: #FFCC00;
        text-align: center;
        line-height: 15px;
    }

#editTableWrapper {
    padding: 50px;
    background-color: #F2F2EC;
}

    #editTableWrapper h2 {
        margin: 20px auto 15px auto;
        text-align: center;
    }

    #editTableWrapper h3 {
        margin: 20px auto 15px auto;
        text-align: center;
    }

.nlnk {
}

.coll-list {
    margin: 20px;
}

    .coll-list a {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 20px;
}

.mb20 {
    margin-bottom: 10px;
}

.mb50 {
    margin-bottom: 50px;
}

.error {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #f00;
}

[data-notifications] {
    position: relative;
}

    [data-notifications]:after {
        content: attr(data-notifications);
        position: absolute;
        background: red;
        border-radius: 25%;
        display: inline-block;
        padding: 0.3em;
        color: #f2f2f2;
        right: -20px;
        top: -15px;
    }
