@CHARSET "UTF-8";

/* container for all items */
#recommended_items {
	padding:5px;
/*	border-top:1px solid #990033; */
	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;
	font-size:14px;
	margin-bottom: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;
/*	border-bottom:1px solid #990033; */
	height:100px;
	overflow:hidden;
}

/*  */
#recommended_items_detail div div {
	float:left;
}




















/* stylize product details */
.recommended_items_img {
	width:50px;
}
.recommended_items_img img {
	border: 1px solid #990033;
	width:50px;
}
.recommended_items_name {
	margin-left:4px;
	width:80px;
}
.recommended_items_description {
	margin-left:4px;
	width:270px;
}
.recommended_items_buy {
	margin-left:4px;
	width:150px;
	font-weight:bold;
}
.recommended_items_buy select {
	width: 150px;
}
.recommended_items_buy select option {
	width: auto;
}
