/* CSS Document */

#products .list{
	float: left;
	height: 135px;
	width: 93px;
	margin:0px 7px;
}
#products .photo{
	background-color: #FFF;
	padding: 5px;
	height:82px;
	width: 82px;
	border: 1px solid #e4e4e4;
}
#products .caption{
	background-color: #29342e;
	padding: 3px 5px;
	height: auto;
	width: 83px;
	font-weight: bold;
	text-align: center;
}
#products .img{
	width: 341px;
	position: relative;
	height: 278px;
}
#products .img .search{
	position: absolute;
	z-index: 1;
	height: 20px;
	width: 20px;
	right: 12px;
	bottom: 9px;
}

#products .back{
	height: auto;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
