body {
	font-family: tahoma;
}
div.logo {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 131px;
	background: black url(images/logo.gif) no-repeat center 20px;
}
div.main {
	margin-left: 131px;
}
div.border {
	padding: 3px;
	background-color: #ef9a02;
}
div#backbutton {
	float: left;
}
div#backbutton a {
	color: white;
	text-decoration: none;
}
div#backbutton a:hover {
	color: white;
	text-decoration: underline;
}
div#search {
	font: normal 12px 'tahoma';
	text-align: right;
}
input#googlesearch {
	width: 150px;
}
h1 {
	color: #ef9a02;
	font: bold 18px tahoma;
	padding-left: 10px;
}
div.album {
	border: #ddd solid 1px;
	padding: 3px;
}
div.album div {
	padding: 6px;
}
div.label {
	float: left;
	width: 200px;
	border-top: #ddd solid 3px;
}
div.detail {
	border-top: #ddd solid 3px;
	margin-left: 206px;
}
div.list {
	border: #ddd solid 1px;
	margin-top: 6px;
	padding: 3px;
}
div.list div.odd {
	background-color: #ddd;
}
div.odd, div.even {
	padding: 3px;
}
div#track_list div div {
	height: 24px;
}
div.list a {
	color: black;
	text-decoration: none;
}
div.list a:hover {
	color: #ef9a02;
}
div.track_sno {
	float: left;
	width: 50px;
}
div.player {
	float: right;
	padding: 0px;
}
div.footer {
	padding: 10px;
	font-size: 11px;
	text-align: center;
}
div.footer a {
	color: #ef9a02;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}
a#gotohome {
	color: #ef9a02;
}
div#itunes_link {
	padding-left: 10px;
}
div#itunes_link a {
	color: #ef9a02;
	text-decoration: underline;
}
div#itunes_link a:hover {
	color: black;
	text-decoration: none;
}
div#itunes_link a img {
	border-width: 0;
}