/*
.item.middle {
	margin-left:28px;
	margin-right:28px;}
.item.middle:hover {
	margin-left:27px;
	margin-right:27px;}
#playerPage #content {
	width:607px;	}
#playerPage #content .block .mid{
	width:592px;
	padding-left:10px;}
#playerPage #content .block .top,
#playerPage #content .block .bot {
	background-image:url(../images/block-player.png);}
#playerPage #right {
	width:306px;}
#playerPage #right .block {
	width:306px;}
#playerPage #right .block .mid{
	width:293px;}
#playerPage #right .block .top,
#playerPage #right .block .bot {
	background-image:url(../images/block-player-sml.png);}


#playerPage #right .block .mid.ads {
	width:300px;
	padding:0 2px;}
*/

#tags,#descr,#info {
	width:100%;
	float:left;
	clear:both;
	padding:5px 0;}
#info {
	height:30px;
	position:relative;}
#date {
	left:0; bottom:0;
	position:absolute;
	float:right;}
#date,
#ratingtxt {
	font-size:12px;
	padding-left:0;
	padding:0;
	font-style:italic;}
#playerPage #item .rating {
	right:5px; bottom:0;
	position:absolute;
	float:left;
	margin:0;}
#tags a {
	float:left;
	display:block;
	margin-right:4px;
	color:#c70000;
	font-weight:bold;
	text-decoration:underline;}
#tags a:hover {
	color:#000;}
#descr {
	font-size:11px;
	font-weight:normal;}
#ratingtxt {
	width:100px;
	left:-105px;
	line-height:28px;
	text-align:right;
	position:absolute;}
    
    .item-txt p {
			     display: -webkit-box;
                 -webkit-line-clamp: 4;
                 -webkit-box-orient: vertical;
                 overflow: hidden;
                 height:53px;
                 clear:both;
			}