.ImageLinkBlock_Main
{
	width: 100%;
	float: left;
}
.ImageLinkBlock_HeaderTitle
{
	width: 100%;
	float: left;
	height: 10px;
	text-align: left;
}
.ImageLinkBlock_HeaderTitle span
{
	font-size: 16px;
	font-weight: bold;
}
.ImageLinkBlock_HeaderText
{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	text-align: left;
}
.ImageLinkBlock_HeaderText span
{
        font-size: 12px;
	font-family: Tahoma;
	color: #333333
}
.ImageLinkBlock_ItemContainer
{
	width: 100%;
	float: left;	
}
.ImageLinkBlock_ItemBlock
{
	width: 175px;
	min-height: 180px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
}
.ImageLinkBlock_ItemTitle
{
	padding-bottom: 3px;
	text-align: left;
	height: 30px;
}
.ImageLinkBlock_ItemTitle span
{
	font-weight: bold;
	font-size: 13px;
	color: black;
}
.ImageLinkBlock_ItemImage
{
	width: 175px;
	height: 90px;
	background: no-repeat top left;
	
}
.ImageLinkBlock_ItemImage2
{
	width: 100%;
	height: 100%;
	cursor: pointer;

}
.ImageLinkBlock_ItemText
{
	text-align: left;
        font-size: 11px;
	font-family: Tahoma;
}
.ImageLinkBlock_ItemText span
{
		
}