#shopping
{
	clear: both;
	margin-top: 15px;
}

#menuLeft {	
	float:left;
	text-align:left;
	width:150px;
	border-top: solid 2px #FFFFFF;
}

#menuLeft ul, #menuLeft li {	
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
} 

#menuLeft li a {
	font-size: 10pt;
	display: block;
	color: #FFFFFF;
	background:#009933;
	padding: 3px 10px 4px 10px;
	text-decoration:none; 
	border-bottom: solid 1px #FFFFFF;
}
#menuLeft a:hover { 
	background: #006838;
	color:#FFFFFF; 
}

#menuLeft li li a
{
	padding-left: 20px;
}

.product li
{
	list-style-position: outside;
	padding-left: 20px;
}

.product strong
{
	font-weight: bold;
}

.product h2
{
	text-transform: none;
}

.product div
{
	margin: 2px 0;
}


.mainContent {
	position:relative;
	float:left;
	vertical-align:top;
	text-align:left;

	background-color:#FFFFFF;	
	
	width: 500px;
	margin: 0 0 0 40px;
}

.trail
{
	font-size: 80%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

.trail a, .trail a:hover
{
	color: #009932;
	text-decoration: underline;
	padding: 0 6px 4px;
}

.categories img, .products img, .categories div, .products div
{
	display: block;
	padding: 0px;
	border: 0px;
	margin: 0;
}

.products .clear
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.products .productInfoHolder
{
	margin: 10px 0;
	padding: 0;
}

.products .productImage
{
	float: left;
	margin: 0 30px 0 0;
	
}

.products .product
{
	float: left;
	margin: 0;
	padding: 0;
	
}

.categories ul, .products ul {	
	list-style: none;
	margin:0px;
	padding:0px;
	text-align:left;
	border-top: solid 1px #009934;

} 
.categories ul li, .products ul li {
	text-align: left;
	list-style: none;
	border-bottom: solid 1px #009934;
	padding: 0 0 0 0;
}

.categories ul li strong, .products ul li strong {
	font-weight: bold;
}

.categories ul li .category, .products ul li .product {
	margin: 0px 0px 0px 0px;
}

.products ul li .product .price
{
	margin: 5px 0px 0px 0px;
}

.categories ul li a, .categories ul li a:hover, .products ul li a, .products ul li a:hover
{
	font-size: 12px;
	color:#009932; 
	text-decoration:none;
	font-weight: bold;
}

/* Checkout */

.checkoutStep
{
	padding: 2px 10px;
	border: solid 2px #afdbdd;
	border-width: 2px 0;
	background: #009932;
	color: #FFFFFF;
	margin-bottom: 15px;
}

/* Shopping Cart */

.rowHead
{
	font-weight: bold;
	color: #009932;
	border-bottom: solid 1px #009932;
	padding: 3px 5px;
	text-align: center;
}

.rowEven
{
	padding: 8px 8px;
	text-align: left;
}

.rowEven .product, .rowOdd .product
{
	font-weight: bold;
}

.rowEven .variants, .rowOdd .variants
{
	padding: 2px 10px 4px 10px;
	font-size: 85%;
}

.rowEven .variantValue, .rowOdd .variantValue
{
	font-weight: bold;
}

.rowOdd
{
	padding: 8px 8px;
	background: #EEEEEE;
}

.rowTotal
{
	text-align: right;
	font-weight: bold;
	border: solid 1px #009932;
	border-width: 1px 0px;
	padding: 8px 8px;
}

.rowPrice, .rowTotalEmpty
{
	border: solid 1px #009932;
	border-width: 1px 0px;
	padding: 8px 8px;
	text-align: right;
}

.rowButton
{
	text-align: right;
	padding: 8px 4px 0px 0px;
}