.groupboard_item_list {
    clear: both;
	min-height: 70px;
}

.groupboard_item_avatar {
    float: left;
    margin-right: 15px;
	margin-bottom: 15px;
}

.groupboard_item_avatar img {
    border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}

.is_fix {
	display: inline-block;
    cursor: help;
    width: 16px;
    height: 16px;
    background: url("../../images/icons/info.png") no-repeat;
}

.groupboard_item_bar {
    font-size: 11px;
    color: #95a5a6;
    margin: 5px 0;
    text-align: right;
}

.groupboard_item_bar a{
    color: #95a5a6;
	text-decoration: none;
}

.gib_comment {
    padding-left: 25px;
    background: url("../../images/icons/comment-small.png") no-repeat 5px center;
}

.groupboard_hr {
	clear: both;
    border: 0px none;
    height: 1px;
    background-color: #B3C2C9;
    color: #B3C2C9;
}

.rating_widget {
    display: inline-block;
    top: 4px;
    position: relative;
    margin-right: 5px;
}

.gib_link a {
    margin-left: 5px;
    cursor: pointer;
    text-decoration: underline;
}

.content_datasets ul li.active a{
    color: black;
}

.gib_hits {
	padding-left: 22px;
    background: url("../../images/icons/eye-small.png") no-repeat 5px center;
}

.gib_user {
    padding: 1px 8px 1px 25px;
    background: url("../../images/icons/user-small.png") no-repeat 5px center;
}

.ya-share2 {
    margin-top: 10px;
}

.gib_comment_label {
    padding-left: 25px;
    background: url("../../images/icons/comment.png") no-repeat 5px center;
}

.gib_vopros_label {
    /*padding-left: 25px;*/
    /*background: url("../../images/icons/help.png") no-repeat 5px center;*/
}

.gib_error_label {
    padding-left: 25px;
    background: url("../../images/icons/error.png") no-repeat 5px center;
}

.groupboard_list_adv {
    margin: 10px -20px;
    text-align: center;
}

.groupboard_item_content img {
	max-width: 100%;
}

.gb_prew_next {
    margin: 10px 0 15px;
	font-size: 16px;
}

.gb_prew {
	
}

.gb_next {
	text-align: right;
}

.subs_notice {
    font-size: 12px;
    color: #0A0A0A;
	/*padding-left: 28px;*/
    /*background: url("../../images/icons/mail.png") no-repeat 5px center;*/
	margin-top: 10px;
}

.subs_notice a{
    color: #0A0A0A;
}