/* Styles for Search Result Pages */

/* used on Browse page */
body.searchresults div#expandedcolumn { 
	overflow:hidden;
	width:100%}

body.searchresults div#centerdiv {
	width:955px;
	padding: 20px 0px;
	color:#333333;
	background: #ffffff;
		background-image: url(/images/cdimg.gif);
	background-repeat: repeat-x;
}


div.searchUtility {
	border-bottom: 1px solid #999;
	/*width:100%;*/
	width:94%;
	padding:0 20px .5em 0;
	margin:0 20px;
	overflow:hidden;
}

/*.searchalpha {
	position: absolute;
	top: 60px;
	left: 350px;
	white-space: nowrap; 
}
*/
div.searchalpha {
	text-align:left;
	float:right;
	width:80%;
	font-size:1.083em;
}
#centerdiv  .searchalpha a {
  color: #333333; 
	}

#centerdiv .searchalpha a:hover {
  color: orange; 
	}
.searchalpha a:visited { color:#333333; }

/* genre navigation list */		

div.searchgenre  ul{
	float:left;
	width: 18%;
	margin:10px 0 0 20px;
	padding:0;
  font-size:1em;
	list-style:none; }

div.searchgenre ul li {
	padding:0;
	margin:0 0 .25em 0; }

#centerdiv div.searchgenre ul a {
	color:#333333; 
	text-decoration:none;}

#centerdiv div.searchgenre ul li a:hover {
  color: orange; }

/* search results */	
div.searchresults {
	padding: 0;
	margin:0;
	width:75%;
	float:right;
	margin:0 20px; }

div.searchresults ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	font-size: 1.2em; }

div.searchresults ul li {
	list-style: none;
	width:100%;
	padding:1em 0;
	margin:0 0 0 0;
	overflow:hidden;
	border-bottom: #666 solid 1px; }

#centerdiv div.searchresults ul li a {
	margin:0;
	padding:0;}

div.searchresults ul li img {
	margin: 0; }

/* specific pieces of individual search results */
div.searchresults ul li a.photo {
	display:block;
	width:100px;
	float:left; }

.searchresults ul li h3 {
	padding: 0 0 0 15%;
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}
#centerdiv .searchresults ul li h3 a {
	color:#333333;
}

#centerdiv .searchresults ul li h3 a {
	color:#333333;
}

#centerdiv .searchresults ul li h3 a:hover {
	color:orange;
}


.searchresults ul li .artist {
	padding: 0; }

.searchresults ul li .albumTitle {
	padding: 0; }

.searchresults ul li span.trackTitle {
	display:block;
	padding: 0 0 0 15%; }

div.searchresults ul li span.location {
	display:block;
	padding: 0 0 0 15%; }

div.searchresults ul li span.genre {
	display:block;
	padding: 0 0 0 15%; }
	
div.searchresults div.searchparam  {
	border-bottom:1px solid #999;
	padding: 2px 0;
	font-size: 0.916em;
	margin: 0 0 .5em 0;
}

div.searchresults div.searchparam ul li {
	list-style:none;
	display: inline;
	padding-right: 6px;
	border-bottom: none;
	color: #FFF;
}

