.category_counter {
	font-size: 7pt;
	color: silver;
}

.category_item {
	margin: 0 0 10px;
}

.arrow_up_cat {
	position: relative;
	width: 100%;
	height: 20px;
}
.arrow_up_cat a {
	display: inline;
	float: left;
	background: url(images/arrow_up.png) no-repeat;
	background-position: top right;
	width: 30px;
	height: 20px;
}

.subcategories_h {
 	font-size: 18px;
 	font-weight: bold;
	float: left;
}

.new_categories {
	margin: 0;
	padding-top: 40px;
	font-size: 14px;
	margin-bottom: 30px;
}