/* Div styles */

.content_body {
	font: 12px Arial, sans-serif;
	color: #333;
	text-align: center;
	text-shadow: 0px 1px 0px #ccc;
	
	background:
		#fff
		url('../images/body-splash-bg.jpg')
		
		center top
		no-repeat !important;
		border-top:1px solid #fff;
}

	.highlightG { 
		font-weight: bold;
		color: #0e0 !important;
	}

.recommend_row {
	width: 100%; 
	 
	background:
		#fff; 
}

	.recommend_item {
		display: block;
		float: left;
		width: 145px;
		padding: 10px;
		font-size: 11px;
		color: #999;
		text-align: center;
	}
	
		.recommend_item a {
			display: block;
			width: 100%;
			margin: 0px auto 3px;
			font-size: 12px;
			font-weight: bold;
			color: #000;
			text-decoration: none;
		}
		
		.recommend_item a:hover {
			color: #f60!important;
			text-decoration: underline;
		}
		
			.recommend_item .image_container {
				position: relative;
				width: 125px;
				height: 185px;
				margin: 0px auto 5px;
			}
		
			.recommend_item img {
				display: block;
				width: 125px;
				height: 185px;
			}
