/* ---------------------------
V
--------------------------- */
div.recententry{
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

#content .recententry_date {
/*
	padding-left: 13px;
	background: url(images/arrow_9x9.png) no-repeat;
	background-position: 0px 3px;
*/
	font-size: 11px;
	font-weight: normal;
	z-index: 999;
}

#content .recententry_title {

	font-size: 11px;
	padding-left: 0.3em;
	font-weight: bold;
	z-index: 999;
}

#content .recententry_title a {
	text-decoration: none;
}

#content .recententry_title a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#content .recententry_icon_sound {
	font-size: 16px;
	padding-left: 16px;
	background: url(images/icons/page_sound.gif) no-repeat left bottom;
}

#content .recententry_icon_video {
	font-size: 16px;
	padding-left: 16px;
	background: url(images/icons/page_video.gif) no-repeat left bottom;
}

#content .recententry_icon_flash {
	font-size: 16px;
	padding-left: 16px;
	background: url(images/icons/page_flash.gif) no-repeat left bottom;
}

#content .recententry_introtext {
	font-size: 11px;
	padding-left: 0.3em;
	z-index: 999;
}

