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

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

#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:#ed5981;
	padding: 3px 10px;
	text-decoration:none; 
	border-bottom: solid 2px #afdbdd;
}
#menuLeft a:hover { 
	background: #ccdd9c;
	color:#FFFFFF; 
}

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

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

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

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

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

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

.categories img, .products img, .product img, .categories div, .products div
{
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

.categories ul, .products ul {	
	list-style: none;
	margin:0px;
	padding:0px;
	text-align:left;
} 
.categories ul li, .products ul li {
   font-size: 85%;
	float: left;
	text-align: center;
	width: 32%;
	height: 200px;
	list-style: none;
}

.products ul li {
	height: 240px;
}

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

.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
{
	color:#ed5981; 
	text-decoration:none;
	font-weight: bold;
}

/* Checkout */

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

/* Shopping Cart */

.rowHead
{
	font-weight: bold;
	color: #ed5981;
	border-bottom: solid 1px #ed5981;
	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 #ed5981;
	border-width: 1px 0px;
	padding: 8px 8px;
}

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

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

.special
{
	color: #DD0000;
	font-weight: bold;
}

#addImages .caption
{
	font-size: 8pt;
	overflow: hidden;
	height: 15px;
}
