
.hm_wrapper {
    background-color: #fafafa;
    overflow: hidden;
    text-align: center;
}
.hm_wrapper h4{
    height: 45px;
    line-height: 30px;
}
.hm_wrapper ul {
    overflow: hidden;
    padding: 0 2% 0 2%;
}
.hm_wrapper ul li {
    float: left;
    margin:4% 2% 4% 2%;
    min-height: 180px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    border: 1px solid #d6d4d4;
    border-radius: 5px;
    background: #fff;
    box-shadow: 5px 5px 5px #888888;
	padding:0px;
}
.hm_wrapper ul li img {
    margin: 5% 6% 4%;
    border: 2px solid #d6d4d4;
    max-width: 88%;
}

.hm_content_header {
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    padding: 5% 2% 2% 5%;
    text-align: left;
    text-transform: uppercase;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.hm_content_header span.date
{
    float: right;
    padding-right: 8px;
}
.hm_content_middle {
    height: auto;
    border-top: 1px solid #d6d4d4;
}
.hm_content_middle_left{
float: left;
width: 25%;
}

.hm_content_middle_left a h5{
    padding-left: 8px;
    margin-top: 2px;
	font-size: 10px;
    text-align: center;
}


.hm_content_middle_right {
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 3%;
	margin-top: 7px;
}

.hm_content_middle_right:after{
    content: '.';
    clear: both;
    visibility: hidden;
    height: 1px;
}
.hm_content_middle_right h5 {
    padding: 10px 0 7px;
    color: #333;
    font-size: 14px;
}

.hm_content_middle_right p {
    color: #333;
    font-size: 13px;
}
.hm_content_middle_right span {
    font-weight: bold;
    color:#333;
}
.hm_wrapper div.star.star_on {
    background-position: 0 -12px;
}

.hm_content_footer {
    font-size: 13px;
    margin: 0 0 2% 0;
    padding: 0% 0% 0% 0%;
	float: right;
    width: 75%;
}

.hm_content_star_footer_reply {
    padding: 10px;
    background-color: #EBF3F8;
    margin-top: 10px;
    margin-right: 2%;
    font-size: 90%;
    color: #777;
}
.hm_content_star_footer_replytitle {
    font-weight: 500;
    color: #444;
    margin-bottom: 10px;
}



.hm_content_footer p{
	word-wrap: break-word;
	font-size: 14px;
}
.hm_content_date{
font-size: 13px;
}