/*  styles for recommended products */

div#recommendations {
	margin:0px;
	margin-left:4px;
}

div.recommendation-row {
	padding:0px;
	padding-left:8px;
	background: url(../../img/recommend/rcmmnd_box_bg.jpg) repeat-y;
	height:150px;
}

div.recommendation-row div.product {
	width:118px;
	float:left;
	background:none;
}

div.product div.image {
	text-align:center;
	margin:0px;
}

div.product div.number {
	margin:0px;
}

div.product div.description {
	font-family:tahoma,sans-serif;
}


div.description p {
	margin:3px;
	margin-left:4px;
}

div.description .text1 {
	font-family:tahoma,sans-serif;
	font-size:90%;
	font-weight:normal;
	color:#928c36;
}

div.description .text2 {
	font-family:tahoma,sans-serif;
	font-size:80%;
	font-weight:normal;
	color:#412a2e;
	margin-top:2px;
}

div.description a {
	text-decoration:none;
}

