/*****************************************************************
	justrhymes.com
	/css/music.css
*****************************************************************/

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

/*********************/
/* Search Container  */
/*********************/
#SearchContainer {
	float: left;
	width: 400px;
}

/****************************/
/* Search Results Container */
/****************************/
#SearchResultsContainer {
	float: right;
	width: 440px;
}

.ArtistList {
	height: 75px;
	display: block;
	padding-bottom: 5px;
	width: 250px;
}

/* override settings from the global stylesheet */
.SectionTitle {
	text-align: left;
	padding-left: 10px;
	width: 350px; /* set to same as the width of the TopViewed & TopPlayed Containers (minus the padding-left value) */
	margin-bottom: 5px;
}

#TopContainer {
	float: left;
	display: block;
	width: 350px;
}


#ad1 {
	margin-top: 15px;
	margin-left: 1px;
	padding-top: 1px;
	width: 336px;
	height: 280px;
	text-align: center;
}
