@CHARSET "UTF-8";

/* container for all items */
#recommended_items {
	width:670px;
	margin:0px auto;
}
/* style any images encountered */
#recommended_items img {
	border:0;
	width:50px;
	/* height:50px; */
}
/* product container */
#recommended_items div {
	border:1px dashed #bbb;
	height:80px;
	padding:2px;
}
/* product detail containers (img, name, description, buy) */
#recommended_items div div {
	border:none;
	height:70px;
	overflow:hidden;
	float:left;
}

/* label introducing recommended items section */
#recommended_items #recommended_items_label {
	border:none;
	font-weight:bold;
	height:15px;
	margin-top:40px;
}

/* stylize product details */
.recommended_items_img {
	width:50px;
}
.recommended_items_name {
	margin-left:4px;
	width:100px;
}
.recommended_items_description {
	margin-left:4px;
	width:340px;
}
.recommended_items_buy {
	margin-left:4px;
	width:146px;
}
