#library {
	background:#0E0E0E url(/images/browser-title.png) repeat-x scroll 0 0;
	border:1px solid #080808;
	margin:0 auto;
	position:relative;
}

.library-hd h4 {
	color:white;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size:11px;
	margin:5px 8px;
	padding:0;
	text-transform:uppercase;
	letter-spacing:2px;
}

.library-bd {
	margin:8px 6px 0 6px;
	background:#fff;
}

#library table {
	width:100%;
}

#library table td {
	vertical-align:top;
}

#filter1 {
	width:100px;
	background-color:#dbe7f8;
	border-right:1px solid #a5a5a5;
}

#filter2 {
	width:140px;
	background-color:white;
	border-right:1px solid #a5a5a5;
}

#results {
	width:600px;
}

#library ul {
	margin:5px;
	padding:0;
}

#library ul li {
	color:#696969;
	padding:3px 8px;
	margin:2px 0;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:11px;
}

#filter1 ul li.selected, #filter1 ul li:hover {
	background: #7aa4e7;
	color:white;
	moz-border-radius: 10px;
	-webkit-border-radius: 10px
}

#filter1 ul li.selected {
	background: #4982de;
}

#library ul li a {
	color:black;
}

#library ul li a:hover {
	text-decoration:none;
}

#filter1 ul li.selected a, #filter1 ul li:hover a {
	color:white;
}

#filter2 ul li.selected {
	background: #3875d7;
	color:white;
}

#filter2 ul li.selected a {
	color:white;
}

#library-results table {
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #c0c0c0;
}

#library-results table th, #library-results table td {
	padding:3px 5px;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:11px;
	color:#000;
}

#library-results table thead th {
	background:#ededed url(../images/library-th.gif) repeat-x;
	border-right:1px solid #c0c0c0;
	color:#444;
	text-align:center;
	text-transform:capitalize;
	text-shadow: #fff 0 1px 0;
}

#library-results table td {
	border-right:1px solid #e4e4e4;
}

#library-results table tr.odd td {
	background-color:#f3f7fb;
}

#library-results table tr.artist-divider td {
	border-top:1px solid #c0c0c0;
}

#library-results object {
	margin-bottom:0;
	vertical-align:top;
}

p.results-tip {
	margin:5px 20px;
}






