/* @override http://localhost:8500/manhattan/css/index.css */

#featured {
	display:inline;
	float:right;
	width:132px;
	margin-top:-50px;
}

.index_item_surround{
	display: inline;
	float: left;
	width: 120px;
	/*border: 1px solid #826e56;*/
	background-color: #d3dfed;
	padding: 6px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 90%;
}
.index_list_item{
	padding: 5px;
	/*background-color: #826e56;*/
	height: 90px;
	float: left;
	width: 110px;
}
.index_product_title{
	position:relative;
	height:40px;
	text-transform: uppercase;
	top:6px;
}
.product_list_thumbnail_image{
	text-align: center;
}

.product_list_thumbnail_image img{
	width: 110px;
}
#home_intro{
	float:left;
	display:inline;
	width:340px;
	font-size:90%;
	margin-bottom:20px;
	line-height:1.6em;
}
