/* ---- ( iTunes CSS ) ---- */
#details table  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-top: none;
	width: 1000px;
}
#details table a {
	text-decoration: underline;
}
#details table a:visited {
	text-decoration: none;
}
#details tr.odd {
	background-color: #CCCCCC;
}
#details tr a {
	color: #000000;
}
#details tr:hover a {
	color: #ffffff;
}
#details tr:hover, #details tr.odd:hover {
	background-color: #FFCC33;
	color: #ffffff;
}
#details caption {
	height: 45px;
	line-height: 44px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	background-position: 50% top;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #333333;
	background-image: none;
}
#details thead th {
	font-size: 105%;
	color: #000;
	background: #ffffff url(tbar.gif) repeat-x;
	height: 33px;
}
#details thead th:hover {
	background: #ffffff url(tbov.gif) repeat-x;
	
}
#details tr {
	vertical-align: top;
}
#details tr, #details th, #details td {
	padding: .75em;
}
#details td {
	border-left: 1px solid #dadada;
}
#details tfoot tr {
	background-color: #fff;
	background-image: url(bg_nav.jpg);
	background-repeat: no-repeat;
}
#details tfoot td, #details tfoot th{
	color: #000;
	border: 0px;
}
