#recommend {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	SCROLLBAR-DARKSHADOW-COLOR: rgb(231,230,189);
	height: 400px;
	text-align: center;
}
#recommend dl {
	margin: 0px auto 5px;
	text-align: left;
	border: 1px dotted #999999;
	width: 155px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
}
#recommend dt {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-right: 7px;
	margin-left: 7px;

}
#recommend dt a:link {
	color: #009999;
	text-decoration: none;
}
#recommend dt a:visited {
	color: #009999;
	text-decoration: none;
}
#recommend dt a:hover {
	color: #009999;
	text-decoration: underline;
}
#recommend dt a:active {
	color: #009999;
	text-decoration: none;
}

#recommend dd {
	text-align: justify;
	margin-left: 7px;
	font-size: 11px;
	color: #666666;
	margin-right: 7px;
	margin-top: 4px;
	margin-bottom: 4px;

}
#recommend .address {
	font-weight: bold;
	color: #5C5C5C;
}

#recommend .pic {
	width: 142px;
	margin-right: 6px;
	margin-left: 7px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#recommend .pic img {
	float: left;
	margin-right: 1px;
}

