div.module-MainIndex
{
	background-color:#FFFFFF;
	width:100%;
}

.module-MainIndex table.items
{
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.module-MainIndex td.item
{
	padding-bottom:5px;
	padding-right:5px;
	text-align:left;
	width:100%;
}

.module-MainIndex div.img
{
	padding:5px;
	text-align:left;
	float:left;
}

.module-MainIndex .itemLabel
{
	background-color:#faa812;
	position:relative;
	padding:5px;
	padding-left:10px;
	text-align:left;
	height:58px;
}

.module-MainIndex .link a
{
	color:#FFFFFF;
	font-size:1.3em;
}

.itemLabel .corner-tl, .itemLabel .corner-tr, .itemLabel .corner-bl, .itemLabel .corner-br
{
	width:5px;
	height:5px;
}

.itemLabel .corner-tl	{background-image:url(../images/cornerd-tl.gif);}
.itemLabel .corner-tr	{background-image:url(../images/cornerd-tr.gif);}
.itemLabel .corner-bl	{background-image:url(../images/cornerd-bl.gif);}
.itemLabel .corner-br	{background-image:url(../images/cornerd-br.gif);}