@CHARSET "UTF-8";

/* container for all items */
#recommended_items {
	padding: 0px;
	border:1px solid #999999;
	margin-top:20px;
	margin-bottom: 10px;
	float: left;
}

#recommended_items div {
	
}

/* container for label introducing recommended items */
#recommended_items_label {
	background-color: #f2f2f2;
	border-bottom:1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
	padding:10px 15px 10px 15px;
	height: 15px;
	overflow:hidden;
}


/* container for all recommended items */
#recommended_items_detail {
	
}

/* container for product detail of a recommended items (img, name, description, buy) */
#recommended_items_detail div {
	float: left;
	padding: 10px;
/*	height:125px; */
	overflow:hidden;
/*	float: left; */
}


/*  */
#recommended_items_detail div div {
/*	float:left; */
	text-align: center;
}


/* stylize product details */
.recommended_items_img {
	border: none;
	width:120px;
	text-align: center;
}
.recommended_items_img img {
	border: none;
	width:120px;
}
.recommended_items_name {
	clear: both;
	color: #333;
	width: 120px;
}
.recommended_items_description {
/*	display: none; */
	margin-left:5px;
	display: none;
}
.recommended_items_buy {
	display: none;
	margin-left:5px;
	width:120px;
}
.recommended_items_buy select {
	width: 120px;
}
.recommended_items_buy select option {
	width: auto;
}
