.category_listing_wrapper_updates {
 width: 350px;
 font-size: 14px;
 display: inline-block;
 margin-left: 5px;
 margin-right: 5px;
margin-bottom: 25px;
    border-radius: 3px;
 vertical-align: top; font-family: 'Open Sans', sans-serif;background-color: white;
    padding: 5px;

}
.category_listing_block {
 margin-top: 5px;
 width: 100%;
 overflow: hidden;
}
.category_listing_wrapper_models {
 width: 185px;
 font-size: 14px;
 display: inline-block;
 margin-left: 2px;
 margin-right: 2px;
 margin-bottom: 18px;
}
.category_update_thumb {
 width: 234px;
 height: 176px;
}
.category_model_thumb {
 width: 185px;
 height: 273px;
}
.update_thumb {
 width: 100%;
 border-radius: 4px;
 margin-bottom: 10px;
}
.update_thumb:hover {
 opacity: .8;

}

.update_details {
 padding: 0px;
 margin-bottom: -5px;
 color: #999;
 font-size: 14px;
 text-align: left;
}
.update_details a {
 color: #333;
 font-family: 'Open Sans', sans-serif;
 font-size: 16px;
 font-weight: bold;
}
.update_details a:hover {
 color: #EA8563;
}
.table {
 display: table;
 text-align: left;
}
.row {
 display: table-row;
 text-align: left;
}
.cell {
 display: table-cell;
 text-align: left;
 vertical-align: middle;
 padding-bottom: 6px;
 padding-right: 6px;
 font-weight: normal;
 font-size: 12px;
}
.rating_box {
 display: inline;
}
.rating_voteable {
 vertical-align: top;
 display: inline-block;
 width: 16px;
 height: 16px;
 padding: 0px;
 background-size: 100%;
 cursor: pointer;
}
.rating_nonvoteable {
 display: inline-block;
 width: 16px;
 height: 16px;
 padding: 0px;
 background-size: 100%;
}
.rating_empty {
 background-image: url("../../v4-tour/images/icons/star-outline.png");
}
.rating_voted {
 background-image: url("../../v4-tour/images/icons/star.png");
}
.rating_half {
 background-image: url("../../v4-tour/images/icons/star-outline-half.png");
}
.rating_unrated {
 background-image: url("../../v4-tour/images/icons/star-unrated.png");
}
.rating_text {
 font-size: 12px;
 display: inline;
 color: #2d2d2d;
 vertical-align: top;
}
.avg_rating {
 font-size: 12px;
}