﻿@import "../../content/themes/base/minified/jquery-ui.min.css";
@import "../../content/themes/base/jquery.ui.selectmenu.css";

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;
}

    }
.graybannerdiv{
    background-color: #4ca0af!important;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

strong, b {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    direction: rtl;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px;
    color: #5b5b6b;
}

b {
    font-weight: bold;
}

p {
    margin-bottom: 20px;
}

.clr {
    clear: both;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

div.table {
    display: table;
}

    div.table div.tr {
        display: table-row;
    }

        div.table div.tr div.td {
            display: table-cell;
        }

.js {
    visibility: hidden;
}

/* structure */

#top-header {
    height: 22px;
    line-height: 22px;
    color: white;
    background: url('../../images/top-header-bg.png') repeat-x;
    font-size: 12px;
}

    #top-header a {
        color: inherit;
        text-decoration: none;
    }

    #top-header .nav {
        float: left;
    }

        #top-header .nav a {
            display: inline-block;
            margin-left: 5px;
            margin-right: 5px;
        }

            #top-header .nav a:last-child {
                margin-left: 0px;
            }

    #top-header .phone {
        float: left;
        margin-left: 70px;
        background: url('../../images/tel.png') 0% 40% no-repeat;
        padding-left: 13px;
    }

    #top-header .account {
        padding-right: 150px;
    }

        #top-header .account .item {
            display: inline-block;
            margin-left: 20px;
        }

            #top-header .account .item a.my-account {
                text-decoration: underline;
                padding-left: 10px;
                background: url('../../Images/arrow02.png') left center no-repeat;
            }

#main-header {
    height: 65px;
    color: #94949f;
    background: url('../../images/main-header-bg.png') repeat-x;
}

    #main-header .logo-wrp {
        height: 43px;
        padding-top: 10px;
        float: right;
    }

        #main-header .logo-wrp .logo {
            display: inline-block;
            height: 43px;
            width: 119px;
            background: url('../../images/logo.png') no-repeat;
            vertical-align: middle;
        }

        #main-header .logo-wrp .counter {
            display: inline-block;
            margin-right: 50px;
        }

    #main-header .login {
        float: left;
        padding-top: 20px;
    }

        #main-header .login a {
            display: inline-block;
            width: 61px;
            height: 26px;
            line-height: 26px;
            background: url('../../images/btn01.png') no-repeat;
            text-align: center;
            color: white;
            text-decoration: none;
            margin-right: 10px;
        }

#head-nav {
    height: 44px;
    color: #413f3f;
    background: url('../../images/head-nav-bg.png') repeat-x;
    font-size: 16px;
}

    #head-nav .nav {
        line-height: 44px;
        float: right;
    }

        #head-nav .nav ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            #head-nav .nav ul li {
                display: inline-block;
            }

                #head-nav .nav ul li a {
                    display: inline-block;
                    color: inherit;
                    text-decoration: none;
                    margin-left: 20px;
                }

                    #head-nav .nav ul li a.home {
                        height: 15px;
                        width: 17px;
                        background: url('../../images/home.png') no-repeat;
                    }

                        #head-nav .nav ul li a.home:hover {
                            background: url('../../images/home-over.png') no-repeat;
                        }

    #head-nav .search {
        float: left;
        margin-top: 7px;
    }

        #head-nav .search input[type="text"] {
            width: 270px;
            height: 24px;
            line-height: 23px;
            padding: 2px;
            border: 1px solid #adadb1;
            border-left-width: 0px;
            float: left;
        }

        #head-nav .search .selectmenu-wrp {
            float: left;
        }

        #head-nav .search .ui-selectmenu {
            height: 28px;
            -moz-border-radius-topright: 0px;
            -webkit-border-top-right-radius: 0px;
            -khtml-border-top-right-radius: 0px;
            border-top-right-radius: 0px;
            -moz-border-radius-bottomright: 0px;
            -webkit-border-bottom-right-radius: 0px;
            -khtml-border-bottom-right-radius: 0px;
            border-bottom-right-radius: 0px;
            background: white;
            border: 1px solid #adadb1;
            border-right-width: 0px;
            font: inherit;
            vertical-align: top;
        }

            #head-nav .search .ui-selectmenu .ui-selectmenu-status {
                line-height: 23px;
                padding: 3px;
                padding-right: 6px;
            }

            #head-nav .search .ui-selectmenu .ui-selectmenu-icon {
                left: 6px;
                right: auto;
            }

        #head-nav .search input[type="submit"] {
            float: left;
            width: 70px;
            height: 30px;
            margin-right: 5px;
            background: url('../../images/btn02.png') no-repeat;
            border: none;
            color: white;
        }

#content {
    min-width: 960px;
    min-height: 600px;
}

    #content #sideTabs {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 200px;
        height: 100%;
    }

        #content #sideTabs.folded {
            right: -150px;
        }

            #content #sideTabs.folded.tab-hover {
                right: -140px;
            }

        #content #sideTabs .tabs {
            float: left;
            width: 50px;
            height: 100%;
        }

            #content #sideTabs .tabs .btn-wrp {
                position: relative;
                top: 50%;
            }

            #content #sideTabs .tabs .album {
                display: block;
                height: 161px;
                width: 42px;
                margin-top: -150px;
                margin-bottom: 10px;
                background: url('../../images/albom02.png') no-repeat;
            }

                #content #sideTabs .tabs .album.selected {
                    width: 49px;
                    background: url('../../images/albom.png') no-repeat;
                }

            #content #sideTabs .tabs .cart {
                display: block;
                height: 123px;
                width: 42px;
                background: url('../../images/cart02.png') no-repeat;
            }

                #content #sideTabs .tabs .cart.selected {
                    width: 49px;
                    background: url('../../images/cart.png') no-repeat;
                }

        #content #sideTabs .content {
            float: right;
            width: 150px;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.70);
            color: white;
        }

            #content #sideTabs .content .album {
            }

            #content #sideTabs .content .cart {
                display: none;
            }

    #content #full-width-content {
    }

        #content #full-width-content #fluid-top {
            margin-right: 60px;
        }

        #content #full-width-content #fluid-aside-content {
            float: right;
            margin-right: 60px;
            width: 180px;
        }

        #content #full-width-content #fluid-main-content-with-aside {
            margin-right: 280px;
        }

            #content #full-width-content #fluid-main-content-with-aside .fix-float {
                width: 100%;
                float: left;
            }

    #content #main-content {
    }

    #content ul.breadcrumbs {
        padding-top: 20px;
        padding-bottom: 25px;
    }

        #content ul.breadcrumbs li {
            display: inline-block;
            padding-right: 10px;
            margin-left: 2px;
            background: url('../../images/arrow03_he.png') no-repeat;
            background-position: right center;
        }

            #content ul.breadcrumbs li:first-child {
                background: none;
                padding-right: 0px;
            }

            #content ul.breadcrumbs li:last-child {
                font-weight: bold;
            }

            #content ul.breadcrumbs li a {
                color: inherit;
                text-decoration: none;
            }

    #content #main-content #top-content-with-aside {
    }

    #content #main-content #main-content-with-aside {
        margin-right: 210px;
    }

        #content #main-content #main-content-with-aside .fix-float {
            width: 100%;
            float: left;
        }

    #content #main-content #aside-content {
        float: right;
        width: 180px;
    }

#footer-content {
    border-top: solid 6px #e7e7e9;
    background: #f7f7f8;
    margin-top: 40px;
    padding-bottom: 20px;
}

    #footer-content a {
        color: inherit;
        text-decoration: none;
    }

    #footer-content .column {
        margin-top: 30px;
        margin-left: 50px;
        float: right;
    }

        #footer-content .column .column-header {
            font-weight: bold;
            margin-bottom: 15px;
        }

        #footer-content .column ul {
            padding: 0px;
            margin: 0px;
            list-style: none;
        }

            #footer-content .column ul li {
                margin-bottom: 5px;
            }

    #footer-content .side-column {
        margin-top: 30px;
        float: left;
    }

        #footer-content .side-column a {
            display: block;
            width: 137px;
            margin-bottom: 10px;
        }

            #footer-content .side-column a.paypal {
                height: 53px;
                background: url('../../images/paypal.jpg') no-repeat;
            }

            #footer-content .side-column a.paycard {
                height: 56px;
                background: url('../../images/paycard.jpg') no-repeat;
            }

            #footer-content .side-column a.facebook {
                height: 40px;
                background: url('../../images/facebook.jpg') no-repeat;
            }

#footer {
    background: #bcbcc2;
    font-size: 12px;
    line-height: 24px;
}

    #footer a {
        color: inherit;
    }

    #footer .content-width {
        position: relative;
    }

        #footer .content-width .copyright {
            text-align: center;
        }

        #footer .content-width .credits {
            position: absolute;
            left: 0px;
            top: 0px;
        }

#loginPopupDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 138px;
    padding: 40px 20px 20px 20px;
    background: url('../../images/bg01.png') no-repeat;
    z-index: 8888;
}

    #loginPopupDiv.hidden {
        display: none;
    }

    #loginPopupDiv a {
        color: inherit;
    }

    #loginPopupDiv .field {
        margin-bottom: 10px;
    }

        #loginPopupDiv .field label {
            display: inline-block;
            font-weight: bold;
            padding-bottom: 5px;
        }

        #loginPopupDiv .field input {
            display: block;
            height: 28px;
            width: 198px;
            border: 1px solid #ccccd1;
        }

    #loginPopupDiv .controls {
        line-height: 26px;
    }

        #loginPopupDiv .controls input {
            float: left;
            display: inline-block;
            background: url('../../images/btn01.png') no-repeat;
            margin: 0px;
            border: none;
            width: 61px;
            height: 26px;
            color: white;
            font-weight: bold;
        }

    #loginPopupDiv .field .validation-error {
        color: red;
        font-weight: bold;
    }

#myAccountPopupDiv {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: white;
    border: 1px solid #ccccd1;
    z-index: 8888;
}

    #myAccountPopupDiv ul li {
        margin: 5px 0px;
    }

        #myAccountPopupDiv ul li a {
            color: inherit;
            text-decoration: none;
        }

#modalBackground {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 5555;
    background: rgba(0, 0, 0, 0.50);
}

#loginOrRegisterPopup {
    display: none;
    position: absolute;
    border: 10px solid #dee2e2;
    background: white;
    z-index: 8888;
}

    #loginOrRegisterPopup .top-wrp {
        height: 30px;
        text-align: right;
    }

        #loginOrRegisterPopup .top-wrp .close {
            display: inline-block;
            width: 19px;
            height: 18px;
            margin: 5px;
            background: url('../../images/del02.png') no-repeat;
        }

    #loginOrRegisterPopup .wrp {
        padding: 30px;
        padding-top: 0px;
    }

    #loginOrRegisterPopup .register .header,
    #loginOrRegisterPopup .login .header {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 50px;
        text-align: center;
    }

    #loginOrRegisterPopup .register {
        border-left: 1px solid #5b5b6b;
        padding-left: 30px;
        padding-bottom: 80px;
        text-align: center;
    }

        #loginOrRegisterPopup .register ul.bullets {
            font-size: 13px;
            list-style-type: disc;
            text-align: right;
            margin-bottom: 30px;
            padding-right: 20px;
        }

            #loginOrRegisterPopup .register ul.bullets li {
                margin-bottom: 10px;
            }

        #loginOrRegisterPopup .register a.link {
            display: inline-block;
            width: 111px;
            height: 30px;
            line-height: 30px;
            color: white;
            text-decoration: none;
            font-weight: bold;
            background: url('../../images/btn151.jpg') no-repeat;
        }

    #loginOrRegisterPopup .login {
        padding-right: 30px;
        padding-bottom: 80px;
    }

        #loginOrRegisterPopup .login .fields {
            margin-bottom: 15px;
        }

            #loginOrRegisterPopup .login .fields .field {
                margin-bottom: 12px;
            }

                #loginOrRegisterPopup .login .fields .field label {
                    display: inline-block;
                    width: 70px;
                }

                #loginOrRegisterPopup .login .fields .field input {
                    display: inline-block;
                    width: 170px;
                    height: 25px;
                }

            #loginOrRegisterPopup .login .fields .sub {
                display: block;
                margin-top: -10px;
                margin-right: 75px;
            }

                #loginOrRegisterPopup .login .fields .sub .validation-error {
                    display: block;
                    color: red;
                    font-weight: bold;
                }

                #loginOrRegisterPopup .login .fields .sub a.password-recovery {
                    display: block;
                    color: inherit;
                }

        #loginOrRegisterPopup .login .submit {
            display: inline-block;
            width: 81px;
            height: 30px;
            line-height: 30px;
            color: white;
            text-decoration: none;
            font-weight: bold;
            background: url('../../images/btn152.jpg') no-repeat;
            border: 0px;
            margin-right: 165px;
        }

.content-width {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
