.item_cnt
{
	width:728px;
	margin:0 0 10px 0;
	background: url(../images/group_body_bg.png) repeat-x;;
}
.item_type_cnt
{
	width:708px;
	padding:0 10px;
	height:24px;
	line-height:24px;
	border:1px solid gray;
	background:url(../images/group_type_bg.png) no-repeat;
}	
	.item_cnt a
	{
		color:#3C96CA;
	}
	.item_type
	{
		float:left;
		height:23px;
		margin:2px 0 0 0;
	}
		.item_type a
		{
			display:block;
			width:108px;
			height:20px;
			line-height:20px;
			background:url(../images/group_type_item_bg.png) no-repeat;
			color:#333;
			padding:0 0 0 10px;
		}
		.item_type h3
		{
			font-weight:bold;
			float:left;
		}
	.item_title
	{
		float:left;
	}
	.item_download
	{
		float:right;
	}
		.item_download a:hover
		{
			text-decoration:underline;
		}
	

tr.item_body div.item_left
{
	width:220px;
	padding:0 10px;
	float:left;
}
tr.item_body  div.item_left div.item_img
{
	width:216px;
	height:216px;
	overflow:hidden;
	padding:1px;
	border:1px solid gray;
	text-align:center;
	background:white;
	margin:0 0 10px 0;
}
tr.item_body div.item_text1
{
	width:198px;
	padding:10px;
	border:1px solid gray;
	vertical-align:top;
	overflow:hidden;
	font-weight:bold;
}
tr.item_body div.item_gallery
{
	width:220px;
	margin:0 0 10px;
}
	tr.item_body div.item_gallery a
	{
		display:block;
		width:66px;
		height:66px;
		border:1px solid gray;
		padding:1px;
		float:left;
		margin:0 5px 0 0;
		overflow:hidden;
	}
tr.item_body div.item_text2
{
	width:455px;
	padding:10px;
	border:1px solid gray;
	line-height:14px;
	font-size:12px;
	float:left;
	background-color:white;
	overflow:hidden;
}
.crum_trail
{
	width:721px;
	height:20px;
	line-height:20px;
	padding:0 0 0 5px;
	background:url(../images/home_separator_bg.png) repeat-x;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
}
	.crum_trail a
	{
		color:#3C96CA;
		font-weight:bold;
		text-decoration:none;
	}
	.crum_trail a:hover
	{
		text-decoration:underline;
	}
.pagination
{
	height:20px;
	line-height:20px;
	text-align:right;
	margin:5px 0;
	float:right;
}
	.pagination a
	{
		display:block;
		height:20px;
		line-height:20px;
		padding:0 7px;
		float:left;
		background: #F4F4F4;
		margin:0 2px;
		border:1px solid #999;
	}
	.pagination a:hover
	{
		background:white;
	}













