.LearnContainer
{
	height: 250px;
	width: 200px;
	border: 1px #ffffff solid;
	padding: 3px;
	float: left;
	margin: 3px;
	margin-bottom:10px;
	cursor: pointer;
}
.LearnContainer:Hover
{
	border: 1px #333333 solid;
}
.LearnItem
{
	margin: 5px;
	padding: 0px;
	width: 180px;
	height: 230px;
}
.LearnItemCategory
{
	color: #ffffff;
	height: 20px;
	padding: 2px;
	font-size: 12px;
	display: none;
}
.LearnItemTitle
{
	color: #000000;
	padding: 2px;
	font-size: 12px;
	border-top: 1px dotted #cccccc;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:block;
	clear:both;
	
}
.LearnItemImageSwap
{
	width: 180px;
	height: 180px;
	overflow: hidden;
}
.LearnItemDescription
{
	font-size: 10px;
	color: #333333;
	overflow: hidden;
	display: none;
}
.LearnItemImage
{
	height: 180px;
	width: 180px;
}
.LearnItemTime
{
	font-size: 11px;
	color: #999999;
	float: right;
}
.LearnItemAuthor
{
	float: left;
	font-size: 11px;
	font-weight: 400;
	color: #999999;
	
}
