.opl_divborder{
	width: 100%;
	border: thin solid #000000;
	border-width: 1px;
	background-color: #524d52;
}
.opl_mediaitem {
	margin: 10px 0 10px 0;
	background: url(../img/04.jpg); 
	height: 92px;
	cursor: pointer;
	position: relative;
}
.opl_mediaitem_hover {
	margin: 10px 0 10px 0;
	background: url(../img/hover_05.jpg); 
	height: 92px;
	cursor: pointer;
}
.opl_mediaimg {
	background: url(../img/03.jpg); 
	width: 79px;
	height: 100%;
	float: left;
}
.opl_mediaimg_hover {
	background: url(../img/hover_03.jpg); 
	width: 79px;
	height: 100%;
	float: left;
}
.opl_mediadesc {
	height: 100%;
	float: left;
	text-align: left;
}
.opl_mediatitle {
	color:#6633FF;
	font-size: 9pt;
	font-weight: bold;
	margin: 7px 0 3px 5px;
}
.opl_mediacomment {
	color: #000000;
	font-size: 8pt;
	font-family: Arial;
	margin: 0 10px 0 5px;
}
.opl_mediainfo {
	width: 100%;
}
.opl_mediadate {
	font-size: 7pt;
	font-style:italic;
	margin: 5px 0 0 5px;
	float: left;
}
.opl_mediarating {
	font-size: 7pt;
	font-style:italic;
	margin: 5px 0 0 10px;
	float: left;		
}
.opl_mediaviewcount { 
	font-size: 8pt;
	margin-top: 6px;
	padding-left: 50px;
	float: left;
}
