/* 
    Document   : albumbrowser
    Created on : 9-okt-2009, 15:14:44
    Author     : Maghiel Dijksman <mail@mdijksman.nl>
    Description:
        Stylesheet for the album browser
*/

div.albumsBrowser
{
    float                   : right;
    width                   : 100%;
    margin-top              : 10px;
}

div.albumsBrowser div
{
	display					: inline;
	float					: left;

	width					: 75px;
	height					: 125px;
	text-align				: center;
	vertical-align			: top;

	margin-left				: 12px;
	margin-right			: 12px;
	_margin-right 			: 23px;
}

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

	border					: 1px solid #669ACC;

	cursor					: pointer;
}

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

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

div.albumsBrowser div span.image
{
	display					: table-cell;
	width					: 75px;
	height					: 75px;

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

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

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

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

div.albumsBrowser div span.image img
{
    max-width               : 75px;
    max-height              : 75px;
}

div.albumsBrowser div a
{
	font-weight				: bold;
}

 div.albumsBrowser div span.releaseYear
{
	font-size				: 10px;
	color					: #000000;
}

