/* Artistry Team */

.artistry_team .toolbar {
	margin: 10px 0 32px;
}
.artistry_team .steps ul li {
	margin: 18px 0px;
	padding: 0px 0px 6px 0px;
	*padding:0px 0px 25px 0px;
	border-bottom: 2px dotted #FFCBDB;
}
.artistry_team .steps ul li.last {
	margin: 18px 0px 0px;
	*padding: 0px;
	border: none;
}
.artistry_team .steps ul li {
}
.artistry_team .steps h4 {
	margin-bottom: 4px;
}
.artist_detail_col {
	width: 292px;
	float: left;
	margin:15px 18px 15px 0px;
	display: inline;
	position:relative;
}
.artist_img {
	float: left;
	width: 108px;
	display: inline;
	margin-right: 18px;
}
.artist_detail {
	position: absolute;
	bottom: 2px;
	*bottom: -2px;
	right: 0px;
	width: 175px;	
}
.artist_detail a {
	font-weight: bold;	
}
.artist_detail h3 {
	font-weight: bold;
	font-size: 26px;	
}

