.store .product
{
	margin-bottom: 20px;
}

.store h3
{
	margin-bottom: 10px;
}

.store h4
{
	margin-bottom: 10px;
}

.store .department
{
	clear: both;
}

.store .product
{
	clear: both;
}

.store .product .thumbnail
{
	float: left;
	width: 150px;
	margin-right: 20px;

	text-align: center;
}

.store .product .info
{
	float: left;
	width: 300px;
}

.store .product .price
{
	margin-bottom: 5px;
	
	font-size: 1.6em;
}

.store .product .description
{
	clear: both;
	margin-bottom: 10px;
}

.store .product .sizes
{
	padding: 2px 5px 2px 5px;

	border: dotted 1px #CCCC99;
	text-align: left;
}

.store .product .sizes ul
{
	display: inline;
	margin: 0 0 0 10px;
}

.store .product .sizes li
{
	display: inline;
	margin-right: 10px;
}
