
/* ----------------------- BOXES ------------------------- */

.box {margin-bottom:10px;}

.box-head {
	background:url(../images/box-head-bg.png) repeat-x left top;
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
	padding:16px 0 16px 19px;
}
.box-head a {
	text-decoration:none;
	color:#fff;
}
.box-head a:hover {}

.box-body {}

.box-body ul {margin:0; padding:0; list-style:none;}
.box-body ul li {
	position:relative;
	overflow:hidden;
}
.box-body ul li .corner{
	width:5px;
	height:9px;
	background:url(../images/merker.gif) no-repeat left top;
	position:absolute;
	top:14px;
	left:0;
	display:none;
}
.box-body ul li a {
	display:block;
	background:url(../images/cat-bg.png) no-repeat left top;
	text-decoration:none;
	font-size:12px;
	line-height:37px;
	border:1px solid #e8e9e8;
	border-bottom:none;
	color:#878787;
	padding: 0 0 0 20px;
}
.box-body ul li a:hover{
	color:#000;
	font-weight:bold;
}
.box-body ul li:hover .corner{
	display:block;
}
.box-body ul li .category-subs-parent-selected,
.box-body ul li .category-subs-selected{
	color:#000;
	font-weight:bold;
}
.box-body ul .category-products .category-subs-selected{
	color:#000;
	font-weight:normal;
}
.box-body ul .category-products{
	padding-left:0!important;
}
.box-body ul .category-products a{
	padding-left:32px!important;
}
.box-body ul .category-products a:hover{
	font-weight:normal;
}
.box-body ol {margin:0; padding:0; list-style:none;}
.box-body ol li {position:relative;
	overflow:hidden;}
.box-body ol li a {display:block;
	background:url(../images/cat-bg.png) no-repeat left top;
	text-decoration:none;
	font-size:12px;
	line-height:37px;
	border:1px solid #e8e9e8;
	border-bottom:none;
	color:#878787;
	padding: 0 0 0 20px;}
.box-body ol li:hover a {color:#000;
	font-weight:bold;}


/* ----------------------- LISTING BOXES ------------------------- */


#categories {border-bottom:1px solid #e8e9e8;}
#categories .box-head{display:none;}
#categories .box-body ul li ul li a{ padding-left:40px;}

#manufacturers {}
#manufacturers .box-body {text-align:center;}

#information {border-bottom:1px solid #e8e9e8;}

#shoppingcart {}
#shoppingcart .box-head{background:url(../images/seven-bg.png) repeat-x left top;}
#shoppingcart .box-body{border:1px solid #e8e9e8;	padding: 10px;}

#featured {}
#featured .box-head{background:url(../images/three-bg.png) repeat-x left top;}
#featured .box-body {border:1px solid #e8e9e8;padding:7px 0 19px 0;}
#featured .box-body table{margin:0 0 0 27px;}

#bestsellers {}
#bestsellers .box-head{background:url(../images/three-bg.png) repeat-x left top;}
#bestsellers .box-body {border:1px solid #e8e9e8;padding:7px 0 19px 0;}
#bestsellers .box-body table{margin:0 0 0 27px;}

#specials {}
#specials .box-head{background:url(../images/three-bg.png) repeat-x left top;}
#specials .box-body {border:1px solid #e8e9e8;padding:7px 0 19px 0;}
#specials .box-body table{margin:0 0 0 27px;}

#latest {}
#latest .box-head{background:url(../images/three-bg.png) repeat-x left top;}
#latest .box-body {border:1px solid #e8e9e8;padding:7px 0 19px 0;}
#latest .box-body table{margin:0 0 0 27px;}

#google_talk {}
#google_talk .box-body {border:1px solid #e8e9e8;padding: 10px;}


/* ----------------------- PRODUCT BOXES ------------------------- */






/* ----------------------- FORM BOXES ------------------------- */

#search {
	overflow:hidden;
}
#search .box-head{
	display:none;
}
#search input{ border:solid 0px; padding:0; background:none; vertical-align:middle; float:left;}
#search .input1{ border:solid 1px #e8e9e8; background:url(../images/search-bg.gif) repeat-x left top; padding:11px; width:167px;}








