@CHARSET "UTF-8";

/* container for all items */
#recommended_items {
	padding:5px;
	border-top:1px solid #6D6150;
	width:98%;
	margin-top:40px;
	margin-bottom: 10px;
/*	overflow:hidden; */
}

/* container for item details */
#recommended_items_detail {
	clear:both;
}

/* style any images encountered */
#recommended_items img {
	border:5px solid #452913;
	width:70px;
}
/* product container */
#recommended_items div {
	float:left;
	height:125px;
	padding:2px;
/*	border-bottom:1px solid #6D6150; */
	padding-bottom:15px;
}
/* product detail containers (img, name, description, buy) */
#recommended_items div div {
	border:none;
	height:120px;
	overflow:hidden;
}

/* label introducing recommended items section */
#recommended_items #recommended_items_label {
	display:block;
	font-weight:bold;
	height:15px;
}

/* stylize product details */
.recommended_items_img {
	width:80px;
}
.recommended_items_name {
	margin-left:4px;
	width:90px;
	font-weight:bold;
}
.recommended_items_description {
	display:none;
/*	margin-left:4px;
	width:225px; */
}
.recommended_items_buy {
	display:none;
/*	margin-left:4px;
	width:150px; */
}

.recommended_items_buy select { width: 150px; }
.recommended_items_buy select option { width: auto; }
