﻿.shop_item	{
	float:left;
	width: 200px;
	height: 250px;
	text-align:left;
	border:thin #F0F0F0 solid;
}
.shop_title	{
	margin-top:6pt;
	margin-left:5px;
	font-size: 10pt;
	text-align:left;
	font-weight:bold;
	}
.shop_image	{
	height:180px;
	text-align:center;
}	
.shop_price	{
	font-size: 12pt;
	font-weight:bold;
	color:#369FD4;
	text-align:left;
}
.shop_details a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
.shop_details a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;
	color:#369FD4;
	text-decoration:underline;
}
.shop_left	{
	float:left;
}