/* 
    Document   : featuredartist
    Created on : 26-nov-2009, 19:23:46
    Author     : Maghiel Dijksman <mail@mdijksman.nl>
    Description:
        CSS for FeaturedArtist views
*/

*:first-child+html div.featuredArtist
{
	height					: auto;
	display					: inline-block;    
}

div.featuredArtist div.artist
{
	display					: block;

	float					: left;
	width					: 93px;
	height					: 120px;
	text-align				: center;

	margin-left				: 9px;
	margin-right			: 9px;

    _margin-left            : 6px;
	_margin-right           : 7px;

	font-size				: 11px;
	font-weight				: bold;
}

div.featuredArtist div.artist span.imageWrap
{
	display					: block;
	width					: 75px;
	height					: 75px;

	margin-left				: auto;
	margin-right			: auto;
	margin-bottom			: 3px;
	
	background-color		: #000000;
    border                  : 1px solid #000000;

	cursor					: pointer;
}

div.featuredArtist div.artist span.ieFix
{
	_width					: 0;
	_height					: 100%;
	_display				: inline-block;
	_vertical-align			: middle;
}

*:first-child+html div.featuredArtist div.artist span.ieFix
{
	width					: 0;
	height					: 100%;
	display					: inline-block;
	vertical-align			: middle;
}

div.featuredArtist div.artist span.image
{
	display					: table-cell;
	width					: 77px;
	height					: 77px;

	margin-left				: auto;
	margin-right			: auto;

	vertical-align			: middle;
	text-align				: center;

	_width					: 100%;
	_height					: auto;
	_display				: inline-block;
	_margin-top				: -2px;
	_margin-bottom 			: -3px;
}

*:first-child+html div.featuredArtist div.artist span.image
{
	width					: 100%;
	height					: auto;
	display					: inline-block;
	margin-top				: -2px;
	margin-bottom 			: -3px;
}
