﻿body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    color: #8299b1 !important;
}

.TowerBanner {
    display: inline-block;
    float: left;
    position: fixed;
    top: 2px;
    left: 5px;
}

.TowerBannerRight {
    display: inline-block;
    float: right;
    position: fixed;
    top: 2px;
    right: 5px;
}

.WiseBuy {
    display: inline-block;
    float: none;
    width: 1024px;
    direction: rtl;
}

.ErrorDiv {
    float: right;
    text-align: center;
    width: 100%;
    font: bold 22px Arial;
    color: #6d6e71;
    height: 200px;
    padding-top: 50px;
}

.scrollLoader {
    display: inline-block;
    float: right;
    width: 950px;
    text-align: center;
}

.ProdBox {
    display: inline-block;
    float: right;
    width: 1024px;
    height: 210px;
    text-align: right;
    background: #f1f2f2;
    _margin-top: 7px;
}

    .ProdBox .ProdPicBox {
        display: inline-block;
        float: right;
        width: 190px;
        height: 200px;
        background: #ffffff;
        margin: 5px;
        text-align: center;
    }

        .ProdBox .ProdPicBox .pic {
            display: inline-block;
            float: right;
            width: 190px;
            height: 200px;
            text-align: center;
        }

            .ProdBox .ProdPicBox .pic img {
                width: 100%;
                margin: 5px 0;
                object-fit: contain;
            }

        .ProdBox .ProdPicBox .EnlargeIcon {
            display: inline-block;
            float: right;
            width: 29px;
            height: 29px;
            position: relative;
            margin-top: -33px;
            margin-right: 3px;
            background: url("images/enlarge.png") no-repeat transparent;
        }

    .ProdBox .ProdInfo {
        display: inline-block;
        float: right;
        width: 673px;
        height: 195px;
        border-left: 1px solid #dbdbdb;
        text-align: right;
        margin-right: 15px;
        padding-top: 15px;
    }

        .ProdBox .ProdInfo .ProdName {
            display: inline-block;
            float: right;
            width: 673px;
            height: 52px;
            font: bold 22px arial;
            color: #6d6e71;
            margin: 0px;
        }

        .ProdBox .ProdInfo .ProdPriceRow {
            display: inline-block;
            float: right;
            width: 673px;
            font: bold 18px arial;
            color: #8299b1;
            margin-top: 3px;
        }

            .ProdBox .ProdInfo .ProdPriceRow .price {
                display: inline-block;
                float: right;
            }

            .ProdBox .ProdInfo .ProdPriceRow .StorsNum {
                display: inline-block;
                float: right;
                margin-right: 6px;
            }

        .ProdBox .ProdInfo .separator {
            display: inline-block;
            float: right;
            width: 654px;
            height: 1px;
            background: #dbdbdb;
            margin: 15px 0;
        }

        .ProdBox .ProdInfo .InfoList {
            display: inline-block;
            float: right;
            width: 560px;
        }

            .ProdBox .ProdInfo .InfoList .ListItem {
                display: inline-block;
                float: right;
                width: 280px;
                margin-bottom: 5px;
            }

                .ProdBox .ProdInfo .InfoList .ListItem .ItemIcon {
                    display: inline-block;
                    float: right;
                    width: 8px;
                    height: 8px;
                    background: url("images/paramicon.png") no-repeat transparent;
                    margin: 3px 0 0 10px;
                }

                .ProdBox .ProdInfo .InfoList .ListItem .ItemTxt {
                    display: inline-block;
                    float: right;
                    font: 14px arial;
                    color: #6d6e71;
                }

                    .ProdBox .ProdInfo .InfoList .ListItem .ItemTxt .label {
                        display: inline-block;
                        float: right;
                        font-weight: bold;
                        line-height: 15px;
                    }

                    .ProdBox .ProdInfo .InfoList .ListItem .ItemTxt .txt {
                        display: inline-block;
                        float: right;
                        margin-right: 3px;
                        line-height: 15px;
                    }

        .ProdBox .ProdInfo .FullInfoLink {
            display: inline-block;
            float: right;
            text-align: right;
            margin: 60px -3px 0 0;
        }

            .ProdBox .ProdInfo .FullInfoLink .LinkTxt {
                display: inline-block;
                float: right;
                font: bold 14px arial;
                color: #8299b1;
            }

                .ProdBox .ProdInfo .FullInfoLink .LinkTxt a {
                    text-decoration: none;
                    color: #8299b1;
                }

                    .ProdBox .ProdInfo .FullInfoLink .LinkTxt a:hover {
                        text-decoration: underline;
                    }

            .ProdBox .ProdInfo .FullInfoLink .Arrows {
                display: inline-block;
                float: right;
                margin: 2px 5px 0 0;
                font: bold 13px Arial;
                color: #8299b1;
            }

    .ProdBox .ProdRatings {
        display: inline-block;
        float: left;
        width: 134px;
        height: 210px;
        text-align: center;
        position: relative;
    }

        .ProdBox .ProdRatings .WisebuyGrade {
            display: inline-block;
            float: none;
            width: 103px;
            height: 109px;
            background: url("images/scorebig.png") no-repeat transparent;
            margin-top: -6px;
        }

            .ProdBox .ProdRatings .WisebuyGrade .GradeLabel {
                display: inline-block;
                float: right;
                width: 103px;
                text-align: center;
                font: bold 12px arial;
                color: #ffffff;
                text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.17);
                margin-top: 18px;
            }

            .ProdBox .ProdRatings .WisebuyGrade .Grade {
                display: inline-block;
                float: right;
                width: 103px;
                text-align: center;
                font: bold 40px arial;
                color: #ffffff;
                text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.17);
            }

        .ProdBox .ProdRatings .UsersRating {
            display: inline-block;
            float: right;
            width: 134px;
            text-align: center;
            _margin-top: 35px;
            position: absolute;
            left: 0px;
            bottom: 13px;
        }

            .ProdBox .ProdRatings .UsersRating .RatingLabel {
                display: inline-block;
                float: right;
                width: 134px;
                text-align: center;
                font: 14px arial;
                color: #6d6e71;
            }

            .ProdBox .ProdRatings .UsersRating .RatingStars {
                display: inline-block;
                float: none;
                width: 94px;
                height: 16px;
                background: url("images/graystar-17x16.png") top right repeat-x transparent;
                margin-top: 7px;
            }

                .ProdBox .ProdRatings .UsersRating .RatingStars span {
                    display: inline-block;
                    float: right;
                    max-width: 94px;
                    height: 16px;
                    background: url("/style/images/yellowstar-17x16.png") top right repeat-x transparent;
                }

.ProdBoxShadow {
    display: inline-block;
    float: right;
    width: 1024px;
    height: 22px;
    background: url("images/boxbottom-shadow.png") no-repeat transparent;
}

.ProdBox-BannerBox {
    display: inline-block;
    float: right;
    width: 1024px;
    text-align: center;
}

    .ProdBox-BannerBox div {
        width: auto !important;
    }

.ProdBox-BannerBox-borded {
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
}

.TabsRow {
    display: inline-block;
    float: right;
    width: 1024px;
    margin-top: 15px;
}

    .TabsRow .Tab {
        display: inline-block;
        float: right;
        width: 170px;
        height: 49px;
        background: #f8f8f8;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ececec));
        background: -webkit-linear-gradient(top, #f8f8f8 0%,#ececec 100%);
        background: -o-linear-gradient(top, #f8f8f8 0%,#ececec 100%);
        background: -ms-linear-gradient(top, #f8f8f8 0%,#ececec 100%);
        background: linear-gradient(to bottom, #f8f8f8 0%,#ececec 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ececec',GradientType=0 );
        text-align: center;
        direction: rtl;
        font: bold 16px arial;
        color: #6d6e71;
        margin-left: 5px;
        line-height: 49px;
        cursor: pointer;
    }

        .TabsRow .Tab a {
            color: #6d6e71 !important;
            text-decoration: none;
        }

        .TabsRow .Tab.Selected {
            background: #889eb5;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4OWViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YzkxYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #889eb5 0%, #7c91a8 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#889eb5), color-stop(100%,#7c91a8));
            background: -webkit-linear-gradient(top, #889eb5 0%,#7c91a8 100%);
            background: -o-linear-gradient(top, #889eb5 0%,#7c91a8 100%);
            background: -ms-linear-gradient(top, #889eb5 0%,#7c91a8 100%);
            background: linear-gradient(to bottom, #889eb5 0%,#7c91a8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#889eb5', endColorstr='#7c91a8',GradientType=0 );
            color: #ffffff;
            cursor: default;
        }

            .TabsRow .Tab.Selected a {
                color: #ffffff !important;
                text-decoration: none;
            }

        .TabsRow .Tab:hover {
            background: #889eb5;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4OWViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YzkxYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #889eb5 0%, #7c91a8 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#889eb5), color-stop(100%,#7c91a8));
            background: -webkit-linear-gradient(top, #889eb5 0%,#7c91a8 100%);
            background: -o-linear-gradient(top, #889eb5 0%,#7c91a8 100%);
            background: -ms-linear-gradient(top, #889eb5 0%,#7c91a8 100%);
            background: linear-gradient(to bottom, #889eb5 0%,#7c91a8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#889eb5', endColorstr='#7c91a8',GradientType=0 );
            color: #ffffff;
        }

            .TabsRow .Tab:hover a {
                color: #ffffff !important;
                text-decoration: none;
            }

.TabsBottomLine {
    display: inline-block;
    float: right;
    width: 1024px;
    height: 3px;
    background: #92a6bb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyYTZiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDk1YWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #92a6bb 0%, #8095ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92a6bb), color-stop(100%,#8095ac));
    background: -webkit-linear-gradient(top, #92a6bb 0%,#8095ac 100%);
    background: -o-linear-gradient(top, #92a6bb 0%,#8095ac 100%);
    background: -ms-linear-gradient(top, #92a6bb 0%,#8095ac 100%);
    background: linear-gradient(to bottom, #92a6bb 0%,#8095ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92a6bb', endColorstr='#8095ac',GradientType=0 );
}

.TitleRow {
    display: inline-block;
    float: right;
    width: 1024px;
    height: 30px;
    text-align: right !important;
    direction: rtl;
    border-bottom: 1px solid #dbdbdb;
    margin: 20px 0 10px 0;
}

    .TitleRow .TitleText {
        display: inline-block;
        float: right;
        font: bold 20px arial;
        color: #8299b1;
        line-height: 30px;
        margin: 0px;
    }

    .TitleRow .SortBy {
        display: inline-block;
        float: left;
    }

        .TitleRow .SortBy .SortByList {
            display: inline-block;
            float: right;
            font: bold 14px arial;
            color: #6d6e71;
            direction: rtl;
            padding-top: 6px;
        }

            .TitleRow .SortBy .SortByList a {
                font: 14px arial;
                color: #8299b1;
                text-decoration: none;
                margin: 0 5px;
            }

                .TitleRow .SortBy .SortByList a:hover {
                    text-decoration: underline;
                }

            .TitleRow .SortBy .SortByList .selected {
                font: 14px arial;
                color: #a0a0a1;
                margin: 0 5px;
            }

    .TitleRow .WritersName {
        display: inline-block;
        float: left;
        text-align: left;
        direction: rtl;
        margin-top: 5px;
    }

        .TitleRow .WritersName span {
            display: inline-block;
            float: right;
            font: 14px arial;
            color: #909090;
            padding: 3px;
        }

.StoresBoxes {
    display: inline-block;
    float: right;
    width: 1024px;
    margin-bottom: 30px;
}

    .StoresBoxes .AllShopsLink {
        display: inline-block;
        float: left;
        margin-top: 15px;
        font: bold 18px arial;
        color: #E4AF2D;
        cursor: pointer;
    }

        .StoresBoxes .AllShopsLink .Arrows {
            display: inline-block;            
            margin-right: 5px;
            margin-top:2px;
            font-size:15px;
        }

.StoreBox {
    display: inline-block;
    float: right;
    width: 1024px;
    height: 110px;
    background: #fbfbfb;
    text-align: right;
    direction: rtl;
    margin-top: 12px;
}

    .StoreBox .StoreLogo {
        display: inline-block;
        float: right;
        width: 113px;
        height: 40px;
        margin: 35px 10px;
        text-align: center;
    }

        .StoreBox .StoreLogo img {
            height: 100%;
        }

    .StoreBox .StoreBoxSeperator {
        display: inline-block;
        float: right;
        width: 1px;
        height: 70px;
        background: #dbdbdb;
        margin-top: 20px;
    }

    .StoreBox .StoreReviews {
        display: inline-block;
        float: right;
        width: 175px;
        text-align: right;
        margin: 15px;
    }

        .StoreBox .StoreReviews .StarsRow {
            display: inline-block;
            float: right;
            width: 175px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dbdbdb;
            margin-bottom: 12px;
        }

            .StoreBox .StoreReviews .StarsRow .Label {
                display: inline-block;
                float: right;
                text-align: right;
                direction: rtl;
                font: bold 16px arial;
                color: #9f9f9f;
            }

            .StoreBox .StoreReviews .StarsRow .Stars {
                display: inline-block;
                float: left;
                width: 80px;
                height: 13px;
                background: url("images/graystar-14x13.png") top right repeat-x transparent;
                margin-top: 3px;
            }

                .StoreBox .StoreReviews .StarsRow .Stars span {
                    display: inline-block;
                    float: right;
                    max-width: 80px;
                    height: 13px;
                    background: url("images/bluestar-14x13.png") top right repeat-x transparent;
                }

        .StoreBox .StoreReviews .ReviewsSummary {
            display: inline-block;
            float: right;
            width: 175px;
            text-align: right;
            direction: rtl;
            font: 14px arial;
            color: #8299b1;
        }

            .StoreBox .StoreReviews .ReviewsSummary a {
                text-decoration: none;
            }

            .StoreBox .StoreReviews .ReviewsSummary span {
                display: inline-block;
                float: right;
                margin-left: 5px;
            }

    .StoreBox .ProductInfo {
        display: inline-block;
        float: right;
        width: 400px;
        margin: 13px 15px 0 15px;
        text-align: right;
        direction: rtl;
    }

        .StoreBox .ProductInfo .ProductName {
            display: inline-block;
            float: right;
            width: 400px;
            font: bold 16px arial;
            color: #8299b1;
        }

        .StoreBox .ProductInfo .GeneralInfo {
            display: inline-block;
            float: right;
            width: 380px;
            font: 12px arial;
            color: #a0a0a1;
            margin-top: 8px;
        }

            .StoreBox .ProductInfo .GeneralInfo .LongDesc {
                display: none;
            }

            .StoreBox .ProductInfo .GeneralInfo .ReadMoreLink {
                display: inline-block;
                margin-right: 5px;
                text-decoration: underline;
                color: #a0a0a1;
                cursor: pointer;
            }

                .StoreBox .ProductInfo .GeneralInfo .ReadMoreLink a {
                    text-decoration: underline;
                    color: #a0a0a1;
                }

        .StoreBox .ProductInfo .DeliveryTime {
            display: inline-block;
            float: right;
            width: 400px;
            text-align: right;
            direction: rtl;
            margin-top: 8px;
        }

            .StoreBox .ProductInfo .DeliveryTime .DeliveryTimeLabel {
                display: inline-block;
                float: right;
                margin-left: 5px;
                font: bold 12px arial;
                color: #989898;
            }

            .StoreBox .ProductInfo .DeliveryTime .txt {
                display: inline-block;
                float: right;
                font: 12px arial;
                color: #989898;
            }

    .StoreBox .Prices {
        display: inline-block;
        float: right;
        width: 95px;
        margin: 13px 12px 0 12px;
        text-align: right;
        direction: rtl;
    }

        .StoreBox .Prices .Price {
            display: inline-block;
            float: right;
            width: 95px;
        }

            .StoreBox .Prices .Price .label {
                display: inline-block;
                float: right;
                font: bold 12px arial;
                color: #989898;
            }

            .StoreBox .Prices .Price .num {
                display: inline-block;
                float: right;
                font: 12px arial;
                color: #989898;
                margin-right: 5px;
            }

        .StoreBox .Prices .FinalPrice {
            display: inline-block;
            float: right;
            width: 95px;
            margin-top: 7px;
        }

        .StoreBox .Prices .FinalPriceHigh {
            margin-top: 22px !important;
        }

        .StoreBox .Prices .FinalPrice .SaleType {
            display: inline-block;
            float: right;
            width: 95px;
            font: bold 17px arial;
            color: #6d6e71;
            margin-top: 20px;
        }

        .StoreBox .Prices .FinalPrice .FinalPriceLabel {
            display: inline-block;
            float: right;
            width: 95px;
            font: bold 12px arial;
            color: #6d6e71;
        }

        .StoreBox .Prices .FinalPrice .FinalPriceNum {
            display: inline-block;
            float: right;
            width: 95px;
            font: bold 20px arial;
            color: #6d6e71;
            margin-top: 2px;
        }

    .StoreBox .Buy {
        display: inline-block;
        float: left;
        width: 118px;
        margin: 26px 8px 0 7px;
    }

        .StoreBox .Buy .BuyBtn {
            display: inline-block;
            float: right;
            width: 118px;
            height: 45px;
            background: url("images/buybtn.png") no-repeat transparent;
            cursor: pointer;
        }

        .StoreBox .Buy .BuyAt {
            display: inline-block;
            float: right;
            width: 118px;
            margin-top: 2px;
            text-align: center;
            font: 14px arial;
            color: #6d6e71;
        }

.ProReview {
    display: inline-block;
    float: right;
    width: 1024px;
    margin-top: 30px;
}

    .ProReview .ReviewBlock {
        display: inline-block;
        float: right;
        width: 1024px;
        _height: 260px;
        text-align: right;
        direction: rtl;
        background: #edf1f4;
        margin-top: 10px;
    }

        .ProReview .ReviewBlock .Good {
            display: inline-block;
            float: right;
            width: 300px;
            height: 100%;
            border-left: 1px solid #ffffff;
        }

        .ProReview .ReviewBlock .title {
            display: inline-block;
            float: right;
            width: 280px;
            font: bold 22px arial;
            color: #6d6e71;
            margin: 15px 20px 10px 0;
        }

        .ProReview .ReviewBlock .list {
            display: inline-block;
            float: right;
            height: 184px;
            overflow-y: hidden;
            direction: rtl;
            width: 240px;
        }

            .ProReview .ReviewBlock .list ul {
                margin: 0;
            }

                .ProReview .ReviewBlock .list ul li {
                    _width: 260px;
                    font: 15px arial;
                    color: #6d6e71;
                    line-height: 20px;
                    list-style-type: disc;
                }

        .ProReview .ReviewBlock .Good .GoodIcon {
            display: inline-block;
            float: left;
            width: 52px;
            height: 73px;
            background: url("images/goodicon.png") no-repeat transparent;
            position: absolute;
            margin-top: 100px;
            margin-right: -52px;
        }

        .ProReview .ReviewBlock .Bad {
            display: inline-block;
            float: right;
            width: 300px;
            height: 100%;
            border-left: 1px solid #ffffff;
        }

            .ProReview .ReviewBlock .Bad .BadIcon {
                display: inline-block;
                float: left;
                width: 52px;
                height: 73px;
                background: url("images/badicon.png") no-repeat transparent;
                position: absolute;
                margin-top: 100px;
                margin-right: -52px;
            }

        .ProReview .ReviewBlock .Overall {
            display: inline-block;
            float: right;
            width: 420px;
        }

            .ProReview .ReviewBlock .Overall .OverallTxt {
                display: inline-block;
                float: right;
                width: 380px;
                _height: 184px;
                text-align: right;
                direction: rtl;
                font: 15px arial;
                color: #6d6e71;
                margin-right: 20px;
                line-height: 20px;
            }

    .ProReview .FullReviewBtn {
        display: inline-block;
        float: left;
        width: 164px;
        height: 45px;
        margin-top: 20px;
        cursor: pointer;
        background: url("images/reviewbtnbig.png") no-repeat transparent;
    }

.UsersReviews {
    display: inline-block;
    float: right;
    width: 1024px;
    text-align: right;
    direction: rtl;
}

    .UsersReviews .ReadMore {
        display: inline-block;
        float: right;
        width: 73px;
        height: 30px;
        background: url("images/readmore.png") no-repeat transparent;
        cursor: pointer;
    }



    .UsersReviews .MoreReviews {
        display: inline-block;
        float: right;
        width: 181px;
        height: 46px;
        background: url("images/morereviews.png") no-repeat transparent;
        cursor: pointer;
    }

    .UsersReviews .ReviewBox {
        display: inline-block;
        float: right;
        width: 1024px;
        background-color: #efefef;
        padding-bottom: 15px;
        margin: 15px 0 20px 0;
    }

        .UsersReviews .ReviewBox .NameAndGrade {
            display: inline-block;
            float: right;
            width: 206px;
            margin: 30px 21px 0 0;
        }

            .UsersReviews .ReviewBox .NameAndGrade .WriterPic {
                display: inline-block;
                float: right;
                width: 50px;
                height: 50px;
                background-color: #ffffff;
                margin-left: 8px;
            }

            .UsersReviews .ReviewBox .NameAndGrade .Name {
                display: inline-block;
                float: right;
                width: 145px;
                margin-top: -5px;
            }

            .UsersReviews .ReviewBox .NameAndGrade .ReviewBoxtitle {
                display: inline-block;
                float: right;
                font: bold 16px arial;
                color: #6d6e71;
                text-align: right;
                direction: rtl;
                margin-left: 5px;
            }

            .UsersReviews .ReviewBox .NameAndGrade .NameTxt {
                display: inline-block;
                float: right;
                font: 16px arial;
                color: #7a7a7a;
                text-align: right;
                direction: rtl;
            }

            .UsersReviews .ReviewBox .NameAndGrade .ReadMoreLink {
                display: inline-block;
                float: right;
                width: 206px;
                font: 12px arial;
                color: #8299b1;
            }

                .UsersReviews .ReviewBox .NameAndGrade .ReadMoreLink a {
                    text-decoration: underline;
                    color: #8299b1;
                }

            .UsersReviews .ReviewBox .NameAndGrade .grade {
                display: inline-block;
                float: right;
                width: 145px;
            }

                .UsersReviews .ReviewBox .NameAndGrade .grade .Stars {
                    display: inline-block;
                    float: right;
                    width: 80px;
                    height: 13px;
                    background: url("images/graystar-14x13.png") top right repeat-x transparent;
                    direction: rtl;
                    margin-top: 2px;
                }

                    .UsersReviews .ReviewBox .NameAndGrade .grade .Stars span {
                        display: inline-block;
                        height: 13px;
                        max-width: 80px;
                        float: right;
                        background: url("images/yellowstar-14x13.png") top right repeat-x transparent;
                        direction: rtl;
                    }

            .UsersReviews .ReviewBox .NameAndGrade .RatingPoints {
                display: inline-block;
                float: right;
                width: 206px;
                text-align: right;
                direction: rtl;
                font: 12px arial;
                color: #8299b1;
                margin-top: 15px;
            }

        .UsersReviews .ReviewBox .ReviewDetails {
            display: inline-block;
            float: right;
            width: 755px;
            margin-top: 30px;
            border-right: 1px solid #dbdbdb;
            padding-right: 20px;
        }

            .UsersReviews .ReviewBox .ReviewDetails .ReviewTitle {
                display: inline-block;
                float: right;
                width: 775px;
                text-align: right;
                font: bold 16px arial;
                color: #8299b1;
            }

            .UsersReviews .ReviewBox .ReviewDetails .ReviewMainTxt {
                display: inline-block;
                float: right;
                width: 665px;
                font: 16px arial;
                color: #6d6e71;
                text-align: right;
                direction: rtl;
                margin-top: 5px;
            }

            .UsersReviews .ReviewBox .ReviewDetails .ReviewsSeparator {
                display: inline-block;
                float: right;
                width: 757px;
                height: 1px;
                background-color: #dbdbdb;
                margin: 10px 0;
            }

            .UsersReviews .ReviewBox .ReviewDetails .ups {
                display: inline-block;
                float: right;
                width: 757px;
                padding-bottom: 10px;
            }

                .UsersReviews .ReviewBox .ReviewDetails .ups .UpsTitle {
                    display: inline-block;
                    float: right;
                    text-align: right;
                    font: bold 16px arial;
                    color: #8299b1;
                    width: 665px;
                    margin-bottom: 5px;
                }

                .UsersReviews .ReviewBox .ReviewDetails .ups .UpsTxt {
                    display: inline-block;
                    float: right;
                    width: 665px;
                    font: 16px arial;
                    color: #6d6e71;
                    text-align: right;
                    direction: rtl;
                }

                .UsersReviews .ReviewBox .ReviewDetails .ups .thumbUp {
                    display: inline-block;
                    float: left;
                    width: 52px;
                    height: 73px;
                    background: url("images/thumbup.png") no-repeat;
                    margin-top: -10px;
                }

            .UsersReviews .ReviewBox .ReviewDetails .downs {
                display: inline-block;
                float: right;
                width: 757px;
            }

                .UsersReviews .ReviewBox .ReviewDetails .downs .DownsTitle {
                    display: inline-block;
                    float: right;
                    text-align: right;
                    font: bold 16px arial;
                    color: #8299b1;
                    width: 665px;
                    margin-bottom: 5px;
                }

                .UsersReviews .ReviewBox .ReviewDetails .downs .DownsTxt {
                    display: inline-block;
                    float: right;
                    width: 665px;
                    font: 16px arial;
                    color: #6d6e71;
                    text-align: right;
                    direction: rtl;
                }

                .UsersReviews .ReviewBox .ReviewDetails .downs .thumbDown {
                    display: inline-block;
                    float: left;
                    width: 52px;
                    height: 73px;
                    background: url("images/thumbdown.png") no-repeat;
                    margin-top: -10px;
                }

.HorizontalSeparator {
    display: inline-block;
    float: right;
    width: 1024px;
    height: 1px;
    background: #dbdbdb;
    margin: 30px 0;
}

.BuyingGuides {
    display: inline-block;
    float: right;
    width: 1024px;
    height: 156px;
    background: url("images/guides-bg.png") no-repeat transparent;
    text-align: right;
    direction: rtl;
}

    .BuyingGuides .BuyingGuidesTitle {
        display: inline-block;
        float: right;
        width: 1000px;
        height: 61px;
        font: bold 24px arial;
        color: #ffffff;
        line-height: 61px;
        margin-right: 20px;
    }

    .BuyingGuides .BuyingGuidesList {
        display: inline-block;
        float: right;
        width: 335px;
        text-align: right;
        direction: rtl;
        margin: 15px 20px 0 0;
    }

        .BuyingGuides .BuyingGuidesList .GuideLink {
            display: inline-block;
            float: right;
            width: 335px;
        }

            .BuyingGuides .BuyingGuidesList .GuideLink .Icon {
                display: inline-block;
                float: right;
                width: 8px;
                height: 9px;
                background: url("images/guidelinkicon.png") no-repeat transparent;
                margin: 5px 0 0 10px;
            }

            .BuyingGuides .BuyingGuidesList .GuideLink .LinkText {
                display: inline-block;
                float: right;
                text-align: right;
                font: 16px arial;
                color: #6d6e71;
                line-height: 20px;
            }

                .BuyingGuides .BuyingGuidesList .GuideLink .LinkText a {
                    text-decoration: none;
                    color: #6d6e71;
                }

                    .BuyingGuides .BuyingGuidesList .GuideLink .LinkText a:hover {
                        text-decoration: underline;
                    }
@media only screen and (max-width: 1030px) {
    .Footer {
        width: unset;
    }
}
.Footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    border-top: 11px solid #dadada;
    background: #efefef;
    padding-bottom: 55px;
}

    .Footer .FooterContent {
        display: inline-block;
        float: none;
        width: 1024px;
        margin-top: 48px;
        text-align: right;
        direction: rtl;
        padding-right: 10px;
    }

        .Footer .FooterContent .Credit {
            float: left;
            margin-left: 20px;
            font: bold 8px arial;
            text-decoration: none;
            direction: ltr;
            width: 100%;
            text-align: left;
        }

            .Footer .FooterContent .Credit a {
                text-decoration: none;
            }

        .Footer .FooterContent .ContentSection {
            display: inline-block;
            float: right;
            width: 236px;
            margin-left: 20px;
        }

            .Footer .FooterContent .ContentSection .title {
                display: inline-block;
                float: right;
                width: 236px;
                font: bold 17px arial;
                color: #acc2d9;
                line-height: 25px;
                border-bottom: 1px solid #68686a;
            }

            .Footer .FooterContent .ContentSection .LinksList {
                display: inline-block;
                float: right;
                width: 236px;
                margin-top: 16px;
                /* border-bottom: 1px solid #68686a; */
            }

                .Footer .FooterContent .ContentSection .LinksList a {
                    display: inline-block;
                    float: right;
                    width: 236px;
                    font: 15px arial;
                    color: #58585a !important;
                    text-decoration: none;
                    line-height: 20px;
                }

                    .Footer .FooterContent .ContentSection .LinksList a:hover {
                        text-decoration: underline;
                    }

.SocialMediaIconsSection {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.socMediaIconImg {
    margin-left: 10px;
    width: 30px;
}

.BannerRow {
    display: inline-block;
    float: right;
    width: 100%;
    height: 120px;
    background: #d2d0d1;
    text-align: center;
}

    .BannerRow .Banner {
        display: inline-block;
        float: none;
        width: 728px;
        height: 60px;
        margin-top: 30px;
        background: #a8a8a8;
    }

.Header {
    display: inline-block;
    float: right;
    width: 1024px;
    text-align: right;
    direction: rtl;
    padding: 30px 0 27px 0px;
}

    .Header .WisebuyLogo {
        display: inline-block;
        float: left;
        border: 0;
        height: 97px;
        width: 198px;
    }

    .Header .HeaderLogo {
        display: inline-block;
        float: left;
        margin-bottom: 2px;
    }

        .Header .HeaderLogo .Space {
            border-top: 1px solid #DBDBDB;
            margin-top: 14px;
            display: inline-block;
            width: 100%;
        }

    .Header .WisebuyLogo IMG {
        border: 0 !important;
    }

    .Header .HeaderLinks {
        display: inline-block;
        float: right;
        width: 820px;
        text-align: right;
        font: bold 12px arial;
        color: #a6a6a6;
    }

        .Header .HeaderLinks a {
            display: inline-block;
            float: right;
            font: bold 12px arial;
            color: #a6a6a6;
            text-decoration: none;
            padding: 0 5px;
        }

            .Header .HeaderLinks a:hover {
                text-decoration: underline;
            }

        .Header .HeaderLinks span {
            display: inline-block;
            float: right;
        }

    .Header .HeaderSearchRow {
        display: inline-block;
        float: right;
        width: 500px;
        height: 49px;
        margin-top: 86px;
        background: url("images/searchinputbig.png") no-repeat transparent;
    }

        .Header .HeaderSearchRow .SearchInput {
            display: inline-block;
            float: right;
            width: 396px;
            height: 39px;
            text-align: right;
            margin: 0px 0px 5px 19px;
        }

            .Header .HeaderSearchRow .SearchInput input {
                display: inline-block;
                float: right;
                width: 396px;
                height: 39px;
                border: 0;
                background: transparent;
                font: 16px arial;
                color: #868686;
                line-height: 39px;
                outline: none;
            }

        .Header .HeaderSearchRow .SearchBtn {
            display: inline-block;
            float: right;
            width: 80px;
            height: 39px;
            border: 0;
            background: url("images/searchbtn.png") no-repeat transparent;
            outline: none;
            margin-top: 5px;
            cursor: pointer;
            font-size: 0px;
        }

    .Header .Slogan {
        float: left;
        width: 100%;
        height: 20px;
        display: inline-block;
    }

        .Header .Slogan H1, .Header .Slogan span {
            font: normal 14px arial;
            float: left;
            padding-left: 0px;
            color: #6d6e71;
            margin-top: 6px;
        }

        .Header .Slogan a {
            color: #6d6e71 !important;
            text-decoration:none;
        }

        .breadCrumbsContainer {
    float: right;
    width: 100%;
    text-align: right;
    font: normal 12px Arial;
    color: #6e6f71;
    border-bottom: 1px solid #DBDBDB;
    padding: 7px 0;
    margin: 19px 0;
}

    .breadCrumbsContainer .breadCrumbHomePage {
        display: none;
    }

    .breadCrumbsContainer a {
        float: right;
        color: #8199B3;
    }

            .breadCrumbsContainer span.sep {
                float: right;
                display: inline-block;
                font-size: 10px;
                font-weight: bold;
                margin: 2px 10px 0 5px;
                color: #8299B1;
            }

.ButtonsRow {
    display: inline-block;
    float: right;
    width: 1024px;
    text-align: right;    
}

    .ButtonsRow .Button {
        display: inline-block;
        float: right;
        width: 90px;
        height: 65px;
        text-align: center;        
        background: #afc3d9;
        box-shadow: inset 0 0 5px 0 rgba(0,0,0,.1);
        cursor: pointer;
    }

        .ButtonsRow .Button a {
            width: 100px;
            height: 65px;
        }

        .ButtonsRow .Button.Big {
            width: 166px;
            font: bold 20px arial;
            color: #ffffff;
            line-height: 65px;
            background: #7c95af;
        }

        .ButtonsRow .Button.active {
            background: #607183;
        }

        .ButtonsRow .Button.Big a {
            text-decoration: none;
            color: #ffffff;
        }

        .ButtonsRow .Button .Txt {
            display: inline-block;
            float: right;
            width: 90px;
            text-align: center;
            font: bold 12px arial;
            color: #ffffff;
        }

        .ButtonsRow .Button .HeadphonesIcon {
            display: inline-block;
            float: none;
            width: 37px;
            height: 28px;
            background: url("images/headphone.png") no-repeat transparent;
            margin-top: 10px;
        }

        .ButtonsRow .Button .CellIcon {
            display: inline-block;
            float: none;
            width: 16px;
            height: 28px;
            background: url(images/cellphone.png) no-repeat;
            margin-top: 10px;
        }

        .ButtonsRow .Button .TvIcon {
            display: inline-block;
            float: none;
            width: 37px;
            height: 28px;
            background: url("images/tv.png") no-repeat transparent;
            margin-top: 10px;
        }        

        .ButtonsRow .Button .LaptopsIcon {
            display: inline-block;
            float: none;
            width: 28px;
            height: 28px;
            background: url("images/pclaptop.png") no-repeat transparent;
            margin-top: 10px;
        }

.ProductDetails {
    display: inline-block;
    float: right;
    width: 1024px;
    text-align: right;
    direction: rtl;
}

.ProductImages {
    display: inline-block;
    float: right;
    width: 1024px;
    text-align: center;
    direction: rtl;
}

    .ProductImages img {
        max-height: 320px;
        margin-left: 10px !important;
    }

.RatingStarsSmall {
    margin-right: 10px;
    display: inline-block;
    float: none;
    width: 94px;
    height: 16px;
    background: url("images/graystar-17x16.png") top right repeat-x transparent;
    margin-top: 7px;
}

    .RatingStarsSmall span {
        display: inline-block;
        float: right;
        max-width: 94px;
        height: 16px;
        background: url("/style/images/yellowstar-17x16.png") top right repeat-x transparent;
    }

.BackToTopLink {
    display: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    padding: 0 15px;
    line-height: 32px;
    font-family: Arial;
    font-size: 14px;
    color: #7f8184;
    font-weight: bold;
    border-radius: 3px;
    z-index: 9;
    text-decoration: none;
}

    .BackToTopLink SPAN {
        display: inline-block;
        float: right;
        height: 80px;
        width: 80px;
        background: url("images/backtotop.png") no-repeat transparent;
    }

.Paginating {
    display: inline-block;    
    width: 100%;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #dbdbdb;
}

    .Paginating .NumRow {
        text-align: center;
        margin: 0px auto;
        display: inline-block;
    }

        .Paginating .NumRow .BackwardBtn {
            display: inline-block;
            float: left;
            width: 29px;
            height: 29px;
            background: url("images/backwardbtn.png") no-repeat #EFEFEF;
            cursor: pointer;
            margin: 0 4px 0 3px;
            border: 3px double white;
            border-radius: 3px;
        }

            .Paginating .NumRow .BackwardBtn:hover {
                background: url("images/backwardbtn.png") no-repeat #CDCDCD;
            }


            .Paginating .NumRow .BackwardBtn:active {
                background: url("images/backwardbtnactive.png") no-repeat #EFEFEF;
            }

        .Paginating .NumRow .DoubleBackwardBtn {
            display: inline-block;
            float: left;
            width: 29px;
            height: 29px;
            background: url("images/doublebackwardbtn.png") no-repeat #EFEFEF;
            cursor: pointer;
            margin: 0 4px 0 3px;
            border: 3px double white;
            border-radius: 3px;
        }

            .Paginating .NumRow .DoubleBackwardBtn:hover {
                background: url("images/doublebackwardbtn.png") no-repeat #CDCDCD;
            }

            .Paginating .NumRow .DoubleBackwardBtn:active {
                background: url("images/doublebackwardbtnactive.png") no-repeat #EFEFEF;
            }

        .Paginating .NumRow .DisabledDoubleBackwardBtn {
            display: inline-block;
            float: left;
            width: 29px;
            height: 29px;
            background: url("images/disableddoublebackwardbtn.png") no-repeat #EFEFEF;
            cursor: default;
            border: 3px double white;
            border-radius: 3px;
        }

            .Paginating .NumRow .DisabledDoubleBackwardBtn:hover {
                background: url("images/disableddoublebackwardbtn.png") no-repeat #CDCDCD;
            }

        .Paginating .NumRow .DisabledBackwardBtn {
            display: inline-block;
            float: left;
            width: 29px;
            height: 29px;
            background: url("images/disabledbackwardbtn.png") no-repeat #EFEFEF;
            cursor: default;
            margin: 0 4px 0 3px;
            border: 3px double white;
            border-radius: 3px;
        }

            .Paginating .NumRow .DisabledBackwardBtn:hover {
                background: url("images/disabledbackwardbtn.png") no-repeat #CDCDCD;
            }

        .Paginating .NumRow .selectedNumBtn {
            display: inline-block;
            float: left;
            width: 29px;
            height: 29px;
            background-color: #ACC2D9;
            font: 16px arial;
            text-align: center;
            line-height: 29px;
            cursor: default;
            margin: 0 3px;
            text-decoration: none;
            border: 3px double white;
            border-radius: 3px;
        }

        .Paginating .NumRow .NumBtn {
            display: inline-block;
            float: left;
            width: 29px;
            height: 29px;
            background-color: #EFEFEF;
            font: 16px arial;
            text-align: center;
            line-height: 29px;
            cursor: pointer;
            margin: 0 3px;
            text-decoration: none;
            border: 3px double white;
            border-radius: 3px;
        }

        .Paginating .NumRow a.NumBtn {
            color: #8B8B8B !important;
        }

        .Paginating .NumRow a.selectedNumBtn {
            color: #ffffff !important;
        }

        .Paginating .NumRow .NumBtn:hover {
            background-color: #CDCDCD;
        }

        .Paginating .NumRow .NumBtn:active {
            background-color: #EFEFEF;
        }

        .Paginating .NumRow .ForwordBtn {
            display: inline-block;
            float: left;
            width: 29px;
            height: 29px;
            background: url("images/forwordbtn.png") no-repeat #EFEFEF;
            cursor: pointer;
            margin: 0 4px 0 3px;
            border: 3px double white;
            border-radius: 3px;
        }

            .Paginating .NumRow .ForwordBtn:hover {
                background: url("images/forwordbtn.png") no-repeat #CDCDCD;
            }

            .Paginating .NumRow .ForwordBtn:active {
                background: url("images/forwordbtnactive.png") no-repeat #EFEFEF;
            }

        .Paginating .NumRow .DoubleForwordBtn {
            display: inline-block;
            float: left;
            width: 29px;
            height: 29px;
            background: url("images/doubleforwordbtn.png") no-repeat #EFEFEF;
            cursor: pointer;
            border: 3px double white;
            border-radius: 3px;
        }

            .Paginating .NumRow .DoubleForwordBtn:hover {
                background: url("images/doubleforwordbtn.png") no-repeat #CDCDCD;
            }

            .Paginating .NumRow .DoubleForwordBtn:active {
                background: url("images/doubleforwordbtnactive.png") no-repeat #EFEFEF;
            }

.Dictionary {
    display: inline-block;
    float: right;
    width: 1034px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: right;
}

    .Dictionary .DictionaryTitle {
        display: inline-block;
        float: right;
        width: 1024px;
        height: 30px;
        text-align: right;
        font: bold 20px arial;
        color: #6d6e71;
        border-bottom: 1px solid #dbdbdb;
    }

    .Dictionary .WordsList {
        float: right;
        width: 100%;
        margin: 10px 0;
        font: 14px arial;
        height: 170px;
        position: relative;
        overflow: hidden;
    }

    .Dictionary .WordSeparator {
        display: inline-block;
        float: right;
        width: 1px;
        height: 175px;
        background: #d3d3d3;
        margin-top: 2px;
        margin-left: 10px;
    }

    .Dictionary .ShowAllWords {
        display: inline-block;
        float: right;
        width: 900px;
        height: 30px;
        text-align: left;
        font: bold 14px arial;
        color: #8299b1;
        cursor: pointer;
    }

        .Dictionary .ShowAllWords span {
            display: inline-block;            
            font-size:12px;
        }

    .Dictionary .WordColumn {
        float: right;
    }

        .Dictionary .WordColumn .WordRow {
            float: right;
            width: 100%;
            margin-bottom: 5px;
            height: 23px;
            overflow: hidden;
        }

            .Dictionary .WordColumn .WordRow A {
                text-decoration: none;
                float: right;
                color: #8299b1;
                line-height: 23px;
                direction: rtl;
            }


.TextPage {
    color: #6d6e71;
    font: 15px arial;
    text-align: right;
}

    .TextPage .PageTitle {
        display: inline-block;
        float: right;
        width: 100%;
        line-height: 30px;
        border-bottom: 1px solid #dbdbdb;
        font: bold 20px arial;
        color: #8299b1;
        padding-bottom: 5px;
    }

    .TextPage .PageBody {
        float: right;
        width: 100%;
        margin-top: 10px;
        line-height: 23px;
    }

        .TextPage .PageBody UL LI {
            list-style-type: none;
        }

/**/

.InfoTooltip {
    display: none; /* inline-block;*/
    width: 248px;
    position: absolute;
    top: 812px;
    left: 493px;
    z-index: 5000;
}

    .InfoTooltip .TooltipTop {
        display: inline-block;
        float: right;
        width: 248px;
        height: 4px;
        background: url("https://img.zap.co.il/imgs/newui/tooltip-top.png") no-repeat transparent;
    }

    .InfoTooltip .TooltipCenter {
        display: inline-block;
        float: right;
        width: 248px;
        background: url("https://img.zap.co.il/imgs/newui/tooltip-center.png") repeat-y transparent;
    }

        .InfoTooltip .TooltipCenter .TooltipArrow {
            display: inline-block;
            float: right;
            width: 10px;
            height: 15px;
            background: url("https://img.zap.co.il/imgs/newui/tooltiparrow-right.png") no-repeat;
            position: absolute;
            _margin: 25px 0 0 245px;
            right: -8px;
            top: 28px;
        }

        .InfoTooltip .TooltipCenter .TooltipColseBtn {
            display: inline-block;
            float: left;
            width: 23px;
            height: 23px;
            background: url("https://img.zap.co.il/imgs/newui/tooltipclosebtn.png") no-repeat;
            cursor: pointer;
            position: absolute;
            left: 0px;
            margin: -10px 0 0 -10px;
        }

            .InfoTooltip .TooltipCenter .TooltipColseBtn:hover {
                background: url("https://img.zap.co.il/imgs/newui/tooltipclosebtnhover.png") no-repeat;
            }

            .InfoTooltip .TooltipCenter .TooltipColseBtn:active {
                background: url("https://img.zap.co.il/imgs/newui/tooltipclosebtnactive.png") no-repeat;
            }

    .InfoTooltip .TooltipBottom {
        display: inline-block;
        float: right;
        width: 248px;
        height: 4px;
        background: url("https://img.zap.co.il/imgs/newui/tooltip-bottom.png") no-repeat transparent;
    }

    .InfoTooltip .TooltipCenter .ToolTipInfo {
        display: inline-block;
        float: right;
        width: 228px;
        text-align: right;
        font: 14px arial;
        color: #7a7a7a;
        padding: 10px 10px 10px 0;
        direction: rtl;
    }

        .InfoTooltip .TooltipCenter .ToolTipInfo .TooltipTitle {
            display: inline-block;
            float: right;
            width: 228px;
            font: bold 16px arial;
            color: #8299b1;
            padding-bottom: 5px;
        }

/* End of Tooltip Style */

/**/
.MilonTxt {
}

.MilonDesc {
    display: none;
}

.MilonLink {
    color: #8199B3 !important;
    text-decoration: none;
}

#tat_table {
    text-align: right;
}

    #tat_table #close a {
        float: left;
    }


.Martef {
    display: inline-block;
    _float: right;
    width: 1024px;
    background-color: #ffffff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #c8c8c8;
}

    .Martef .martef-item {
        display: inline-block;
        float: right;
        width: 255px;
        height: 160px;
        padding: 19px 0;
        text-align: center;
        border-left: 1px solid #c8c8c8;
    }


        .Martef .martef-item:last-child {
            border-left: 0px !important;
        }

.ToMobile {
    display: inline-block;
    float: right;
    font: 32pt Arial bold;
    width: 100%;
    height: 66px;
    background: #acc2d9;
    box-shadow: 5px 7px 5px #888888;
    color: #ffffff;
    border-radius: 6px;
    margin-bottom: 10px;
    direction: rtl;
    text-align: center;
    line-height: 54px;
}

.ErrorPage {
    float: right;
    width: 100%;
    height: 145px;
    padding: 20px;
    background-color: #efefef;
    text-align: right;
}

    .ErrorPage img {
        float: right;
    }

    .ErrorPage .left-box {
        float: right;
        margin-right: 20px;
    }

        .ErrorPage .left-box .title {
            font: bold 20px arial;
            color: #6d6e71;
            border-bottom: 1px solid #dbdbdb;
            padding-bottom: 10px;
        }

        .ErrorPage .left-box .text {
            font: normal 16px arial;
            color: #6d6e71;
            padding-top: 10px;
            line-height: 24px;
        }

            .ErrorPage .left-box .text a {
                text-decoration: none;
                font-weight: bold;
            }

.About .TextPage .PageBody UL LI {
    list-style-type: disc;
}

[data-rule="mailingListForm"] {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    text-align: right;
    border-top: 1px solid #68686a;
    font-family: arial;
    position:relative;
}

[data-rule="registrationLoader"] {
    position: absolute;
    top: 69%;
    left: 33%;
}

.mailingList {
    direction: rtl;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

    .mailingList .envelope {
        display: none;
    }

    .mailingList .titleMailing {
        font-size: 18px;
        font-weight: bold;
        font-family: arial;
        color: #646464;
    }

    .mailingList .input {
        display: inline-block;
        float: right;
        width: 160px;
        height: 32px;
        margin-left: 8px;
        line-height: 32px;
    }

    .mailingList .personal-privacy-wrp {
        font-size: 12px;
        display: flex;
        align-items: center;
    }

        .mailingList .personal-privacy-wrp div{
            display:inline-block;
        }

.personalPrivacyErrorText {
    color: red;
    font-size: 12px;
}

.FooterContent .personal-privacy-wrp {
    color: #A1A1A1;
}

.mailingList .mailingListText {
    font: bold 18px arial;
    display: flex;
}

    .mailingList .input input {
        display: inline-block;
        float: right;
        width: 160px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #D7D7D7;
        direction: rtl;
        outline: none;
        font: 13px arial;
        color: #3c3c3c;
        text-align: right;
        text-indent: 5px;
        margin-top: 5px;
        padding-right: 7px;
    }

    .mailingList .SubmitBtn {
        display: inline-block;
        float: left;
        width: 57px;
        height: 32px;
        margin-top: 5px;
    }

        .mailingList .SubmitBtn [data-rule='btnMailingList'] {
            width: 57px;
            height: 36px;
            background-color: #A0B4C9;
            border: none;
            font: bold 15px arial;
            cursor: pointer;
            color: #FFFFFF;
        }

    .mailingList .ApprovalDiv {
        margin-top: 20px;
        display: inline-block;
        font: 12px arial;
        color: #A1A1A1;
    }


[data-rule="mailingListForm"].full, [data-rule="mailingListForm"].small {
    border: 0;
    background-color: #fecc51;
    position: relative;
    margin-top: 50px;
    border-bottom: 5px solid #4e5153;
}

    [data-rule="mailingListForm"].full .mailingList, [data-rule="mailingListForm"].small .mailingList {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

        [data-rule="mailingListForm"].full .mailingList .envelope, [data-rule="mailingListForm"].small .mailingList .envelope {
            display: inline-block;
            position: absolute;
            top: -45px;
            right: 40px;
            width: 68px;
            height: 65px;
            background: url("/images/envelope.png") top right repeat-x transparent;
        }

        [data-rule="mailingListForm"].full .mailingList .titleMailing, [data-rule="mailingListForm"].small .mailingList .titleMailing {
            float: right;
            width: 350px;
            font-size: 17px;
            line-height: 65px;
            vertical-align: bottom;
            height: 38px;
            color: #4e5153;
        }

        [data-rule="mailingListForm"].full .mailingList .input, [data-rule="mailingListForm"].small .mailingList .input {
            width: 352px;
            height: 33px;
            line-height: 33px;
        }

            [data-rule="mailingListForm"].full .mailingList .input input, [data-rule="mailingListForm"].small .mailingList .input input {
                width: 352px;
                height: 33px;
                color: #a7a7a7;
            }

        [data-rule="mailingListForm"].small .mailingList .mailingListText {
            margin-top: 12px;
        }

        [data-rule="mailingListForm"].full .mailingList .SubmitBtn {
            width: 67px;
            height: 33px;
        }

            [data-rule="mailingListForm"].full .mailingList .SubmitBtn [data-rule='btnMailingList'] {
                width: 67px;
                height: 37px;
                background-color: #4e5153;
            }

        [data-rule="mailingListForm"].full .mailingList .ApprovalDiv {
            text-align: left;
            width: 100%;
            margin-top: 10px;
            color: #4e5153;
        }

[data-rule="mailingListForm"].small {
    margin-top: 20px;
}

    [data-rule="mailingListForm"].small .mailingList .personal-privacy-wrp {
        width: 100%;
    }

    [data-rule="mailingListForm"].small .mailingList {
        margin-top: 5px;
    }

        [data-rule="mailingListForm"].small .mailingList .titleMailing {
            width: 100%;
            font-size: 22px;
            line-height: 50px;
        }

        [data-rule="mailingListForm"].small .mailingList .input {
            width: 160px;
        }

            [data-rule="mailingListForm"].small .mailingList .input input {
                width: 160px;
            }

        [data-rule="mailingListForm"].small .mailingList .SubmitBtn [data-rule='btnMailingList'] {
            background-color: #4e5153;
        }

        [data-rule="mailingListForm"].small .mailingList .ApprovalDiv {
            color: #4e5153;
            font-size: 11px;
            margin-top: 10px;
        }

.grecaptcha-badge {
    visibility: collapse !important;
}

.anchorHash
{
    display:inline-block;
    float:right;
}

.sectionsAnchorHash {
    display: inline-block;    
}

.Product .TabsRow {
    margin: 15px 0 0 0;
    padding: 0;
}

.Product .TabsRow li {
    margin: 0;
    padding: 0;
    list-style: none;
}