body {
	background : #666666;
	font-family:'Lucida Grande';
}

.iMixCont {
	width: 650px;
	background: #ffffff;
	height: 130px;
	position: absolute;
	top: 50px;
}.cont {
}

.tablec {
	padding: 10px;
	font: 10px Tahoma;
	border: 9px dotted #cccccc;
	float: left;
	position: relative;
	top: 30px;
	margin-bottom: 30px;
	background: 0px 0px #ffffff;
}

.tabler {
	padding: 10px;
	font: 10px Tahoma;
	border: #cccccc;
	float: right;
	position: relative;
	top: 30px;
}

.head {
	font-weight: bold;
	background: #ccccff;
	height: 18px;
}

.row {
	height: 18px;
	background: 0px 0px;
}

.song {
	border: 1px dotted #ffffff;
	padding-left: 5px;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
	background: transparent;
}

.song:hover {
	border: 1px dotted #000000;
	padding-left: 5px;
	color: #0000ff;
	background: #ccccff;
	margin-right: 5px;
	margin-left: 5px;
}

.artist {
	font-weight: bold;
	border-right: #999999;
}

.artist:hover {
	font-weight: bold;
	border-right: #999999;
	background: #ccccff;
}

a:hover {
	text-decoration: none;
	color: #0000ff;
}

a {
	text-decoration: none;
	color: inherit;
}

.foot {
	color: #ffffff;
	font-size: 10px;
	line-height: 11px;
	border-top: 1px solid #ffffff;
}

.ads {
		background: #666666;
	padding: 10px;
	top: 20px;
	position: relative;
}


