.RecomendedProduct{
	position:			relative;
	margin: 			0 0 15px 0;
	padding: 			10px 10px 50px 10px;
	overflow:			hidden;
	clear:				both;
	
	border: 			1px solid #aaa;
	text-align: 		left;
	font-size:			12px;
	background-color:	#fff;
	color:				#000;
}

.RecomendedProduct.small{
	float: 			left;
	padding-bottom:	10px;
	margin-right:	10px;
	clear:			none;
}

.RecomendedProduct ol,
.RecomendedProduct ul{
	margin-bottom: 0;
}

.RecomendedProduct .clear{
	clear: both;
}

.RecomendedProduct .header{
	position:		absolute;
	bottom:			-35px;
	left:			0;
	z-index:		0;
	
	line-height:	90px;
	color:			#ddd;
	font-size: 		100px;
	font-weight: 	bold;
}

.RecomendedProduct.small .header{
	display: none;
}

.RecomendedProduct .image{
	position:		relative;
	margin-right:	10px;
	z-index: 		1;
	float: 			left;
}

.RecomendedProduct.small .image{
	float: 		none;
	margin: 	auto;
	height:		150px;
	overflow: 	hidden;
}

.RecomendedProduct.small .image img{
	display:block;
	margin: auto;
}

.RecomendedProduct .details{
	position:		relative;
	z-index: 		1;
}

.RecomendedProduct .details .name,
.RecomendedProduct .details .description_title{
	font-weight: 	bold;
}

.RecomendedProduct .details .name a{
	color: 				#00c;
	text-decoration: 	none;
}

.RecomendedProduct .details .name a:hover{
	text-decoration:	underline;
}

.RecomendedProduct .details .description_title{
	margin-top: 5px;
}

.RecomendedProduct .details .label{
	display: 	block;
	width: 		60px;
	float: 		left;
}

.RecomendedProduct.small .details div{
	text-align: right;
}

.RecomendedProduct.small .details div span{
	text-align: left;
}

.RecomendedProduct.small .details .name{
	width:		112px;
	padding:	0;
	margin:		0 auto 10px auto;
	height:		80px;
	overflow:	hidden;
	
	text-align: center;
}