.shownotes { border-collapse:collapse;}
.shownotes h4 { margin:0px; padding:0px;}
.shownotes ul { margin:10px 0 10px 40px; padding:0px;}
.shownotes th { background:#7CB8E2 url(header_bkg.png) repeat-x scroll bottom left; color:#fff; padding:7px 15px; text-align:left;}
.shownotes td { background:#C7DDEE none repeat-x scroll bottom left; color:#000; padding:3px 5px; }
.shownotes tr.odd td { background:#fff url(row_bkg.png) repeat-x scroll bottom left; cursor:pointer; }
.shownotes tr.odd td a img{float: left;}
.shownotes div.arrow { background:transparent url(arrows.png) no-repeat scroll 0px -16px; width:16px; height:16px; display:block;margin-left:8px;}
.shownotes div.up { background-position:0px 0px;}
.shownotes td .album{float:left;margin-left:26px;margin-right:5px;}

.sponsor{
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom:5px;
	margin-top: 5px;
	padding: 5px;
	
	background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	
}

.sponsor a{
	border: 2px solid #ddd;
}