@CHARSET "UTF-8";

/* container for all items */
#recommended_items {
	padding:0px;
	width:100%;
	margin-top:40px;
	margin-bottom: 10px;
	overflow:hidden;
}
/* style any images encountered */
#recommended_items img {
	border:0;
	width:50px;
	padding:2px;
	border:2px solid #98CCE4;
}
/* product container */
#recommended_items div {
	height:80px;
	padding:2px;
	border-bottom:1px solid #D0EDF3;
}
/* 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:normal;
	height:15px;
	color:#999999;
	text-transform:uppercase;
	font-size:14px;
	border-top:1px solid #363794;
}

/* stylize product details */
.recommended_items_img {
	width:58px;
}
.recommended_items_name {
	margin-left:4px;
	width:90px;
}
.recommended_items_description {
	margin-left:4px;
	width:200px;
}
.recommended_items_buy {
	margin-left:4px;
	width:152px;
}

.recommended_items_buy select { width: 150px; }
.recommended_items_buy select option { width: auto; }
