.oneItem
{
	width: 100px;
	height: 100px;
	border: solid 1px #555;
	margin: 0 5px 5px 0;
	background-color: #6b6b6b;
	color: #000000;
	padding: 3px;
}

.oneItem table
{
	width: 100%;
	height: 100%;
}

.oneItem td
{
	text-align: center;
	vertical-align: middle;
}

.oneItem a
{
	color: #000000;
	text-decoration: none;
	height: 100px;

}

.oneItem .artist
{
	background-color: #6b6b6b;	
}


.oneItemx:hover, .oneItemx a:hover
{
/* 	background-color: #6d6d6e; */
}

.number
{
	font-weight: normal;
	color: #2a5eb5;
	display: block;
	font-size: 3.5em;
}
.leftView 
{
	width: 300px;
}

.tracklist
{
	font-size: 0.85em;
}
.tracklist .title
{
	font-size: 1.3em;
	display: block;
	padding-bottom: 5px;
}
.downloadlink
{
	font-weight: bold;
	padding-top: 10px;
}

.backlink
{
	padding-top: 20px;
}
.podcastImage
{
	padding-left: 20px;
}

h2 .date
{
	font-size: 12px;
}
