@CHARSET "UTF-8";

/* container for all items */
#recommended_items {
	padding:5px;
/*	border-top:1px dotted #CCCCCC; */
	width:100%;
	margin-top:40px;
	margin-bottom: 10px;
	overflow:hidden;
}
/* style any images encountered */
#recommended_items img {
	border:0;
	width:50px;
}
/* product container */
#recommended_items div {
	height:80px;
	padding:2px;
	border-bottom:1px dotted #CCCCCC;
}
/* 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;
}

/* stylize product details */
.recommended_items_img {
	width:50px;
}
.recommended_items_name {
	margin-left:4px;
	width:90px;
}
.recommended_items_description {
	margin-left:4px;
	width:220px;
}
.recommended_items_buy {
	margin-left:4px;
	width:150px;
}

.recommended_items_buy select { width: 150px; }
.recommended_items_buy select option { width: auto; }
