
/* ----------------------- BOXES ------------------------- */

.box {margin-bottom:10px;}

.box-head {
	color:#091f29;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase;
	background:url(../images/title1-bg.gif) repeat-x left top ;
	overflow:hidden;
	padding:11px 0 13px 12px;
	border:1px solid #e0e0e0;
	border-bottom:5px solid #0646b0;
	box-shadow:0 0 2px 2px #fcfcfc;
	-moz-box-shadow:0 0 2px 2px #fcfcfc;
	-webkit-box-shadow:0 0 2px 2px #fcfcfc;
	behavior:url(js/PIE.htc);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
}
.box-head a {color:#091f29; text-decoration:none;}
.box-head a:hover { text-decoration:underline;}

.box-body {
	border:1px solid #e0e0e0;
	box-shadow:0 0 2px 2px #fcfcfc;
	-moz-box-shadow:0 0 2px 2px #fcfcfc;
	-webkit-box-shadow:0 0 2px 2px #fcfcfc;
}

.box-body ul {margin:0; padding:0; list-style:none;}
.box-body ul li:first-child{
	border-top:1px solid #f3f3f3;
}
.box-body ul li {
	background:url(../images/cat-bg.jpg) repeat-x left top;
	border-bottom:1px solid #f3f3f3;
	padding:0 0px 0 12px;
}

.box-body ul li b
{
	color:#0646b0;
	background:url(../images/marker2.jpg) no-repeat left 3px;
	position:relative;
	left:-24px;
	padding-left:24px;
}

.box-body ul li a {
	text-decoration:none;
	font-size:12px;
	line-height:29px;
	color:#a4a4a5;
	display:block;
	background:url(../images/marker2.jpg) no-repeat left -20px;
	padding-left:24px;
}
.box-body ul li a:hover {
	color:#0646b0;
	background:url(../images/marker2.jpg) no-repeat left 10px;
}

.box-body ol {margin:0; padding:0; list-style:none;}
.box-body ol li:first-child{
	background:#fff;
}
.box-body ol li {
	overflow:hidden;
	padding:18px 0 15px 0;
	background:url(../images/b-line.gif) no-repeat center top #fff;

}
.box-body ol li a {
	color:#a4a4a5;
	font-size:12px;
	line-height:16px;
	text-decoration:none;

}
.box-body ol li a .img{
	float:left;
	margin-right:4px;
}
.box-body ol li .b-price{
	display:block;
	padding:5px 0 0 0;
	color:#f36608;
	line-height:17px;
	font-weight:bold;

}
.box-body ol li a:hover {
	color:#f36608;
}


/* ----------------------- LISTING BOXES ------------------------- */


#categories {}


#information {}
#information .box-head{
	border-bottom:5px solid #f67a16;
}

/* ----------------------- PRODUCT BOXES ------------------------- */

#featured a img, 
#bestsellers a img, 
#specials a img, 
#latest a img {margin:0 10px 10px 8px;}

#featured .box-head, #latest .box-head, #bestsellers .box-head, #specials .box-head{border-bottom:5px solid #f67a16;}
#featured .box-body, #latest .box-body, #bestsellers .box-body, #specials .box-body{ text-align:center; padding:10px 10px 10px 20px;}

#manufacturers {}
#manufacturers .box-body {text-align:center; padding:10px;}


#shoppingcart {}
#shoppingcart .box-body{
	padding:10px;
}
#shoppingcart li{
	margin:0;
	background:none;
	padding-top:5px;
	padding-left:4px;
}
#shoppingcart li a{
	padding:0;
	background:none;
	position:relative;
	left:32px;
	top:-13px;
	line-height:10px;
}
#shoppingcart .price{
	padding-right:15px;
	padding-top:5px;
}
span.cartOldItem{
	position:relative;
	top:5px;
}
	
#shoppingcart .cart_line {}
#shoppingcart #cartBoxEmpty {text-align:center;}
