* {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font: 8pt Tahoma;
    direction: ltr;
    background: #ffffff repeat-x 0 230px;
    color: #4d4d4d;
}

body, table, div, td, th {
    line-height: 22px;
    text-align: right;
}

table {
    border-collapse: collapse;
    direction: ltr;
}

a {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

    a:hover, a:focus {
        color: #ef3f3e;
        background: 0;
    }

img {
    border: 0 none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

span.rtl {
    display: inline-block;
}

span.ltr {
    display: inline-block;
}

.top {
    vertical-align: top!important;
}

.center {
    text-align: center!important;
}

.justify {
    text-align: justify;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    width: 1px;
}

.smaltext {
    font-size: 7pt;
}

.boldtext {
    font-weight: bold;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.noborder {
    border: 0 none!important;
}

.white {
    color: #fff;
}

.linkblue {
    color: blue;
}

.blue {
    color: #00afc8;
}

.classicblue {
    color: #1f5f83;
}

.red {
    color: #ff5153;
}

.purple {
    color: #b42d32;
}

.gray {
    color: gray;
}

.green {
    color: #69a816;
}

.greenlight {
    color: #a0b40f;
}

.greenclassic {
    color: #60cb01;
}

.orang {
    color: #d27328;
}

.digibon {
    color: #2e8100;
}

.yellow {
    color: #fdc700;
}

a[id^="ctl"]:hover, a[id^="btn"]:hover {
    opacity: .9;
}

a[id^="ctl"].aspNetDisabled, a[id^="btn"].aspNetDisabled {
    opacity: .7;
}

*[disabled="disabled"] {
    cursor: not-allowed;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-width: 0;
}

input, select, Textarea, label {
    direction: rtl;
    font: 8pt Tahoma;
}

    input[type="text"], textarea {
        border: 1px solid #d7d7d7;
        color: #828282;
        margin: 0;
        outline: medium none;
        width: 150px;
    }

        input[type="text"]:focus, textarea:focus {
            outline: medium none;
            border: 1px solid #00afc8;
        }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 12px;
}

#main {
    margin: 0 auto;
    position: relative;
    width: 980px;
    background:#e0e0e0;
    padding-bottom: 50px;
}

.mrg-auto {
    margin: 0 auto;
}

.wmax .mrg-auto, .wmax #main {
    width: 1190px;
}

.wmin .mrg-auto, .wmin #main {
    width: 970px;
}

.mrg-bottom {
    margin-bottom: 10px;
}

.dkbox {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
    overflow: hidden;
}

.header {
    background-color: #ffffff;
    height: 90px;
    border-top: 5px solid #404040;
    font-family: 'web_Yekan','B Koodak','X Koodak','Koodak',Arial;
    min-width: 970px;
}

    .header .runit {
        height: 90px;
    }

.wmax .header .runit {
    width: 870px;
}

.wmin .header .runit {
    width: 650px;
}

.header .topbar {
    height: 38px;
    margin: 0;
    text-align: right;
    position: relative;
    height: 38px;
}

    .header .topbar ul.tbar li {
        float: right;
        font-size: 12px;
        margin-top: 8px;
    }

        .header .topbar ul.tbar li.sep .line {
            background-color: #d2d5d6;
            height: 10px;
            width: 1px;
            display: block;
            margin-top: 5px;
        }

        .header .topbar ul.tbar li.num a {
            font-size: 14px;
        }

        .header .topbar ul.tbar li.account a, .header .topbar ul.tbar li a#login {
            padding-right: 3px;
        }

        .header .topbar ul.tbar li a {
            color: #8a8a8a;
            display: block;
            padding: 0 15px;
        }

            .header .topbar ul.tbar li a:hover {
                color: #ef3f3e;
            }

            .header .topbar ul.tbar li a span {
                vertical-align: middle;
                display: inline-block;
                height: 18px;
                width: 18px;
                margin-left: 4px;
                background: url(../Image/Header/vtwo/navigation-icons.png) no-repeat;
            }

                .header .topbar ul.tbar li a span.user-icon {
                    background-position: 0 -18px;
                }

            .header .topbar ul.tbar li a:hover span.user-icon {
                background-position: -18px -18px;
            }

            .header .topbar ul.tbar li a span.login-icon {
                background-position: 0 0;
            }

            .header .topbar ul.tbar li a:hover span.login-icon {
                background-position: -18px 0;
            }

            .header .topbar ul.tbar li a span.digibon-icon {
                background-position: 0 -37px;
            }

            .header .topbar ul.tbar li a:hover span.digibon-icon {
                background-position: -18px -37px;
            }

            .header .topbar ul.tbar li a span.order-icon {
                background-position: 0 -55px;
            }

            .header .topbar ul.tbar li a:hover span.order-icon {
                background-position: -18px -55px;
            }

            .header .topbar ul.tbar li a span.arrow-icon {
                background: url(../Image/Header/vtwo/arrow-6.png);
                height: 8px;
                width: 12px;
            }

    .header .topbar .profile {
        font-family: Tahoma;
        width: 860px;
        position: absolute;
        height: 237px;
        top: 33px;
        right: 0;
        z-index: 101;
        border-top-width: 0;
        border-radius: 0 0 5px 5px;
        -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
        box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    }

        .header .topbar .profile .slides {
            position: relative;
        }

            .header .topbar .profile .slides .slideItem {
                width: 858px;
                height: 200px;
                position: absolute;
                top: 0;
                left: 0;
                direction: rtl;
                border: 1px solid rgba(0,0,0,.2);
                background: #fff;
                border-radius: 0 0 5px 5px;
            }

                .header .topbar .profile .slides .slideItem .sep {
                    border-bottom: 1px solid #828282;
                    width: 94%!important;
                    margin: 0 auto;
                    padding: 2px 0;
                }

                .header .topbar .profile .slides .slideItem .topspace {
                    width: 94%!important;
                    margin: 15px auto 0;
                    font-weight: bold;
                    font-size: 12px;
                }

                    .header .topbar .profile .slides .slideItem .topspace .left {
                        margin-left: 25px;
                    }

                    .header .topbar .profile .slides .slideItem .topspace .extraMargin {
                        margin-left: 60px;
                    }

                    .header .topbar .profile .slides .slideItem .topspace .w125 {
                        width: 125px;
                    }

                    .header .topbar .profile .slides .slideItem .topspace .mgl {
                        margin-left: 0;
                    }

                    .header .topbar .profile .slides .slideItem .topspace .mgl2 {
                        margin-left: 43px;
                    }

                    .header .topbar .profile .slides .slideItem .topspace .mgl3 {
                        margin-left: 80px;
                    }

                    .header .topbar .profile .slides .slideItem .topspace .myprofile {
                        background: url("../Image/Header/user2.png") no-repeat 100% 0;
                        min-height: 20px;
                        padding-right: 25px;
                    }

                    .header .topbar .profile .slides .slideItem .topspace .message {
                        background: url("../Image/Header/message.png") no-repeat 100% 70%;
                        min-height: 20px;
                        padding-right: 25px;
                    }

                    .header .topbar .profile .slides .slideItem .topspace .order {
                        background: url("../Image/Header/order.png") no-repeat 100% 0;
                        min-height: 20px;
                        padding-right: 25px;
                    }

                    .header .topbar .profile .slides .slideItem .topspace .favorit {
                        background: url("../Image/Header/favorit.png") no-repeat 100% 0;
                        min-height: 20px;
                        padding-right: 25px;
                    }

                    .header .topbar .profile .slides .slideItem .topspace .review {
                        background: url("../Image/Header/review.png") no-repeat 100% 0;
                        min-height: 20px;
                        padding-right: 25px;
                    }

                    .header .topbar .profile .slides .slideItem .topspace .comment {
                        background: url("../Image/Header/comment.png") no-repeat 100% 0;
                        min-height: 20px;
                        padding-right: 25px;
                    }

                .header .topbar .profile .slides .slideItem .bottomspace {
                    width: 90%!important;
                    margin: 5px auto 0;
                }

                    .header .topbar .profile .slides .slideItem .bottomspace span.left {
                        white-space: nowrap;
                        display: inline-flex;
                    }

                    .header .topbar .profile .slides .slideItem .bottomspace.mgt {
                        margin-top: 15px;
                    }

                        .header .topbar .profile .slides .slideItem .bottomspace.mgt p {
                            white-space: nowrap;
                        }

                    .header .topbar .profile .slides .slideItem .bottomspace .delnotification {
                        width: 11px;
                        height: 18px;
                        background: url("../Image/Header/delete.png") no-repeat 0 2px;
                        margin-right: 15px;
                        cursor: pointer;
                    }

                        .header .topbar .profile .slides .slideItem .bottomspace .delnotification:hover {
                            background: url("../Image/Header/delete.png") no-repeat 0 -14px;
                        }

                    .header .topbar .profile .slides .slideItem .bottomspace .pay {
                        width: 41px;
                        height: 21px;
                        background: url("../Image/Btn/pay.png") no-repeat 0 4px;
                        margin-right: 15px;
                        opacity: .9;
                    }

                        .header .topbar .profile .slides .slideItem .bottomspace .pay:hover {
                            opacity: 1;
                        }

                    .header .topbar .profile .slides .slideItem .bottomspace .noresult {
                        background-color: #f0f0f0;
                        border: 1px dotted #ccc;
                        margin: 15px auto 0;
                        padding: 2px;
                        text-align: center;
                        width: 70%;
                    }

                    .header .topbar .profile .slides .slideItem .bottomspace .more {
                        background: url("../Image/Public/more.gif") no-repeat 5px 15px;
                        line-height: 30px;
                        padding: 4px 20px 0 15px;
                        float: left;
                        white-space: nowrap;
                    }

                    .header .topbar .profile .slides .slideItem .bottomspace ul {
                        width: 100%;
                        height: 110px;
                        padding-bottom: 5px;
                        border-bottom: 1px solid #ccc;
                    }

                        .header .topbar .profile .slides .slideItem .bottomspace ul li {
                            background: url("../Image/Header/bullet.gif") no-repeat 100% 50%;
                            padding-right: 10px;
                            text-align: right;
                        }

                            .header .topbar .profile .slides .slideItem .bottomspace ul li .w50 {
                                width: 50px;
                            }

                            .header .topbar .profile .slides .slideItem .bottomspace ul li .w65 {
                                width: 65px;
                            }

                            .header .topbar .profile .slides .slideItem .bottomspace ul li .w125 {
                                width: 125px;
                            }

                    .header .topbar .profile .slides .slideItem .bottomspace .left ul {
                        width: 180px;
                    }

                    .header .topbar .profile .slides .slideItem .bottomspace .orders {
                        height: 110px;
                        padding-bottom: 5px;
                        border-bottom: 1px solid #ccc;
                    }

                    .header .topbar .profile .slides .slideItem .bottomspace .order {
                        height: 58px;
                        max-width: 215px;
                    }

                        .header .topbar .profile .slides .slideItem .bottomspace .order .folder {
                            padding-right: 38px;
                            background: url("../Image/Header/folder_documents.png") no-repeat 100% 50%;
                        }

                        .header .topbar .profile .slides .slideItem .bottomspace .order div {
                            display: table-cell;
                            height: 50px;
                            text-align: right;
                            vertical-align: middle;
                            width: 243px;
                        }

                        .header .topbar .profile .slides .slideItem .bottomspace .order img {
                            max-width: 50px;
                            max-height: 50px;
                            margin: 0 5px;
                            padding: 0 1px;
                            float: right;
                            border: 1px solid #ccc;
                        }

        .header .topbar .profile .tabs {
            height: 32px;
            background: url("../Image/Header/tabbg.gif") repeat-x;
            text-align: center;
            border-top: 3px solid #404040;
            border-right: 1px solid rgba(0,0,0,.2);
            border-left: 1px solid rgba(0,0,0,.2);
        }

            .header .topbar .profile .tabs .tabItem {
                float: right;
                cursor: pointer;
                height: 32px;
                width: 95px;
                border-left: 1px solid #ccc;
                line-height: 28px;
            }

                .header .topbar .profile .tabs .tabItem.current {
                    color: #fff;
                    background-color: #666;
                    border-left-color: #666;
                }

                .header .topbar .profile .tabs .tabItem.last {
                    border-left: 0;
                    width: 90px;
                }

            .header .topbar .profile .tabs .sep {
                padding: 0 2px;
            }

.header .logo-box {
    width: 320px;
    height: 90px;
    text-align: left;
    float: right;
}

    .header .logo-box img {
        margin-top: 16px;
    }

.header .cart-box {
    width: 134px;
    float: right;
}

    .header .cart-box a {
        color: #fff;
    }

        .header .cart-box a .button {
            width: 132px;
            height: 34px;
            border: 1px solid #5b9113;
            text-align: right;
            line-height: 34px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            background-color: #69a715;
            -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzNiAzNiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNjlhNzE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzdiZDE5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMzYiIGhlaWdodD0iMzYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
            background-image: -moz-linear-gradient(bottom,#69a715 0%,#77bd19 100%);
            background-image: -o-linear-gradient(bottom,#69a715 0%,#77bd19 100%);
            background-image: -webkit-linear-gradient(bottom,#69a715 0%,#77bd19 100%);
            background-image: linear-gradient(bottom,#69a715 0%,#77bd19 100%);
            color: #fff;
            font-family: 'web_Yekan','B Koodak','X Koodak','Koodak',Arial;
            font-size: 12px;
            text-shadow: 0 1px 0 rgba(0,0,0,.1);
        }

            .header .cart-box a .button:hover {
                border: 1px solid #4d790f;
                background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzNiAzNiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNzdiZDE5IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjlhNzE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMzYiIGhlaWdodD0iMzYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
                background-image: -moz-linear-gradient(bottom,#77bd19 0%,#69a715 100%);
                background-image: -o-linear-gradient(bottom,#77bd19 0%,#69a715 100%);
                background-image: -webkit-linear-gradient(bottom,#77bd19 0%,#69a715 100%);
                background-image: linear-gradient(bottom,#77bd19 0%,#69a715 100%);
            }

            .header .cart-box a .button .ico {
                background: url("../Image/Icon/vtwo/basket-ico.png") no-repeat 100% 50%;
                display: block;
                width: 25px;
                height: 22px;
                float: right;
                margin: 7px 9px 0 9px;
            }

            .header .cart-box a .button .order-count {
                width: 24px;
                height: 24px;
                float: left;
                margin: 5px 0 0 9px;
                display: block;
                opacity: .6;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                background-color: #4d790f;
                -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.25);
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.25);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.25);
                color: #fff;
                font-family: 'web_Yekan','B Koodak','X Koodak','Koodak',Arial;
                font-size: 12px;
                text-shadow: 0 1px 0 rgba(0,0,0,.1);
                text-align: center;
                line-height: 26px;
            }

.header .search-box {
    margin-right: 16px;
    position: relative;
    float: right;
}

   

.wmax .header .search-box #SearchBox {
    width: 510px;
}

.wmin .header .search-box #SearchBox {
    width: 475px;
}

.header .search-box #SearchBox:focus {
    box-shadow: 0 0 2px #a4c6fd;
    border: 1px solid #a4c6fd;
}

.header .search-box #btnSearch {
    z-index: 100;
    top: 0;
    left: 0;
    position: absolute;
    width: 34px;
    height: 34px;
    border: 1px solid #b5b5b5;
    border-radius: 4px 0 0 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f5f5f5;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM2IDM2IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwLjUlIiB4Mj0iNTAlIiB5Mj0iLTAuNTAwMDAwMDAwMDAwMDElIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom,#ededed -.5%,rgba(246,246,246,0) 100.5%);
    background-image: -o-linear-gradient(bottom,#ededed -.5%,rgba(246,246,246,0) 100.5%);
    background-image: -webkit-linear-gradient(bottom,#ededed -.5%,rgba(246,246,246,0) 100.5%);
    background-image: linear-gradient(bottom,#ededed -.5%,rgba(246,246,246,0) 100.5%);
}

    .header .search-box #btnSearch:hover {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM2IDM2IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwLjUlIiB4Mj0iNTAlIiB5Mj0iLTAuNTAwMDAwMDAwMDAwMDElIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
        background-image: -moz-linear-gradient(bottom,rgba(246,246,246,0) -.5%,#ededed 100.5%);
        background-image: -o-linear-gradient(bottom,rgba(246,246,246,0) -.5%,#ededed 100.5%);
        background-image: -webkit-linear-gradient(bottom,rgba(246,246,246,0) -.5%,#ededed 100.5%);
        background-image: linear-gradient(bottom,rgba(246,246,246,0) -.5%,#ededed 100.5%);
    }

    .header .search-box #btnSearch img {
        margin: 8px 0 0 8px;
    }

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.header .search-box #lookup {
    font-family: Tahoma;
    width: 620px;
    max-height: 545px;
    z-index: 1001;
    top: 37px;
    right: 0;
    position: absolute;
    background: #fff;
    border: 1px solid #bcbcbc;
    border-right: 3px solid #6e6e6e;
    -moz-box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
}

    .header .search-box #lookup .noresult {
        width: 70%;
        border: 1px dotted #ccc;
        padding: 2px;
        margin: 0 auto;
        background-color: #f0f0f0;
        direction: rtl;
        text-align: center;
    }

    .header .search-box #lookup .more {
        background-color: #c3c3c3;
        box-shadow: 0 0 15px rgba(0,0,0,.5) inset;
        width: 55px;
        height: 20px;
        line-height: 20px;
        margin-top: 10px;
        display: block;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

        .header .search-box #lookup .more:hover {
            box-shadow: 0 0 15px rgba(0,0,0,.7) inset;
        }

    .header .search-box #lookup .plmore {
        margin: 0 0 0 18px;
    }

    .header .search-box #lookup .st {
        border-bottom: 1px solid #cecece;
        margin: 0 18px 20px;
        height: 9px;
        text-align: right;
    }

    .header .search-box #lookup .product {
        width: 310px;
        min-height: 515px;
        float: left;
        padding: 15px 0;
    }

        .header .search-box #lookup .product .st span {
            background-color: #fff;
            padding-left: 10px;
        }

        .header .search-box #lookup .product .cont {
            overflow: auto;
            margin-bottom: 15px;
        }

        .header .search-box #lookup .product .items {
            margin: 0 18px;
        }

            .header .search-box #lookup .product .items .sep {
                background: url("../Image/Public/sep.png") no-repeat scroll center center;
                padding: 10px 0 5px;
                width: 100%;
            }

            .header .search-box #lookup .product .items .item {
                display: block;
                overflow: hidden;
                text-align: right;
                position: relative;
            }

                .header .search-box #lookup .product .items .item a {
                    display: block;
                    width: 100%;
                    max-height: 45px;
                }

                .header .search-box #lookup .product .items .item .desc {
                    direction: rtl;
                    float: left;
                    width: 195px;
                }

                    .header .search-box #lookup .product .items .item .desc p {
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        margin-right: 3px;
                    }

                .header .search-box #lookup .product .items .item .img {
                    margin-left: 195px;
                    text-align: center;
                    width: 65px;
                }

                    .header .search-box #lookup .product .items .item .img img {
                        max-width: 55px;
                        max-height: 45px;
                    }

    .header .search-box #lookup .other {
        width: 310px;
        min-height: 515px;
        float: left;
        background: #f6f6f6 url("../Image/Header/sbg.png") no-repeat 100% 50%;
        padding: 15px 0;
    }

        .header .search-box #lookup .other .st span {
            background-color: #f6f6f6;
            padding-left: 10px;
        }

        .header .search-box #lookup .other .videos {
            margin: 0 18px;
            max-height: 290px;
            height: 290px;
        }

            .header .search-box #lookup .other .videos .sep {
                margin: 10px auto;
                border-bottom: 1px solid #bcbcbc;
                width: 80%;
            }

            .header .search-box #lookup .other .videos .item {
                display: block;
                overflow: hidden;
                text-align: right;
                margin-bottom: 10px;
            }

                .header .search-box #lookup .other .videos .item a {
                    display: table;
                    width: 100%;
                    position: relative;
                }

                    .header .search-box #lookup .other .videos .item a:hover {
                        background-color: #3c3c3c;
                        color: #fff;
                    }

                .header .search-box #lookup .other .videos .item img {
                    float: right;
                    width: 125px;
                    margin: 2px;
                    border: 1px solid #000;
                }

                .header .search-box #lookup .other .videos .item .mt {
                    background-color: #000;
                    border-radius: 3px;
                    color: #fff;
                    display: block;
                    font-weight: bold;
                    height: 14px;
                    line-height: 14px;
                    opacity: .75;
                    padding: 1px 3px;
                    position: absolute;
                    right: 6px;
                    top: 55px;
                }

                .header .search-box #lookup .other .videos .item div {
                    width: 100%;
                    padding: 0 7px;
                    display: table-cell;
                    vertical-align: middle;
                }

        .header .search-box #lookup .other .news {
            margin: 0 18px 20px;
            height: 125px;
        }

    .header .search-box #lookup .product .category {
        margin: 0 18px 20px;
    }

        .header .search-box #lookup .other .news .item, .header .search-box #lookup .product .category .item {
            display: block;
            background: url("../Image/Public/newsarrow.gif") no-repeat 99% 9px;
            overflow: hidden;
            text-align: right;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 13px;
            direction: rtl;
        }

            .header .search-box #lookup .other .news .item:hover, .header .search-box #lookup .product .category .item:hover {
                background: url("../Image/Public/newsarrow.gif") no-repeat 99% -123px;
                color: #ed1b2f;
            }

            .header .search-box #lookup .other .news .item a, .header .search-box #lookup .product .category .item a {
                width: 100%;
                position: relative;
            }

    .header .search-box #lookup .mCSB_container {
        width: auto;
        margin-right: 20px;
        overflow: hidden;
    }

        .header .search-box #lookup .mCSB_container.mCS_no_scrollbar {
            margin-right: 0;
        }

    .header .search-box #lookup .mCS_disabled .mCSB_container.mCS_no_scrollbar, .mCS_destroyed .mCSB_container.mCS_no_scrollbar {
        margin-right: 30px;
    }

    .header .search-box #lookup .mCustomScrollBox .mCSB_scrollTools {
        width: 18px;
        height: 100%;
        top: 0;
        right: 10px;
        opacity: .75;
    }

    .header .search-box #lookup .mCSB_scrollTools .mCSB_draggerContainer {
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header .search-box #lookup .mCSB_scrollTools .mCSB_buttonUp + .mCSB_draggerContainer {
        padding-bottom: 40px;
    }

    .header .search-box #lookup .mCSB_scrollTools .mCSB_draggerRail {
        width: 2px;
        height: 100%;
        background: #828282;
        margin: 0 auto;
    }

    .header .search-box #lookup .mCSB_scrollTools .mCSB_dragger {
        cursor: pointer;
        width: 100%;
        height: 45px;
    }

        .header .search-box #lookup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            width: 18px;
            height: 100%;
            text-align: center;
            background: url(../Image/Btn/draggerv.gif) no-repeat;
            margin: 0 auto;
        }

    .header .search-box #lookup .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
        height: 20px;
        overflow: hidden;
        cursor: pointer;
        margin: 0 auto;
    }

    .header .search-box #lookup .mCSB_scrollTools .mCSB_buttonDown {
        bottom: 0;
        margin-top: -40px;
        background-position: -95px -20px;
    }

    .header .search-box #lookup .mCustomScrollBox:hover .mCSB_scrollTools {
        opacity: 1;
    }

    .header .search-box #lookup .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
        background-image: url(../Image/Btn/comparebuttons.png);
        background-repeat: no-repeat;
        opacity: .4;
        filter: alpha(opacity=40);
        -ms-filter: alpha(opacity=40);
    }

    .header .search-box #lookup .mCSB_scrollTools .mCSB_buttonUp {
        background-position: -95px 0;
    }

        .header .search-box #lookup .mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover {
            opacity: .75;
            filter: alpha(opacity=75);
            -ms-filter: alpha(opacity=75);
        }

        .header .search-box #lookup .mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active {
            opacity: .9;
            filter: alpha(opacity=90);
            -ms-filter: alpha(opacity=90);
        }

.navigation {
    height: 44px;
    min-width: 970px;
    background-image: url(../Image/Navigation/vtwo/menubar-bg.png);
}

    .navigation .nav-shadow {
        background-color: #dfe2e4;
        height: 2px;
    }

    .navigation .nav-hover {
        display: block!important;
    }

    .navigation .mrg-auto {
        direction: rtl;
        font-family: 'web_Yekan','B Koodak','X Koodak','Koodak',Arial;
        margin: 0 auto;
        height: 46px;
    }

.wmax .header .mrg-auto, .wmax .navigation .mrg-auto ul.root > li > ul.level, .wmax .navigation .mrg-auto ul.root > li > ul.level > li .submenu {
    width: 1190px;
}

.wmin .header .mrg-auto, .wmin .navigation .mrg-auto ul.root > li > ul.level, .wmin .navigation .mrg-auto ul.root > li > ul.level > li .submenu {
    width: 970px;
}

.navigation .mrg-auto ul.root {
    position: relative;
    border-width: 0;
    margin: 0;
    padding: 0;
}

    .navigation .mrg-auto ul.root > li {
        float: right;
    }

        .navigation .mrg-auto ul.root > li > a {
            font-size: 14px;
            padding: 9px 25px;
            display: block;
        }

        .navigation .mrg-auto ul.root > li.current {
            background-color: #fff;
            box-shadow: 0 0 3px #cccfd1;
            border-bottom: 1px solid #fff;
        }

            .navigation .mrg-auto ul.root > li.current > a {
                color: #ef3f3e;
            }

        .navigation .mrg-auto ul.root > li > a > span.arr {
            width: 7px;
            height: 4px;
            background: url(../Image/Navigation/vtwo/arrow-1.png) 7px 0;
            display: inline-block;
            margin-right: 5px;
        }

        .navigation .mrg-auto ul.root > li.current > a > span.arr {
            width: 7px;
            height: 4px;
            background: url(../Image/Navigation/vtwo/arrow-1.png) 7px 4px;
        }

        .navigation .mrg-auto ul.root > li > ul.level {
            display: none;
            position: absolute;
            border-bottom: 1px solid #e1e1e1;
            top: 40px;
            left: 0;
            right: 0;
            z-index: 1000;
            box-shadow: 0 1px 3px rgba(0,0,0,.3);
            -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
            -o-box-shadow: 0 1px 3px rgba(0,0,0,.3);
            height: 44px;
            background-color: #fff;
            list-style: none;
            margin: 1px 0 0;
            padding: 0;
        }

            .navigation .mrg-auto ul.root > li > ul.level > li {
                float: right;
            }

                .navigation .mrg-auto ul.root > li > ul.level > li > a {
                    font-size: 12px;
                    display: block;
                    padding: 0 30px;
                    line-height: 43px;
                }

                .navigation .mrg-auto ul.root > li > ul.level > li.current > a {
                    color: #ef3f3e;
                    border-bottom: 2px solid #ee3e3e;
                    background: url(../Image/Navigation/vtwo/arrow-3.png) no-repeat bottom center;
                }

                .navigation .mrg-auto ul.root > li > ul.level > li.current .submenu {
                    display: block!important;
                }

                .navigation .mrg-auto ul.root > li > ul.level > li .submenu {
                    width: 980px;
                    background-color: #fcfcfc;
                    display: none;
                    position: absolute;
                    -webkit-position: absolute;
                    -ms-position: absolute;
                    -o-position: absolute;
                    -moz-position: absolute;
                    right: 0;
                    top: 45px;
                    box-shadow: 0 1px 3px rgba(0,0,0,.3);
                    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
                    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
                    -o-box-shadow: 0 1px 3px rgba(0,0,0,.3);
                    border-radius: 0 0 5px 5px;
                }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow {
                        overflow: hidden;
                    }

                        .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table {
                            width: 100%;
                            direction: rtl;
                        }

                            .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table td {
                                vertical-align: top;
                                padding: 10px 10px 0 0;
                                width: 25%;
                                border-left: 1px solid #e2e2e2;
                            }

                                .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table td.last {
                                    border: 0;
                                }

                                .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table td.alternate {
                                    background-color: #fafafa;
                                }

                                .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table td ul {
                                    list-style: none;
                                    font-size: 12px;
                                    padding-right: 0;
                                    padding-left: 0;
                                    margin-bottom: 20px;
                                    z-index: 10;
                                    position: relative;
                                    -moz-position: relative;
                                    -o-position: relative;
                                    -webkit-position: relative;
                                    -ms-position: relative;
                                }

                                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table td ul > li {
                                        margin: 4px 0;
                                    }

                                        .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table td ul > li.item {
                                            margin-right: 20px;
                                            z-index: 10;
                                        }

                                            .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table td ul > li.item > a {
                                                color: #7e7e7e;
                                            }

                                                .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table td ul > li.item > a:hover {
                                                    color: #ef3f3e;
                                                }

                                        .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table td ul > li > a.new, .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table td ul > li.title a.new {
                                            background: url(../Image/Navigation/vtwo/new-badge.png) no-repeat left 5px;
                                            padding-left: 40px;
                                        }

                                        .navigation .mrg-auto ul.root > li > ul.level > li .submenu .rows .firstrow table td ul > li.title > a {
                                            padding-right: 5px;
                                            color: #16c1f3;
                                        }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu .lastrow {
                        z-index: 1;
                        position: absolute;
                        width: 397px;
                        height: 335px;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.mobile .lastrow {
                        background-image: url(../Image/Public/vtwo/mobile.png);
                        background-repeat: no-repeat;
                        left: 15px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.tablet-ebook-reader .lastrow {
                        background-image: url(../Image/Public/vtwo/tablet-ebook-reader.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.laptop .lastrow {
                        background-image: url(../Image/Public/vtwo/laptop.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.computer-parts .lastrow {
                        background-image: url(../Image/Public/vtwo/computer-parts.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.camera .lastrow {
                        background-image: url(../Image/Public/vtwo/camera.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.video-audio-entertainment .lastrow {
                        background-image: url(../Image/Public/vtwo/video-audio-entertainment.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.office-machines .lastrow {
                        background-image: url(../Image/Public/vtwo/office-machines.png);
                        background-repeat: no-repeat;
                        left: 0;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.home-appliance .lastrow {
                        background-image: url(../Image/Public/vtwo/home-appliance.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.personal-appliance .lastrow {
                        background-image: url(../Image/Public/vtwo/personal-appliance.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.watch-clock .lastrow {
                        background-image: url(../Image/Public/vtwo/watch-clock.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.film-video-content .lastrow {
                        background-image: url(../Image/Public/vtwo/film-video-content.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.music-audio-content .lastrow {
                        background-image: url(../Image/Public/vtwo/music-audio-content.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.publication .lastrow {
                        background-image: url(../Image/Public/vtwo/publication.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.beauty .lastrow {
                        background-image: url(../Image/Public/vtwo/beauty.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.software-games .lastrow {
                        background-image: url(../Image/Public/vtwo/software-games.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.hair-clipper .lastrow {
                        background-image: url(../Image/Public/vtwo/hair-clipper.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.health-gadget .lastrow {
                        background-image: url(../Image/Public/vtwo/health-gadget.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.health-care .lastrow {
                        background-image: url(../Image/Public/vtwo/health-care.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.stationery-main .lastrow {
                        background-image: url(../Image/Public/vtwo/stationery-main.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.multimedia-training-pack .lastrow {
                        background-image: url(../Image/Public/vtwo/multimedia-training-pack.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

                    .navigation .mrg-auto ul.root > li > ul.level > li .submenu.accessories-main .lastrow {
                        background-image: url(../Image/Public/vtwo/accessories-main.png);
                        background-repeat: no-repeat;
                        left: 5px;
                        bottom: 0;
                    }

.navigation .mrg-auto .special-link {
    float: left;
    font-size: 12px;
    padding: 10px 0;
}

.navigation .mrg-auto .special-dash {
    width: 1px;
    height: 10px;
    margin: 0 14px;
    display: inline-block;
    background-color: #c9d1d7;
}

.special-tv-link img {
    float: left;
    margin: 2px 5px 0 0;
}

.navigation .mrg-auto .li-ma-right {
    margin-right: 0!important;
}

#mainpath {
    margin: 6px auto 3px;
    padding: 5px 10px;
}

    #mainpath #breadcrumbs {
        text-align: right;
    }

        #mainpath #breadcrumbs .breadcrumb {
            height: 22px;
            line-height: 22px;
            padding-right: 10px;
            background: url("../Image/Public/vtwo/bullet.png") no-repeat right 10px;
        }

            #mainpath #breadcrumbs .breadcrumb li {
                float: right;
                white-space: nowrap;
            }

                #mainpath #breadcrumbs .breadcrumb li a {
                    display: block;
                }

                #mainpath #breadcrumbs .breadcrumb li.sep {
                    padding: 0 12px;
                    position: relative;
                    top: 0;
                }

                #mainpath #breadcrumbs .breadcrumb li.current {
                    color: #7e7e7e;
                }

        #mainpath #breadcrumbs div.breadcrumb {
            line-height: 20px;
            border-bottom: 1px solid #ccc;
            display: inline-block;
            padding: 0 10px 5px 0;
            background: url("../Image/Public/vtwo/bullet.png") no-repeat right 9px;
        }

            #mainpath #breadcrumbs div.breadcrumb span {
                display: inline-block;
                white-space: nowrap;
            }

                #mainpath #breadcrumbs div.breadcrumb span a {
                    display: block;
                }

                #mainpath #breadcrumbs div.breadcrumb span.sep {
                    padding: 0 12px;
                    position: relative;
                    top: 0;
                }

                #mainpath #breadcrumbs div.breadcrumb span.current {
                    color: #7e7e7e;
                }

        #mainpath #breadcrumbs .pcode {
            line-height: 28px;
            text-align: left;
            font-size: 18px;
            color: #666;
        }

#content #amazingoffer {
    position: relative;
    font-family: "web_Yekan","B Koodak","X Koodak","Koodak",Arial;
}

.wmax #content #amazingoffer {
    width: 890px;
}

.wmin #content #amazingoffer {
    width: 705px;
}

.wmax #content #amazingoffer .slides {
    width: 890px;
    margin: 0 auto;
}

.wmin #content #amazingoffer .slides {
    width: 705px;
    height: 178px;
    margin: 0 auto 15px;
}

#content #amazingoffer .slides a {
    position: absolute;
    right: 12px;
    top: 5px;
    height: 178px;
    width: 680px;
}

.wmax #content #amazingoffer .slides a {
    right: 12px;
    top: 50%;
    margin-top: -89px;
}

#content #amazingoffer .slides a .timer {
    position: absolute;
    right: 10px;
    top: 135px;
}

    #content #amazingoffer .slides a .timer .cntSeparator {
        color: #2c2c2c;
        font-family: Times New Roman;
        font-size: 25px;
        font-weight: bold;
        margin: 5px 0 0;
    }

#content #amazingoffer .slides a img {
    width: 680px;
    height: 178px;
    vertical-align: middle;
}

#content #amazingoffer footer {
}

.wmax #content #amazingoffer footer {
    background-color: #f5f5f5;
    border-right: 1px solid #e5e5e5;
    width: 185px;
    position: relative;
    left: 0;
    top: 0;
}

    .wmax #content #amazingoffer footer ul.tabs li {
        font-size: 12px;
        height: 29px;
        line-height: 29px;
        text-align: center;
    }

        .wmax #content #amazingoffer footer ul.tabs li a {
            display: block;
            position: relative;
        }

#content #amazingoffer footer ul.tabs li a .arr {
    display: none;
    width: 15px;
    height: 29px;
    position: absolute;
    right: -15px;
    top: 0;
}

.wmax #content #amazingoffer footer ul.tabs li a:hover {
    color: #fff;
    background-color: #a5a6aa;
    transition-duration: .3s;
    transition-property: right;
}

.wmax #content #amazingoffer footer ul.tabs li a:active, .wmax #content #amazingoffer ul.tabs li a.current {
    color: #fff;
    background-color: #ef3f3e!important;
}

.wmax #content #amazingoffer footer ul.tabs li a:hover .arr {
    background: url(../Image/Public/vtwo/arrow-7.png) no-repeat 0 0;
}

.wmax #content #amazingoffer footer ul.tabs li a:active .arr, .wmax #content #amazingoffer ul.tabs li a.current .arr {
    background: url(../Image/Public/vtwo/arrow-7.png) no-repeat -15px 0!important;
}

.wmax #content #amazingoffer footer ul.tabs li a:hover .arr, .wmax #content #amazingoffer ul.tabs li a.current .arr {
    display: block;
}

.wmax #content #amazingoffer footer ul.tabs li.sep {
    height: 1px;
}

    .wmax #content #amazingoffer footer ul.tabs li.sep span {
        background-color: #e1e1e1;
        width: 100%;
        height: 1px;
        display: block;
    }

.wmin #content #amazingoffer footer {
    width: 705px;
    border-top: 1px solid #e5e5e5;
    height: 43px;
    margin: 0 auto;
}

    .wmin #content #amazingoffer footer ul.tabs li {
        font-size: 12px;
        display: inline-block;
        float: right;
        height: 43px;
    }

        .wmin #content #amazingoffer footer ul.tabs li a {
            display: block;
            padding: 0 15px;
            height: 43px;
            line-height: 41px;
        }

            .wmin #content #amazingoffer footer ul.tabs li a:hover, .wmin #content #amazingoffer ul.tabs li a.current {
                border-bottom: 2px solid #ef3f3e;
                color: #a5a5a5;
                height: 41px;
                background: url(../Image/Public/vtwo/arrow-3.png) no-repeat center 35px;
            }

        .wmin #content #amazingoffer footer ul.tabs li.sep span {
            background-color: #e1e1e1;
            width: 1px;
            height: 10px;
            margin-top: 16px;
            display: block;
        }

#content #amazingoffer .nextoffer {
    border-top: 1px solid #ddd;
    margin-top: -1px;
}

.wmax #content #amazingoffer .nextoffer {
    width: 890px;
}

.wmin #content #amazingoffer .nextoffer {
    width: 705px;
}

#content #amazingoffer .nextoffer span {
    display: inline-block;
    margin-left: 5px;
    padding: 9px 0;
}

#content #amazingoffer .nextoffer .cntSeparator {
    line-height: 5px;
    margin: 0 2px;
    font-weight: bold;
}

#content #amazingoffer .nextoffer #nexttime {
    padding: 0;
    background-color: #ef3f3e;
    border-radius: 3px;
    padding: 6px 3px;
    color: #fff;
    position: relative;
    top: 6px;
}

#content .horizontalbox {
    position: relative;
    font-family: 'web_Yekan','B Koodak','X Koodak','Koodak',Arial;
}

    #content .horizontalbox header {
        border-bottom: 2px solid #ebebeb;
        height: 38px;
        padding-right: 10px;
        text-align: right;
        background-color: #f5f5f5;
    }

        #content .horizontalbox header h3 {
            border-bottom: 2px solid #f0876a;
            color: #666;
            display: inline-block;
            height: 38px;
            line-height: 42px;
            font-size: 12px;
        }

        #content .horizontalbox header .more {
            color: #0091ff;
            font-size: 12px;
            display: block;
            padding: 11px 13px 0;
            background: url("../Image/Public/vtwo/plus-1.png") no-repeat right 18px;
            float: left;
        }

        #content .horizontalbox header img {
            position: absolute;
            top: -9px;
            right: 10px;
        }

    #content .horizontalbox .rightarrow, #content .horizontalbox .leftarrow {
        cursor: pointer;
        display: block;
        float: right;
        font-size: 1px;
        margin: 0 5px;
        width: 15px;
        height: 25px;
    }

    #content .horizontalbox .rightarrow {
        background: url("../Image/Public/vtwo/arrow-4.png") repeat-x 0 0;
    }

        #content .horizontalbox .rightarrow:hover {
            background: url("../Image/Public/vtwo/arrow-4.png") repeat-x 0 -50px;
        }

        #content .horizontalbox .rightarrow.disabled {
            background: url("../Image/Public/vtwo/arrow-4.png") repeat-x 0 -25px;
            cursor: default;
        }

    #content .horizontalbox .leftarrow {
        background: url("../Image/Public/vtwo/arrow-4.png") repeat-x -15px 0;
    }

        #content .horizontalbox .leftarrow:hover {
            background: url("../Image/Public/vtwo/arrow-4.png") repeat-x -15px -50px;
        }

        #content .horizontalbox .leftarrow.disabled {
            background: url("../Image/Public/vtwo/arrow-4.png") repeat-x -15px -25px;
            cursor: default;
        }

    #content .horizontalbox .scroller {
        float: right;
        overflow: hidden;
        position: relative;
        margin: 20px 0;
    }

        #content .horizontalbox .scroller .items {
            width: 20000em;
            position: absolute;
            right: 0;
            height: 210px;
        }

            #content .horizontalbox .scroller .items .productItem {
                border: 1px solid #e0e0e0;
                border-radius: 4px;
                display: block;
                float: right;
                position: relative;
                vertical-align: top;
                text-align: center;
                height: 207px;
                box-shadow: 0 1px 0 rgba(238,238,238,.75);
            }

                #content .horizontalbox .scroller .items .productItem img {
                    margin: 8px 0 2px;
                    width: 110px;
                    height: 110px;
                }

                    #content .horizontalbox .scroller .items .productItem img.status {
                        position: absolute;
                        bottom: 5px;
                        left: 5px;
                        margin: 0;
                        width: 20px;
                        height: 20px;
                    }

                #content .horizontalbox .scroller .items .productItem label {
                    display: block;
                    height: 34px;
                    line-height: 34px;
                    margin: 0 auto;
                    padding: 0 5px;
                    cursor: pointer;
                    font-family: "web_Yekan","B Koodak","X Koodak","Koodak",Arial;
                    background: #f5f5f5 url("../Image/Public/vtwo/divier-box.png") no-repeat center top;
                }

                    #content .horizontalbox .scroller .items .productItem label.green {
                        height: 30px;
                        line-height: 34px;
                        text-align: right;
                        border-radius: 0 0 4px 4px;
                        font-size: 12px;
                    }

                    #content .horizontalbox .scroller .items .productItem label.category {
                        margin-bottom: 5px;
                    }

                    #content .horizontalbox .scroller .items .productItem label.entitle {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        direction: rtl;
                    }

                    #content .horizontalbox .scroller .items .productItem label.fatitle {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        direction: rtl;
                    }

#quickInfo {
    border: 1px solid #ccc;
    position: absolute;
    background-color: #fff;
    width: 750px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
    z-index: 9999;
}

    #quickInfo .loading {
        background: url("../Image/Icon/loader.gif") no-repeat 50% 50%;
        width: 100px;
        height: 100px;
    }

    #quickInfo .info_arrow_top {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 9px;
        height: 0;
        margin-top: -17px;
        position: absolute;
        width: 0;
        z-index: 1000;
    }

    #quickInfo .info_arrow_top_border {
        border-color: transparent transparent #bebebe;
        border-style: solid;
        border-width: 9px;
        height: 0;
        margin-top: -18px;
        position: absolute;
        width: 0;
    }

.wiki {
    border-bottom: 1px dashed #00afc8;
    color: #00afc8;
    padding-bottom: 1px;
    cursor: help;
}

#technicalspecs .title .wiki {
    border-bottom: 1px dashed #dca528;
    color: #ffa800;
}

#checkout .payable .wiki {
    border-bottom: 1px dashed #fff;
    color: #fff;
}

.wikibox {
    color: #3c3c3c;
    font-size: 8pt;
    background-color: #fff;
    width: 550px;
    background: #e8e8e9 url("../Image/Public/wikibg.gif") repeat-x top;
    border-radius: 5px;
}

    .wikibox .head {
        background: none;
    }

    .wikibox .wikibody {
        padding: 20px 25px 10px;
        position: relative;
    }

        .wikibox .wikibody .wikiclose {
            height: 11px;
            width: 11px;
            position: absolute;
            top: 8px;
            right: 8px;
            background: url("../Image/Public/wikiclose.png") no-repeat 0 1px;
        }

            .wikibox .wikibody .wikiclose:hover {
                background: url("../Image/Public/wikiclose.png") no-repeat 0 -10px;
            }

        .wikibox .wikibody .logo {
            text-align: right;
        }

            .wikibox .wikibody .logo img {
                margin-top: 5px;
            }

            .wikibox .wikibody .logo .title {
                font-size: 14px;
                margin-top: 10px;
                background: none!important;
            }

                .wikibox .wikibody .logo .title, .wikibox .wikibody .logo .title a {
                    color: #0f41b4!important;
                }

        .wikibox .wikibody .wimg {
            margin-right: 345px;
            height: 113px;
        }

            .wikibox .wikibody .wimg img {
                border: 1px solid #ccc;
                max-height: 198px;
                max-width: 148px;
            }

        .wikibox .wikibody .desc {
            margin-top: 10px;
        }

        .wikibox .wikibody .more {
            direction: ltr;
            margin-top: 5px;
        }

            .wikibox .wikibody .more a {
                background: url("../Image/Public/more.png") no-repeat 100% 5px;
                height: 20px;
                width: 56px;
                display: block;
                text-align: left;
            }

.ui-tooltip {
    padding: 0 10px;
    direction: rtl;
    max-width: 300px;
    position: absolute;
    z-index: 9999;
    background-color: #3c3c3c;
    color: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

#mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9998;
}

#overlay {
    display: none;
    position: absolute;
    z-index: 9999;
    overflow: hidden;
}

    #overlay #loading {
        position: absolute;
        text-align: center;
        background-color: #f0f0f0;
        width: 240px;
        height: 100px;
    }

        #overlay #loading img.tl {
            margin-top: 20px;
        }

    #overlay #inner {
        background: #fff;
        border-radius: 8px;
        visibility: hidden;
    }

        #overlay #inner #header {
            border-radius: 8px;
            background-color: #fff;
        }

            #overlay #inner #header #container {
                background-color: #f6f8f8;
                position: relative;
                height: 49px;
                border-radius: 8px 8px 0 0;
                border-bottom: 1px solid #e0e4e8;
                text-align: right;
            }

                #overlay #inner #header #container #title {
                    padding-right: 15px;
                    font-size: 14px;
                    line-height: 49px;
                    font-family: 'web_Yekan','B Koodak','X Koodak','Koodak',Arial;
                    color: #666;
                }

                #overlay #inner #header #container .close {
                    background: url(../Image/Public/close_button.png) no-repeat 0 0;
                    height: 24px;
                    width: 24px;
                    display: block;
                    position: absolute;
                    top: 14px;
                    left: 15px;
                    z-index: 1;
                    cursor: pointer;
                }

                    #overlay #inner #header #container .close:hover, #overlay #inner #header #container .close:focus {
                        background-position: 0 -34px;
                    }

        #overlay #inner iframe {
            border: 0;
        }

#toppanel-container {
    height: 0;
    right: 50%;
    margin-right: -50%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}

#toppanel-wrapper {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#toppanel {
    background-color: #2c2c2c;
    opacity: .95;
    color: #fff;
    height: 140px;
    margin-top: -140px;
    position: relative;
    width: 100%;
    z-index: 15;
}

    #toppanel .panel {
        height: 140px;
        margin: auto;
        overflow: hidden;
        padding: 0;
        width: 850px;
    }

    #toppanel .closepanel {
        cursor: pointer;
        float: left;
        height: 15px;
        width: 15px;
        margin-top: -25px;
        overflow: hidden;
        opacity: .8;
        background: url("../Image/Public/close.png") no-repeat top;
    }

        #toppanel .closepanel:hover {
            opacity: 1;
        }

    #toppanel .cpanel {
        clear: both;
    }

    #toppanel .moduletable {
        margin: 12px 0 10px;
    }

        #toppanel .moduletable h3 {
            font-weight: bold;
            margin: 0;
            padding: 0 10px 10px 0;
            text-align: right;
            color: #fff;
        }

        #toppanel .moduletable img {
            float: right;
            max-height: 65px;
            margin-left: 15px;
        }

        #toppanel .moduletable .text {
            margin: 0 0 5px 15px;
            direction: rtl;
            height: 60px;
        }

        #toppanel .moduletable .more {
            color: #fff;
        }

            #toppanel .moduletable .more:hover {
                text-decoration: underline;
            }

#toppanel-container .trigger {
    cursor: pointer;
    left: 50%;
    margin-left: -60px;
    position: relative;
    top: 0;
    width: 120px;
    z-index: 16;
}

#toppanel-container .trigger-l, div#toppanel-container .trigger-r {
    float: left;
    height: 19px;
    width: 20px;
}

#toppanel-container .trigger-l {
    background: url("../Image/Public/toppanel_trigger_l.png") repeat-x 100% 0;
}

#toppanel-container .trigger-m {
    background: url("../Image/Public/toppanel_trigger_m.png") repeat-x 100% 0;
    color: #fff;
    float: left;
    height: 19px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    width: 80px;
    display: block;
}

#toppanel-container .trigger-r {
    background: url("../Image/Public/toppanel_trigger_r.png") repeat-x 100% 0;
}

.loader {
    margin: 0 15px;
    text-align: center;
}

.footer {
    background-color: #323232;
    border-top: 4px solid #ee3e3e;
    font-family: 'web_Yekan','B Koodak','X Koodak','Koodak',Arial;
    min-width: 970px;
}

    .footer a {
        color: #ddd;
    }

        .footer a:hover {
            color: #a5a5a5;
        }

    .footer .footer-nav {
        margin: 18px 0 0;
        height: 20px;
    }

        .footer .footer-nav ul li {
            float: right;
            font-size: 12px;
            height: 20px;
        }

            .footer .footer-nav ul li a {
                font-size: 12px;
            }

            .footer .footer-nav ul li.sep {
                margin: 0 10px;
            }

                .footer .footer-nav ul li.sep .line {
                    background-color: #5e5e5e;
                    height: 10px;
                    width: 1px;
                    display: block;
                    margin-top: 5px;
                }

    .footer .topwrap {
        background-color: #292929;
        height: 80px;
        border-bottom: 1px solid #141414;
    }

        .footer .topwrap .right {
            font-size: 14px;
            color: #fff;
            line-height: 80px;
        }

        .footer .topwrap .footer-nav {
            margin: 0;
            float: left;
        }

            .footer .topwrap .footer-nav ul {
                height: 20px;
            }

                .footer .topwrap .footer-nav ul li {
                    line-height: 80px;
                    height: 80px;
                }

                    .footer .topwrap .footer-nav ul li.sep .line {
                        margin-top: 35px;
                    }

                    .footer .topwrap .footer-nav ul li.sep {
                        margin: 0 28px;
                    }

                    .footer .topwrap .footer-nav ul li a {
                        font-size: 14px;
                        color: #fff;
                        padding-left: 25px;
                        background: url("../Image/Footer/vtwo/footer-icons.png") no-repeat;
                    }

                        .footer .topwrap .footer-nav ul li a:hover {
                            color: #d8d8d8;
                        }

                        .footer .topwrap .footer-nav ul li a.contactus {
                            background-position: 0 0;
                        }

                        .footer .topwrap .footer-nav ul li a.faq {
                            background-position: 0 -20px;
                        }

                        .footer .topwrap .footer-nav ul li a.email {
                            padding-left: 30px;
                            background-position: 0 -40px;
                        }

    .footer .brd {
        border-top: 1px solid #4c4c4c;
    }

    .footer .info {
        height: 295px;
    }

        .footer .info .guid {
            height: 295px;
            float: right;
            direction: rtl;
        }

.wmax .footer .info .guid {
    width: 380px;
    margin-left: 25px;
}

.wmin .footer .info .guid {
    width: 310px;
    margin-left: 20px;
}

.footer .info .guid.last {
    margin-left: 0;
    text-align: center;
}

.footer .info .guid .title {
    color: #fff;
    font-size: 14px;
    margin: 40px 0 4px;
}

.footer .info .guid .line {
    height: 1px;
    background-color: #202020;
    border-bottom: 1px solid #424242;
    margin-bottom: 3px;
}

.footer .info .guid ul li {
    font-size: 12px;
    line-height: 32px;
}

.footer .info .guid .button-reg {
    width: 170px;
    height: 42px;
    background: url(../Image/Footer/vtwo/register-button.png) 0 0;
    cursor: pointer;
    margin: 0 auto 14px;
}

    .footer .info .guid .button-reg:hover {
        background: url(../Image/Footer/vtwo/register-button.png) 0 -52px;
    }

.footer .info .guid .social-meida {
    margin: 10px auto 0;
    width: 220px;
}

    .footer .info .guid .social-meida a.fb {
        background: url(../Image/Footer/vtwo/social-icons.png) 0 0;
        width: 40px;
        height: 40px;
        float: left;
        border: 0;
        display: block;
    }

    .footer .info .guid .social-meida a.tw {
        background: url(../Image/Footer/vtwo/social-icons.png) -50px 0;
        width: 40px;
        height: 40px;
        float: left;
        border: 0;
        display: block;
    }

    .footer .info .guid .social-meida a.gplus {
        background: url(../Image/Footer/vtwo/social-icons.png) -100px 0;
        width: 40px;
        height: 40px;
        float: left;
        border: 0;
        display: block;
    }

    .footer .info .guid .social-meida a.ins {
        background: url(../Image/Footer/vtwo/social-icons.png) -150px 0;
        width: 40px;
        height: 40px;
        float: left;
        border: 0;
        display: block;
    }

    .footer .info .guid .social-meida a.in {
        background: url(../Image/Footer/vtwo/social-icons.png) -200px 0;
        width: 40px;
        height: 40px;
        float: left;
        border: 0;
        display: block;
    }

    .footer .info .guid .social-meida a {
        margin-left: 20px;
    }

        .footer .info .guid .social-meida a.last {
            margin: 0;
        }

        .footer .info .guid .social-meida a.fb:hover {
            background: url(../Image/Footer/vtwo/social-icons.png) 0 -50px;
        }

        .footer .info .guid .social-meida a.tw:hover {
            background: url(../Image/Footer/vtwo/social-icons.png) -50px -50px;
        }

        .footer .info .guid .social-meida a.gplus:hover {
            background: url(../Image/Footer/vtwo/social-icons.png) -100px -50px;
        }

        .footer .info .guid .social-meida a.ins:hover {
            background: url(../Image/Footer/vtwo/social-icons.png) -150px -50px;
        }

        .footer .info .guid .social-meida a.in:hover {
            background: url(../Image/Footer/vtwo/social-icons.png) -200px -50px;
        }

.footer .info .guid .p-des {
    color: #ddd;
    line-height: 26px;
    font-size: 12px;
    margin-bottom: 15px;
}

    .footer .info .guid .p-des.login {
        margin-bottom: 20px;
    }

.footer .info .guid .section-mt {
    margin-top: 33px;
}

    .footer .info .guid .section-mt .title {
        margin-top: 33px;
    }

.footer .copyright {
    height: 88px;
    background-color: #383838;
    border-top: 1px solid #141414;
}

    .footer .copyright .brd {
        border-top: 1px solid #515151;
    }

    .footer .copyright .en {
        color: #a5a5a5;
        font-size: 12px;
        direction: rtl;
        margin-top: 3px;
    }

    .footer .copyright .copyright-s {
        font-family: arial;
        font-size: 12px;
        float: left;
    }

        .footer .copyright .copyright-s ul {
            display: block;
        }

        .footer .copyright .copyright-s a {
            color: #a5a5a5;
        }

@font-face {
    font-family: "B Koodak";
    font-style: normal;
    font-weight: normal;
    src: url("../Font/BKoodakBold.eot");
    src: url("../Font/BKoodakBold.eot#iefix") format("eot"),url("../Font/BKoodakBold.woff") format("woff"),url("../Font/BKoodakBold.ttf") format("truetype");
}