﻿.StoreItems br
{
	display: none;
}

.StoreItem
{
	float: left;
	padding: 10px;
	width: 280px;
}

.StoreImage
{
	float: left;
	height: 90px;
	margin-right: 10px;
}

.StoreItem h1
{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
}
.StoreItems h1 a
{
	text-decoration: none;
}

.StoreItem p
{
	font-size: 12px;
	margin-bottom: 0;
	width: 170px;
}

.price
{
	color: Green;
	font-size: 14px;
	font-weight: bold;
}

.StoreItem div.controls
{
	clear: both;
	font-size: 10px;
	margin-top: 10px;
	text-align: right;
	white-space:nowrap;
}
.StoreItem input
{
	width: 70px;
}
.StoreItem select, .StoreItem input
{
	font-size: 10px;
}

fieldset.cart
{
	min-height: 150px;
}
fieldset.cart legend
{
	font-size: 12px;
	margin-bottom: 10px;
	
}




table.shopping-cart
{
	color: #6b6b47;
	display: table;
	width: 100%;
}
.shopping-cart, .shopping-cart td, .shopping-cart th
{
	border-color: #6b6b47;
	vertical-align: top;
}
.shopping-cart td
{
	padding: 5px;
}
.shopping-cart th
{
	background-color: #6b6b47;
	color: White;
	font-weight: normal;
}

.shopping-cart a
{
	text-decoration: none;
}
.shopping-cart a:hover
{
	color: Black;
}