@charset "utf-8";
@import "/plugins/cart/css/cart.css";

.side-column-menu,
.side-column-menu a{
    color:#9966cc;
}
.side-column-menu div.top{
	width:161px;
	height:18px;
	background:url("/plugins/cart/themes/littlebrook/images/store/store_sidecol_top.png") top no-repeat;
}

.side-column-menu div.middle{
    width:161px;
    margin:0;
    background:url("/plugins/cart/themes/littlebrook/images/store/store_sidecol_rpt.png") top repeat-y;
}

.side-column-menu div.bottom{
	width:161px;
	height:13px;
	background:url("/plugins/cart/themes/littlebrook/images/store/store_sidecol_bot.png") bottom no-repeat;
}

div.product-cell,
div.category-cell{
	background:url("/plugins/cart/themes/littlebrook/images/store/store_tmbview_bg.png") no-repeat;
}

div.product-cell div.bottom p.name,
div.category-cell div.bottom p.name{
	height:75px;
}

div.product-cell div.bottom p.name,
div.product-cell div.bottom p.name a{
	color:#1B3A02;
}

div#product-detail div.left div.image{
	background:url("/plugins/cart/themes/littlebrook/images/store/store_prodview_bg.png") no-repeat;
	width:217px;
	height:242px;
}

div#product-detail div.left div.image div.bottom label{
	color:#9966cc;
}
div#product-detail div.right span.product-name{
    color:#ffd200;
}

div#product-detail dt,
div#product-detail div.left div.image div.bottom label,
div.cart-summary div.top,
div.product-cell div.middle label.price{
	color:#9966CC;
}

div.cart-summary-element div.middle,
div.checkout-data div.middle{
	color: #06456B;
}
div.cart-summary div.bottom{
    margin:10px 0 0 0;
    color:#ffffff;
}

div.cart-summary div.top{
	background: url("/plugins/cart/themes/littlebrook/images/store/store_cart_header.png") no-repeat;
	height:33px;
	width:598px;
	color:#9966cc;
	font-weight:bold;
	overflow:hidden;
}

div.cart-summary-element div.bottom{
    margin:0 0 10px 0;
}

div.checkout-address div.top{
	width:290px;
	height:16px;
	background:url("/plugins/cart/themes/littlebrook/images/store/store_checkout_address_top.png") top no-repeat;
}

div.checkout-address div.middle{
	width:290px;
    margin:-1px 0 -1px 0;
	background:url("/plugins/cart/themes/littlebrook/images/store/store_checkout_address_rpt.png") top repeat;
}

div.checkout-address div.bottom{
	width:290px;
	height:16px;
	background:url("/plugins/cart/themes/littlebrook/images/store/store_checkout_address_bot.png") bottom no-repeat;
}

div.checkout-wide div.top{
	background: url("/plugins/cart/themes/littlebrook/images/store/store_checkout_wide_top.png") top no-repeat;
	height:14px;
	width:596px;
}
div.checkout-wide div.middle{
	background: url("/plugins/cart/themes/littlebrook/images/store/store_checkout_wide_rpt.png") top repeat;
	width:596px;
	margin:0;
	color: #9966cc;
}
div.checkout-wide div.bottom{
	background: url("/plugins/cart/themes/littlebrook/images/store/store_checkout_wide_bot.png") bottom no-repeat;
	height:14px;
	width:596px;
}