#RecommendedItems{
	width:100%;
	margin:20px auto 0;
	text-align:left;
	border:3px solid #F4F4F4;
}
#RecommendedItemsContainer{
	height:100%;
	border:1px solid #DDD;
    border-top-color:#99A2B1;
}

#RecommendedItems h3{
	border:none;
	color: #B70100;
	font-size: 14px;
	font-weight:bold;
	
	margin:0;
	padding:7px 8px;
	height:28px;
	line-height:28px;
	background:transparent url(http://recommend.mailu.cn/images/rec_item_title_bk.gif) 0 1px repeat-x;
}
#RecommendedItems ul{
	margin:0;
	padding:0;
	background-color:#FFF;
	width:100%;
}
#RecommendedItems li{
    float:left;
    margin: 2px 3px 3px 2px;
    padding-left: 5px;
    text-align:center;
	

    list-style-type:none;
	list-style-position: inside;

    width:30%;
	height:100px;
	white-space:nowrap; 
	word-break:keep-all; 
	overflow:hidden;
text-overflow:ellipsis;
}
#RecommendedItems li em{
	display:block;
	margin:8px 0;
	font-family:arial;
	font-style:normal;
	font-weight:bold;
	color:#F50;
}
#RecommendedItems li span{
	display:block;
	margin:0 auto 5px;
	width:100%;
	overflow:hidden;

}
