﻿.StorePage {
    width: 1024px;
    float: right;
    color: #6d6e71;
    font: 15px arial;
    text-align: right;
}

    .StorePage .Title {
        display: inline-block;
        float: right;
        width: 100%;
        line-height: 30px;
        border-bottom: 1px solid #dbdbdb;
        font: bold 20px arial;
        color: #8299b1;
        height: 30px;
    }

        .StorePage .Title H1 {
            font: bold 20px arial;
            color: #8299b1;
            line-height: 30px;
            margin: 0px;
        }

        .StorePage .Title SPAN {
            color: #6d6e71 !important;
            font: normal 14px arial;
            margin-right: 5px;
        }
.storeBranches {
    display: flex;
    flex-direction: column;
}
.StoreDetails {
    float: right;
    width: 1024px;
    _height: 300px;
    margin-top: 22px;
}

    .StoreDetails .RightSide {
        float: right;
        width: 328px;
        margin-left: 20px;
    }

        .StoreDetails .RightSide .boldtext {            
            font-weight: bold !important;
        }


        .StoreDetails .RightSide .img {
            text-align: center;
            border: 5px solid #efefef;
            line-height: 140px;
            float: right;
            height: 144px;
            width: 318px;
        }

            .StoreDetails .RightSide .img IMG {
                border: 0 !important;
                margin: 0 !important;
                vertical-align: middle;
                padding: 10px;
            }

        .StoreDetails .RightSide .Details {
            float: right;
            width: 100%;
        }

            .StoreDetails .RightSide .Details .sep {
                float: right;
                height: 1px;
                width: 100%;
                background-color: #dbdbdb;
            }

            .StoreDetails .RightSide .Details .row {
                font: normal 14px arial;
                float: right;
                width: 100%;
                padding: 10px 0;
            }


                .StoreDetails .RightSide .Details .row .txt {
                    font-weight: bold;
                    float: right;
                    margin-left: 10px;
                }

                .StoreDetails .RightSide .Details .row .val {
                    float: right;
                }

    .StoreDetails .LeftSide {
        float: left;
        width: 636px;
        background-color: #efefef;
        padding: 20px;
        min-height: 213px;
        position: relative;
    }

        .StoreDetails .LeftSide .RateDetails {
            float: right;
        }

            .StoreDetails .LeftSide .RateDetails .StoreRates {
                float: right;
            }

                .StoreDetails .LeftSide .RateDetails .StoreRates .StoreStars {
                    float: right;
                    margin: 0px 10px 0 15px;
                }

                    .StoreDetails .LeftSide .RateDetails .StoreRates .StoreStars .stars {
                        display: inline-block;
                        float: right;
                        width: 80px;
                        height: 13px;
                        background: url("images/graystar-14x13.png") top right repeat-x transparent;
                        margin-top: 3px;
                    }

                        .StoreDetails .LeftSide .RateDetails .StoreRates .StoreStars .stars SPAN {
                            display: inline-block;
                            float: right;
                            max-width: 80px;
                            height: 13px;
                            background: url("images/bluestar-14x13.png") top right repeat-x transparent;
                        }

                .StoreDetails .LeftSide .RateDetails .StoreRates .ratetext {
                    float: right;
                    font-size: 16px;
                }

        .StoreDetails .LeftSide .map {
            width: 636px;
            height: 188px;
            float: right;
        }

            .StoreDetails .LeftSide .map IFRAME {
                border: 1px solid #cecece !important;
            }       

        .StoreDetails .LeftSide .text {
            color: #8196B5;
            font: bold 22px arial;
            margin-top: 20px;
        }

        .StoreDetails .LeftSide .boldtext {
            color: #6d6e71;
            font: bold 16px arial;
            float: right;
        }

        .StoreDetails .LeftSide .Rates {
            float: right;
            width: 100%;
            border-top: 1px solid #dbdbdb;
            margin: 14px 0;
            padding: 13px 0 7px;
            border-bottom: 1px solid #dbdbdb;
        }

            .StoreDetails .LeftSide .Rates .rateRow {
                float: right;
                width: 33%;
                height: 100px;
                margin-bottom: 8px;
                text-align: center;
                line-height: 2;
            }

            .StoreDetails .LeftSide .Rates .borderRight {
                border-right: 1px solid #dbdbdb;
            }

                .StoreDetails .LeftSide .Rates .rateRow .name {
                    margin-left: 5px;
                }

                /*.StoreDetails .LeftSide .Rates .rateRow .value {
                    float: right;
                }*/

                .StoreDetails .LeftSide .Rates .rateRow .stars {
                    display: inline-block;
                    float: right;
                    width: 80px;
                    height: 13px;
                    background: url("images/graystar-14x13.png") top right repeat-x transparent;
                    margin-top: 3px;
                }

                    .StoreDetails .LeftSide .Rates .rateRow .stars SPAN {
                        display: inline-block;
                        float: right;
                        max-width: 80px;
                        height: 13px;
                        background: url("images/bluestar-14x13.png") top right repeat-x transparent;
                    }


        .StoreDetails .LeftSide .RateTable {
            width: 100%;
            float: right;
            margin-top: 20px;
            padding-top: 13px;
            border-top: 1px solid #dbdbdb;
        }

            .StoreDetails .LeftSide .RateTable .TblHeader {
                float: right;
                width: 100%;
                background-color: #e9e9ea;
                color: #8299b1 !important;
                margin-top: 20px;
            }

            .StoreDetails .LeftSide .RateTable .TblRow {
                float: right;
            }

                .StoreDetails .LeftSide .RateTable .TblRow:nth-child(even) {
                    background: #e9e9ea;
                }

                .StoreDetails .LeftSide .RateTable .TblRow:nth-child(odd) {
                    background: #e0e0e0;
                }

            .StoreDetails .LeftSide .RateTable .TblCell {
                float: right;
                width: 106px;
                text-align: center;
                height: 27px;
                padding-top: 10px;
                color: #6d6e71;
                font: bold 12px arial;
            }

            .StoreDetails .LeftSide .RateTable .TblHeader .TblCell,
            .StoreDetails .LeftSide .RateTable .TblRow .TblCell:first-child {
                color: #8299b1 !important;
            }

.ReviewsList {
    float: right;
    width: 1024px;
    margin-top: 40px;
}
.ReviewsList .SortBy
        {
            display: inline-block;
            float: left;
            _width: 485px;
        }

            .ReviewsList .SortBy .SortByList
            {
                display: inline-block;
                float: left;
                font: normal 14px arial;
                color: #6d6e71;
                direction: rtl;
                padding-top: 6px;
            }

                .ReviewsList .SortBy .SortByList SPAN
                {
                    font-weight: bold;
                }

                .ReviewsList .SortBy .SortByList a
                {
                    font: 14px arial;
                    color: #8299b1;
                    text-decoration: none;
                    margin: 0 5px;
                }

                    .ReviewsList .SortBy .SortByList a:hover
                    {
                        text-decoration: underline;
                    }

                .ReviewsList .SortBy .SortByList .selected
                {
                    font: 14px arial;
                    color: #6d6e71;
                    margin: 0 5px;
                }

    .ReviewsList .ReadMore {
        display: inline-block;
        float: right;
        width: 124px;
        height: 44px;
        background: url("images/readmorebig.png") no-repeat transparent;
        cursor: pointer;
        margin-top: 10px;
        margin-right: -5px;
    }

    .ReviewsList .MoreReviews {
        display: inline-block;
        float: right;
        width: 185px;
        height: 44px;
        background: url("images/morereviews.png") no-repeat transparent;
        cursor: pointer;
        margin-top: 10px;
        margin-right: -5px;
    }

    .ReviewsList .rTitle {
        font: bold 20px arial;
        color: #6d6e71;
        border-bottom: 1px solid #dbdbdb;
        line-height: 35px;
        height: 35px;
    }

        .ReviewsList .rTitle h2 {
            font: bold 20px arial;
            color: #6d6e71;
            line-height: 35px;
            margin: 0;
            width: 50%;
            padding: 0;
            float: right;
        }        

    .ReviewsList .ReviewItem {
        float: right;
        width: 984px;
        padding: 20px;
        background-color: #efefef;
        margin-top: 20px;
    }

        .ReviewsList .ReviewItem .RightSide {
            float: right;
            width: 207px;
        }

            .ReviewsList .ReviewItem .RightSide .AuthorInfo {
                float: right;
                width: 207px;
            }

                .ReviewsList .ReviewItem .RightSide .AuthorInfo SPAN {
                    float: right;
                    margin-left: 5px;
                }

                .ReviewsList .ReviewItem .RightSide .AuthorInfo .img {
                    float: right;
                    width: 55px;
                    height: 55px;
                    margin-left: 10px;
                }

                .ReviewsList .ReviewItem .RightSide .AuthorInfo .details {
                    float: right;
                    width: 130px;
                }

                    .ReviewsList .ReviewItem .RightSide .AuthorInfo .details .row {
                        float: right;
                        width: 100%;
                    }


                        .ReviewsList .ReviewItem .RightSide .AuthorInfo .details .row .att {
                            float: right;
                            font: bold 16px arial;
                            color: #6d6e71;
                            margin-left: 5px;
                        }

                        .ReviewsList .ReviewItem .RightSide .AuthorInfo .details .row .value {
                            float: right;
                            font: normal 15px arial;
                            color: #6d6e71;
                        }

                        .ReviewsList .ReviewItem .RightSide .AuthorInfo .details .row .stars {
                            display: inline-block;
                            float: right;
                            width: 80px;
                            height: 13px;
                            _background: url("images/graystar-14x13.png") top right repeat-x transparent;
                            _margin-top: 3px;
                        }

                            .ReviewsList .ReviewItem .RightSide .AuthorInfo .details .row .stars SPAN {
                                display: inline-block;
                                float: right;
                                max-width: 80px;
                                height: 13px;
                                background: url("images/bluestar-14x13.png") top right repeat-x transparent;
                            }

                .ReviewsList .ReviewItem .RightSide .AuthorInfo .rateTxt {
                    float: right;
                    width: 100%;
                    margin-top: 13px;
                    color: #8299b1;
                    font: normal 12px arial;
                }

                .ReviewsList .ReviewItem .RightSide .AuthorInfo .RateFields {
                    float: right;
                    width: 100%;
                    font: normal 12px arial;
                    color: #767779;
                    margin-top: 14px;
                }

                    .ReviewsList .ReviewItem .RightSide .AuthorInfo .RateFields .FielsRow {
                        float: right;
                        width: 100%;
                        margin: 2px 0;
                    }

                        .ReviewsList .ReviewItem .RightSide .AuthorInfo .RateFields .FielsRow .att {
                            float: right;
                            font-weight: bold;
                            margin-left: 10px;
                            width: 77px;
                        }

                        .ReviewsList .ReviewItem .RightSide .AuthorInfo .RateFields .FielsRow .stars {
                            display: inline-block;
                            float: right;
                            width: 80px;
                            height: 13px;
                            _background: url("images/graystar-14x13.png") top right repeat-x transparent;
                            _margin-top: 3px;
                        }

                            .ReviewsList .ReviewItem .RightSide .AuthorInfo .RateFields .FielsRow .stars SPAN {
                                display: inline-block;
                                float: right;
                                max-width: 80px;
                                height: 13px;
                                background: url("images/bluestar-14x13.png") top right repeat-x transparent;
                            }

        .ReviewsList .ReviewItem .LeftSide {
            float: right;
            width: 725px;
            min-height: 170px;
            border-right: 1px solid #dbdbdb;
            padding: 0px 20px;
        }

            .ReviewsList .ReviewItem .LeftSide .Sep {
                display: inline-block;
                float: right;
                width: 654px;
                height: 1px;
                background: #dbdbdb;
                margin: 10px 0;
            }

            .ReviewsList .ReviewItem .LeftSide .paragraph {
                float: right;
                width: 100%;
                margin-bottom: 10px;
                line-height: 22px;
                position: relative;
            }

                .ReviewsList .ReviewItem .LeftSide .paragraph [data-review-deleted-help] {
                    position: absolute;
                    display: inline-block;
                    width: 24px;
                    height: 24px;
                    background: url("images/info.png") top right no-repeat transparent;
                    cursor: pointer;
                }

                .ReviewsList .ReviewItem .LeftSide .paragraph .deletedText {
                    display: inline-block;
                    margin-left: 10px;
                }

                .ReviewsList .ReviewItem .LeftSide .paragraph .title {
                    font: bold 16px arial;
                    color: #8299b1;
                }

                .ReviewsList .ReviewItem .LeftSide .paragraph .text {
                    font: normal 16px arial;
                    color: #6d6e71;
                }

.aShowFullInfo {
    text-decoration: underline;
    color: #8299b1 !important;
    cursor: pointer;
}
