/* home page content area */

li { list-style-type: none; }

.quad {
	border: 1px solid #333;
	width: 310px;
	height: 232px;
	margin: 0 15px 15px 0;
	overflow: scroll;
	padding: 3px 10px 10px;
}

.even_quad {
	margin-left: 0;
}

.intro_quad { overflow: hidden; background: transparent url(../images/gug-cai.jpg) no-repeat 0 0; }

.quad h3 { margin-left: 0;}

.right_cell {
    margin-right: 0 !important;
	overflow: auto ;
}

.top_artists li {
	float:left;
	list-style-type:none;
	margin:8px 15px 5pt 0;
	width:130px;
}

.right_cell li {	
	padding-bottom: 10px;
}

.top_artists li img.thumb {
	display: blogk;
    float: left;
    margin: 0 10px;
}


.top_artists li em {
	display: block;
	margin-top: 3px;
	font-size: .9em;
}

/* picks page */

#favorites #main li {
	float: left;
	margin: 20px 15px 0 0;
	width: 200px;
	border: solid: 1px #333;
}

#favorites #main li a {
	/*display: block;*/
}

/* artist info page */

.artist_page div {
	display: block;
	clear: both;
}

#about_artist {
	width: 100%;
}

#about_artist img {
	float: left;
	height: 150px;
	margin: 0 10px 20px 0;
}

/*#albums {
	height: 150px;
	width: 100%;
	overflow: auto;
	margin-bottom: 20px;
}*/

#albums li {
	float: left;
	height: 60px;
	margin: 10px 10px 0 0;
	width: 140px;
}

#albums li img {
	width: 50px;
	display: block;
	float: left;
	margin-right: 7px;
}

#albums li span {
	font-size: 0.9em;
	font-weight: bold;
	width: 80px;
}

#similar { margin-right: 20px; }

#albums, #similar, #tags {
	width: 100%;
	height: 150px;
	clear: none;
	margin-bottom: 20px;
	padding-top: 15px;
	font-size: 0.9em;
	overflow: scroll;
	border-top: solid 2px #efefca;
}

#similar li,
#tags li {
	float: left;
	margin: 7px 10px 0;
}

.thumb_hopup { display: none;}

a.offsite {
	display: block;
	float: left;
	padding-left: 20px;
	background: transparent url(../images/icon_offsite_link.png) no-repeat 0 0;
}