@CHARSET "UTF-8";

/* container for all items */
#recommended_items {
	padding:15px 5px;
	border-top:1px dotted #c4c8cc;
	width:100%;
	margin-top:15px;
	margin-bottom: 10px;
	
}

#recommended_items div {
}

/* container for label introducing recommended items */
#recommended_items_label {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 18px;
	color: #0061aa;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	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 30px 5px;
	height:80px;
	overflow:hidden;
	float: left;
}


/*  */
#recommended_items_detail div div {
	float:left;
}


/* stylize product details */
.recommended_items_img {
	width:100px;
}
.recommended_items_img img {
	border:0;
	width:100px;
}
.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;
}
