@charset "utf-8";

a.youtube {
	display:none;
}

.item {
	margin: 10px;
	overflow: hidden;
	float: right;
	height: 180px;
	width: 180px;
}
.item a {
	text-decoration: none;
}

.item .image   {
	text-align: right;
}

.item .data {
	overflow: hidden;

}

.item img {
	padding: 3px;
	border: 1px solid #333;
	margin: 0px;
}

.item .title {
	font-size: 12px;
	text-transform: uppercase;
	color: #00F;
	text-decoration: none;
}


.item .views {
	font-weight: bold;
	color: #333;
	font-size: 11px;
}

.item .description {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

/* CSS Document */

.raiting { 
	position: relative;
	width: 91px;
	height: 17px;
}
.raiting .cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 91px;
	height: 17px;
	z-index: 101;
	background-color: transparent;
	background-image: url(../images/stars.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.raiting .progress {
	position: absolute;
	background: transparent url(../images/stars_full.png) top left no-repeat;
	top: 0px;
	left: 0px;
	height: 17px;
	z-index: 102;
}

#yt_overlay {
	display:none;
	height: 520px;
	width: 640px;
	border: 2px solid #666;
	position: absolute;
	padding: 0px;
	z-index: 1100;
	background-color: #FFF;
	overflow: hidden;
	margin: auto;
	float: none;
	top: 10px;
	right: 130px;
}
#yt_close {
	font-size: 16px;
	line-height: 38px;
	color: #999;
	text-align: left;
	position: absolute;
	top: 480px;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
	font-weight: bold;
}
