/* ---- ( iTunes CSS ) ---- */
.itunes table, tbody { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #dadada;
/*	border: 1px solid #666666; */
	border-top: none;	
/*	border-bottom: none; */
}
.itunes table a {
	text-decoration: underline;
}
.itunes table a:visited {
	text-decoration: underline;
/*	text-decoration: none; */
}
.itunes tr.odd {
	background-color: #ebf3ff;   /* light blue */
}
.itunes tr a {
	text-decoration: underline;
	color: #000000;
}
.itunes tr:hover a {
	color: #ffffff;
}
.itunes tr:hover, tr.odd:hover {
	background-color: #3d80df;
	color: #ffffff;
}
.itunes caption {
	height: 45px;
	line-height: 44px;
	color: #60634E;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/captop.jpg) no-repeat;
	background-position: 50% top;
	border-left: 2px solid #616161;
	border-right: 2px solid #616161;
}
.itunes thead, th {
	font-size: 105%;
	color: #000;
	background: #ffffff url(../images/tbar.gif) repeat-x;
	height: 33px;
}
.itunes thead, th:hover {
	background: #ffffff url(../images/tbov.gif) repeat-x;
	
}
.itunes tr {
	vertical-align: top;
}
.itunes tr,th,td {
	padding: .75em;
}
.itunes td {
	border-left: 1px solid #dadada;
}
.itunes tfoot tr {
	background: #fff url(../images/bbar.gif) repeat-x;
}
.itunes tfoot td, tfoot th{
	color: #000;
	border: 0px;
}
