﻿@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}

#Body_txtTags {
    padding: 5px 5px 0 5px;
    font-size: 16px;
    max-width: 200px;
    width: 100%;
    height: 35px;
}

body {
    line-height: 1;
}

a img {
    border: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: """";
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

button::-moz-focus-inner {
    border: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    font-size: 100%;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    float: none;
}

a {
    text-decoration: none;
}
/* reset */

/* Theme */

body {
    font-family: 'Droid Arabic Kufi', sans-serif;
    background-color: #fff;
    direction: rtl;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.header {
    background-color: #074736;
    margin-bottom: 20px;
}

    .header .headerTop {
        background-color: #0A4C3B;
        height: 45px;
    }

    .header .socialIcons {
        height: 24px;
        margin-top: 9px;
    }

        .header .socialIcons ul {
        }

            .header .socialIcons ul li {
                float: left;
                margin-right: 10px;
            }

                .header .socialIcons ul li a {
                    width: 24px;
                    height: 24px;
                    display: block;
                }

                    .header .socialIcons ul li a.twitterIcon {
                        background-image: url('../images/tw-ico.png');
                    }

                    .header .socialIcons ul li a.facebookIcon {
                        background-image: url('../images/fb-ico.png');
                    }

    .header .headIcons {
        margin-top: 9px;
    }

        .header .headIcons div {
            display: inline-block;
            margin-left: 1%;
        }

            .header .headIcons div a {
                padding-right: 27px;
                display: block;
                background-position: right;
                background-repeat: no-repeat;
                font-size: 12px;
                color: #F2A022;
                line-height: 24px;
            }

                .header .headIcons div a:hover {
                    color: #fff;
                }

                .header .headIcons div a.welUser {
                    background-image: url('../images/newUser-icon.png');
                }

                .header .headIcons div a.login {
                    background-image: url('../images/newUser-icon.png');
                }

                .header .headIcons div a.basket {
                    background-image: url('../images/basket-icon.png');
                }

                .header .headIcons div a.wishList {
                    background-image: url('../images/whishList-icon.png');
                }





    .header .headerMid .left {
        width: 728px;
        float: left;
        margin-top: 35px;
    }

    .header .search {
        height: 38px;
        border: 1px solid #023d2b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .header .search .searchBtn {
            border: none;
            height: 38px;
            width: 50px;
            float: left;
            cursor: pointer;
            background-color: #09684a;
            background-image: url('../Images/search-btn.png');
            background-position: center;
            background-repeat: no-repeat;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .header .search .searchTxt {
            float: right;
            width: 410px;
            height: 38px;
            border: none;
            font-size: 11px;
            color: #fff;
            background-color: #09684a;
            text-indent: 20px;
            font-size: 12px;
            -webkit-border-top-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-topright: 5px;
            -moz-border-radius-bottomright: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }




    .header .headerMid .left .headerAd {
        margin-top: 26px;
    }

    .header .headerMid .left .stores {
    }

.stores a {
    width: 216px;
    height: 38px;
    background-color: #346c35;
    border: 1px solid #ffcc02;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .stores a:hover {
        background-color: #09684a;
    }

    .stores a i {
        float: right;
        margin-top: 5px;
        margin-right: 10px;
        margin-left: 10px;
    }


.header .headerLeft .top .search .selectBox {
    width: 82px;
    height: 22px;
}

.header .headerLogo {
}

.header .menu {
    height: 50px;
    margin-top: 15px;
    background-color: #C5C5AD;
    /*background-color:#dbdaaa;*/
}

ul.dropdown {
    position: relative;
    z-index: 597;
    float: left;
    width: 100%;
}

    ul.dropdown li.dropItem {
        float: right;
        background-position: left;
        background-repeat: no-repeat;
        height: 50px;
        line-height: 50px;
        margin-left: 0px;
    }

        ul.dropdown li.dropItem:last-child {
            margin-left: 0px;
        }

        ul.dropdown li.dropItem.menuLast {
            background-image: none;
        }

        ul.dropdown li.dropItem a.menuLink {
            font-weight: bold;
            color: #074736;
            /*color:#731932;*/
            font-size: 13px;
            padding-left: 48px;
            white-space: nowrap;
        }

        ul.dropdown li.dropItem:first-child a.menuLink {
            margin-right: 0px;
            padding-right: 0px;
        }

        ul.dropdown li.dropItem.menuLast a {
            padding-left: 0px;
        }

        ul.dropdown li.dropItem a.menuLink:hover {
            color: #b2205c;
        }

        ul.dropdown li.dropItem a.menuLink.itemArrow {
            background-image: url('../images/menuArrow.png');
            background-repeat: no-repeat;
            background-position: 35px 9px;
        }

            ul.dropdown li.dropItem a.menuLink.itemArrow:hover {
                background-image: url('../images/menuArrow-o.png');
                background-position: 30px 8px;
            }

        ul.dropdown li.dropItem ul.dropBox {
            visibility: hidden;
            position: absolute;
            top: 100%;
            z-index: 598;
            border-right: 1px solid #dbdaaa;
            border-left: 1px solid #dbdaaa;
            border-bottom: 1px solid #dbdaaa;
            background-color: #fff;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            padding-top: 10px;
            padding-bottom: 10px;
            width: 1000px;
            right: 0;
        }

            ul.dropdown li.dropItem ul.dropBox li.dir {
                float: right;
                line-height: normal;
                width: 770px;
                margin-right: 20px;
            }

                ul.dropdown li.dropItem ul.dropBox li.dir a {
                    float: right;
                    width: 230px;
                    font-size: 13px;
                    margin-bottom: 5px;
                    padding-bottom: 5px;
                    border-bottom: 1px solid #eaeaea;
                    margin-left: 25px;
                    color: #00593d;
                }

                    ul.dropdown li.dropItem ul.dropBox li.dir a:hover {
                        color: #8f1e1d;
                    }


                ul.dropdown li.dropItem ul.dropBox li.dir.buttons {
                    border-left: none;
                    width: 145px;
                    float: left !important;
                    margin-left: 38px;
                }

                    ul.dropdown li.dropItem ul.dropBox li.dir.buttons ul li {
                        border-bottom: none;
                    }

                        ul.dropdown li.dropItem ul.dropBox li.dir.buttons ul li a {
                            background-color: #ef5350;
                            text-align: center;
                            line-height: 30px;
                            width: 145px;
                            display: block;
                            font-weight: bold;
                            font-size: 16px;
                            color: #fff;
                        }

                            ul.dropdown li.dropItem ul.dropBox li.dir.buttons ul li a:hover {
                                background-color: #8f1e1d;
                            }




                ul.dropdown li.dropItem ul.dropBox li.dir ul {
                    margin-left: 10px;
                    margin-right: 10px;
                }

                    ul.dropdown li.dropItem ul.dropBox li.dir ul li {
                        margin-bottom: 0px;
                        padding-bottom: 3px;
                        border-bottom: 1px dotted #7e9e5c;
                    }

                        ul.dropdown li.dropItem ul.dropBox li.dir ul li a {
                            color: #000;
                            font-size: 12px;
                            padding: 5px;
                        }

ul.dropdown-columnar li.hover ul, ul.dropdown-columnar li:hover ul {
    visibility: visible !important;
}
/*
ul.dropdown-columnar ul li {
 position: static;
 width: 150px;
}
ul.dropdown-columnar ul ul {
 display: block !important;
 position: static;
 width: auto !important;
}
ul.dropdown-columnar ul ul li {
 float: none;
}
ul.dropdown-columnar ul ul ul {
 display: none;
}
ul.dropdown-columnar li.hover ul, ul.dropdown-columnar li:hover ul {
 visibility: visible !important;
}
ul.dropdown-linear {
 width: 100%;
}
ul.dropdown-linear ul li {
 float: right;
}
ul.dropdown-linear li.hover, ul.dropdown-linear li:hover {
 position: static;
}
ul.dropdown-linear ul ul {
 display: none !important;
}
ul.dropdown-linear ul li {
 float: right;
}
ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover {
 position: static;
}
ul.dropdown-linear ul ul {
 display: none !important;
}
ul.dropdown-columnar ul ul {
 display: block !important;
 position: static;
 width: auto !important;
}
ul.dropdown-columnar ul ul li {
 float: none;
}
ul.dropdown-columnar ul ul ul {
 display: none;
}
*/

.footer {
    margin-top: 60px;
    background-color: #074736;
    padding-top: 10px;
    position: relative;
    height: 200px;
}

    .footer .footerLogo {
        margin: 0 auto;
    }

        .footer .footerLogo img {
            width: 106px;
            height: 127px;
            margin: 10px auto;
        }

    .footer .footerRight {
        float: right;
        margin-left: 20px;
        margin-top: 20px;
    }

        .footer .footerRight ul {
        }

            .footer .footerRight ul li {
                margin-bottom: 10px;
                list-style-type: circle;
                list-style-position: inside;
                width: 160px;
                color: #f2a022;
            }

                .footer .footerRight ul li a {
                    color: #fff;
                    font-size: 12px;
                }

                    .footer .footerRight ul li a:hover {
                        color: #f2a022;
                    }

.footerBottom {
    background-color: #dbdaaa;
    height: 35px;
    line-height: 30px;
}

    .footerBottom .cr {
        line-height: 35px;
    }

    .footerBottom span {
        font-size: 12px;
    }

        .footerBottom span a {
            color: #8f1e1d;
        }

.footer .footerLeft {
}

    .footer .footerLeft .social {
        margin-bottom: 30px;
    }

        .footer .footerLeft .social a {
            float: left;
            margin-right: 10px;
            width: 24px;
            height: 24px;
            display: block;
        }

    .footer .footerLeft .logos {
    }

        .footer .footerLeft .logos div {
            float: left;
            background-color: #fff;
            margin-right: 5px;
            width: 106px;
            height: 35px;
        }

    .footer .footerLeft .social a.footerFB {
        background-image: url('../Images/fb-ico.png');
    }

    .footer .footerLeft .social a.footerTW {
        background-image: url('../Images/tw-ico.png');
    }

.footer .social {
    text-align: left;
    margin-bottom: 30px;
}

    .footer .social a {
        margin: 10px 5px 10px 0;
        width: 24px;
        height: 24px;
        display: inline-block;
    }

.footer .logos {
    text-align: left;
}

    .footer .logos div {
        display: inline-block;
        background-color: #fff;
        margin-right: 5px;
        margin-bottom: 5px;
        width: 106px;
        height: 35px;
    }

.footer .social a.footerFB {
    background-image: url('../Images/fb-ico.png');
}

.footer .social a.footerTW {
    background-image: url('../Images/tw-ico.png');
}

.footerBottom .clip {
    margin-top: 3px;
}

    .footerBottom .clip a {
        color: #005393;
        font-size: 11px;
        float: left;
        font-family: Tahoma;
        background-image: url('../Images/clip.jpg');
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 30px;
        display: block;
        line-height: 16px;
    }



.relatedBlock .content a.relatedMore {
    border: 1px solid #00593d;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #00593d;
    font-weight: bold;
    font-size: 13px;
    margin-top: 20px;
}

    .relatedBlock .content a.relatedMore:hover {
        background-color: #00593d;
        color: #fff;
    }
/* Theme */



/* Home */

.content .hotArea {
    margin-bottom: 30px;
}

    .content .hotArea .homeLeft {
        float: left;
        width: 135px;
        height: 322px;
        margin-left: 0px;
    }

        .content .hotArea .homeLeft img {
            width: 135px;
        }

    .content .hotArea .homeRight {
        float: right;
        width: 135px;
        height: 322px;
        padding-left: 0px;
        margin-right: 0px;
    }

        .content .hotArea .homeRight .banner1 {
            width: 135px;
            height: 150px;
            margin-bottom: 19px;
        }

        .content .hotArea .homeRight .banner2 {
            width: 135px;
            height: 153px;
        }

            .content .hotArea .homeRight .banner1 img, .content .hotArea .homeRight .banner2 img {
                width: 135px;
                height: 153px;
            }

    .content .hotArea .homeCenter {
        width: 702px;
        float: right;
        margin-right: 14px;
        height: 315px;
    }

        .content .hotArea .homeCenter .carousel {
        }

            .content .hotArea .homeCenter .carousel .jcarousel-skin-tango {
                width: 702px;
            }

                .content .hotArea .homeCenter .carousel .jcarousel-skin-tango .jcarousel-item {
                    width: 702px !important;
                    height: 332px;
                    border: none;
                    margin-right: 0px;
                    float: right !important;
                }

                .content .hotArea .homeCenter .carousel .jcarousel-skin-tango .jcarousel-prev-horizontal {
                    left: -4px;
                    top: 125px;
                }

                .content .hotArea .homeCenter .carousel .jcarousel-skin-tango .jcarousel-next-horizontal {
                    right: -4px;
                    top: 125px;
                }

                .content .hotArea .homeCenter .carousel .jcarousel-skin-tango .jcarousel-item .carouselItem {
                    width: 702px;
                    height: 332px;
                }

.content .tabs .tabsContent {
}

    .content .tabs .tabsContent blockquote, .relatedBlock, .socialGadgets blockquote {
        margin-bottom: 30px;
        padding: 15px;
        -webkit-box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
        -moz-box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
        box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
        border-top: 2px solid #7cc576;
    }

        .content .tabs .tabsContent blockquote h2, .relatedBlock h2 {
            font-size: 22px;
            margin-right: 15px;
            color: #356c35;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .content .tabs .tabsContent blockquote .blockContent {
        }

            .content .tabs .tabsContent blockquote .blockContent a.tabMore {
                float: left;
                margin-left: 30px;
                display: block;
                font-size: 13px;
                font-weight: bold;
                background-image: url('../images/tabMoreArrow.jpg');
                background-position: top left;
                background-repeat: no-repeat;
                padding-left: 10px;
                margin-top: 10px;
                color: #000;
                height: 10px;
                line-height: 6px;
            }

                .content .tabs .tabsContent blockquote .blockContent a.tabMore:hover {
                    background-position: left bottom;
                    color: #db2b00;
                }

            .content .tabs .tabsContent blockquote .blockContent .carousel {
            }

.jcarousel-skin-tango {
    margin: 0 auto;
    width: 956px;
}

    .jcarousel-skin-tango .jcarousel-container {
    }

    .jcarousel-skin-tango .jcarousel-clip {
        overflow: hidden;
    }

    .jcarousel-skin-tango .jcarousel-clip-horizontal {
    }

    .jcarousel-skin-tango .jcarousel-item {
        width: 178px;
        height: 315px;
        margin-right: 13.8px;
        border: 1px solid #d3d3d3;
        position: relative;
    }

        .jcarousel-skin-tango .jcarousel-item:first-child {
            margin-right: 0px;
        }

    .jcarousel-skin-tango .jcarousel-next-horizontal {
        position: absolute;
        top: 90px;
        right: -27px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        background-image: url('../images/arrow-r.png');
    }

        .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
        .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
            background-image: url('../images/arrow-r.png');
            background-position: center;
        }

        .jcarousel-skin-tango .jcarousel-next-horizontal:active {
            background-image: url('../images/arrow-r.png');
        }

    .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
    .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
    .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
    .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
        background-image: url('../images/arrow-r.png');
        background-position: bottom;
    }

    .jcarousel-skin-tango .jcarousel-prev-horizontal {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 90px;
        left: -27px;
        cursor: pointer;
        background-image: url('../images/arrow-l.png');
        background-position: top;
    }

        .jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
        .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
            background-image: url('../images/arrow-l.png');
            background-position: center;
        }

        .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
            background-image: url('../images/arrow-l.png');
        }

    .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
    .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
    .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
    .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
        background-image: url('../images/arrow-l.png');
        background-position: bottom;
    }
    /*  Vertical Buttons */
    .jcarousel-skin-tango .jcarousel-next-vertical {
        position: absolute;
        bottom: 5px;
        left: 43px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        background: transparent url(next-vertical.png) no-repeat 0 0;
    }

        .jcarousel-skin-tango .jcarousel-next-vertical:hover,
        .jcarousel-skin-tango .jcarousel-next-vertical:focus {
            background-position: 0 -32px;
        }

        .jcarousel-skin-tango .jcarousel-next-vertical:active {
            background-position: 0 -64px;
        }

    .jcarousel-skin-tango .jcarousel-next-disabled-vertical,
    .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
    .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
    .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
        cursor: default;
        background-position: 0 -96px;
    }

    .jcarousel-skin-tango .jcarousel-prev-vertical {
        position: absolute;
        top: 5px;
        left: 43px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        background: transparent url(prev-vertical.png) no-repeat 0 0;
    }

        .jcarousel-skin-tango .jcarousel-prev-vertical:hover,
        .jcarousel-skin-tango .jcarousel-prev-vertical:focus {
            background-position: 0 -32px;
        }

        .jcarousel-skin-tango .jcarousel-prev-vertical:active {
            background-position: 0 -64px;
        }

    .jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
    .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
    .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
    .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
        cursor: default;
        background-position: 0 -96px;
    }

.carouselItem {
    direction: rtl;
}

.bookItem .image {
    text-align: center;
    overflow: hidden;
    margin-top: 7px;
    border: 1px solid #FFF;
    margin-bottom: 10px;
}

    .bookItem .image:hover {
        border: 1px solid #2e652e;
    }

    .bookItem .image img {
        width: auto;
        max-width: none;
        margin: 0 auto;
        height: 181px;
    }

        .bookItem .image img:hover {
        }

.bookItem .bookData {
    height: 60px;
    overflow: hidden;
    margin: 5px 5px 11px;
    text-align: right;
}

    .bookItem .bookData strong {
        display: block;
        margin-bottom: 7px;
    }

        .bookItem .bookData strong a {
            font-size: 13px;
            color: #000;
            font-weight: bold;
            line-height: 19px;
        }

            .bookItem .bookData strong a:hover {
                color: #2e652e;
            }

    .bookItem .bookData span {
        display: block;
    }

        .bookItem .bookData span a {
            font-size: 12px;
            color: #333;
        }

            .bookItem .bookData span a:hover {
                text-decoration: underline;
            }

.bookItem .tabPrice {
    float: right;
}

    .bookItem .tabPrice::before {
    }

    .bookItem .tabPrice .price, .bookItem .tabPrice .priceLined {
        font-size: 18px;
        color: #00593d;
        text-indent: 10px;
        line-height: 47px;
    }

        .bookItem .tabPrice .price, .bookItem .tabPrice .priceLined span.priceDisc {
            color: #E43A41;
            font-size: 16px;
            text-decoration: line-through;
            margin-right: 5px;
            display: block;
            line-height: 20px;
            margin-bottom: 2px;
        }

        .bookItem .tabPrice .price, .bookItem .tabPrice .priceLined span.oriPrice {
            color: #09684a;
            font-size: 20px;
            margin-right: 5px;
            display: block;
            line-height: 18px;
        }

            .bookItem .tabPrice .price span, .bookItem .tabPrice .price spanLined {
                font-size: 12px;
            }


.bookItem .discount {
    position: absolute;
    top: 5px;
    left: 5px;
    float: right;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    line-height: 15px;
    width: 50px;
    text-align: center;
    background-color: #E43A41;
    padding: 3px;
}

.bookItem .preorder, .bookItem .hasAuthorSign {
    position: absolute;
    top: 5px;
    right: 5px;
    float: right;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    line-height: 15px;
    width: 50px;
    text-align: center;
    background-color: #356C35;
    padding: 3px;
}

#Body_CBUpdate {
    margin-left: 5px;
}

.bookItem .notAvaliable {
    float: left;
    font-size: 9px;
    font-weight: bold;
    line-height: 15px;
    width: 49px;
    text-align: center;
    margin-top: 24px;
    color: #fff;
    background-color: #ea767b;
    padding: 3px;
}

.bookItem .notAvaliableAndSoon {
    float: left;
    font-size: 9px;
    font-weight: bold;
    line-height: 15px;
    width: 49px;
    text-align: center;
    margin-top: 24px;
    color: #fff;
    background-color: #84a95b;
    padding: 3px;
}

.ui-dialog .ui-dialog-content {
    padding-bottom: 30px;
    overflow: initial !important
}

.ui-dialog .ui-dialog-titlebar-close {
    left: .3em;
    right: auto !important;
}

.bookItem .tabBuy {
    float: left;
    margin-top: 8px;
}

    .bookItem .tabBuy a {
        background-color: teal;
        background-image: url("../images/buy-icon.png");
        background-position: 13px;
        background-repeat: no-repeat;
        display: block;
        height: 37px;
        width: 45px;
        position: relative;
    }

        .bookItem .tabBuy a:hover {
            background-color: #ff5400;
        }

        .bookItem .tabBuy a::before {
            border-bottom: 10px solid transparent;
            border-right: 7px solid #fff;
            border-top: 10px solid transparent;
            content: "";
            height: 1px;
            position: absolute;
            right: -2px;
            top: 8px;
            width: 0;
        }

/* Home */

/* Inners */

.content .breadCrumb {
    margin-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
}

    .content .breadCrumb ul {
    }

        .content .breadCrumb ul li {
            display: inline-block;
            margin-left: 10px;
            background-position: left;
            padding-left: 22px;
            background-image: url('../images/breadCrumbArrow.jpg');
            background-position: left;
            background-repeat: no-repeat;
            line-height: 23px;
            font-weight: bold;
            color: #00593d;
            font-size: 11px;
        }

            .content .breadCrumb ul li.arrowNone {
                background-image: none;
            }

                .content .breadCrumb ul li.arrowNone a {
                    font-weight: bold;
                    color: #ff5400;
                }

            .content .breadCrumb ul li a {
                display: block;
                color: #074736;
                font-weight: normal;
            }

            .content .breadCrumb ul li.current {
                background-image: none;
            }

                .content .breadCrumb ul li.current a {
                    font-weight: bold;
                    color: #ff5400;
                }

            .content .breadCrumb ul li a:hover {
                color: black;
            }

/* Inners */


/* BookInner */

.content .bookInnerLeft {
    max-width: 300px;
    margin: 0px auto;
}

    .content .bookInnerLeft .cartGadget {
        background-color: #074736;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .content .bookInnerLeft .cartGadget .top {
            padding: 5px;
            padding-bottom: 10px;
            padding-top: 10px;
        }
            /*
            .content .bookInnerLeft .cartGadget .top .select {
                float: right;
                height: 22px;
                background-color: #fff;
                margin-right: 10px;
            }
			*/

            .content .bookInnerLeft .cartGadget .top .select .dk_container {
                background-color: #f5f5f5;
                font-family: tahoma;
                font-size: 11px;
                font-weight: bold;
                height: 40px;
                width: 40px;
            }

                .content .bookInnerLeft .cartGadget .top .select .dk_container:focus {
                    outline: 0;
                    width: 40px;
                }

                .content .bookInnerLeft .cartGadget .top .select .dk_container a {
                    cursor: pointer;
                    text-decoration: none;
                    width: 40px !important;
                    height: 40px !important;
                    line-height: 26px !important;
                    padding: 7px 3px;
                    color: #FF5400;
                }

            .content .bookInnerLeft .cartGadget .top .select .dk_toggle {
                background-image: url('../images/searchArrow.png');
                background-repeat: no-repeat;
                background-position: 2% center;
                color: #333;
            }

                .content .bookInnerLeft .cartGadget .top .select .dk_toggle:hover {
                    border-color: #FF5400;
                }

            .content .bookInnerLeft .cartGadget .top .select .dk_focus .dk_toggle {
                border-color: #40b5e2;
            }

            .content .bookInnerLeft .cartGadget .top .select .dk_open {
                z-index: 10;
            }

                .content .bookInnerLeft .cartGadget .top .select .dk_open .dk_toggle {
                    background-color: #ececec;
                    color: #ccc;
                }

            .content .bookInnerLeft .cartGadget .top .select .dk_options {
            }

                .content .bookInnerLeft .cartGadget .top .select .dk_options a {
                    background-color: #fff;
                    font-weight: bold;
                    padding: 8px 10px;
                }

                .content .bookInnerLeft .cartGadget .top .select .dk_options li:last-child a {
                    border-bottom: none;
                }

                .content .bookInnerLeft .cartGadget .top .select .dk_options a:hover, .content .bookInnerLeft .cartGadget .top .select .dk_option_current a {
                    background-color: #FF5400;
                    border-bottom-color: #db141c;
                    color: #fff;
                    text-decoration: none;
                }

            .content .bookInnerLeft .cartGadget .top .select .dk_options_inner {
                border: 1px solid #8c8c8e;
                border-bottom-width: 2px;
                border-bottom-color: #999;
                color: #333;
                max-height: 250px;
                border-radius: 0 0 5px 5px;
                -moz-border-radius: 0 0 5px 5px;
                -webkit-border-radius: 0 0 5px 5px;
            }

            .content .bookInnerLeft .cartGadget .top .select .dk_options_inner,
            .content .bookInnerLeft .cartGadget .top .select .dk_touch .dk_options {
                max-height: 250px;
            }

            .content .bookInnerLeft .cartGadget .top .select .dk_container {
                display: none;
                position: relative;
            }

                .content .bookInnerLeft .cartGadget .top .select .dk_container a {
                    outline: 0;
                    line-height: 19px;
                    text-align: center;
                }

            .content .bookInnerLeft .cartGadget .top .select .dk_toggle {
                display: -moz-inline-stack;
                display: inline-block;
                *display: inline;
                width: 30px !important;
                height: 22px;
                position: relative;
            }

            .content .bookInnerLeft .cartGadget .top .select .dk_open {
                position: relative;
            }

                .content .bookInnerLeft .cartGadget .top .select .dk_open .dk_options {
                    display: block;
                }

                .content .bookInnerLeft .cartGadget .top .select .dk_open .dk_label {
                    color: inherit;
                }

            .content .bookInnerLeft .cartGadget .top .select .dk_options {
                display: none;
                margin-top: -1px;
                position: absolute;
                right: 0;
                width: 100%;
            }

                .content .bookInnerLeft .cartGadget .top .select .dk_options a,
                .content .bookInnerLeft .cartGadget .top .select .dk_options a:link,
                .content .bookInnerLeft .cartGadget .top .select .dk_options a:visited {
                    display: block;
                }

            .content .bookInnerLeft .cartGadget .top .select .dk_options_inner {
                position: relative;
            }

            .content .bookInnerLeft .cartGadget .top .select .dk_touch .dk_options {
                overflow: hidden;
            }

            .content .bookInnerLeft .cartGadget .top .select .dk_touch .dk_options_inner {
                max-height: none;
                overflow: visible;
            }

            .content .bookInnerLeft .cartGadget .top .select .dk_fouc select {
                position: relative;
                top: -99999em;
                visibility: hidden;
            }

            .content .bookInnerLeft .cartGadget .top strong {
                font-weight: bold;
                width: 70px;
                color: #f2a022;
                font-size: 12px;
                display: inline-block;
                margin-right: 0px;
                line-height: 40px;
            }

        .content .bookInnerLeft .cartGadget .top {
            text-align: center;
        }

            .content .bookInnerLeft .cartGadget .top .select {
                width: 40px;
                display: inline-block;
            }

            .content .bookInnerLeft .cartGadget .top .itemsSelect {
                background-color: black;
            }

            .content .bookInnerLeft .cartGadget .top .select span.customSelect {
                width: 20px;
                height: 22px;
                font-size: 12px;
                font-weight: bold;
                background-image: url('../images/searchArrow.jpg');
                background-repeat: no-repeat;
                background-position: 32px;
                color: #da471a;
                background-color: white;
                padding-right: 30px;
                cursor: pointer;
                line-height: 20px;
            }

                .content .bookInnerLeft .cartGadget .top .select span.customSelect.changed {
                    background-color: #fff;
                }

            .content .bookInnerLeft .cartGadget .top .select .customSelectInner {
                background-color: white;
            }

            .content .bookInnerLeft .cartGadget .top .select select option {
                background-color: #fff;
                color: #da471a;
                border: none;
                border-bottom: 1px solid #979797;
            }

        .content .bookInnerLeft .cartGadget .bottom {
            padding-top: 15px;
        }

            .content .bookInnerLeft .cartGadget .bottom a.add2Basket, a.add2Basket {
                display: block;
                max-width: 230px;
                margin: 0 auto;
            }

                .content .bookInnerLeft .cartGadget .bottom a.add2Basket span, a.add2Basket span {
                    float: right;
                    Max-width: 250px;
                    height: 37px;
                    background-color: #e1e6b9;
                    margin-right: -1px;
                    position: relative;
                    border: 0px;
                    display: block;
                    line-height: 37px;
                    font-size: 13px;
                    font-weight: bold;
                    text-indent: 8px;
                    color: #00593d;
                }


                    .content .bookInnerLeft .cartGadget .bottom a.add2Basket span::before, a.add2Basket span::before {
                        content: "";
                        width: 11px;
                        height: 37px;
                        position: absolute;
                        left: -11px;
                        width: 0;
                        height: 0;
                        border-top: 18px solid transparent;
                        border-right: 11px solid #e1e6b9;
                        border-bottom: 18px solid transparent;
                    }

                .content .bookInnerLeft .cartGadget .bottom a.add2Basket strong, a.add2Basket strong {
                    float: right;
                    display: block;
                    background-color: teal;
                    background-image: url("../images/buy-icon.png");
                    background-position: 13px;
                    background-repeat: no-repeat;
                    display: block;
                    height: 37px;
                    width: 52px;
                }

                .content .bookInnerLeft .cartGadget .bottom a.add2Basket:hover span, a.add2Basket:hover span {
                    color: #8f1e1d;
                }

                .content .bookInnerLeft .cartGadget .bottom a.add2Basket:hover strong, a.add2Basket:hover strong {
                    background-color: #ff5400;
                }

            .content .bookInnerLeft .cartGadget .bottom .basketSlogen, .basketSlogen {
                text-align: right;
                margin-top: 20px;
                font-size: 12px;
                color: #fff;
                margin-left: 20px;
                margin-right: 20px;
                line-height: 22px;
                padding-bottom: 5px;
                float: right;
            }

    .content .bookInnerLeft .wishList {
        margin-top: 20px;
        margin-bottom: 20px;
        /*padding-bottom: 10px;*/
    }

        .content .bookInnerLeft .wishList a.wishInnerAdd {
            /*max-width: 230px;*/
            height: 40px;
            margin: 0 auto;
            display: block;
            font-weight: bold;
            color: #793149;
            font-size: 13px;
            line-height: 40px;
            background-image: url('../images/wish-ico.png');
            padding-right: 20px;
            background-position: 20px;
            background-repeat: no-repeat;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #793149;
            background-color: #fff;
            width: 100%;
        }


    .content .bookInnerLeft .avaliableSoonList a.wishInnerAdd {
        /*max-width: 230px;*/
        height: 40px;
        margin: 0 auto;
        display: block;
        font-weight: bold;
        color: #84a95b;
        font-size: 13px;
        line-height: 40px;
        background-image: url('../images/notify-icon1.png');
        padding-right: 20px;
        background-position: 20px;
        background-repeat: no-repeat;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #84a95b;
        background-color: #fff;
        width: 100%;
    }

    .content .bookInnerLeft .notAvaliable {
        width: 226px;
        height: 40px;
        display: block;
        font-weight: bold;
        margin: 0 auto;
        font-size: 12px;
        line-height: 40px;
        border-radius: 5px;
        border: 1px solid #fff;
        color: #fff;
        background-color: #ea767b;
        text-align: center;
        width: 100%;
    }
  

    .content .bookInnerLeft .wishList a:hover {
        border: 1px solid #EA84A6;
    }

    .content .bookInnerLeft .wishList a.wishInnerCancel {
        width: 100%;
        margin: 0 auto;
        height: 40px;
        display: block;
        font-weight: bold;
        color: white;
        font-size: 13px;
        line-height: 40px;
        background-image: url('../images/wishListCancel-ico.png');
        padding-right: 20px;
        background-color: #B13E3E;
        background-position: 20px;
        background-repeat: no-repeat;
    }
    .content .bookInnerLeft .avaliableSoonList a:hover {
        border: 1px solid #EA84A6;
    }
    .content .bookInnerLeft .avaliableSoonList a.wishInnerCancel {
        width: 100%;
        margin: 0 auto;
        height: 40px;
        display: block;
        font-weight: bold;
        color: white;
        font-size: 13px;
        line-height: 40px;
        background-image: url('../images/wishListCancel-ico.png');
        padding-right: 20px;
        background-color: #B13E3E;
        background-position: 20px;
        background-repeat: no-repeat;
    }
    .content .bookInnerLeft blockquote {
        margin-bottom: 40px;
        -webkit-box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
        -moz-box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
        box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
        border-top: 2px solid #7cc576;
    }

        .content .bookInnerLeft blockquote .title {
            font-size: 16px;
            color: #356c35;
            margin-bottom: 20px;
            font-weight: bold;
            padding-top: 15px;
            padding-right: 5px;
        }

        .content .bookInnerLeft blockquote .content {
            padding: 5px;
        }

            .content .bookInnerLeft blockquote .content ul {
            }

                .content .bookInnerLeft blockquote .content ul li {
                    margin-bottom: 7px;
                }

                    .content .bookInnerLeft blockquote .content ul li .image {
                        width: 73px;
                        height: 106px;
                        float: right;
                    }

                        .content .bookInnerLeft blockquote .content ul li .image img {
                            width: 73px;
                            height: 106px;
                        }

                    .content .bookInnerLeft blockquote .content ul li .leftItems {
                        float: right;
                        margin-right: 5px;
                        padding-top: 5px;
                    }

                        .content .bookInnerLeft blockquote .content ul li .leftItems a.bookName {
                            font-size: 13px;
                            font-weight: bold;
                            color: #000;
                            display: block;
                            margin-bottom: 7px;
                        }

                            .content .bookInnerLeft blockquote .content ul li .leftItems a.bookName:hover {
                                color: #2e652e;
                            }

                            .content .bookInnerLeft blockquote .content ul li .leftItems a.bookName:hover {
                                color: #2e652e;
                            }

                        .content .bookInnerLeft blockquote .content ul li .leftItems a.bookAuthor {
                            font-size: 12px;
                            color: black;
                            display: block;
                        }

                            .content .bookInnerLeft blockquote .content ul li .leftItems a.bookAuthor:hover {
                                text-decoration: underline;
                            }

                    .content .bookInnerLeft blockquote .content ul li.more {
                        margin-bottom: 30px;
                        margin-top: 10px;
                    }

                        .content .bookInnerLeft blockquote .content ul li.more a {
                            display: block;
                            background-image: url("../images/breadCrumbArrow.jpg");
                            background-position: left;
                            background-repeat: no-repeat;
                            color: #00593d;
                            float: left;
                            padding-left: 20px;
                            font-size: 13px;
                        }

                            .content .bookInnerLeft blockquote .content ul li.more a:hover {
                                color: #e02d0f;
                                background-position: bottom left;
                            }

.content .bookInnerRight {
}

    .content .bookInnerRight .bookInnercontent {
        margin-top: 11px;
    }

        .content .bookInnerRight .bookInnercontent .top {
            border-bottom: 1px dotted #aeaeae;
        }

            .content .bookInnerRight .bookInnercontent .top .socialLeft {
                float: left;
                width: 103px;
                height: 116px;
                border: 5px solid #cccccc;
                background-color: #fff;
            }

.scrollTo {
    cursor: pointer;
    float: right;
    margin-top: 35px;
    margin-right: 15px;
    font-size: 10px;
    font-weight: bold;
}

.sharing {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    clear: both;
}

    .sharing .shareShare {
        float: left;
        /*margin-right: 10px;*/
    }

    .sharing .google {
        float: left;
    }

    .sharing .shareTw {
        float: left;
        margin-left: 10px;
    }

    .sharing .shareFb {
        float: left;
        margin-left: 10px;
    }


.add2Basket2 {
    margin-top: 20px !important;
}

.content .bookInnerRight .bookInnercontent .top .right {
    float: right;
    padding-bottom: 16px;
}

    .content .bookInnerRight .bookInnercontent .top .right h1 {
        color: #00593d;
        font-size: 26px;
        font-weight: bold;
        display: block;
        margin-bottom: 15px;
    }

    .content .bookInnerRight .bookInnercontent .top .right span {
        display: block;
        font-size: 18px;
    }

        .content .bookInnerRight .bookInnercontent .top .right span a {
            color: #000;
            font-size: 15px;
            font-weight: normal;
        }

            .content .bookInnerRight .bookInnercontent .top .right span a:hover {
                text-decoration: underline;
            }

.content .bookInnerRight .bookInnercontent .hasAuthorSign {
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url('../Images/sign.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(82, 130, 77) 0%, rgb(9, 73, 55) 100%);
    width: 102px;
    color: white;
    height: 22px;
    padding-top: 3px;
    padding-right: 5px;
}

.content .bookInnerRight .bookInnercontent .bottom {
    margin-top: 15px;
}

    .content .bookInnerRight .bookInnercontent .bottom .price {
        float: right;
        padding-left: 10px;
        color: black;
        font-size: 22px;
    }

        .content .bookInnerRight .bookInnercontent .bottom .price.priceNone {
            text-decoration: line-through;
        }

    .content .bookInnerRight .bookInnercontent .bottom .discountPrice {
        border-bottom: 1px solid #E43A41;
        color: #E43A41;
        padding-bottom: 10px;
        float: right;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
        font-size: 15px;
    }

    .content .bookInnerRight .bookInnercontent .bottom .bookBuy {
        margin-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        border-bottom: 1px solid #9a9a9a;
    }

        .content .bookInnerRight .bookInnercontent .bottom .bookBuy .buyNow {
            float: left;
            margin-bottom: 10px;
        }

            .content .bookInnerRight .bookInnercontent .bottom .bookBuy .buyNow a {
                background-color: teal;
                background-image: url("../images/buy-icon.png");
                background-repeat: no-repeat;
                background-position: 30px;
                color: #FFFFFF;
                display: block;
                font-size: 13px;
                font-weight: bold;
                padding: 15px;
                padding-right: 45px;
                padding-left: 65px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }


        .content .bookInnerRight .bookInnercontent .bottom .bookBuy span {
            display: block;
            float: left;
            line-height: 24px;
            height: 26px;
            font-size: 12px;
        }

.content .bookInnerRight .bookInnercontent .bookDesc {
    margin-top: 1px;
    border-top: 1px solid #cecece;
    background-repeat: repeat-x;
    padding-top: 10px;
    padding: 10px;
    margin-bottom: 0px;
}

    /*.content .bookInnerRight .bookInnercontent .summary {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

    .content .bookInnerRight .bookInnercontent .bookDesc p {
        font-size: 13px;
        color: black;
        line-height: 22px;
        text-align: justify;
    }

        .content .bookInnerRight .bookInnercontent .bookDesc p a {
            color: #ff4800;
            font-weight: bold;
            display: block;
            font-size: 12px;
        }

            .content .bookInnerRight .bookInnercontent .bookDesc p a:hover {
                color: #2e652e;
            }

    .content .bookInnerRight .bookInnercontent .bookDesc .bookCr {
    }

        .content .bookInnerRight .bookInnercontent .bookDesc .bookCr ul {
        }

            .content .bookInnerRight .bookInnercontent .bookDesc .bookCr ul li {
                margin-bottom: 10px;
            }

                .content .bookInnerRight .bookInnercontent .bookDesc .bookCr ul li .right {
                    float: right;
                    border-right: 1px solid #b2b2b2;
                    font-size: 12px;
                    padding-right: 10px;
                    font-weight: bold;
                }

                    .content .bookInnerRight .bookInnercontent .bookDesc .bookCr ul li .right a {
                        color: #ff5400;
                    }

                        .content .bookInnerRight .bookInnercontent .bookDesc .bookCr ul li .right a:hover {
                            color: #2e652e;
                        }

                .content .bookInnerRight .bookInnercontent .bookDesc .bookCr ul li .left {
                    float: right;
                    color: black;
                    font-size: 13px;
                    padding-right: 10px;
                    color: #6f6f6f;
                }

                    .content .bookInnerRight .bookInnercontent .bookDesc .bookCr ul li .left a {
                        color: #ff4800;
                    }

                        .content .bookInnerRight .bookInnercontent .bookDesc .bookCr ul li .left a:hover {
                            color: #2e652e;
                        }

.content .bookInnerRight .rightCover {
}

    .content .bookInnerRight .rightCover img {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 100% !Important;
        height: auto !Important;
    }

.rightCover .showcase {
    position: relative;
    direction: ltr;
}

rightCover .showcase-content-container {
}

rightCover .showcase-arrow-next {
    display: none;
}

.rightCover .showcase-arrow-previous {
    display: none;
}

.rightCover .showcase-content {
    direction: ltr;
}

    .rightCover .showcase-content img {
        width: 199px;
        height: 287px;
    }

.rightCover .showcase-caption {
    display: none;
    color: #000;
    padding: 8px 15px;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: none;
    background-image: url(../images/white-opacity-80.png);
}

.rightCover .showcase-button-wrapper {
    display: none;
    clear: both;
    margin-top: 10px;
    text-align: center;
}

.rightCover .showcase-thumbnail-container {
}

.rightCover .showcase-thumbnail-wrapper {
    overflow: hidden;
}

.rightCover .showcase-thumbnail {
    width: 73px;
    height: 106px;
    cursor: pointer;
    border: solid 1px #fff;
    position: relative;
    margin-right: 7px;
}

    .rightCover .showcase-thumbnail img {
        width: 73px;
        height: 106px;
    }

.rightCover .showcase-thumbnail-caption {
    display: none;
    position: absolute;
    bottom: 2px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.rightCover .showcase-thumbnail-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.rightCover .showcase-thumbnail:hover {
    border: solid 1px #87ac60;
}

    .rightCover .showcase-thumbnail:hover .showcase-thumbnail-cover {
        display: none;
    }

.rightCover .showcase-thumbnail.active {
    border: solid 1px #87ac60;
}

    .rightCover .showcase-thumbnail.active .showcase-thumbnail-cover {
        display: none;
    }

.rightCover .showcase-thumbnail-wrapper-horizontal {
    padding: 5px;
    margin-left: 15px;
    width: 180px !important;
    left: 0px !important;
}

.rightCover .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal, .rightCover .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
    display: block;
    width: 21px;
    height: 38px;
    margin-top: 20px;
    cursor: pointer;
}

.rightCover .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
    background-image: url('../images/rightArrow.jpg');
    display: none;
}

.rightCover .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
    background-image: url('../images/leftArrow.jpg');
    display: none;
}

.rightCover .showcase-thumbnail-button-forward span span, .rightCover .showcase-thumbnail-button-backward span span {
    display: none;
}

/* BookInner */


/* BookStoreInner */
.content .innerLeft {
}

    .content .innerLeft blockquote {
    }

        .content .innerLeft blockquote .title {
            padding: 10px;
            font-weight: bold;
            color: #fff;
            font-size: 12px;
            background-color: #da7e0b;
        }

        .content .innerLeft blockquote .content {
            border: 1px solid #da7e0b;
            padding: 5px;
        }

            .content .innerLeft blockquote .content ul {
            }

                .content .innerLeft blockquote .content ul li {
                    margin-bottom: 15px;
                }

                    .content .innerLeft blockquote .content ul li a {
                        font-size: 14px;
                        color: #df5a0a;
                        display: block;
                        margin-bottom: 5px;
                        line-height: 22px;
                    }

                        .content .innerLeft blockquote .content ul li a:hover {
                            color: #2e652e;
                        }

                    .content .innerLeft blockquote .content ul li span {
                        font-size: 12px;
                        display: block;
                        line-height: 18px;
                        color: #777;
                    }

                    .content .innerLeft blockquote .content ul li.more {
                        border-top: 1px solid #da7e0b;
                        padding-top: 10px;
                    }

                        .content .innerLeft blockquote .content ul li.more a {
                            display: block;
                            background-image: url("../images/tabMoreArrow.jpg");
                            background-position: top left;
                            background-repeat: no-repeat;
                            color: #da7e0b;
                            float: left;
                            padding-left: 10px;
                            font-size: 12px;
                            font-weight: bold;
                            height: 10px;
                            line-height: 8px;
                        }

                            .content .innerLeft blockquote .content ul li.more a:hover {
                                color: #e02d0f;
                                background-position: bottom left;
                            }

.content .innerRight {
    border-left: 1px solid silver;
}

    .content .innerRight .slideShow {
    }

.showcase-load {
    height: 245px; /* Same as showcase javascript option */
    overflow: hidden;
}

.showcase {
    position: relative;
    direction: ltr;
}

.showcase-content-container {
}

.showcase-arrow-next {
    display: none;
}

.showcase-arrow-previous {
    display: none;
}

.showcase-content {
    direction: ltr;
}

    .showcase-content img {
        width: 331px;
        height: 243px;
    }

.showcase-caption {
    display: none;
    color: #000;
    padding: 8px 15px;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: none;
    background-image: url(../images/white-opacity-80.png);
}
/*
.showcase-onepage .showcase-content {
	margin-bottom: 10px;
}
.showcase-button-wrapper span {
	margin-right: 3px;
	padding: 2px 5px 0px 5px;
	cursor: pointer;
	font-size: 12px;
	color: #444444;
}
.showcase-button-wrapper span.active {
	color: #fff;
}
.showcase-thumbnail-content {
	padding: 10px;
	text-align: center;
	padding-top: 25px;
}
*/
.showcase-button-wrapper {
    display: none;
    clear: both;
    margin-top: 10px;
    text-align: center;
}

.showcase-thumbnail-container {
}

.showcase-thumbnail-wrapper {
    overflow: hidden;
}

.showcase-thumbnail {
    width: 90px;
    height: 65px;
    cursor: pointer;
    border: solid 1px #fff;
    position: relative;
    margin-right: 4px;
}

    .showcase-thumbnail img {
        width: 90px;
        height: 65px;
    }

.showcase-thumbnail-caption {
    display: none;
    position: absolute;
    bottom: 2px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.showcase-thumbnail-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.showcase-thumbnail:hover {
    border: solid 1px #ff5816;
}

    .showcase-thumbnail:hover .showcase-thumbnail-cover {
        display: none;
    }

.showcase-thumbnail.active {
    border: solid 1px #ff5816;
}

    .showcase-thumbnail.active .showcase-thumbnail-cover {
        display: none;
    }

.showcase-thumbnail-wrapper-horizontal {
    padding: 5px;
}

.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal, .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
    display: block;
    width: 21px;
    height: 38px;
    margin-top: 20px;
    cursor: pointer;
}

.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
    background-image: url('../images/rightArrow.jpg');
}

.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
    background-image: url('../images/leftArrow.jpg');
}

.showcase-thumbnail-button-forward span span, .showcase-thumbnail-button-backward span span {
    display: none;
}

.content .innerRight .leftData {
}

    .content .innerRight .leftData .leftDataContent {
        padding: 10px;
        padding-top: 0px;
        float: right;
    }

        .content .innerRight .leftData .leftDataContent .storeName {
            margin-bottom: 40px;
        }

            .content .innerRight .leftData .leftDataContent .storeName strong {
                float: right;
                display: block;
                font-size: 23px;
                margin-top: 10px;
                color: black;
            }

            .content .innerRight .leftData .leftDataContent .storeName span {
                font-size: 26px;
                color: #2f7136;
                margin-right: 5px;
            }

        .content .innerRight .leftData .leftDataContent ul.leftDataList {
        }

            .content .innerRight .leftData .leftDataContent ul.leftDataList li {
                border-bottom: 1px dotted silver;
                padding-bottom: 10px;
                margin-bottom: 10px;
                padding-right: 30px;
            }

                .content .innerRight .leftData .leftDataContent ul.leftDataList li strong {
                    float: right;
                    font-size: 15px;
                    color: #2f7136;
                }

                .content .innerRight .leftData .leftDataContent ul.leftDataList li span {
                    font-size: 13px;
                    margin-right: 10px;
                    line-height: 20px;
                }

                    .content .innerRight .leftData .leftDataContent ul.leftDataList li span.timeDirection {
                        direction: ltr;
                        float: right;
                    }

                .content .innerRight .leftData .leftDataContent ul.leftDataList li.storeAddress {
                    background-image: url('../images/address-icon.jpg');
                    background-position: top right;
                    background-repeat: no-repeat;
                }

                .content .innerRight .leftData .leftDataContent ul.leftDataList li.storeTel {
                    background-image: url('../images/tel-icon.jpg');
                    background-position: right;
                    background-repeat: no-repeat;
                }

                .content .innerRight .leftData .leftDataContent ul.leftDataList li.storeTime {
                    background-image: url('../images/time-icon.jpg');
                    background-position: right;
                    background-repeat: no-repeat;
                }


.content .innerRight .storeMore {
    margin-top: 20px;
    background-color: #dbdbdb;
    height: 30px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    color: #2e2d2d;
    border-bottom: 2px solid #cecece;
}

.content .innerRight .storeMoreContent {
    padding: 10px;
    font-size: 13px;
    line-height: 20px;
}

    .content .innerRight .storeMoreContent p {
        text-align: justify;
    }

/* BookStoreInner */

/* EventInner */

.content .innerRight .leftData .leftDataContent .eventTitle {
    font-size: 17px;
    font-weight: normal;
    color: #8f1e1d;
    margin-bottom: 30px;
}

.content .innerRight .leftData .leftDataContent ul.eventContentList {
}

.content .innerRight .leftData .leftDataContent ul.eventContentList {
}

    .content .innerRight .leftData .leftDataContent ul.eventContentList li {
        border-bottom: 1px dotted silver;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-right: 30px;
        background-repeat: no-repeat;
    }

        .content .innerRight .leftData .leftDataContent ul.eventContentList li.time {
            background-image: url('../images/clock-icon.jpg');
            background-position: top right;
            line-height: 17px;
        }

            .content .innerRight .leftData .leftDataContent ul.eventContentList li.time strong {
                font-weight: bold;
                font-size: 18px;
                color: #5a5a5a;
            }

            .content .innerRight .leftData .leftDataContent ul.eventContentList li.time span {
                font-weight: bold;
                font-size: 13px;
                color: #000;
            }


        .content .innerRight .leftData .leftDataContent ul.eventContentList li.place {
            background-image: url('../images/place-icon.jpg');
            background-position: top right;
            line-height: 17px;
        }

            .content .innerRight .leftData .leftDataContent ul.eventContentList li.place strong {
                font-weight: bold;
                font-size: 18px;
                color: #b77105;
            }

            .content .innerRight .leftData .leftDataContent ul.eventContentList li.place span {
            }

                .content .innerRight .leftData .leftDataContent ul.eventContentList li.place span a {
                    color: #ff4800;
                    font-size: 13px;
                    text-decoration: underline;
                }


        .content .innerRight .leftData .leftDataContent ul.eventContentList li.facebook {
            background-image: url('../images/fb-icon.jpg');
            background-position: top right;
            line-height: 17px;
        }

            .content .innerRight .leftData .leftDataContent ul.eventContentList li.facebook a {
                font-weight: bold;
                color: #24417e;
                font-size: 12px;
            }

/* EventInner */


/* Account */
.userName {
    font-size: 26px;
    color: #09684a;
    border-bottom: 3px solid #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.content .accountPageItems {
}

    .content .accountPageItems ul {
        margin: 0 auto;
    }

        .content .accountPageItems ul li {
            text-align: center;
        }

            .content .accountPageItems ul li.accountLast {
                margin-right: 0px;
            }

            .content .accountPageItems ul li a {
                width: 100%;
                max-width: 201px;
                height: 210px;
                margin: 0 auto;
                background-size: 100% 100%;
                display: block;
            }

                .content .accountPageItems ul li a.edit {
                    background-image: url('../images/accountEdit.jpg');
                }

                    .content .accountPageItems ul li a.edit:hover {
                    }

                .content .accountPageItems ul li a.basket {
                    background-image: url('../images/accountBasket.jpg');
                }

                    .content .accountPageItems ul li a.basket:hover {
                    }

                .content .accountPageItems ul li a.wishList {
                    background-image: url('../images/accountWishList.jpg');
                }

                    .content .accountPageItems ul li a.wishList:hover {
                    }

                .content .accountPageItems ul li a.tlbyate {
                    background-image: url('../images/accountTlbyate.jpg');
                }

                    .content .accountPageItems ul li a.tlbyate:hover {
                    }



/* Account */


/* BookListing */
#DivComments, #DivComments iframe {
    max-width: 100% !important;
    overflow: hidden;
}

.content .greySearch {
    background-color: #979797;
    height: 40px;
    margin-bottom: 30px;
}

    .content .greySearch .left {
        margin-top: 3px;
    }

    .content .greySearch .right {
        margin-top: 3px;
    }

.greySearch .text-search {
    padding-top: 11px;
    float: right;
    color: #000;
    font-size: 15px;
}

.new-left {
    float: left !important;
}

.new-author {
    float: right !important;
}

.content .greySearch .left .dk_container {
    background-color: #f5f5f5;
    font-family: tahoma;
    margin-top: 5px;
    font-size: 11px;
    font-weight: bold;
    max-width: 150px !Important;
    width: 150px;
}

.author-line .dk_container {
    float: left;
}

.content .greySearch .left .dk_container:focus {
    outline: 0;
    width: 150px;
}

.content .greySearch .left .dk_container a {
    cursor: pointer;
    text-decoration: none;
    color: #6b6b6b;
}

.content .greySearch .left .dk_toggle {
    background-image: url('../images/searchArrow.png');
    background-repeat: no-repeat;
    background-position: 2% center;
    color: #333;
}

    .content .greySearch .left .dk_toggle:hover {
        border-color: #FF5400;
    }

.content .greySearch .left .dk_focus .dk_toggle {
    border-color: #40b5e2;
}

.content .greySearch .left .dk_open {
    z-index: 10;
}

    .content .greySearch .left .dk_open .dk_toggle {
        background-color: #ececec;
        color: #ccc;
    }

.content .greySearch .left .dk_options {
}

    .content .greySearch .left .dk_options a {
        background-color: #fff;
        font-weight: bold;
        padding: 8px 10px;
    }

    .content .greySearch .left .dk_options li:last-child a {
        border-bottom: none;
    }

    .content .greySearch .left .dk_options a:hover, .content .greySearch .left .dk_option_current a {
        background-color: #6b6b6b;
        border-bottom-color: #db141c;
        color: #fff;
        text-decoration: none;
    }

.content .greySearch .left .dk_options_inner {
    border: 1px solid #8c8c8e;
    border-bottom-width: 2px;
    border-bottom-color: #999;
    color: #333;
    max-height: 250px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.content .greySearch .left .dk_options_inner,
.content .greySearch .left .dk_touch .dk_options {
    max-height: 250px;
}

.content .greySearch .left .dk_container {
    display: none;
    position: relative;
}

    .content .greySearch .left .dk_container a {
        outline: 0;
        line-height: 19px;
        padding-right: 10px;
    }

.content .greySearch .left .dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    width: 130px !important;
    height: 22px;
    position: relative;
}

.content .greySearch .left .dk_open {
    position: relative;
}

    .content .greySearch .left .dk_open .dk_options {
        display: block;
    }

    .content .greySearch .left .dk_open .dk_label {
        color: inherit;
    }

.content .greySearch .left .dk_options {
    display: none;
    margin-top: -1px;
    position: absolute;
    right: 0;
    width: 100%;
}

    .content .greySearch .left .dk_options a,
    .content .greySearch .left .dk_options a:link,
    .content .greySearch .left .dk_options a:visited {
        display: block;
    }

.content .greySearch .left .dk_options_inner {
    overflow: auto;
    position: relative;
}

.content .greySearch .left .dk_touch .dk_options {
    overflow: hidden;
}

.content .greySearch .left .dk_touch .dk_options_inner {
    max-height: none;
    overflow: visible;
}

.content .greySearch .left .dk_fouc select {
    position: relative;
    top: -99999em;
    visibility: hidden;
}


.content .greySearch .right {
    float: right;
    color: white;
    font-size: 12px;
    margin-right: 20px;
    line-height: 28px;
}

    .content .greySearch .right span {
        float: right;
    }

    .content .greySearch .right strong {
        font-weight: bold;
        margin-right: 5px;
    }



.content .greySearch .left {
    float: left;
    margin-right: 4px;
}

#autoCompleteExtender_completionListElem {
    text-align: right !important;
}

    #autoCompleteExtender_completionListElem li {
        direction: rtl !important;
        text-align: right !important;
        padding: 5px 2px !important;
        font-size: 13px;
    }

.content .greySearch .sright {
    float: right;
    height: 24px;
    margin-top: 3px;
    margin-right: 3px;
}

    .content .greySearch .sright .dk_container {
        background-color: #f5f5f5;
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
        width: 150px;
    }

        .content .greySearch .sright .dk_container:focus {
            outline: 0;
            width: 150px;
        }

        .content .greySearch .sright .dk_container a {
            cursor: pointer;
            width: 100% !IMPORTANT;
            text-decoration: none;
            color: #6b6b6b;
        }

    .content .greySearch .sright .dk_toggle {
        background-image: url('../images/searchArrow.png');
        background-repeat: no-repeat;
        background-position: 2% center;
        color: #333;
    }

        .content .greySearch .sright .dk_toggle:hover {
            border-color: #FF5400;
        }

    .content .greySearch .sright .dk_focus .dk_toggle {
        border-color: #40b5e2;
    }

    .content .greySearch .sright .dk_open {
        z-index: 10;
    }

        .content .greySearch .sright .dk_open .dk_toggle {
            background-color: #ececec;
            color: #ccc;
        }

    .content .greySearch .sright .dk_options {
    }

        .content .greySearch .sright .dk_options a {
            background-color: #fff;
            font-weight: bold;
            padding: 8px 10px;
        }

        .content .greySearch .sright .dk_options li:last-child a {
            border-bottom: none;
        }

        .content .greySearch .sright .dk_options a:hover, .content .greySearch .sright .dk_option_current a {
            background-color: #6b6b6b;
            border-bottom-color: #db141c;
            color: #fff;
            text-decoration: none;
        }

    .content .greySearch .sright .dk_options_inner {
        border: 1px solid #8c8c8e;
        border-bottom-width: 2px;
        border-bottom-color: #999;
        color: #333;
        max-height: 250px;
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
    }

    .content .greySearch .sright .dk_options_inner,
    .content .greySearch .sright .dk_touch .dk_options {
        max-height: 250px;
    }

    .content .greySearch .sright .dk_container {
        display: none;
        position: relative;
    }

        .content .greySearch .sright .dk_container a {
            outline: 0;
            line-height: 19px;
            padding-right: 10px;
        }

    .content .greySearch .sright .dk_toggle {
        display: -moz-inline-stack;
        display: inline-block;
        *display: inline;
        width: 130px;
        height: 22px;
        position: relative;
    }

    .content .greySearch .sright .dk_open {
        position: relative;
    }

        .content .greySearch .sright .dk_open .dk_options {
            display: block;
        }

        .content .greySearch .sright .dk_open .dk_label {
            color: inherit;
        }

    .content .greySearch .sright .dk_options {
        display: none;
        margin-top: -1px;
        position: absolute;
        right: 0;
        width: 100%;
    }

        .content .greySearch .sright .dk_options a,
        .content .greySearch .sright .dk_options a:link,
        .content .greySearch .sright .dk_options a:visited {
            display: block;
        }

    .content .greySearch .sright .dk_options_inner {
        overflow: auto;
        position: relative;
    }

    .content .greySearch .sright .dk_touch .dk_options {
        overflow: hidden;
    }

    .content .greySearch .sright .dk_touch .dk_options_inner {
        max-height: none;
        overflow: visible;
    }

    .content .greySearch .sright .dk_fouc select {
        position: relative;
        top: -99999em;
        visibility: hidden;
    }

.content .greySearch .left select {
    width: 150px;
    text-align: right;
    direction: rtl;
    max-width: 100%;
    font-size: 16px;
    float: left;
}

.content .bookListBlock {
    margin-right: 0px !important;
}

    .content .bookListBlock ul, .content .bookListBlock ul {
        text-align: center;
    }

        .content .bookListBlock ul .bookListItem, .content .bookListBlock ul .bookListItem {
            padding-bottom: 2px;
            border: 1px solid #d3d3d3;
            position: relative;
            margin-bottom: 30px;
            border-bottom-left-radius: 5px;
        }

.bookListItem .bookItem {
    padding: 0px 2px;
    height: 309px
}

/* BookListing */

/* WishList */
.content .wishListTitle {
    font-size: 26px;
    color: #b2205c;
    margin-bottom: 20px;
    padding-right: 20px;
}

.content .wishListCounter {
    font-size: 14px;
    font-weight: bold;
    color: black;
    border-bottom: 1px solid #b2205c;
    padding-bottom: 10px;
    margin-bottom: 30px;
    padding-right: 20px;
}

.content .bookListBlock {
    margin-right: 20px;
}

    .content .bookListBlock ul li .remove {
        position: absolute;
        top: -9px;
        right: 8px;
        z-index: 99;
    }

        .content .bookListBlock ul li .remove a {
            width: 19px;
            height: 19px;
            background-image: url('../images/remove.jpg');
            display: block;
        }

            .content .bookListBlock ul li .remove a:hover {
                background-position: 0px 19px;
            }
/* WishList */



.content .homeRight .rightNav {
    border: 2px solid #e1e1e1;
    padding: 5px;
}

    .content .homeRight .rightNav ul {
        margin-bottom: 10px;
        margin-top: 5px;
    }

        .content .homeRight .rightNav ul li {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px dotted #e1e1e1;
        }

            .content .homeRight .rightNav ul li.navTitleKind, .content .homeRight .rightNav ul li.navTitlePlace {
                background-color: #7cc576;
                padding-right: 10px;
                padding-top: 10px;
                font-weight: bold;
            }

            .content .homeRight .rightNav ul li a {
                color: black;
                display: inline-block;
                line-height: 20px;
                font-size: 13px;
                background-image: url('../images/orangeArrow.jpg');
                background-position: right;
                background-repeat: no-repeat;
                padding-right: 15px;
                margin-right: 10px;
            }

                .content .homeRight .rightNav ul li a:hover {
                    color: #aa1212;
                }

            .content .homeRight .rightNav ul li:last-child {
                border-bottom: none;
                margin-bottom: 5px;
                padding-bottom: 5px;
            }

            .content .homeRight .rightNav ul li a.staticLink {
                color: #e13f07;
                text-decoration: underline;
            }


/* eventListing */

.content .homeRight .calendar {
    margin-bottom: 20px;
    direction: ltr;
}

.DynarchCalendar {
    user-select: none;
    background: #e8e8e8;
    line-height: 14px;
    position: relative;
    cursor: default;
}

    .DynarchCalendar table {
        font-size: 11px;
        line-height: 14px;
        margin: 0 auto;
    }

.DynarchCalendar-topBar {
    background: #f2a022;
}

table.DynarchCalendar-titleCont {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: center;
    z-index: 9;
    position: relative;
    margin: 0 auto;
    margin-top: -6px;
}

.DynarchCalendar-title div {
    padding: 5px 17px;
}

.DynarchCalendar-hover-title div {
    background-color: #faf0c4;
    border: 1px solid #faf0c4;
    padding: 4px 16px;
    background-image: url("img/drop-down.gif");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.DynarchCalendar-pressed-title div {
    border: 1px solid #000;
    padding: 4px 16px;
    background-color: #777;
    color: #fff;
    background-image: url("img/drop-up.gif");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}




.DynarchCalendar-bottomBar-today {
    padding: 2px 15px;
}

.DynarchCalendar-hover-bottomBar-today {
    background-color: #fff;
    padding: 1px 14px;
}

.DynarchCalendar-pressed-bottomBar-today {
    border: 1px solid #000;
    background-color: #777;
    color: #fff;
    padding: 1px 14px;
}



.DynarchCalendar-body {
    position: relative;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #faf0c4;
    border: 2px solid #d98c16;
}

.DynarchCalendar-first-col {
    padding-left: 5px;
}

.DynarchCalendar-last-col {
    padding-right: 5px;
}

.DynarchCalendar-animBody-backYear {
    position: absolute;
    top: -100%;
    left: 0;
}

.DynarchCalendar-animBody-back {
    position: absolute;
    top: 5px;
    left: -100%;
}

.DynarchCalendar-animBody-fwd {
    position: absolute;
    top: 5px;
    left: 100%;
}

.DynarchCalendar-animBody-now {
    position: absolute;
    top: 5px;
    left: 0;
}

.DynarchCalendar-animBody-fwdYear {
    position: absolute;
    top: 100%;
    left: 0;
}


.DynarchCalendar-dayNames {
    background-color: #d98c16;
}

    .DynarchCalendar-dayNames div {
        font-weight: bold;
        color: #fff;
    }

.DynarchCalendar-navBtn {
    position: absolute;
    top: 5px;
    z-index: 10;
}

    .DynarchCalendar-navBtn div {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 15px;
        width: 16px;
        padding: 1px;
    }

.DynarchCalendar-hover-navBtn div {
}

.DynarchCalendar-navDisabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.DynarchCalendar-pressed-navBtn div {
    border: 1px solid #000;
    padding: 0;
    background-color: #777;
    color: #fff;
}

.DynarchCalendar-prevMonth {
    left: 25px;
}

.DynarchCalendar-nextMonth {
    left: 100%;
    margin-left: -43px;
}

.DynarchCalendar-prevYear {
    left: 5px;
}

.DynarchCalendar-nextYear {
    left: 100%;
    margin-left: -23px;
}

.DynarchCalendar-prevMonth div {
    background-image: url("../images/calendarArrow-left.jpg");
    cursor: pointer;
}

.DynarchCalendar-nextMonth div {
    background-image: url("../images/calendarArrow-right.jpg");
    cursor: pointer;
}

.DynarchCalendar-prevYear div {
    display: none;
}

.DynarchCalendar-nextYear div {
    display: none;
}

.DynarchCalendar-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FAF0C4;
    overflow: hidden;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

    .DynarchCalendar-menu table td div {
        text-align: center;
        font-weight: bold;
        padding: 3px 5px;
    }

        .DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
            width: 4em;
            text-align: center;
        }

        .DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
            border: 1px solid #000;
            padding: 2px 4px;
            background-color: #fff;
            color: #000;
        }

        .DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
            border: 1px solid #000;
            padding: 2px 4px;
            background-color: #777;
            color: #fff !important;
        }

.DynarchCalendar-menu-year {
    text-align: center;
    font: 16px "lucida grande",tahoma,verdana,sans-serif;
    font-weight: bold;
}

.DynarchCalendar-menu-sep {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    border-top: 1px solid #888;
    background: #fff;
    margin-top: 4px;
    margin-bottom: 3px;
}


.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
    padding: 3px 4px;
    text-align: center;
}

.DynarchCalendar-weekNumber {
    display: none;
}

.DynarchCalendar-weekNumber {
    border-right: 1px solid #aaa;
    margin-right: 4px;
    padding-right: 8px !important;
}

.DynarchCalendar-day {
    text-align: right;
    color: #222;
}

.DynarchCalendar-day-othermonth {
    color: #888;
}

.DynarchCalendar-weekend {
    color: #c22;
}

.DynarchCalendar-day-today {
    color: #000;
    font-weight: bold;
}

.DynarchCalendar-day-disabled {
    opacity: 0.5;
    text-shadow: 2px 1px 1px #fff;
}

.DynarchCalendar-hover-date {
    padding: 2px 3px;
    background-color: #fff;
    border: 1px solid #c0ad5a;
    margin: 0 !important;
    color: #000;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date {
    border-color: #ddd;
    color: #888;
}

.DynarchCalendar-dayNames .DynarchCalendar-weekend {
    color: #000;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-weekend {
    color: #d88;
}

.DynarchCalendar-day-selected {
    padding: 2px 3px;
    margin: 1px;
    background-color: #aaa;
    color: #000 !important;
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected {
    background-color: #999;
}

.DynarchCalendar-focusLink {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.DynarchCalendar-focused {
    border-color: #ddd;
}

    .DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
        background-color: #f2a022;
        border-color: #336;
    }

.DynarchCalendar-bottomBar {
    display: none;
}

.DynarchCalendar-focused .DynarchCalendar-hover-week {
    background-color: #ccc;
}

.DynarchCalendar-tooltip {
    position: absolute;
    top: 100%;
    width: 100%;
}

.DynarchCalendar-tooltipCont {
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f2a022;
    font-size: 13px;
    color: #000;
    text-align: center;
    background-color: #f2a022;
    font-weight: bold;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
    background: #ccc;
    border-color: #000;
}



.content .homeLeft .eventListing {
}

    .content .homeLeft .eventListing ul {
    }

.content .eventListing ul li {
    border-bottom: 1px solid #999999;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .content .eventListing ul li .right {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .content .eventListing ul li .right a {
            display: block;
        }

            .content .eventListing ul li .right a img {
                width: 100%;
                border: 1px solid #eee;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

    .content .eventListing ul li .left {
    }

        .content .eventListing ul li .left .top {
            padding-bottom: 15px;
            position: relative;
        }

            .content .eventListing ul li .left .top strong, .content .eventListing ul li .left .top strong a {
                font-size: 18px;
                color: #8f1e1d;
                line-height: 25px;
            }

                .content .eventListing ul li .left .top strong a {
                    display: block;
                    margin-bottom: 15px;
                }

                    .content .eventListing ul li .left .top strong, .content .eventListing ul li .left .top strong a:hover {
                        color: black;
                    }

            .content .eventListing ul li .left .top .eventMore {
            }

                .content .eventListing ul li .left .top .eventMore a {
                    display: inline-block;
                    color: #fff;
                    font-size: 12px;
                    padding: 5px;
                    padding-right: 30px;
                    padding-left: 30px;
                    background-color: #8b3250;
                    line-height: 25px;
                    white-space: nowrap;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }

                    .content .eventListing ul li .left .top .eventMore a:hover {
                        background-color: #622232;
                    }

        .content .eventListing ul li .left .bottom {
        }

            .content .eventListing ul li .left .bottom ul {
            }

                .content .eventListing ul li .left .bottom ul li {
                    font-size: 12px;
                    font-weight: bold;
                    color: #b77105;
                    padding: 10px;
                    padding-right: 25px;
                    border-bottom: 0px;
                    margin-bottom: 5px;
                }

                    .content .eventListing ul li .left .bottom ul li.eventsTime {
                        background-image: url('../images/clock-icon.jpg');
                        background-position: right;
                        background-repeat: no-repeat;
                    }

                    .content .eventListing ul li .left .bottom ul li.eventsPlace {
                        background-image: url('../images/place-grey-icon.jpg');
                        background-position: right;
                        background-repeat: no-repeat;
                    }

                        .content .eventListing ul li .left .bottom ul li.eventsPlace a {
                            color: #074736;
                        }
/* eventListing */

/* static */
.staticContent {
}

    .staticContent.modal-body {
        margin-top: 42px !Important;
    }

.staticIn .contactRight {
}

.staticContent .title {
    font-size: 26px;
    color: black;
    margin-bottom: 30px;
    border-bottom: 2px solid #356c35;
    padding: 5px 5px 10px;
    display: block;
}

.staticContent .staticIn {
    background-repeat: repeat-x;
    background-position: top;
    margin-top: 1px;
}

    .staticContent .staticIn p {
        font-size: 13px;
        line-height: 28px;
        margin-bottom: 15px;
        text-align: justify;
    }

        .staticContent .staticIn p strong {
            font-weight: bold;
        }

    .staticContent .staticIn ul li {
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 22px;
        list-style-position: outside;
        list-style-type: disc;
        margin-right: 20px;
    }

    .staticContent .staticIn a {
        color: #e13f07;
    }

    .staticContent .staticIn ul li h5 {
        font-weight: bold;
    }

    .staticContent .staticIn h6 {
        font-weight: bold;
        text-decoration: underline;
        margin-bottom: 20px;
    }

    .staticContent .staticIn ul li.normal {
        list-style: none;
        margin-right: 0px;
        margin-top: 30px;
    }

.event img {
    width: 100%;
}
/* static */







.content .pager {
    height: 24px;
    background-position: center;
    margin-top: 30px;
    background-repeat: no-repeat;
    padding-top: 30px;
}

.pagerStyler {
}

    .pagerStyler a {
        background-color: #c5c5ad;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        /*margin-right: 0px !important;*/
        text-decoration: none;
        padding: 3px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-left: 2px;
        margin-right: 2px;
    }

        .pagerStyler a:hover {
            background-color: #ff5400;
            color: #fff;
        }

    .pagerStyler span {
        background-color: #ff5400;
        color: #fff !important;
        font-size: 11px;
        font-weight: bold;
        /*margin-right: 0px !important;*/
        margin-left: 2px;
        padding: 3px;
        padding-right: 10px;
        padding-left: 10px;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.PrevNextButtons {
    margin-left: 5px;
}



.basketPage {
}

    .basketPage .baskedPageHead {
        height: 20px;
        font-weight: bold;
        color: White;
        font-size: 15px;
        margin-bottom: 10px;
    }

        .basketPage .baskedPageHead .basketBPhoto, .basketPage .baskedPageHead .basketBName, .basketPage .baskedPageHead .basketBQty, .basketPage .baskedPageHead .basketBPrice, .basketPage .baskedPageHead .basketBUP {
            background-color: #8d8d8d;
            float: right;
            padding: 5px;
            text-align: center;
        }

        .basketPage .baskedPageHead .basketBPhoto {
            width: 150px;
            margin-left: 1px;
        }

        .basketPage .baskedPageHead .basketBName {
            width: 400px;
            margin-left: 1px;
        }

        .basketPage .baskedPageHead .basketBQty {
            width: 100px;
            margin-left: 1px;
        }

        .basketPage .baskedPageHead .basketBPrice {
            width: 100px;
        }

        .basketPage .baskedPageHead .basketBUP {
            width: 166px;
            margin-left: 1px;
        }

    .basketPage .basketPageContent {
        position: relative;
        border-bottom: 1px solid #c9c9c9;
        float: right;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .basketPage .basketPageContent div {
            float: right;
        }

            .basketPage .basketPageContent div.basketBPhotoContent {
                width: 160px;
                margin-left: 1px;
            }

                .basketPage .basketPageContent div.basketBPhotoContent strong {
                    background-color: #c9c9c9;
                    width: 25px;
                    height: 60px;
                    display: block;
                    float: right;
                    margin-left: 10px;
                    font-weight: normal;
                    font-size: 12px;
                    text-align: center;
                    line-height: 60px;
                    font-weight: bold;
                }

            .basketPage .basketPageContent div.basketBNameContent {
                width: 400px;
                margin-left: 1px;
                padding-right: 10px;
            }

                .basketPage .basketPageContent div.basketBNameContent a {
                    color: #DF5A0A;
                    font-size: 15px;
                    font-weight: bold;
                }

            .basketPage .basketPageContent div.basketBUPContent {
                width: 166px;
                margin-left: 1px;
                padding-right: 10px;
                font-size: 13px;
                font-weight: bold;
            }

            .basketPage .basketPageContent div.basketBQtyContent {
                width: 100px;
                margin-left: 1px;
                padding-right: 10px;
                font-size: 13px;
                font-weight: bold;
            }

            .basketPage .basketPageContent div.basketBPriceContent {
                width: 100px;
                padding-right: 10px;
                font-size: 13px;
                font-weight: bold;
            }

.basketBRemoveContent {
    position: absolute;
    left: 0;
    bottom: 2px;
}

    .basketBRemoveContent a {
        height: 20px;
        width: 100px;
        line-height: 20px;
        text-align: center;
        display: block;
        font-weight: bold;
        color: white;
        background-color: #8f1e1d;
        font-size: 12px;
    }

.totalPrice {
    float: left;
    background-color: #FF5400;
    font-weight: bold;
    color: white;
    font-size: 13px;
    width: 100%;
    padding: 5px;
    text-align: left;
}

.basketPageGo {
    width: 200px;
    float: left;
}

    .basketPageGo input {
        border: none !important;
        background-color: black !important;
        color: white;
        font-weight: bold;
        font-size: 15px;
        padding: 10px;
        padding-left: 50px;
        padding-right: 50px;
        width: 200px;
    }


/* finalPage */

.finalPageContent {
    margin: 0 auto;
}

    .finalPageContent .thanks {
        max-width: 304px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .finalPageContent .orangeBlock {
        max-width: 550px;
        width: 100%;
        border: 3px solid black;
        padding: 20px;
        background-repeat: repeat-x;
        margin: 0 auto 50px;
    }

        .finalPageContent .orangeBlock .talbyaNo {
            text-align: center;
            font-size: 18px;
            color: #333;
            /*border-bottom: 1px solid #a0a0a0;
            padding-bottom: 10px;
            margin-bottom: 20px;*/
        }

            .finalPageContent .orangeBlock .talbyaNo em {
                color: #000;
                font-weight: bold;
                font-size: 16px;
            }

            .finalPageContent .orangeBlock .talbyaNo strong {
                color: #000;
                font-weight: bold;
                font-size: 16px;
                float: none;
                display: inline;
            }

            .finalPageContent .orangeBlock .talbyaNo span {
                color: #8f1e1d !important;
                font-weight: bold;
                font-size: 16px !important;
                margin-top: 10px;
            }


        .finalPageContent .orangeBlock strong {
            color: black;
            text-align: center;
            font-size: 13px;
            font-weight: bold;
            display: block;
            margin-bottom: 20px;
            margin-top: 10px;
        }

        .finalPageContent .orangeBlock ul {
            margin-right: 85px;
        }

            .finalPageContent .orangeBlock ul li {
                margin-bottom: 5px;
                padding: 5px;
                padding-right: 30px;
                font-size: 12px;
                background-position: right;
                background-repeat: no-repeat;
            }

                .finalPageContent .orangeBlock ul li.userPage {
                    background-image: url('../images/user-icon.jpg');
                }

                    .finalPageContent .orangeBlock ul li.userPage a {
                        font-weight: bold;
                        color: #4d7423;
                        text-decoration: underline;
                    }

                .finalPageContent .orangeBlock ul li.phone {
                    background-image: url('../images/phone-icon.jpg');
                }

        .finalPageContent .orangeBlock span {
            font-size: 11px;
            text-align: center;
            display: block;
            margin-top: 30px;
        }

            .finalPageContent .orangeBlock span em {
                font-weight: bold;
            }

            .finalPageContent .orangeBlock span a {
                font-weight: bold;
                color: #4d7423;
                text-decoration: underline;
            }

.userErrorMessage {
    color: red;
    text-align: center;
    margin-top: 50px;
    display: block;
}

.finalPageContent .printMain {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid silver;
    padding: 20px;
    box-sizing: border-box;
}

.printMain td {
    border: none !important;
}

.finalPageContent .printMain .print {
}

.finalPageContent .printMain a.printBtn {
    float: left;
    margin-top: 35px;
    background-image: url('../images/print-btn.jpg');
    width: 80px;
    height: 27px;
    color: #4c4c4c;
    font-weight: bold;
    font-size: 12px;
    line-height: 27px;
    padding-right: 15px;
    cursor: pointer;
}

    .finalPageContent .printMain a.printBtn:hover {
        color: white;
    }
/* finalPage */


.orders {
}

    .orders .search {
        width: 100%;
        max-width: 500px;
        height: 39px;
        background-color: #f2a022;
        margin: 0 auto;
        margin-bottom: 50px;
    }

        .orders .search strong {
            font-weight: bold;
            color: black;
            font-size: 13px;
            margin-right: 10px;
        }

        .orders .search input {
            height: 25px;
            width: 100%;
            margin-top: 7px;
            border: none;
            padding-right: 10px;
            font-size: 12px;
        }

        .orders .search a {
            width: 80px;
            position: absolute;
            top: 0;
            left: 15px;
            height: 25px;
            background-color: black;
            font-weight: bold;
            color: white;
            text-align: center;
            line-height: 20px;
            font-size: 13px;
            display: block;
            float: left;
            margin-top: 7px;
            margin-left: 0px;
        }

    .orders blockquote h2 {
        color: #e13f07;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #e13f07;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .orders blockquote table {
    }

        .orders blockquote table tr.tableHead {
            background-color: #e0e0e0;
        }

            .orders blockquote table tr.tableHead td {
                padding: 5px;
                text-align: center;
                color: #464646;
                font-size: 13px;
                font-weight: bold;
            }

        .orders blockquote table tr td {
            text-align: center;
            font-size: 13px;
            padding-top: 10px;
            border: 1px solid #eee;
            line-height: 20px;
            padding-bottom: 10px;
        }

            .orders blockquote table tr td a {
                color: #4d7423;
            }

                .orders blockquote table tr td a.greenButton {
                    text-align: center;
                    color: white;
                    padding: 3px;
                    padding-left: 15px;
                    padding-right: 15px;
                    background-color: #4d7423;
                }



.roundCircles {
    width: 350px;
    margin: 0 auto;
    border-bottom: 1px solid black;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 90px;
}

    .roundCircles ul {
    }

        .roundCircles ul li {
            position: absolute;
            text-align: center;
        }

            .roundCircles ul li .bullet {
                width: 29px;
                height: 29px;
                background-color: #f2a022;
                text-align: center;
                line-height: 29px;
                font-weight: bold;
                color: white;
                margin-bottom: 10px;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                border: 2px solid #fff;
                margin: 0 auto;
                font-size: 13px;
            }

            .roundCircles ul li span {
                font-size: 12px;
                color: black;
                text-align: center;
                margin-top: 10px;
                display: inherit;
            }

            .roundCircles ul li.left {
                left: -30px;
            }

            .roundCircles ul li.center {
                right: 30%;
                left: 30%;
            }

            .roundCircles ul li.right {
                right: -20px;
            }

            .roundCircles ul li.current {
            }

                .roundCircles ul li.current .bullet {
                    width: 29px;
                    height: 29px;
                    background-color: #356c35;
                    text-align: center;
                    line-height: 29px;
                    font-weight: bold;
                    color: white;
                    margin-bottom: 10px;
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                    border-radius: 100%;
                    border: 2px solid #fff;
                    margin: 0 auto;
                    font-size: 13px;
                }

                .roundCircles ul li.current span {
                    font-size: 12px;
                    color: #356c35;
                    text-align: center;
                    font-weight: bold;
                }

#Body_DvUserInfo,
#Body_DvNewUserInfo,
.orders .leftAreaOut {
    max-width: 550px;
    width: 100%;
    margin: 0px auto 15px;
}

.orders blockquote {
    margin-bottom: 30px;
}

.buttonSubmit {
    background-color: #df5a0a;
    max-width: 280px;
    padding: 10px;
    color: #fff !important;
    width: 100%;
    margin: 20px auto;
    display: block;
    text-decoration: none !important;
    box-sizing: border-box;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
}

0
#Body_UPDetails .title {
    font-weight: bold;
    color: #074736;
    padding-bottom: 4px;
}

.buttonSubmit i {
    float: left;
}

    .buttonSubmit i img {
        width: 28px;
        height: 28px;
        fill: #94d31b;
    }

.buttonSubmit:hover {
    background-color: #8F1E1D;
    color: #FFF;
    text-decoration: none;
}


.orders .leftArea {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
    box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
    border-top: 2px solid #ff9a00;
}


    .orders .leftArea h3 strong {
        font-weight: bold;
        font-size: 15px;
        color: #7f7f7f;
        display: block;
        float: right;
        line-height: 23px;
    }

    .orders .leftArea h3 a.editBtn {
        float: left;
        width: 60px;
        height: 25px;
        display: block;
        background-color: #356c35;
        font-weight: bold;
        color: white;
        font-size: 12px;
        text-align: center;
        line-height: 25px;
    }

    .orders .leftArea .kmyah {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .orders .leftArea table {
    }

        .orders .leftArea table tr {
        }

            .orders .leftArea table tr td {
                text-align: right;
                font-size: 13px;
                padding-bottom: 12px;
                vertical-align: top;
            }

                .orders .leftArea table tr td span {
                    float: left;
                    font-weight: bold;
                    font-size: 15px;
                }

    .orders .leftArea .cobone {
        margin-bottom: 20px;
        position: relative;
    }

        .orders .leftArea .cobone .right {
            height: 35px;
            background-color: #cdcdcd;
            padding-right: 10px;
            padding-left: 5px;
            position: relative;
        }

            .orders .leftArea .cobone .right strong {
                font-size: 12px;
                padding-top: 10px;
                font-weight: bold;
                color: #4b4b4b;
            }

            .orders .leftArea .cobone .right input {
                height: 25px;
                border: none;
                margin-top: 5px;
                text-align: right;
                font-size: 13px;
                font-weight: bold;
            }

        .orders .leftArea .cobone a.enter {
            width: 80px;
            display: block;
            height: 27px;
            background-color: #686868;
            float: right;
            text-align: center;
            line-height: 27px;
            color: white;
            font-weight: bold;
            font-size: 13px;
            position: absolute;
            top: 4px;
            left: 5px;
        }

    .orders .leftArea .totalArea {
        margin-bottom: 20px;
    }

        .orders .leftArea .totalArea strong {
            float: right;
            font-size: 20px;
            font-weight: bold;
            color: #aa1212;
            display: block;
        }

        .orders .leftArea .totalArea span {
            font-size: 12px;
            color: black;
            float: right;
            margin-right: 10px;
            line-height: 24px;
        }

    .orders .leftArea ul.termsList {
    }

        .orders .leftArea ul.termsList li {
            margin-bottom: 10px;
        }

            .orders .leftArea ul.termsList li a, .orders .leftArea ul.termsList li span {
                font-size: 11px;
                color: #356c35;
            }

            .orders .leftArea ul.termsList li.reviseLink {
                margin-right: 18px;
            }

                .orders .leftArea ul.termsList li.reviseLink a, .orders .leftArea ul.termsList li.reviseLink span {
                    color: #777;
                }


.orders .rightArea {
    margin-bottom: 30px !important;
    padding: 20px;
    -webkit-box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
    box-shadow: 0px 1.5px 6px rgba(0,0,0,0.20);
    border-top: 2px solid #7cc576;
}

    .orders .rightArea.border {
        border: 1px solid #c2c2c2;
        padding: 5px;
        width: 630px;
    }

    .orders .rightArea h4 {
        color: #e13f07;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #e13f07;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .orders .rightArea .block {
        border: 1px solid #d3d3d3;
        padding-bottom: 14px;
        margin-bottom: 14px;
        padding: 5px;
    }

        .orders .rightArea .block .rightImg {
            margin: 0 auto;
        }

            .orders .rightArea .block .rightImg img {
                width: 132px;
                height: 181px;
                margin: 0 auto 15px;
            }

        .orders .rightArea .block .data {
        }

            .orders .rightArea .block .data .bookData {
                height: 136px;
                line-height: 20px;
            }

                .orders .rightArea .block .data .bookData strong {
                    display: block;
                }

                .orders .rightArea .block .data .bookData span {
                    display: block;
                }

                .orders .rightArea .block .data .bookData strong a {
                    color: #df5a0a;
                    font-size: 16px;
                    font-weight: bold;
                }

                .orders .rightArea .block .data .bookData span a {
                    color: black;
                    font-size: 13px;
                }


            .orders .rightArea .block .data .greyStrip {
                background-color: #d8d8d8;
            }

                .orders .rightArea .block .data .greyStrip strong {
                    float: right;
                    font-weight: bold;
                    color: black;
                    font-size: 12px;
                    height: 45px;
                    line-height: 45px;
                    margin-right: 10px;
                }

                .orders .rightArea .block .data .greyStrip a {
                    float: right;
                    width: 55px;
                    height: 25px;
                    display: block;
                    background-color: #356c35;
                    font-weight: bold;
                    color: white;
                    font-size: 12px;
                    text-align: center;
                    line-height: 25px;
                    margin-top: 10px;
                    margin-right: 5px;
                }

                .orders .rightArea .block .data .greyStrip span {
                    float: left;
                    font-size: 20px;
                    font-weight: bold;
                    color: #aa1212;
                    display: block;
                    background-color: #fff;
                    height: 39px;
                    padding-left: 5px;
                    padding-right: 5px;
                    margin-left: 3px;
                    margin-top: 3px;
                    line-height: 39px;
                }

    .orders .rightArea .rightHalf {
        width: 300px;
        float: right;
        border-left: 1px solid black;
        padding-left: 15px;
    }

        .orders .rightArea .rightHalf ul.boldList {
            width: 150px;
            float: right;
        }

            .orders .rightArea .rightHalf ul.boldList li {
                margin-bottom: 10px;
                text-align: left;
                font-weight: bold;
                font-size: 13px;
            }

        .orders .rightArea .rightHalf ul.normalList {
            width: 130px;
            float: right;
            margin-right: 10px;
        }

            .orders .rightArea .rightHalf ul.normalList li {
                margin-bottom: 10px;
                font-size: 13px;
            }

        .orders .rightArea .rightHalf .addressEdit {
            height: 25px;
            padding-left: 20px;
            padding-right: 20px;
            line-height: 37px;
            background-color: #356c35;
            line-height: 25px;
            text-align: center;
            color: white;
            float: left;
            font-size: 13px;
            font-weight: bold;
            margin-top: 20px;
        }

    .orders .rightArea .leftHalf {
        width: 300px;
        float: left;
    }

        .orders .rightArea .leftHalf ul {
        }

            .orders .rightArea .leftHalf ul li {
                margin-bottom: 20px;
                margin-right: 10px;
                font-size: 13px;
                font-weight: bold;
            }

                .orders .rightArea .leftHalf ul li .radio {
                }

                .orders .rightArea .leftHalf ul li strong {
                    float: right;
                }

                .orders .rightArea .leftHalf ul li span {
                    color: red;
                    font-size: 12px;
                    font-weight: bold;
                    margin-right: 10px;
                }

    .orders .rightArea h4 em {
        color: red;
        font-size: 12px;
        font-weight: bold;
    }

    .orders .rightArea .noteArea {
        border-top: 1px dotted black;
        margin-top: 20px;
        padding-top: 20px;
    }

        .orders .rightArea .noteArea .rightIcon {
            width: 68px;
            height: 68px;
            float: right;
            background-image: url('../images/noteIcon.jpg');
        }

        .orders .rightArea .noteArea .notes {
            margin-right: 10px;
            float: right;
            font-size: 11px;
            margin-top: 10px;
        }

            .orders .rightArea .noteArea .notes ul {
            }

                .orders .rightArea .noteArea .notes ul li {
                    margin-bottom: 10px;
                }

            .orders .rightArea .noteArea .notes span {
                width: 50px;
                font-weight: bold;
                color: red;
            }

        .orders .rightArea .noteArea .notesLink {
            float: left;
        }

            .orders .rightArea .noteArea .notesLink a {
                color: #356c35;
                font-size: 11px;
                text-decoration: underline;
            }

.orders .leftArea a.cartGo {
    float: left;
    width: 150px;
    height: 25px;
    display: block;
    background-color: #356c35;
    font-weight: bold;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
}

.orders .rightArea .title {
    margin-bottom: 40px;
    font-weight: bold;
    color: black;
    font-size: 22px;
}

.orders .rightArea blockquote .rightImg {
    padding: 0px;
}

    .orders .rightArea blockquote .rightImg img {
        max-width: 100%;
    }


.orders .rightArea blockquote .data {
    line-height: 20px;
}

    .orders .rightArea blockquote .data strong {
        display: block;
    }

    .orders .rightArea blockquote .data span {
        display: block;
    }

    .orders .rightArea blockquote .data strong a {
        color: #df5a0a;
        font-size: 16px;
        font-weight: bold;
    }

        .orders .rightArea blockquote .data strong a:hover {
            color: #000;
        }

    .orders .rightArea blockquote .data span a {
        color: black;
        font-size: 13px;
    }

        .orders .rightArea blockquote .data span a:hover {
            color: #8f1e1d;
        }

.orders .rightArea blockquote .bookControl {
    margin: 0px auto 10px;
    background-color: #e6e6e6;
    width: 186px;
    height: 193px;
    padding: 4px;
}

    .orders .rightArea blockquote .bookControl strong {
        text-align: center;
        display: block;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        font-weight: bold;
    }

    .orders .rightArea blockquote .bookControl .grey {
        background: #949494;
        height: 38px;
        margin-bottom: 5px;
    }

        .orders .rightArea blockquote .bookControl .grey em {
            height: 38px;
            line-height: 38px;
            margin-right: 25px;
            font-size: 15px;
            font-weight: bold;
            color: white;
            display: block;
            float: right;
        }

        .orders .rightArea blockquote .bookControl .grey .selectMain {
            float: left;
            margin-left: 10px;
            margin-top: 8px;
        }

            .orders .rightArea blockquote .bookControl .grey .selectMain select {
                float: right;
                height: 20px;
                background-color: #fff;
                margin-right: 10px;
                border: none;
                padding-right: 5px;
                font-size: 12px;
                font-weight: bold;
            }

                .orders .rightArea blockquote .bookControl .grey .selectMain select option {
                    border-bottom: 1px solid black;
                    padding: 5px;
                }

                    .orders .rightArea blockquote .bookControl .grey .selectMain select option .selected {
                        color: #ff5400;
                    }

    .orders .rightArea blockquote .bookControl .white {
        background-color: white;
        padding: 10px;
    }

        .orders .rightArea blockquote .bookControl .white ul {
        }

            .orders .rightArea blockquote .bookControl .white ul li {
                margin-bottom: 8px;
                border-bottom: 1px dotted #d2d2d2;
                padding-bottom: 8px;
            }

                .orders .rightArea blockquote .bookControl .white ul li.last {
                    border-bottom: none;
                    padding-bottom: 0px;
                    margin-bottom: 0px;
                }

                .orders .rightArea blockquote .bookControl .white ul li a {
                    display: block;
                    background-position: right;
                    background-repeat: no-repeat;
                    line-height: 24px;
                    padding-right: 30px;
                    font-weight: bold;
                    font-size: 13px;
                    height: 24px;
                }

                    .orders .rightArea blockquote .bookControl .white ul li a.add2Wish {
                        background-image: url('../images/wish.jpg');
                        color: #1b4802;
                    }

                    .orders .rightArea blockquote .bookControl .white ul li a.delet {
                        background-image: url('../images/delet.jpg');
                        color: #c10000;
                    }

.orders .rightArea .anotherBooks {
    margin-top: 50px;
    border: 1px solid #C0C0C0;
    padding: 5px;
}

    .orders .rightArea .anotherBooks .title {
        border-bottom: 1px solid #000;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }



.orders .rightArea .rightHalfFinal {
}

    .orders .rightArea .rightHalfFinal ul.boldList {
        width: 175px;
        float: right;
    }

        .orders .rightArea .rightHalfFinal ul.boldList li {
            margin-bottom: 15px;
            font-weight: bold;
            font-size: 13px;
        }

    .orders .rightArea .rightHalfFinal ul.normalList {
        width: 150px;
        float: right;
        margin-right: 10px;
    }

        .orders .rightArea .rightHalfFinal ul.normalList li {
            margin-bottom: 15px;
            font-size: 13px;
        }

.orders .rightArea .leftHalfFinal {
    float: left;
    text-align: center;
    width: 264px;
}

    .orders .rightArea .leftHalfFinal a.button {
        text-align: center;
        background-color: #950808;
        font-size: 13px;
        font-weight: bold;
        color: white;
        width: 170px;
        height: 50px;
        display: block;
        line-height: 50px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .orders .rightArea .leftHalfFinal strong {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: black;
        display: block;
        margin-top: 20px;
    }

.orders .rightArea a.contiLink {
    border: 1px solid #356c35;
    padding: 10px 15px;
    max-width: 285px;
    margin: 10px auto;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #356c35;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .orders .rightArea a.contiLink:hover {
        background-color: #356c35;
        color: #fff;
    }


.orders .rightArea h5 {
    border-bottom: 1px solid #000;
    color: #363636;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.orders .rightArea ul.formList {
}

    .orders .rightArea ul.formList li {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
        width: 295px;
        height: 20px;
    }

        .orders .rightArea ul.formList li strong {
            width: 140px;
            font-size: 12px;
            font-weight: bold;
            margin-left: 5px;
            display: block;
            float: right;
        }

#Body_slideShow img {
    width: 100% !Important;
    height: auto !important;
    max-width: 300px !important;
    margin: 0 auto 15px !important;
}

.orders .rightArea ul.formList li .input {
    width: 130px;
    float: right;
    position: relative;
}

    .orders .rightArea ul.formList li .input input {
        font-size: 12px;
        width: 145px;
        height: 20px;
    }

    .orders .rightArea ul.formList li .input .dialingCode {
        font-size: 10px;
        direction: ltr;
    }

    .orders .rightArea ul.formList li .input ul {
        left: -14px !important;
        font-size: 12px !important;
    }

        .orders .rightArea ul.formList li .input ul li {
            float: right;
            font-size: 12px !important;
            width: 100% !important;
            height: 30px !important;
            padding: 0px !important;
            margin-bottom: 1px !important;
        }

    .orders .rightArea ul.formList li .input select {
        width: 145px;
    }

    .orders .rightArea ul.formList li .input select {
        font-size: 11px;
        height: 20px;
    }


    .orders .rightArea ul.formList li .input span {
        left: -40px;
        position: absolute;
        top: 8px;
    }

.shoppingInfo .rightArea ul.formList li .input select {
    height: auto;
}

.orders .rightArea .addressEditBtn {
    height: 25px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 200px;
    line-height: 37px;
    background-color: #356c35;
    line-height: 25px;
    text-align: center;
    color: white;
    margin: 5px auto;
    display: block;
    min-width: 150px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
}

.orders .leftArea .ordersDetailsBlock {
    margin-bottom: 20px;
}

    .orders .leftArea .ordersDetailsBlock:last-child {
        margin-bottom: 0px;
    }

    .orders .leftArea .ordersDetailsBlock h3 {
        font-size: 16px;
        color: #356c35;
        margin-bottom: 30px;
        font-weight: bold;
    }

        .orders .leftArea .ordersDetailsBlock h3 a {
            background-color: #356c35;
            padding: 5px;
            padding-left: 20px;
            margin: 0 auto;
            padding-right: 20px;
            font-size: 14px;
            font-weight: normal;
            color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin-bottom: 10px;
        }

            .orders .leftArea .ordersDetailsBlock h3 a:hover {
                background-color: #7cc576;
            }

.orders .leftArea table tr td strong {
    line-height: 20px;
}

    .orders .leftArea table tr td strong a {
        color: #356c35;
        font-size: 12px;
        font-weight: bold;
    }

.orders .leftArea table tr td em {
    color: #000;
    font-size: 13px;
    font-weight: normal;
}


.orders .userInfoContent {
    border: 1px solid #ADADAD;
    padding: 20px;
    width: 600px;
    margin: 0 auto;
    padding-top: 10px;
}

    .orders .userInfoContent .title {
        border-bottom: 1px solid #e13f07;
        color: #e13f07;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

        .orders .userInfoContent .title strong {
        }

        .orders .userInfoContent .title a.editBtn {
            background-color: #356C35;
            color: white;
            display: block;
            float: left;
            font-size: 12px;
            font-weight: bold;
            height: 25px;
            line-height: 25px;
            text-align: center;
            width: 60px;
        }

    .orders .userInfoContent .rightHalfFinal {
        width: 350px;
        float: right;
        border-left: 1px solid #adadad;
        padding-left: 15px;
    }

    .orders .userInfoContent ul.boldList {
        width: 175px;
        float: right;
    }

        .orders .userInfoContent ul.boldList li {
            margin-bottom: 10px;
            text-align: left;
            font-weight: bold;
            font-size: 13px;
        }

    .orders .userInfoContent ul.normalList {
        width: 150px;
        float: right;
        margin-right: 20px;
    }

        .orders .userInfoContent ul.normalList li {
            margin-bottom: 10px;
            font-size: 13px;
        }

    .orders .userInfoContent .leftHalfFinal {
        float: left;
        text-align: center;
        width: 264px;
    }


.mainLoginMain {
    /*background-image:url('../images/login-bg.jpg');
	background-position:left;
	background-repeat:no-repeat;
	height:384px;*/
}

    .mainLoginMain .mainLogin {
        margin: 0 auto;
        margin-top: 50px;
        width: 100%;
    }

        .mainLoginMain .mainLogin .fieldLogin {
            margin-bottom: 20px;
            position: relative;
        }

            .mainLoginMain .mainLogin .fieldLogin h2 {
                font-size: 16px;
                margin-bottom: 10px;
                float: right;
            }

            .mainLoginMain .mainLogin .fieldLogin input {
                font-size: 11px;
                width: 100%;
                height: 35px;
                background-color: #fff !important;
                border: 1px solid #777;
                padding: 5px;
                box-sizing: border-box;
                position: relative;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

#Body_RblGender td {
    text-align: right;
}

#Body_RblGender {
    clear: both;
}

.checkbox label, .radio label {
    line-height: 40px;
}

.mainLoginMain .mainLogin .fieldLogin.fieldLoginRadio table {
    width: 50%;
}

.mainLoginMain .mainLogin .fieldLogin.fieldLoginRadio input, .mainLoginMain .mainLogin .fieldLogin.fieldLoginRadio label {
}

.mainLoginMain .mainLogin .fieldLogin.fieldLoginRadio h2, .mainLoginMain .mainLogin .fieldLogin.fieldLogin2 h2 {
    margin-left: 20px;
}

.mainLoginMain .mainLogin .fieldLogin.fieldLoginRadio input {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.mainLoginMain .mainLogin .fieldLogin.fieldLogin2 {
    line-height: 35px;
}

    .mainLoginMain .mainLogin .fieldLogin.fieldLogin2 select, .mainLoginMain .mainLogin .fieldLogin.fieldLogin2 input {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-left: 0;
        border: 1px solid #777;
        font-size: 14px;
        height: 35px;
    }

.loginh2 {
    display: block;
    float: none !important;
}

.mainLoginMain .mainLogin .remember {
    font-size: 14px;
}

.mainLoginMain .mainLogin .loginButton {
}

    .mainLoginMain .mainLogin .loginButton input {
        width: 100%;
        height: 40px;
        font-size: 14px;
        font-weight: bold;
        background-color: #074736;
        border: none;
        color: #fff;
        margin-top: 20px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        line-height: 40px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .mainLoginMain .mainLogin .loginButton input:hover {
            background-color: teal;
        }

.forgetPassLink {
    float: left;
    margin-top: -26px;
    color: #e13f07;
    font-size: 14px;
}

.loginButton .newUser {
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: none;
    color: #8f1e1d;
    background-color: #fff;
    margin-top: 20px;
    line-height: 40px;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #8f1e1d;
}

    .loginButton .newUser:hover {
        background-color: #8f1e1d;
        color: #fff;
    }

.mainLoginMain .mainLogin .loginButton .forgetLinks a {
    color: #4D7423;
    font-size: 16px;
}

.userEdit {
}

    .userEdit table.formTable {
        margin: 0 auto;
    }

        .userEdit table.formTable tr {
        }

            .userEdit table.formTable tr td {
                padding-bottom: 20px;
            }

                .userEdit table.formTable tr td h2 {
                    font-size: 13px;
                    font-weight: bold;
                    color: #4D7423;
                    float: right;
                    margin-left: 10px;
                    width: 145px;
                    text-align: right;
                    line-height: 25px;
                    direction: rtl;
                }

                .userEdit table.formTable tr td input, .userEdit table.formTable tr td select {
                    float: right;
                    width: 92% !important;
                    height: 35px;
                    font-size: 12px;
                    padding-right: 10px;
                    color: #000;
                    border: 1px solid #777;
                    box-sizing: border-box;
                    position: relative;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }

                .userEdit table.formTable tr td select {
                    width: 300px;
                }

                .userEdit table.formTable tr td span.dialingCode {
                    font-size: 10px;
                    direction: ltr;
                    float: left;
                    top: 24px;
                    position: relative;
                }

                .userEdit table.formTable tr.radio {
                    line-height: 30px;
                }

                .userEdit table.formTable tr.radio td {
                    padding-left: 50px;
                }

                    .userEdit table.formTable tr.radio td input {
                        width: 27px !important;
                        margin-left: 9px;
                    }

.newsLetterCheck {
    display: block;
}

    .newsLetterCheck input {
        width: auto !important;
    }

    .newsLetterCheck label {
        float: right;
        line-height: 35px;
    }

.userEdit .captcha {
    margin-top: 30px;
}

.userEdit .editButtons {
    text-align: center;
}

.userEdit .captcha span {
    display: block;
    float: right;
}

.userEdit .captcha strong {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.captchaRefresh {
}

    .captchaRefresh img {
        float: right;
    }

    .captchaRefresh a {
        background-image: url("../Images/capchabutton.gif");
        background-repeat: no-repeat;
        color: #DDDDDD;
        display: block;
        float: right;
        font-size: 0;
        height: 32px;
        margin-right: 7px;
        position: relative;
        text-decoration: none;
        top: 3px;
        width: 47px;
    }

.captcha input {
    float: right;
    width: 100%;
}

.textBoxCaptcha {
    border: 1px solid #777;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.editButtonsCenter input {
    text-align: center;
    float: none !important;
}

.editButtons {
    margin-top: 50px;
    clear: both;
}

.SumbitButtons {
    text-align: center;
    margin-top: 20px;
}

.userEdit .SumbitButtons input {
    float: none !important;
}

.SumbitButtons input {
    width: 47%;
    height: 40px;
    max-width: 250px;
    font-size: 14px;
    font-weight: bold;
    background-color: #074736;
    border: none;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .SumbitButtons input:hover {
        background-color: teal;
    }

    .SumbitButtons input.cancelButton {
        border: 1px solid #8f1e1d;
        background-color: #fff;
        color: #8f1e1d;
        margin-left: 0px;
    }

        .SumbitButtons input.cancelButton:hover {
            background-color: #8f1e1d;
            color: #fff;
        }

.forgetSlogen {
    text-align: center;
}

    .forgetSlogen h2 {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    .forgetSlogen input.forgetTextBox {
        float: none;
        background-color: #fff !important;
        border: 1px solid #777;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 11px;
        height: 35px;
        padding: 5px;
        position: relative;
        width: 80%;
    }

    .forgetSlogen .editButtons .SumbitButtons input {
        float: none;
    }

    .forgetSlogen .captchaRefresh {
        margin: 0 auto;
        width: 240px;
    }

    .forgetSlogen .errorForm {
        float: none;
    }

.payError {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    display: block !important;
    text-align: center;
    margin-top: 20px;
}

.payErrorWithoutDisplay {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
}

span.payErrorWithoutDisplay[style*="inline"] {
    display: block !important;
}

span.payErrorWithoutDisplay[style*="visible"] {
    display: block !important;
}

.finalAddress {
    font-size: 12px;
    font-weight: bold;
}

blockquote.ordersBlock {
    margin-bottom: 0px;
    position: relative;
}

    blockquote.ordersBlock table {
        text-align: right;
        direction: rtl;
        width: 100%;
    }

        blockquote.ordersBlock table tr {
        }

            blockquote.ordersBlock table tr td {
                text-align: right;
            }

                blockquote.ordersBlock table tr td:first-child {
                    width: 23%;
                }

                blockquote.ordersBlock table tr td strong {
                    font-weight: bold;
                }

                blockquote.ordersBlock table tr td.tableSeparator {
                    width: 63%;
                }

.fatoraName {
    position: absolute;
    top: -27px;
    left: 10px;
    background-color: #fff;
    width: 50px;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #aa1212;
}

.feedBackLogo {
    background-image: url('../images/thanks.jpg');
    background-position: left;
    background-repeat: no-repeat;
    width: 80px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.feedBackMsg {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #8f1e1d;
}

.feedBackMsg2 {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

    .feedBackMsg2 a {
        background-color: #074736;
        border: medium none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        margin-left: 60px;
        margin-right: 60px;
        display: block;
    }

        .feedBackMsg2 a:hover {
            background-color: teal;
        }

.logoutButton {
}

    .logoutButton a {
        background-image: url('../images/logout-ico.png');
        color: #e84d4d !important;
    }

.couponError {
    background-image: url("../Images/error-copon-ico.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: red;
    float: right;
    font-size: 12px;
    line-height: 24px;
    margin-top: 7px;
    min-height: 24px;
    padding-right: 30px;
}

.couponValid {
    background-image: url("../Images/valid-copon-ico.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: green;
    float: right;
    font-size: 12px;
    line-height: 24px;
    margin-top: 7px;
    min-height: 24px;
    padding-right: 30px;
}


.registrationValidationSummary {
    font-weight: bold;
    font-size: 12px;
    color: Red;
    float: right;
    line-height: 22px;
    margin: 18px 0px;
}

.userEdit .errorForm {
    line-height: 37px;
}

.shoppingInfo .errorForm {
    line-height: 8px;
}

    .shoppingInfo .errorForm.errorFormDown {
        left: -4px !important;
        top: 24px !important;
        margin-left: unset;
        padding-right: unset;
    }

.errorForm {
    font-weight: bold;
    font-size: 12px;
    color: Red;
    float: right;
    margin-left: 10px;
    padding-right: 10px;
    line-height: 18px;
}

.fail {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 20px;
    float: right;
}

.regErrorForm {
    font-size: 12px;
    color: Red;
    margin-bottom: 20px;
}

.regError {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 24px;
}

.errorFormText {
    font-size: 12px;
    left: -228px !important;
}

#cse-search-results iframe {
    border: medium none !important;
    width: 1000px !important;
}

#cse-search-results .gs-webResult {
    width: 1000px !important;
}

.gs-title {
    text-align: right !important;
}

.gsc-cursor-box {
    margin-top: 50px;
}

.gsc-url-bottom {
    margin-top: 5px;
}

.textButtonGoogle {
    background-color: teal;
    border: none;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 80px;
    height: 19px;
    position: absolute;
    width: 20%;
    top: 10px;
    left: 10px;
}

.googleSearch {
    background-color: #F8F8F8;
    margin: 0 auto 20px;
    padding: 10px;
    max-width: 372px;
    width: 100%;
    position: relative;
}

.search-input-1 {
    width: 76%;
}

.reqStar {
    left: -10px;
    top: 40px;
    position: absolute;
}

.userEdit .reqStar {
    position: inherit;
    float: right;
    margin-right: 6px;
    margin-top: 13px;
}

.orderError {
    font-weight: bold;
    color: Red;
    float: right;
    margin-left: 10px;
    color: red;
    float: none;
    display: inline;
    position: absolute;
    top: 0;
    left: 88px;
    padding-right: 10px;
    font-size: 10px;
    margin-right: -29px;
    margin-top: 10px;
}


.imageSlider {
    direction: ltr;
    position: relative;
}

    .imageSlider a.next, .imageSlider a.prev {
        position: absolute;
        z-index: 3;
        top: 145px;
        width: 32px;
        height: 32px;
        font-size;
    }

    .imageSlider a.next {
        right: -4px;
        background-image: url('../Images/arrow-r.png');
        background-position: top right;
    }

    .imageSlider a.prev {
        left: -4px;
        background-image: url('../Images/arrow-l.png');
        background-position: top left;
    }

    .imageSlider a.next:hover {
        right: -4px;
        background-image: url('../Images/arrow-r.png');
        background-position: right;
    }

    .imageSlider a.prev:hover {
        left: -3px;
        background-image: url('../Images/arrow-l.png');
        background-position: left;
    }

    .imageSlider a.prev:focus {
    }





.content .homeLeft .storesListing ul {
}

.content .storesListing ul li .branch {
    border: 1px solid #d3d3d3;
    margin-bottom: 14px;
    box-sizing: border-box;
}

.content .storesListing ul li .image {
    padding-top: 10px;
    padding-bottom: 15px;
}

    .content .storesListing ul li .image a {
        display: block;
    }

        .content .storesListing ul li .image a img {
            width: 100%;
            height: 136px;
        }

.content .storesListing ul li .data {
    padding: 10px;
}

    .content .storesListing ul li .data strong {
        display: block;
        margin-bottom: 10px;
    }

        .content .storesListing ul li .data strong a {
            color: #074736;
            font-weight: bold;
        }

    .content .storesListing ul li .data .time {
        background-image: url('../images/clock-icon.jpg');
        background-position: right;
        background-repeat: no-repeat;
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 22px;
        padding-right: 20px;
    }

    .content .storesListing ul li .data .locate {
        background-image: url('../images/place-grey-icon.jpg');
        background-position: top right;
        background-repeat: no-repeat;
        font-size: 13px;
        line-height: 22px;
        padding-right: 20px;
        height: 42px;
        overflow: hidden;
    }

    .content .storesListing ul li .data .time em {
        float: right;
    }

    .content .storesListing ul li .data .time i {
        margin-right: 5px;
        font-style: normal;
        float: right;
        direction: ltr;
    }

.shoppingBlocks {
    margin-bottom: 0px;
}

.orders .rightArea blockquote.shoppingBlocks ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(234, 233, 233);
}

    .orders .rightArea blockquote.shoppingBlocks ul li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.totalPriceBlock {
    background-color: #e1e6b9;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ordersDetailsBlock .buyChoose {
    margin-top: 15px;
}

    .ordersDetailsBlock .buyChoose ul li {
        margin-bottom: 10px;
        font-size: 13px;
    }

        .ordersDetailsBlock .buyChoose ul li input {
            margin-left: 4px;
        }

.relatedBlock {
    margin-top: 40px;
}

    .relatedBlock ul {
    }

        .relatedBlock ul li .bookListItem {
            border: 1px solid #d3d3d3;
            margin-bottom: 30px;
            border-bottom-left-radius: 5px;
            padding-bottom: 2px;
        }

.relatedMore {
    float: left;
}






.isloading-overlay {
    position: relative;
    text-align: center;
    background-color: rgba(0,0,0,0.5) !important;
    bottom: 0px;
}

    .isloading-overlay .isloading-wrapper {
        -webkit-border-radius: 7px;
        display: inline-block;
        line-height: 21px;
        margin: 0 auto;
        padding: 30px 50px 30px 90px;
        top: 10%;
        z-index: 9000;
        background-position: left;
        background-repeat: no-repeat;
        font-size: 13px;
        color: #09684a;
        font-weight: bold;
    }

    .isloading-overlay span {
        background-color: #fff !important;
        background-image: url('../Images/loading.gif');
        background-position: 40px !important;
    }




#dialog-message {
}

    #dialog-message object {
        width: 100%;
        height: 100%;
    }

.ui-dialog .ui-dialog-titlebar-close {
    background: url('../Images/x-ico.png');
    background-size: 18px;
    background-repeat: no-repeat;
}

.commenterBox .title {
    background-color: #c5c5ad;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-right: 15px;
}

.loginBoxMain {
    padding: 20px;
    max-width: 550px;
    width: 90%;
    margin: 0 auto;
    border: 1px solid silver;
    padding-top: 0px;
    margin-top: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .loginBoxMain .title {
        color: #00593d;
        text-align: center;
        font-weight: bold;
        margin-top: -11px;
        background-color: #fff;
        font-size: 20px;
    }

.loginFail {
    text-align: center;
    margin-bottom: 30px;
}

    .loginFail span {
        font-weight: bold;
        font-size: 12px;
        color: Red;
        margin-left: 10px;
        padding-right: 10px;
    }

    .loginFail em {
        font-size: 14px;
    }

.shoppingTable tr td {
    direction: rtl;
    text-align: right;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 22px;
    font-size: 14px;
}

    .shoppingTable tr td.Infotitle {
        font-weight: bold;
        width: 250px;
        font-size: 14px;
    }






.captcha.captchaCenter .errorForm {
    float: none;
    margin-top: 10px;
    text-align: center;
}

.captcha.captchaCenter span {
    float: none !important;
}

.contactRight {
    width: 340px;
    float: right;
}

.contactLeft {
    width: 340px;
    float: right;
}

.contactRight strong {
    margin-bottom: 0px;
    font-weight: bold;
    display: block;
}

.contactRight span {
    direction: ltr;
    display: block;
    text-align: right;
    font-size: 14px;
}

.contactLeft input {
    font-size: 11px;
    width: 90%;
    height: 35px;
    border: 1px solid #777;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.contactLeft .bigTextBox {
    font-size: 11px;
    width: 90%;
    min-height: 100px;
    border: 1px solid #777;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.contactLeft .submit {
    background-color: teal;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    height: 35px;
    cursor: pointer;
}

    .contactLeft .submit:hover {
        background-color: #00593d;
    }

.contactLeft span {
    color: red;
}

.contactLeft .successMessage {
    color: red;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cartGadget .copiesSelect {
    width: 20%;
    padding: 0px;
    margin: -6px 10px 0px;
    height: 32px;
    text-align: center;
}

.removeBorder {
    border: none !important;
}

#Body_CbSubscribe {
    width: 20px !important;
    margin-left: 5px !important;
}

#Body_CbRememberMe {
    margin-left: 5px;
}

.gsc-table-cell-thumbnail {
    float: right;
    margin-left: 10px;
}

.soonBadge {
    background-color: #84a95b;
    border-radius: 5px;
    padding: 10px;
    color: white;
    display: inline flow-root list-item;
}