.item {
	position:relative;
	padding: 0;
	margin:0 6px 10px 0;
	width:199px;
	height:207px;
	float:left;
	line-height:normal;
	background:transparent url(../images/shop/item_border.gif) no-repeat left top;
}

.photo  {
	height: 124px;
	padding: 1px 0 0 1px;
	margin-bottom: 2px;
	text-align: center;
}

.info {
	height: 70px;
	background: #F7F7F7;
	padding: 10px 10px 0 10px;
	border-bottom: 3px solid #FF6804;
}

p.name {
	color: #FF6804;
	font-size: 14px;
	font-weight: bold;
}

p.description {
	font-size: 10px;
	color: #838383;
	padding-top: 2px;
}

p.price {
	font-size: 12px;
	color: #323232;
	font-weight: bold;
	padding-top: 2px;
	position: absolute;
	bottom: 7px;
}
