/* Artist Table Elements */
.artistCell
{
	width: 175px;
	background-color: #F4F4F4;
	cursor: pointer;
	vertical-align: top;
}

.artistCell:hover
{
	background-color: #E3E3E3;
}

.artistPanel
{
	width: 150px;
	padding: 20px 11px 14px 11px;
}

.artistImage
{
	display:block;
	text-align:center;
}

.artistImage img 
{
	width: 105px;
	height: 105px;
	margin: 0 auto 8px auto;
}

.artistName, .artistNumOfCards
{
	display: block;
	color: #717171;
}

.artistName
{
	font-weight: bold;
}

.artistNumOfCards
{
	font-style: italic;
}

/* End Artists Table Elements */
