#artist {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	/*height: auto !important;*/
	/*min-height: 550px;*/
	width: 790px;
	height: auto;
	overflow:auto;
}

/*
// PAGE artist
*/

#artist .page {
	line-height: 18px;
	border-width: 0px;
	border-style: none;
	position: absolute;
	width: 520px;
	float: left;
}

#artist .page .title {
	border-style: none;
	float: none;
	clear: both;
	font-size: 17px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold; 
}

#artist .page .subtitle {
	float: none;
	clear: both;
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* time to migrate away from using divs for headers */

#artist .page .article {
	float: none;
	margin-bottom: 30px;
}

#artist .page h1 {
	margin: 10px 0px 0px 0px;
	font: bold 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #12664a;
	padding: 0;
	letter-spacing: 0.1em;
}

#artist .page p {
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 0;
	line-height: 1.6em;
	font: normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}
#artist .page p a{
	text-decoration: none;
	color: #0033CC;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#artist .page p a:hover{
	color: #FF3300;
	border-bottom: 1px dotted #FF3300;
	padding-bottom: 2px;
}




/*
// NAVIGATION
*/

#artist #navigation {
	border-width: 0px;
	border-style: none;
	/*margin-bottom: 500px;*/
	margin-left: auto;
	width: 240px;
}

#artist #navigation #menu {
	margin-bottom: 25px;
}
#artist #navigation #menu h1{
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #283822;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px dotted #333333;
}
#artist #navigation #menu h2{
	font: bold 9px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #283822;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #333333;
}
#artist #navigation #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#artist #navigation #menu ul li a.item {
	color: #a4c0b9;
	display: block;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #434343;
	padding-left: 15px; 
	font-size: 12px;
	text-decoration: none;
}

#artist #navigation #menu ul li a:hover {
	color: #238168;
	background: url(../../resources/img/product_menu_arrow.gif) no-repeat 4px center;
	display: block;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #434343;
	padding-left: 15px; 
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}

#artist #navigation #menu ul li a.item_selected {
	color: #a6d2cb;
	background: #063327 url(../../resources/img/product_menu_arrow.gif) no-repeat 4px center;
	display: block;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #434343;
	padding-left: 15px; 
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}



