
html,body,form,table,div,a,img,span,p,ul,li,input,label {
	margin:0px;
	padding:0px;
	background:none;
	color:#f3f3f3;
}
body {
	padding:2px;
	font-family:"Lucida Sans Unicode";
	font-size:11px;
	color:#f3f3f3;
	background:none;
}
hr{
	height:1px;	
	line-height:1px;
}
a, a:visited, a:active{
	color:#ffff00;
	text-decoration:none;
}
a:hover {
	color:#ffff00;
	text-decoration:underline;
}
label {
	margin-right:3px;
}
input {
	color:#f3f3f3;
	border: 1px solid #f3f3f3;
}
#sf {
	margin: 0px auto;
	text-align:center;
	overflow:hidden;	
	width:100%;
	margin-bottom:5px;
}
.clip-inp {
	width:160px;
}
.noitems {
	margin-top:5px;
	margin-bottom:5px;	
} 
.item-content {
	border: 1px solid #c0c0c0;
	padding:3px;
	margin-bottom:2px;
	margin-top:2px;
}

.item-content:hover {
	background-color:#7c7c7c;
}
.item-artist {
	font-size:12px;
	font-weight:bold;
}
.item-title{
	font-size:12px;
}
.item-id {
	
}
.item-style{
	font-size:10px;
}
.search-bar {
	text-align:center;		
}
.search-bar .prev, .search-bar .next,.search-bar .current {
 background-color:black;
}
