.subcat {
	width: 30%;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 7px;
	float: left;
	background: url(../images/bg_down_sub.png) repeat-x bottom #3093c7;
	margin-right: 10px;
	font-size: 11px;
}
.items {
	float: left;
	width: 65%;
}
.subcategorieslist {
	list-style: none;
}
.subcat h4 {
	font-size: 14px;
	color: #ffcc66;
	margin-bottom: 5px;
}
.subcategorieslist li {
	padding-left: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
}
.subcategorieslist li a {
	color: #fff;
	font-weight: bold;
}
.subcategorieslist li span {
	font-size: 10px;
	font-weight: normal;
}
.subcategorieslist li a:hover {
	color: #ffcc66;
}
