@CHARSET "UTF-8";

/* container for all items */
#recommended_items {
	padding:0px;
	width:100%;
	margin-top:40px;
	margin-bottom: 10px;
}

#recommended_items div {
}

/* container for label introducing recommended items */
#recommended_items_label {
	padding:5px;
	font-weight:bold;
	height:15px;
}

/* container for all recommended items */
#recommended_items_detail {
}

/* container for product detail of a recommended items (img, name, description, buy) */
#recommended_items_detail div {
	padding:5px;
/*	height:100px; */
	float:left;
/*	overflow:hidden; */
	text-align:center;
}

/*  */
#recommended_items_detail div div {

}




















/* stylize product details */
.recommended_items_img {
	width:150px;
	height:115px;
}
.recommended_items_img img {
	border:5px solid #336699;
/*	width:140px; */
	height:100px;
}
.recommended_items_name {
	clear:left;
	width:150px;
	height:45px;
	font-weight:bold;
}
.recommended_items_description {
	clear:left;
	width:150px;
	height:45px;
}
.recommended_items_buy {
	display:none;
}
.recommended_items_buy select {
	width: 150px;
}
.recommended_items_buy select option {
	width: auto;
}
