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

.box {
	margin-bottom:20px;
	border:1px solid #e5e5e5;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
}
.box-inner{
	border:1px solid #fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	background:#e3e3e3;
}
.box-head {
color:#312b2e;
	
	padding:4px 0 5px 9px;
	font-size:19px;
	line-height:24px;
	font-weight:normal;
	background:#ffffff;
	border:1px solid #fff;
	margin-bottom:20px;
	box-shadow:0 3px 3px #e9e6e4;
	-moz-box-shadow:0 3px 3px #e9e6e4;
	-webkit-box-shadow:0 3px 3px #e9e6e4;
	position:relative;
}
.box-head a {
	text-decoration:none;
}
.box-head a:hover {
	color:#5f5f5f;
}

.box-body {
	 margin:1px 0;
	background:#f5f5f5;
	padding-bottom:11px;
}
A.category-majun, A.category-majun:visited {

	display:block;
	font-size:12px;
	 margin:1px 0;
	background:#f5f5f5; padding:5px;
	display:block;border:1px solid #eee; 

	}

.box-body ul {margin:-2px 0 0 0; padding:0; list-style:none; }
.box-body ul li {
	margin:1px 8px 0 8px;
	display:block;border:1px solid #eee; 
}
.box-body ul li:first-child {
	background:none;
}
.box-body ul li a {
	font-family: 'Oswald', arial, serif;
	font-size:12px;
	line-height:30px;
	color:#555;
	text-decoration:none;
	display:block;
	background:url(../images/marker3.jpg) no-repeat 0px 10px;
	padding:0 0 0 28px;	
}
.box-body ul li.category-products a:hover,
.box-body ul li .category-subs-parent-selected,
.box-body ul li .category-subs-selected{
	color:#ff6666;
}
.box-body ul li a:hover {
	color:#ff6666;
}

.box-body ol {margin:0; padding:0; list-style:none;}
.box-body ol li {
	margin:0 8px 0 8px;
	display:block;
	background:url(../images/li-bg.gif) repeat-x left top;
}
.box-body ol li:first-child{
	background:none;
}
.box-body ol li a {
	font-family: 'Oswald', arial, serif;
	font-size:12px;
	line-height:39px;
	color:#555;
	text-decoration:none;
	
	display:block;
	background:url(../images/marker3.jpg) no-repeat 0px 10px;
	padding:0 0 0 28px;	
}
.box-body ol li a:hover {
	color:#ff6666;
}


/