#store-categories .store-category
{
	float: left;
	margin-right: 12px;
	height: 250px;
	width: 189px;
}

#store-categories .store-category.last
{
	margin-right: 0;
}


#store-categories .store-category img
{
	width: 100%;
	padding-bottom: 4px;
}

.store-item .info,
.store-item .image
{
	float: left;
	width: 390px;
}

.store-item .image
{
	margin-right: 12px;
}

.store-item .flashplayer
{
	margin-top: 12px;
}

.store-item .description
{
	margin-bottom: 20px;
}

.store-item .price
{
	font-weight: bold;
	font-size: 1.5em;
}

.store-item select.sizes
{
	float: left;
	margin-right: 5px;
}

.store-item select.google-sizes
{
	margin-top: 10px;
}

.store-item .google-checkout,
.store-item .paypal
{
	margin-top: 20px;
}