
.other_media_cont .mediafile_cont
{
	width: 255px;
	float: left;
	margin: 20px;
	cursor: pointer;
}

.mediafile_cont .info
{
	text-align: left;
	font-size: 11px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	width: 125px;
	color: #003D98;
}

.video_bottom
{
	text-align: right;
	float: right;
	font-size: 10px;
	padding: 3px;
	color: #003D98;
}

.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: 20px;
	background-image: url(../../img/bsn_rate_item_inactive.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	cursor: pointer;
}

.profile_rate_point_on
{
	background-image: url(../../img/bsn_rate_item_active.png);
	color: #fff;
}

.profile_rate_point_active
{
	background-image: url(../../img/bsn_rate_item_active.png);
	color:#c24eb3;
}

.page_nav, 
.page_nav_active
{
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
}

.page_nav_active
{
	color:#0965ED;
}
