/*
Titele      	: BlockModules
Document     : stylesheet.block.modules.css
Last updated : 02/05/2009
*/
div.blockModules
{
	margin-left				: -5px;
}

div.blockModules div
{
	text-align				: center;
	margin-left				: auto;
	margin-right			: auto;
}


div.blockModules span.imageWrap
{
	display					: block;
	width					: 75px;
	height					: 75px;	
	margin-left				: auto;
	margin-right			: auto;
	border					: 1px solid #df5354;
	
	cursor					: pointer;
}

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

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

div.blockModules 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				: -2px;
	_margin-bottom 			: -3px;	
}

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

div.blockModules span.name
{	
	clear					: both;
	font-size				: 11px;
	color					: #9F9F9F;
}
