body {
	overflow: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	/*background-color: #e3e8eb;*/
	background-color: #7daab0;
	background-image: none;
}
a {
	outline: none;
}
.content {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
}
.content h1 {
	margin-bottom: 10px;
}
.content h2 {
	margin-bottom: 0px;
	display: inline;
	font-size: 30px;
	font-weight: normal;
}
dl {
	margin-top: 50px;
}
dt {
	float: left;
	width: 170px;
	margin-right: 30px;
}
dt img {
	border: 10px solid #FFF;
}
dd {
	margin-left: 200px;
	margin-bottom: 120px;
}
dd .info {
	font-size: 12px;
	line-height: 1.7em;
	margin-bottom: 15px;
}
dd h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 10px;
	color: #000;
	display: block;
	text-align: left;
}
dd .buy {
	margin-bottom: 22px;
}
.inputBtn {
	float: left;
	margin-right: 6px;
	margin-top: -4px;
}
dd .buy a {
	display: inline;
	padding: 4px 8px;
	margin-right: 6px;
	background-color: #5b6064;
	color: #FFF;
	font-weight: bold;
}
dd .buy a:hover {
	background-color: #818183;
}
dd .player {
	margin-top: 5px;
	margin-bottom: 10px;
}
dd .player .title {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
dd .player ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 2px;
}
dd .player ol li {
	border-bottom: 1px solid #668d92;
	padding: 7px 0px 7px 0px;
	margin-bottom: 2px;
}
dd .player ol li a {
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 15px;
	color: #5b6064;
	width: 80%;
}
dd .player ol.wide li a {
	width: 100%;
}

dd .player ol li a .option {
	float: right;
	width: 63px;
	height: 20px;
	text-indent: -8008px;
	margin-top: -4px;
	
}
dd .player ol li div.lyric  {
	display: block;
	width: 63px;
	height: 20px;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -8008px;
	margin-top: -4px;
	float: right;
}

dd .player ol li div.lyric a {
	background: url(../_img/music_preview_doors.gif) no-repeat 0px -80px;
	width: 63px;
	height: 20px;
	display: block;
}
dd .player ol li div.lyric:hover a {
	background-position: 0px -100px;
}
dd .player ol li a .info {
	background: url(../_img/music_preview_doors.gif) no-repeat 0px 0px;
}
dd .player ol li a .download {
	background: url(../_img/music_download.gif) no-repeat 0px 0px;
}
dd .player ol li:last-child a {
	border-bottom: none;
}
dd .player ol li a:hover {
	color: #FFF;
	background-position: right -30px;
}
dd .player ol li a:hover .option {
	background-position: 0px -20px;
}
dd .player ol li a .track {
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
dd .player ol li a.active .info {
	background-position: 0px -40px;
}
dd .player ol li a.active:hover .info {
	background-position: 0px -60px;
}
dd .player ol li.lyrics {
	display: none;
	width: 100%;
}
dd .player ol li.lyrics p {
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 18px;
}
.spacer {
	height: 150px;
}


/* VIDEOS */
dl.videos, dl.videos dt {
	width: 600px;
}
dl.videos dt {
	margin-bottom: 10px;
}
dl.videos h3 {
	font-size: 16px;
	font-weight: normal;
}
dl.videos h4 {
	color: #6a6f73;
	font-size: 10px;
	padding: 0px;
	margin: 6px 0px 0px 0px;
}
dl.videos dd {
	text-align: left;
	padding: 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #6a6f73;
	margin: 15px 0px 30px 0px;
}
dl.videos dd p {
	line-height: 1.7em;
	font-size: 12px;
	font-weight: normal;
}
dl.videos .meta {
	display: none;
}



/* SHOWS */
body.shows {
	background-color: #000;
	background: #000 url(../_img/shows_bg.jpg) no-repeat bottom left;
	background-attachment: fixed;
}
body.shows div.content {
	
}
body.shows h2 {
	color: #333;
}
body.shows h2.noshows {
	clear: both;
	padding-top: 20px;
	display: block;
	padding-left: 244px;
	text-transform: lowercase;
}
body.shows a {
	color: #333;
}
body.shows ul {
	margin-top: 40px;
	width: 320px;
	margin-left: 244px;
}
body.shows li {
	margin-bottom: 50px;
	color: #CCC;
}
body.shows li strong {
	color: #FFF;
}