/**
 Extending Rules
 :BEGIN
**/
.box_inner {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
}
/**
 :END
 Extending Rules
**/


.artist_list {
	background-image: url('darken_70.png');
	float: left;
	height: auto;
	list-style: none;
	margin: 0;
	margin-top: 16px;
	padding: 2em 0;
	position: relative;
	width: 250px;
	
	font-size: 12pt;
	line-height: 1.8em;
	text-align: right;
}

.artist_title_name {
	padding: 0.1em 0 0.5em 0.2em;
	
	font-size: 14pt;
	line-height: 0.9em;
	text-shadow: 1px 1px 2px #000;
}

.artist_title_aka {
	font-style: italic;
	font-size: 10pt;
}

.artist_listtop {
	background-image: url('listtop.png');
	background-position: right 0;
	height: 20px;
	position: absolute;
	top: -20px;
	width: 250px;
}

.artist_listitem {
	cursor: pointer;
	padding: 0 2em 0 1.5em;
	position: relative;
	
	color: #a6a6a6;
}

.artist_wrapper {
	display: none;
	overflow: hidden;
	padding: 1em 1.5em 2em;
}

.artist_image_wrapper {
	float: left;
	height: 300px;
	margin: 0.2em 1em 0.5em 0;
	text-align: center;
	width: 200px;
}

img.artist_image, .artist_image img.reflected {
	box-shadow: 0 1px 6px #080808;
	max-height: 280px;
	max-width: 200px;
}

.artist_image canvas {
	margin-top: 1px;
}

.artist_image {
	margin: 0 auto;
	overflow: visible !important;
}

.artist_permalink {
	margin-top: 1.5em;
	
	color: #8C8C8C;
	font-size: 0.9em;
}


/**
 Table Rules
 :BEGIN
**/
.info_table {
	display: block;
	margin-left: 200px;
	
	font-size: 10.5pt;
}

.info_label {
	cursor: default;
	padding-right: 1em;
	
	color: #a6a6a6;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.info_unimportant {
	padding-top: 4px;
	font-size: 0.8em;
}

.info_separator td {
	padding: 4px 6px 2px;
}

.info_separator hr {
	background-color: #3D3D3D;
	border: 0;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
/**
 :END
 Table Rules
**/