﻿body {
}
        .hidden
        {
        display:none;
        }
        .style1
        {
            font-family: Arial;
            width: 100%;
        }
        .style2
        {
            width: 777px;
            font-weight: bold;
            font-family: Tahoma;
            font-size: 34pt;
        }
        .style3
        {
            font-size: x-small;
            font-family: Tahoma;
            color: #FFFFFF;
            font-weight: bold;
        }
        .style4
        {
            width: 100%;
        }
        .style5
        {
            height: 18px;
            font-size: xx-small;
        }
        .style7
        {
            height: 18px;
            font-size: medium;
            font-family: Tahoma;
            text-align: left;
        }
        .xsmallfont
        {
            font-size: x-small;
        }
        .smallfont
        {
            font-size: small;
        }
        .mediumfont
        {
            font-size: medium;
        }
        .searchfont
        {
            font-size: small;
            color: #999999;
            font-style: italic;
        }
        .ratingStar {
        font-size: 0pt;
        width: 13px;
        height: 12px;
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        display: block;
        background-repeat: no-repeat;
        }

        .filledRatingStar {
        background-image: url(http://www.localusaliving.com/images/rating/FilledStar.png);

        }

        .emptyRatingStar {
        background-image: url(http://www.localusaliving.com/images/rating/EmptyStar.png);
        }

        .savedRatingStar {
        background-image: url(http://www.localusaliving.com/images/rating/SavedStar.png);
        }