div#top_menu a:first-child{
	border-left: none;
}


div.video_box > a.video_thumb .video-list-inline-rating-value{
	position:absolute;
	z-index: 99;
	display: block;
	color: cyan;
	text-align: right;
	top:3px;
	left:3px;
	width: 135px;
	background: black;
	opacity: 0.6;
	font-size: 12px;
	font-weight: bold;
}

.under-video-box{
	background-color: white;
	border: 1px #ccc solid;
	overflow: auto;
	clear: both;
	margin-top: 30px;
}



#send-to-friend-logic{
	top: 20px;
	position: relative;
	margin-bottom: 10px;
}


.special-page-description {
	padding: 20px 0;
	border-color: #999;
	border-style: solid;
	border-width: 1px 0;
}

.special-page-description .actual-content{
	margin-left: 175px;
}
.special-page-description .actual-content h1{
	font-weight: bold;
}

.special-page-description .actual-content p{
	font-weight: 500;
}


.body-cheese .special-page-description {
	background-image:url('../img/ico-cheese.png');
	background-repeat: no-repeat;
	background-position:20px 15px;

}

