.shopRow
{

}
.shopProduct
{
	float:left;
	width: 220px;
	vertical-align: top;
	margin-bottom: 10px;
	background-color: #cdcdcd;
	
}

.shopProductContentContainer
{
	float:left;
	margin:5px;
	width: 210px;
	vertical-align: top;
	background-color: #ffffff;
	
}

.shopProductTitle
{

	width: 99px;
	border: 0px solid blue;
	font-weight: bold;
}

.shopProductDescription
{
	margin-top: 5px;	
	width: 99px;
	border: 0px solid blue;
}

.shopProductPrice
{
	text-align:right;
	font-weight: bold;
	margin-top: 5px;	
}


.shopProductSpaceHorizontal
{
	float:left;
	width: 11px;
	height: 10px;
}


