.divborder{
	width: 100%;
	border: thin solid #000000;
	border-width: 1px;
	background-color: #524d52;
}
.mediaitem {
	margin: 10px 0 10px 0;
	background: url(../img/04.jpg); 
	height: 92px;
	cursor: pointer;
	position: relative;
}
.mediaitem_hover {
	margin: 10px 0 10px 0;
	background: url(../img/hover_05.jpg); 
	height: 92px;
	cursor: pointer;
}
.mediaimg {
	background: url(../img/03.jpg); 
	width: 79px;
	height: 100%;
	float: left;
}
.mediaimg_hover {
	background: url(../img/hover_03.jpg); 
	width: 79px;
	height: 100%;
	float: left;
}
.mediadesc {
	height: 100%;
	float: left;
	text-align: left;
}
.mediatitle {
	color:#6633FF;
	font-size: 9pt;
	font-weight: bold;
	margin: 8px 0 3px 10px;
}
.mediacomment {
	color: #000000;
	font-size: 8pt;
	font-family: Arial;
	margin: 0 10px 0 10px;
}
.mediainfo {
	width: 100%;
}
.mediadate {
	width: 100px;
	font-size: 7pt;
	font-style:italic;
	margin: 5px 0 0 10px;
	float: left;
}
.mediarating {
	width: 100px;
	font-size: 7pt;
	font-style:italic;
	margin: 5px 0 0 10px;
	float: left;		
}
.mediaviewcount { 
	font-size: 8pt;
	margin-top: 5px;
	padding-left: 80px;
	float: left;
}
