.listing_title h1 {
    font-family: Lucida Grande, Arial, sans-serif;
    font-size: 24px;
    margin-top: 0px;
}

.listing_name {
    color: #C00C31;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0;
}

.listing_address {
    margin-top: 0;
    padding-top: 0;
    color: #ACB3B9;
    font-weight: normal;
}

.google_maps {
    border: 1px solid #C8CCD0;
    padding: 10px;
    margin: 10px 0;
}

.listing_image {
    text-align: center;
}

.listing_image img {
    border: 1px solid #C8CCD0;
    padding: 3px;
    margin-top: 5px;
}

.listing_closed_notice {
    border: #59ACFF 1px solid;
    background-color: #DBEDFF;
    padding: 5px;
}

.listing_closed {
    float:right;
}

/* listing style */
.listing_display {
    /*background-color: #FFFFFF;*/
    padding: 5px;
    margin: 5px;
    zoom: 1; /* IE */
}

.border {
    border: #EFEFEF 1px solid;
}

.listing_display .name {
    margin-left: 63px;
    margin-top: 2px;
    font-weight: bold;
}

.listing_display .rating {
    float:right;
    padding: 3px;
    /*text-align: right;*/
    margin-top: 26px;
}
.listing_display .left_component {
    float: left;
    width: 250px;
}
.listing_display.small .left_component {
    float: left;
    width: 180px;
}
.listing_display .image {
    border: 1px solid #CCCCCC;
    padding: 2px;
    float: left;
    background-color: #FFFFFF;
    margin: 0px;
}
.listing_display .image a {
    padding: 0px;
    border: 0px;
}
.listing_display .image a:hover {
    border: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
.listing_display .image a img {
    border: 0px;
}
.listing_display .neighborhood {
    color: #CCCCCC;
    margin-top: 4px;
    margin-left: 63px;
    font-weight: normal;
    margin-bottom: 10px;
}
.listing_display .neighborhood a {
    color: #CCCCCC;
    background: none;
    text-decoration: none;
    border: none;
}
.listing_display .neighborhood a:hover {
    color: #CCCCCC;
    background: none;
    text-decoration: underline;
    border: none;
}
.listing_display .neighborhood a:active {
    color: #CCCCCC;
    text-decoration: underline;
    border: none;
}
.listing_display hr {
    display: block;
    clear: left;
    margin: -0.66em 0;
    visibility: hidden;
    padding-bottom: 5px;
}
.featured {
    background-color: #FFE9CD;
    border: 1px solid #FFBD67;
}
.featured .rating {
    float:none;
    text-align: left;
    padding: 3px;
    margin-left: 63px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.featured .left_component {
    float:none;
}

.featured .neighborhood {
    color: #FF9001;
}
.featured .neighborhood a {
    color: #FF9001;
    background: none;
    text-decoration: none;
    border: none;
}
.featured .neighborhood a:hover {
    color: #FF9001;
    background: none;
    text-decoration: underline;
    border: none;
}
.featured .neighborhood a:active {
    color: #FF9001;
    background-color: #FFD7A5;
    text-decoration: underline;
    border: none;
}
.featured .sponsored {
    margin: 0 0 5px;
    padding: 2px;
    color: #666666;
    float:right;
    font-size: 10px;
}
.featured .name {
    font-size: 12px;
}


/* end listing style */

/* review style */

.reviews h2 {
    color: #3B71A8;
    font-weight: normal;
    border-bottom: 1px solid #C8CCD0;
}

.review {
    clear: both;
    margin: 10px 0;
    padding: 0px;
}

.review p {
    padding: 5px;
    margin: 0px;
    line-height: 16px;
}
.review .reviewcontent .rating p {
    padding: 5px;
    margin: 0px;
}
.review .reviewcontent .rating {
    font-size: 11px;
    background-color: #F3F9FF;
    border-top: 1px solid #BFDFFF;
    padding-bottom: 2px;
    padding-left: 8px;
    margin: 0;
}
.review .reviewcontent {
    background-color: #E8F4FF;
    padding-top: 2px;
    margin-left: 80px;
}
.review .reviewcontent .text {
    padding-left: 8px;
    padding-right: 8px;
    width: 420px;
    overflow-x: hidden;
}

.user {
    float: left;
    padding: 3px;
    width: 55px;
    overflow-x: hidden;
}

.review .user .username {
    font-size: 10px;
}
.review .user .username a {
    font-size: 10px;
    text-align: center;
}

.user_image img {
    border: 1px solid #C8CCD0;
    padding: 3px;
    background-color: #FFFFFF;
}
.user_image a:hover img {
    border: 1px solid #C8CCD0;
    background-color: #FFFFFF;
}
.user_image a img {
    border: 1px solid #C8CCD0;
    background-color: #FFFFFF;
}
.user_image a {
    border: 0px;
    background-color: #FFFFFF;
}
.user_image a:hover {
    border: 0px;
    background-color: #FFFFFF;
}



/* end review style */



/* survey */

.survey_title {
    font-family: Lucida Grande, Arial, sans-serif;
    font-size: 20px;
    margin-top: 0px;
    color: #FD950C;
}

.survey {
    padding-left: 5px;
    padding-right: 5px;
    border: 5px solid #FEC171;
    display: block;
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    /*background-color: #F9DDE3;*/
}

.survey .content {
    padding: 5px;
    margin-left: 15px;
    display: table;
    background-color: #FFFFFF;
}

.survey .content .question {
    padding: 5px;
    margin: 5px;
    width: 100%;
    background-color: #F3F9FF;
    display: table-row;
}

.survey .content .question .name {
    background-color: #E6F2FF;
    font-weight: bold;
    display: table-cell;
    padding: 5px;
    border-bottom: 1px solid #C0DFFF;
    margin-top: 5px;

}

.survey .content .question .response {
    display: table-cell;
    padding: 5px;
    background-color: #F3F9FF;
    border-bottom: 1px solid #C0DFFF;
    margin: 5px;
}

.survey .content .question .loading {
    display: table-cell;
    padding: 5px;
    background-color: #F3F9FF;
    border-bottom: 1px solid #C0DFFF;
    margin: 5px;
    background-image: url("../img/icons/spinners/survey.gif");
    background-position: center;
    background-repeat: no-repeat;
}

/*use as placeholder for spinner */
.blank_icon {
    width: 16px;
    height: 16px;
}
.loading {
    background-image: url("../img/icons/spinner_blue.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.spinner {
    margin-left: 10px;
}

.survey h3 {
    color: #0066CC;
    margin-bottom: 0px;
    font-weight: normal;
}

.survey .input
{
    float: none;
    display: inline;
    background: none;
}

.survey .input label
{
    display: none;
}

/* end survey */

/* survey display */

.features_list {
    line-height: 22px;
}

/* end survey display */


/* talk box */
.talk_box h3 {
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 4px;
    color: #660015;
}

.talk_box .content {
    border: 1px solid #C8CCD0;
    background-color: #F6FAFF;
    padding: 5px;
    height: 150px;
    overflow: auto;
    overflow-x: hidden;
}

.talk_box .content p {
    /*border: 1px solid #C8CCD0;*/
    background-color: #BFDFFF;
    padding: 5px;
    margin: 2px;
}

.talk_box .content .placeholder {
    display: block;
    margin-top: 50px;
    padding: 5px;
    text-align: center;
    color: #666666;
}

.talk_box .input label {
    display: none;
}

.talk_box .active .input {
    display: block;
    text-align: center;
}

.talk_box .active .input label {
    display: inline;
    float: none;
}

.talk_box .input {
    background-color: #F6FAFF;
}

.talk_box .textarea textarea {
    font-size: 12px;
    height: 40px;
    width: 225px;
    border: none;
    background-color: #BFDFFF;
    padding: 5px;
    outline: none;
    border: 1px solid #A8D3FF;
    font-family: Lucida Grande, Arial, sans-serif;
}

.talk_box .form {
    background-color: #F6FAFF;
    border-left: 1px solid #C8CCD0;
    border-right: 1px solid #C8CCD0;
    border-bottom: 1px solid #C8CCD0;
    padding: 5px;
}

.talk_box .form .count {
    float: right;
    color: #666666;
}

/* end talk box */

/* twitter-safe box */
    
    .twitter_box a {
        border: 0px;
    }
    
    .twitter_box a:hover {
        border: 0px;
    }

/* end twitter-safe box */


/* listing selector */

.listing_selector {
    width: 500px;
}

#list_result {
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid #EFEFEF;
    width: 500px;
}

#list_result.loading {
    background-image: url("../img/icons/spinner_big.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}

.listing_selector input {
    border: 2px solid #000000;
    font-size: 14px;
    padding: 4px;
    margin: 2px;
}

.listing_selector ul {
    list-style: none;
    padding-left: 0px;
}
.listing-selector ul li {
    list-style: none;
    padding-left: 0px;
}

/* end listing selector */
