.other_media_cont .mediafile_cont
{
	width: 284px;
	float: left;
	border: 1px solid #333333;
	padding: 6px;
	background: #0F0F0F;
	cursor: pointer;
	margin:14px 3px 10px 39px;
}

.other_media_cont .mediafile_cont:hover
{
	background:#333;
}

.mediafile_cont .info
{
	text-align: left;
	font-size: 11px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 140px;
	color: #fff;
}

.video_bottom
{
	text-align: right;
	float: right;
	font-size: 10px;
	padding: 3px;
	color: #fff;
}

.video_bottom a:link,
.video_bottom a:active,
.video_bottom a:visited
{
	font-size: 11px;
	font-weight: bold;
}

.video_title
{
	text-align: center;
}

.video_title a:link,
.video_title a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.mediafile_cont .thumb_cont
{
	float: left;
}

.profile_rate_point_off,
.profile_rate_point_on,
.profile_rate_point_active
{
	float: left;
	width: 23px;
	height: 30px;
	background-image: url(../../img/hand_inactive.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	cursor: pointer;
}

.profile_rate_point_on
{
	background-image: url(../../img/hand_active.png);
	color: #fff;
}

.profile_rate_point_active
{
	background-image: url(../../img/hand_hover.png);
	color:#c24eb3;
}

.page_nav, 
.page_nav_active
{
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
}

.page_nav_active
{
	color:#fff;
}
