/* ---- ( iTunes CSS ) ---- */
table { 
	color: #6d6e71;
	text-align: left;
	border-collapse: collapse;
	border:0px solid #ccc;
	width:500px;
}
table a {
	text-decoration: none;
	display:block;
}
table a:hover {
	text-decoration:underline;
}
table a.selected {
	font-weight:bold;
}
/*table a:visited {
	text-decoration: none;
}*/
tr.odd {
	background-color: #eee;
}
td.righted {
	text-align:right;
	color:#000;
}
/*td a {
	color: #ed1c24;
}
td:hover a {
	color: #ed1c24;
}
tr:hover, tr.odd:hover {
	background-color: #ff6699;
	color: #000;
}*/
tr {
	vertical-align: top;
}
tr,th,td {
	padding:5px
}
td {
	border-bottom: 0px solid #dadada;vertical-align:top;
}

