#recommendedModule {
	text-align: left;
	line-height: 1.6em;
	font-family: Arial;
}
#recommendedModule a {
	color: #000;
}
.recommend-tc,
.recommend-bc {
	background-repeat: no-repeat;
	height: 2px;
	width: 300px;
}
.recommend-tc {
	background-image: url(../images/right-promo-tc-title.png);
	background-position: center bottom;
}
.recommend-cc {
	border-left: 1px solid #B4C9D4;
	border-right: 1px solid #B4C9D4;
	width: 298px;
}
.recommend-bc {
	background-image: url(../images/right-promo-bc.png);
	background-position: center top;
}
#recommendedModule #recommendedTitle {
	background-color: #B4C9D4;
	padding: 10px;
	font: bold 13px Arial;
	text-transform: capitalize;
}
.recommendedGame {
	padding: 10px;
	border-bottom: 2px dotted #B4C9D4;
	position: relative;
}
.lastRecommendedGame {
	border: none;
}
.recommendedGame div {
	margin-left: 60px;
}
.recommendedGame div span {
	font-weight: bold;
}
.recommendedGame img {
	position: absolute;
}
#recommendedModule #recommendedStats {
	color: #333;
	font-size: 11px;
	padding: 5px 10px;
}
