H1 SPAN {
	color: Silver;
}

.table_head {
	margin-top: 10px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	background-image: url(/templates/img/lenta_item_th_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
    font-family: Tahoma;
}

.table_data .avatara {
	width: 100px;
	float: left;
}
.rating {
	width: 113px;
	margin-left: 20px;
	float: right;
}

.table_data .item {
	padding: 5px 0 12px;
	margin-bottom: 5px;
}
.table_data .item .avatara IMG {
	border: 1px solid #d3d3d3;
    margin-top: 14px;
}

.table_data .item .name .title {
	background-image: url(/templates/img/ating_name_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 20px;
	font-size: 19px;
    font-family: Arial;
	margin: 10px 0 10px 100px;
}
.table_data .item .name .title A {
	color: Black;
	text-decoration: none;
	padding:0 15px 0 0;
	background-color: #FFFFFF;
}
.table_data .item .name .title A:HOVER {
	color: Black;
	text-decoration: underline;
}

.table_data .item .name .title .expert{
	background-color: #CE0201;
	padding: 0 5px;
	color: white;
	border-right: 15px solid White;
    font-size: 13px;
    font-family: Verdana;
}

.table_data .item .name .details {
	color: #666666;
	font-size: 11px;
    font-family: Tahoma;
	float:left;
	height:5em;
	width:200px;
}
.table_data .item .name .expert_info {
	border: 1px solid #D0D0D0;
	color: #666666;
	float: left;
	font-size: 11px;
    font-family: Tahoma;
	padding: 10px;
	width: 200px;
	background-color: #F7F7F7
}
.table_data .item .name .details DIV {
	margin-bottom: 3px;
}
.table_data .item .name .details A {
	color: #666666;
}
.table_data .item .rating {
	height: 42px;
	background-color: #F7F7F7;
	color: #006699;
	font-weight: bold;
	font-size: 24px;
	border: 1px solid #D0D0D0;
}
.table_data .item .rating DIV {
	margin: 5px 0 0 15px;
    color: #d0d0d0;
}
