
/* -- INFO DETAILS WIDGET STYLES -- */

.content .block_info_details {
    display: block;
    margin: 0 auto 15px;
}
.content .block_info_details .text_list {
    text-align: left;
    margin: 0 auto 15px 0;
    font-size: 90%;
}
.content .block_info_details .list_item {
    margin: 0 auto 5px 0;
    padding: 2px;
    overflow: hidden;
}
.content .block_info_details .item_label {
    display: table-cell;
    float: none;
    width: auto;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 3px;
    padding-right: 24px;
    padding-top: 3px;
}
.content .block_info_details .item_value {
    display: table-cell;
    margin: 0;
    padding-bottom: 3px;
    padding-top: 3px;
    width: auto;
}
.content .block_info_details .item_value .padding {
    display: inline-block;
    zoom: 1;
    opacity: 0.25;
}
.content .float_sidebar .block_info_details,
.content .float_sidebar .block_info_details .text_list {
    margin-bottom: 0;
}


/* -- INFO HOURS WIDGET STYLES -- */

.content .block_info_hours {
    display: block;
    margin: 0 auto 15px;
}
.content .block_info_hours .text_list {
    text-align: left;
    margin: 0 auto 15px 0;
    font-size: 90%;
    line-height: 200%;
    border-collapse: separate;
    width: 100%;
}
.content .block_info_hours .list_item {
    margin: 0 auto 5px 0;
    overflow: hidden;
}
.content .block_info_hours .item_label {
    display: table-cell;
    float: none;
    width: 1%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 12px 0 0;
}
.content .block_info_hours .item_value {
    display: table-cell;
    width: 99%;
    margin: 0;
    padding: 0 0 0 12px;
    width: auto;
}
.content .block_info_hours .item_label,
.content .block_info_hours .item_value {
    border-style: inherit;
    border-width: 1px;
    border-color: inherit;
    background-color: inherit;
}
.content .block_info_hours .item_label {
    border-right-width: 0;
}
.content .block_info_hours .item_value {
    border-left-width: 0;
}
.content .block_info_hours .list_item_active .item_label,
.content .block_info_hours .list_item_active .item_value {
    font-weight: bold;
}
.content .float_sidebar .block_info_hours,
.content .float_sidebar .block_info_hours .text_list {
    margin-bottom: 0;
}

.content .float_sidebar .block_info_hours .list_item {
    display: block;
    width: auto;
    margin: 0 auto 6px;
}
.content .float_sidebar .block_info_hours .item_label,
.content .float_sidebar .block_info_hours .item_value {
    display: block;
    width: auto;
    line-height: 140%;
}
.content .float_sidebar .block_info_hours .item_value {
    padding-left: 0;
}
.content .float_sidebar .block_info_hours .list_item_active .item_label {
    border-width: 1px 1px 0;
    border-style: inherit inherit none;
}
.content .float_sidebar .block_info_hours .list_item_active .item_value {
    border-width: 0 1px 1px;
    border-style: none inherit inherit;
}


/* -- INFO REVIEWS WIDGET STYLES -- */

.content .block_info_reviews {
    display: block;
    margin: 0 auto 15px;
}
.content .block_info_reviews p,
.content .block_info_reviews .text_summary {
    text-align: left;
    margin: 0 auto 15px 0;
    font-size: 90%;
}


/* -- INFO ABOUT WIDGET STYLES -- */

.content .block_info_about {
    display: block;
    margin: 0 auto 15px;
}
.content .block_info_about .text_summary {
    text-align: left;
    margin: 0 auto 15px 0;
    font-size: 90%;
}
