﻿.folderItem {
	border-top: #e4e4e4 1px solid;
	width: 240px;
	float: left;
	display: inline;
	margin-bottom: 19px;
}
.folderItem.even {
	margin-left: 30px;
}
.folderItem .folderItemMain{
	padding-top: 13px;
	padding-left: 10px;
	background: url(/Template/EON/BinaryResource/images/folderItemMainBg.gif) repeat-y center;
}
.folderItem .folderItemPic {
	float: left;
	width: 75px;
	display: inline;
}
.folderItem .folderItemContent{
	float: left;
	display: inline;
	width: 145px;
	height: 131px;
	margin-left: 9px;
}
.folderItem .folderItemTitle{
	font-size: 11px;
	color: #f21c0a;
}
.folderItem .folderItemDesc{
	padding-top: 12px;
}
.folderItem .folderItemBottom{
	height: 32px;
	padding-left: 10px;
	background: url(/Template/EON/BinaryResource/images/folderItemBottomBg.gif) no-repeat center bottom;
}
.folderItem .folderItemDownload{
	padding-left: 30px;
	display: block;
	height: 17px;
	background: url(/Template/EON/BinaryResource/images/icon_download.gif) no-repeat 7px 0;
}
.folderItem .folderItemDownload a{
	color: black;
	font-weight: bold;
	text-decoration: none;
}