#recommended-frm {
	SCROLLBAR-DARKSHADOW-COLOR: rgb(231,230,189);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 425px;
	height:270px;
}
#recommended {
	display: block;
	margin: 0px 0px 15px;
	width: 425px;
	overflow: auto;
	height: 270px;
	SCROLLBAR-DARKSHADOW-COLOR: rgb(231,230,189);
}
#recommended .entry {
	margin: 1px 3px 3px 0px;
	width: 198px;
	float: left;
	height: 129px;
	background-image: url(../img/top-bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#recommended a:link {
	color: #009999;
	text-decoration: none;
}
#recommended a:visited {
	color: #009999;
	text-decoration: none;
}
#recommended a:hover {
	color: #009999;
	text-decoration: underline;
}
#recommended a:active {
	color: #009999;
	text-decoration: none;
}
#recommended .entry .title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#recommended .entry .type {
	font-size: 10px;
	color: #006666;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 70px;
	margin-right: auto;
	margin-left: 8px;
}

#recommended .entry .content {
	width: 198px;
	margin-top: 8px;
	clear: both;
}
#recommended .entry .content .left {
	width: 126px;
	float: left;
}
#recommended .entry .content .left .address {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: bold;
	margin-left: 8px;
	color: #5C5C5C;
}
#recommended .entry .content .left ul {
	margin: 3px 0px 0px 8px;
	padding-left: 0px;
}
#recommended .entry .content .left li {
	margin: 0px auto auto 0px;
	list-style-type: none;
	line-height: 150%;
	list-style-position: outside;
	font-size: 10px;
	color: #666666;
}
#recommended .entry .content .right {
	float: left;
	width: 70px;
	text-align: center;
}
#recommended .entry .content .right img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
}
