div#content div#category div#category_64
{
	width: 648px;
	/*height: 210px;*/
	border: solid 1px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FFF;
	clear: both;
	/*margin: 0px 0 0 10px;*/
	grid-column: span 2;
}

div#category_64 div#category_title
{
	height: 50px;
	line-height: 50px;
	margin: 0;
}

div#category_64 ul
{
	position: relative;
}


div#category_64 li div.moduleItemCreated
{
	display: none;
}

div#category_64 li#k2_item_1.even,
div#category_64 li#k2_item_2.odd,
div#category_64 li#k2_item_3.even,
div#category_64 li#k2_item_4.odd
{
	width: 160px;
	height: 150px;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

div#category_64 li#k2_item_1.even a.moduleItemTitle,
div#category_64 li#k2_item_2.odd a.moduleItemTitle,
div#category_64 li#k2_item_3.even a.moduleItemTitle,
div#category_64 li#k2_item_4.odd a.moduleItemTitle
{
	position: absolute;
	top: 125px;
	display: block;
	text-align: center;
	width: 160px;
	line-height: 20px;
	font-size: 14px;
	border: none;
	margin: 0;
	padding: 0;
}

div#category_64 li#k2_item_1.even div.moduleItemIntrotext,
div#category_64 li#k2_item_2.odd div.moduleItemIntrotext,
div#category_64 li#k2_item_3.even div.moduleItemIntrotext,
div#category_64 li#k2_item_4.odd div.moduleItemIntrotext
{
	position: absolute;
	top: 10px;
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#category_64 li#k2_item_1.even div.moduleItemImageBlock,
div#category_64 li#k2_item_2.odd div.moduleItemImageBlock,
div#category_64 li#k2_item_3.even div.moduleItemImageBlock,
div#category_64 li#k2_item_4.odd div.moduleItemImageBlock
{
	padding: 0;
	margin: 0;
	width: 150px;
	text-align: center;
}

div#category_64 li div.moduleItemIntrotext div.moduleItemImageBlock a.moduleItemImage
{
	display: block;
}

div#category_64 li div.moduleItemIntrotext div.moduleItemImageBlock a.moduleItemImage img
{
	width: 127px;
	height: 96px;
}

