@CHARSET "UTF-8";

div.body {
    width: 820px !important;
}

div.body .caption {
    font-size: 8pt;
    color: #555;
    padding: 2px 0px;
    }

div.body .summary {
    margin-top: 10px;
    padding: 0 0 0.5em 0;
}
    div.body .summary p,
    div.body .summary li {
        color: #555;
    }
    
    div.body .summary .businesses-description{
        width: 820px;
    }
            div.body .summary .businesses-description .amenities-list-wrapper ul{
                margin: 0 20px;
                padding: 0;
                float: left;
            }
            div.body .summary .businesses-description .amenities-list-wrapper ul li{
                color: #555;
                text-align: left;
            }
    
    div.body .summary .attributes {
        font-size: 10pt;
        margin: 0;
    }
        div.body .summary .attributes a {
            color: #555;
            text-decoration: none;
        }
    div.body .summary .byline {
        margin: 0 0 1em 0;
        font-size: 8pt;
    }
    div.body .summary .description {
        height: 6.9em;
        overflow: hidden;
        margin-bottom: 1em;
    }
        div.body .summary .description h3 {
            color: #555;
            font-size: 9pt;
            margin: 2em 0 1em 0;
        }
        div.body .summary .description p {
            margin: 0 0 1.4em 0;
        }
        div.body .summary div.attach-photo {
            float: right;
            position: relative;
        }
            div.body .summary div.attach-photo div.wrapper {
                position: absolute;
                right: 0;
                top: 0;
                width: 110px;
            }
            div.body .summary div.attach-photo a.button {
                display: inline-block;
                
                font-family: MS Shell Dlg, Lucida Grande, inherit;
                text-decoration: none;
                white-space: nowrap;
                
                background: url(../img/rewards/button-gradient.png) bottom center #FFF repeat-x;
                color: black;
                border: 1px solid #999;
                
                line-height: 31px;
                padding: 0 1em;
                margin: 0;
            }
            div.body .summary div.attach-photo object {
                width: 110px;
                height: 33px;
            }
    div.body .summary .expander {
        clear: left;
        text-align: right;
        font-size: 8pt;
    }
        div.body .summary .expander .collapse {
            display: none;
        }

    div.body .summary  div.rating-box {
        position: relative;
        
        margin: 10px 0px;
        border: 1px solid #999;
        padding: 6px;
        
        width: 150px;
        
        color: #555;
    }
        div.body .summary div.rating-box span {
            position: absolute;
            right: 6px;
        }   

    div.body .summary  div.scores .one-score{
        float: left;
        width: 50%;
        height: 40px;
    }
        div.body .summary  div.scores .one-score h2{
            color:#555;
            font-size: 100%;
            font-weight: normal;
            margin: 0;
        }

    div.body .summary div.attributes ul {
        margin-left: 15px;
        padding-left: 0px;
        color: #555;
    }
    
        /* Advertising box */
        .container {
            position: relative;
        }
        .box.charting {
            float: right;
            width: 260px;
        }
            .box.charting h1 {
                margin: 0px;
                padding: 6px 8px;
                
                font-size: 10pt;
                font-weight: bold;
                
                background-color: #e6ecfa;
            }
            .box.charting h2 {
                font-size: 9pt;
            }
            
            .box.charting a {
                text-decoration: none;
            }

            .box.charting div.graph {
                width: 260px;
                height: 200px;
            }

            .box.charting table.data {
                width: 100%;
                margin: 0.5em 0;
                color: #555;
            }
                .box.charting table.data th {
                    font-weight: normal;
                    text-align: left;
                }
                .box.charting table.data th.legend {
                    padding-left: 2em;
                }
                    .box.charting table.data th.legend div.dot {
                        height: 10px;
                        width: 10px;
                        margin: 2px 0.5em 2px -1.5em;
                        float: left;
                    }
                    .box.charting table.data th.legend.business div.dot {
                        background-color: #0066dd;
                    }
                    .box.charting table.data th.legend.industry div.dot {
                        background-color: #ABE;
                    }
                .box.charting table.data td {
                    width: 40px;
                    text-align: right;
                }
            .box.charting div.hideable {
                display: none;
            }
            .box.charting div.expander {
                text-align: right;
                font-size: 8pt;
                margin: 1em 0;
            }
                .box.charting div.expander a.hidden {
                    display: none;
                }

