@charset "utf-8";
#wide {
	margin: 0px auto;
	padding: 7px;
	width: 1130px;
}
#container {
	margin: 0px;
	float: left;
}
#recommend {
	margin-top: 220px;
	width: 216px;
	float: right;
	background-color: #FFFFEE;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#recommend table{
	border-bottom: 1px solid #CCCCCC;
	margin: 5px 0px;
}
#recommend h4{
	font-size: 14px;
	width: 220px;
	height: 42px;
	position: relative;
	margin: 0px;
	margin-bottom: 5px;
}

#recommend h4 span{
	background-image: url(../images/recommend/recommend_title.jpg);
	display: block;
	position:absolute;
	width: 220px;
	height: 42px;
	top: 0;	left: 0;
	background-repeat: no-repeat;
}
#recommend th{
	float: left;
	width: 81px;
	margin-right: 5px;
	clear: left;
	vertical-align: top;
}
#recommend th img{
	margin: 2px;
	padding: 1px;
	border: 2px solid #F3F3F3;
}
#recommend th a img{
	border: 2px solid #F3F3F3;
}
#recommend td a{
	text-decoration: none;
	color: #000000;
}
#recommend th a:hover img{
	border: 2px solid #E4AA85;
}
#recommend td{
	float: left;
	font-size: 12px;
	text-align: left;
	line-height: 130%;
	vertical-align: top;
	cursor: pointer;
}
#recommend td em{
	font-style: normal;
	font-size: 10px;
	color: #999999;
	background-color: #FCF6E5;
}
#recommend td strong{
	color: #FF0000;
}
