/* ---- ( iTunes CSS ) ---- */
table.product { 
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-top: none;	
}
/*table a {
	text-decoration: underline;
}
table a:visited {
	text-decoration: none;
}*/
tr.odd {
	background-color: #ebf3ff;
}

tr.participate {
	background-color: #ffffcc;
}

tr.caption {
	height: 25px;
	line-height:25px;
	color: #60634E;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #E9E9E9;
	background-position: 50% top;
	border-left: 2px solid #616161;
	border-right: 2px solid #616161;
}
thead th {
	font-size: 105%;
	color: #000;
	background: #ffffff url(tbar.gif) repeat-x;
	height: 33px;
}
thead th:hover {
	background: #ffffff url(tbov.gif) repeat-x;
	
}
tfoot tr {
	background: #fff url(bbar.gif) repeat-x;
}
tfoot td, tfoot th{
	color: #000;
	border: 0px;
}
