div.mostmusoron {
	position: relative;
	width: 330px;
	height: auto;
	font-family: Arial;
}

div.mostmusoron div.content {
	position: relative;
	background-image:url(/items/graphics/xfaktor/x_boxbg.png);
	background-repeat: repeat-x;
	background-color: #000;
	clear: both;
}

div.mostmusoron div.item {
	position: relative;
	margin-bottom:0;
	clear: both;
}

div.mostmusoron div.time {
	float: left;	
	width:44px;
	padding:4px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	color:#cc0000;
	font-weight: bold;
	text-decoration: underline;
	border-right: 1px solid #444;
}
div.mostmusoron div.time a {
	color:#fff;
}
div.mostmusoron div.time:hover {
}

div.mostmusoron div.time i.clock {
	float: left;
	margin-top: 3px;
	margin-right: 2px;
	width:8px;
	height: 8px;
	overflow: hidden;
	background-image: url(/items/graphics/2010/clock_small.png);
}
div.mostmusoron div.title a {
	color:#fff;
}

div.mostmusoron div.title {
	float: right;
	padding:4px;
	margin-left:1px;
	font-weight: bold;
	height: auto;
	font-size: 12px;
	width: 265px;
}
div.mostmusoron div.title:hover {
	background-color: #333;
}
div.mostmusoron span.lead {
	color:#bbb;
	font-size: 11px;
	font-weight: normal;
}
div.mostmusoron div.tool {
	margin:2px;
	text-align: right;
	height: auto;
	font-size: 11px;
	clear: both;
	position: relative;
	padding-top:2px;
	font-size: 12px;
	font-weight: normal;
}
