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

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

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

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

div.product-cell,
div.category-cell{
	background:url("/plugins/cart/themes/liftall/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-detail div.left div.image,
div.category-view div.image{
	background:url("/plugins/cart/themes/liftall/images/store/store_prodview_bg.png") no-repeat;
	width:217px;
	height:242px;
}

div#product-detail dt{
	font-weight:bold;
	color:#fff;
}

div#product-detail div.right span.product-name{
    color:#fff;
}
div#product-detail div.left div.image div.bottom label,
div.category-view div.image div.bottom label{
	color:#fff;
}

div.cart-summary div.top{
	background: url("/plugins/cart/themes/liftall/images/store/store_cart_header.png") no-repeat;
	height:33px;
	width:598px;
	color:#fff;
	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/liftall/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/liftall/images/store/store_checkout_address_rpt.png") top repeat;
}

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

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

ul#category-navigation li.header {
    font-weight:bold;
    margin:0 0 5px 0;
    font-size:16px;
    color:#ff212D;
}

ul#category-navigation li.nav-category {
	list-style-image:url("/themes/liftall/images/bullet.png");
	margin:0 0 0 30px;
	padding: 0 0 0 -15px;
}

ul#customer_nav li {
	background-color: #333333;
}

div.product-search div.message{
    background-color:#EC212D;
}
div.product-search div.message a{
    color:#FFF;
}