@charset "utf-8";
/* CSS Document */

.CategoriesArea{
	width:286px;
	margin:0 0 25px 0;
	float:left
}
#Main .CategoriesArea .Categories{
	background:url(../images/categories.gif) no-repeat;
	height:13px;
	padding:0 0 12px 0;
	margin:0 0 3px 0
}
.CategoriesArea ul {
	background: #b21a33 url(../../../controls/links/images/bg-links.gif) no-repeat;
	float: left;
	width: 294px;
}
.CategoriesArea .Item{
	background: none;
	display:block;
	float:left;
	padding:6px 0 6px 10px;
	width:120px;
	height:16px
}
.CategoriesArea .AltRow{
	background:#d01f3c
}
.CategoriesArea .Item a{
	font-size:14px;	
	_font-size: 13px;
}
.CategoriesArea .Item a:hover{
	color:#000
}
