.item_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.item_price_buy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #03F;
}
.item_price_buy:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0FF;
}
.item_picture {
	width: auto;
	border-top-style: 7;
	border-right-style: 7;
	border-bottom-style: 7;
	border-left-style: 7;
}

