/* 
    Document   : stylesheet.block.related
    Created on : 17-mrt-2009, 17:32:05
    Author     : Maghiel Dijksman <mail@mdijksman.nl>
    Description:
        Block Related CSS
*/

div.blockRelated
{
    border					: 1px solid #669ACC;
    margin-top              : 10px;

    _width                  : 99%;
    _margin-left            : 3px;
}

*:first-child+html div.blockRelated
{
    width                   : 99%;
}

div.blockRelated span.artist
{
	display					: block;

	float					: left;
	width					: 100px;
	height					: 130px;
	text-align				: center;

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

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

*:first-child+html div.blockRelated span.artist
{
    margin-left             : 8px;
    margin-right            : 8px;
}

div.blockRelated span.artist span.imageWrap
{
	display					: block;
	width					: 100px;
	height					: 100px;

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

	border					: 1px solid #93C0EE;

	cursor					: pointer;
}

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

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

div.blockRelated span.artist span.image
{
	display					: table-cell;
	width					: 100px;
	height					: 100px;

	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.blockRelated span.artist span.image
{
	width					: 100%;
	height					: auto;
	display					: inline-block;
	margin-top				: -2px;
	margin-bottom 			: -3px;
}

