/* ========MEDIA LIST ENTRIES========== */
div.recent_entry{
	width:120px;
	overflow:hidden;
	float:left;
}

div.recent2_entry{
	width:120px;
	overflow:hidden;
	float:left;
}

div.media_list_entry{
	height:73px;
	width:298px;
	padding:2px;
	cursor:pointer;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	float:left;
	color:#D8D8D8;
}

.media_list_right{
	width:173px;
	text-align:left;
	overflow:hidden;	
	padding-top:1px;
}

.media_list_right a{
	color:#48A3FD;
}

div.media_list_entry:hover{
}


div.media_thumb{
	width:110px;
	height:68px;
	overflow:hidden;
	background-color:#000000;
	text-align:center;	
}

div.media_thumb_o{
	width:110px;
	height:68px;
	background-color:#ffffff;
	padding:1px;
	border:1px dotted #aaaaaa;
	text-align:right;	
	float:left;
}

div.media_thumb_type{
	margin-top:-21px;
	margin-right:1px;
	border:0px;	
	display:none;
}

img.media_thumb_type{
	border:0px;
}

img.media_thumb{
	border:0px solid #000000;
}

div.media_list_title{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
}

a.media_list_title{
	text-decoration:none;
}
a.media_list_title:hover{
	text-decoration:underline;
}

a.media_list_title_hidden{
	color:#ccccee;
	text-decoration:none;
}
a.media_list_title_hidden:hover{
	text-decoration:underline;
}

#mmedia_detaildiv{
	color:#000000;
	width:634px;
	height:143px;
	border:0px solid #aaaaaa;
	border-top:0px;
	padding:2px;
	overflow:auto;
	font-size:12px;
	margin-right:-20px;
	text-align:left;
	margin-top:43px;
}

#mmedia_description{
	height:15px;
	overflow:hidden;
}
