/*****************************************************************
	justrhymes.com
	/css/browse.css
*****************************************************************/

/* specific styles (inherit others from global stylesheet) */
.thumbnail {
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	text-align: left;
}

select {
	width: 200px;
}

.input_long {
	width: 195px;
}

.span {
	display: block;
	padding: 5px;
}

label {
	display: block;
	width: 100px;
	float: left;
	font-weight: bold;
	font-size: 15px;
}

#SearchContainer {
	float: left;
	width: 350px;
	text-align: right;
	margin-top: 20px;
	min-height: 150px;
}

#ResultsContainer {
	float: right;
	width: 532px;
	margin-bottom: 10px;
}

#ResultsContainer .SectionTitle {
	width: auto;
}

#ResultsContainer #PageNavigation {
	width: 532px;
	text-align: center;
	margin-top: 5px;
}

#PageNavigation #PreviousButton {
	padding-right: 50px;
	display: inline;
	text-align: left;
	font-weight: bold;
}

#PageNavigation #NextButton {
	padding-left: 50px;
	display: inline;
	font-weight: bold;
	text-align: right;
}

#SearchResults {
	padding-top: 10px;
	width: 530px;
/*	height: 1025px; */
	min-height: 250px;
	border: 1px solid #dae2ca;
	border-top: none;
}

.ArtistList {
	height: 77px;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
}

.Platinum {
	background-color: #b3d16d;
}

.ArtistList div {
	clear: both;
	display: block;
	margin-top: 5px;
	height: 77px;
}


#ad1 {
	margin-top: 15px;
	margin-left: 1px;
	padding-top: 1px;
	width: 336px;
	height: 280px;
	text-align: center;
	border: 1px solid gray;
	background-color: #333333;
}

#ad2 {
	margin-top: 15px;
	margin-left: 1px;
	padding-top: 1px;
	width: 336px;
	height: 280px;
	text-align: center;
	border: 1px solid gray;
	background-color: #333333;
}



