/* COMMON */
DIV.thumbs-bg1 {
	background-image: url(../img/thumbs.gif);
	background-position: top left;
	background-repeat: repeat;
	height: 90px;
	width: 120px;
}

DIV.thumbs-bg2 {
	background-image: url(../img/thumbs.gif);
	background-position: top left;
	background-repeat: repeat;
	height: 180px;
	width: 240px;
}
/* COMMON: END */



/* PAGE BROWSER */
DIV.px-page-browser-container {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}

DIV.px-page-browser-container A {
	text-decoration: none;
}

DIV.px-page-browser-prev-next {
	padding-right: 15px;
	float: left;
}

DIV.px-page-browser-pages {
	float: right;
}

SPAN.px-page-browser-prev-next {
	padding: 0px 3px;
}

SPAN.px-page-browser-page {
	padding: 0px 3px;
}

SPAN.px-page-browser-highlight {
	color: #c13441;
}

SPAN.px-page-browser-delimiter {
	font-weight: bold;
}
/* PAGE BROWSER: END */



DIV.px-artists-list-container BR.clearer,
DIV.px-artists-single-container BR.clearer {
	clear: left;
}

/* ARTISTS LIST */
DIV.px-artists-list-container HR {
	clear: both;
	border: none;
	border-bottom: 1px solid #b2b0b3;
	margin: 0px 0px 15px 0px;
	padding: 0;
	height: 0px;
}

DIV.px-artists-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
}

DIV.px-artists-list-title H1 {

}

DIV.px-artists-list-image {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0;
	border: 1px solid #000000;
	text-align: center;
}

DIV.px-artists-list-music-styles {
	font-size: 8.5pt;
}

DIV.px-artists-list-morelink {
	font-size: 7.5pt;
}
/* ARTISTS LIST: END */


/* ARTISTS SINGLE */
DIV.px-artists-single-container {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	margin-top: 10px;
}

DIV.px-artists-single-images {
	float: left;
	margin: 0px 10px 10px 0px;
}

DIV.px-artists-single-image {
	margin-bottom: 10px;
	border: 1px solid #000000;
	text-align: center;
}

DIV.px-artists-single-homepage,
DIV.px-artists-single-music-styles,
DIV.px-artists-single-classification,
DIV.px-artists-single-files {
	font-size: 8.5pt;
}

DIV.px-artists-single-backlink {
	font-size: 7.5pt;
	text-align: right;
}
/* ARTISTS SINGLE: END */


DIV.px-artists-abc-filing {
	padding-bottom: 10px;
}

DIV.px-artists-abc-filing UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

DIV.px-artists-abc-filing UL LI {
	float: left;
	margin: 0;
	padding: 0;
}

DIV.px-artists-abc-filing UL LI A {
	display: block;
	width: 10px;
	text-align: center;
}

div.additional_links ul li {
	padding-top: 10px;
}
