

/* feature js Start*/
.col3 {
    width: 220px;
}
.box {
    background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #cdcdcd;
    border-radius: 5px;
    float: left;
    line-height: 1.4em;
   /* margin: 5px 14px;*/
	margin:5px 11px;
    
}
/* feature js End*/

/* feature Blossary End*/
.blossary_users{
	overflow: hidden;
    padding: 10px;
	border-bottom: 1px solid #cdcdcd;

}

.blossary_users .users-left {
    float: left;
    height: 36px;
    width: 36px;
}
.blossary_users .users-right {
    float: left;
    line-height: 18px;
    margin-left: 8px;
    min-height: 36px;
}
.bname {
    overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #cdcdcd;

}
.bphoto {
    text-align: center;
}
.bphoto img{
	border-radius: 0 0 5px 5px;
}
.users-left img {
    border-radius: 50%;
}
.huisenew {
    color: #868686;
    font-size: 10px;
}
.likeDivShowNum {
    display: table;
    float: right;
    font-size: 10px;
}
.blossary_num_div {
    display: table;
    float: left;
    margin-right: 2px;
}
.blossary_like_div {
    display: table;
    float: right;
}
.bname-detail {
   
    overflow: hidden;
}
.redHeartsmall {
    background: url("../images/likesmall.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 9px;
    margin-top: 3px;
    width: 11px;
}
.blossary_text {
    color: #127fc2;
    font-size: 10px;
    margin-left: 2px;
}
/* feature Blossary End*/