@CHARSET "UTF-8";

/* container for all items */
#recommended_items {
	padding:5px;
	border-top:1px solid #CCCCCC;
	width:100%;
	margin-top:40px;
	margin-bottom: 10px;
	
}

#recommended_items div {
	margin-right: 10px;
}

/* container for label introducing recommended items */
#recommended_items_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7f023c;
	padding:5px;
	height: 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:15px 5px 0px 5px;
	height:80px;
	overflow:hidden;
	float: left;
}


/*  */
#recommended_items_detail div div {
	float:left;
}


/* stylize product details */
.recommended_items_img {
	width:50px;
}
.recommended_items_img img {
	border:0;
	width:50px;
}
.recommended_items_name {
	margin-left:4px;
	width:80px;
}
.recommended_items_description {
	display: none;
	margin-left:4px;
	width:270px;
}
.recommended_items_buy {
	display: none;
	margin-left:4px;
	width:150px;
}
.recommended_items_buy select {
	width: 150px;
}
.recommended_items_buy select option {
	width: auto;
}
