/* Styles for category navigation */

/*** 0-level category container ***/

.category_0_container {
	background-image: url("../images/categories/top_cat_background.png");
	background-repeat: repeat-x;
	height: 22px;
	margin-top: 10px;
	/*margin:7px 0 7px 0;*/
	white-space: nowrap;
}

/*** 0-level category ***/

.category_0 {
	color: #666666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url("../images/markers/top_cat.gif");
	background-repeat: no-repeat;
	background-position: 15px 5px;
	padding: 2px 15px 0 42px;
    /*padding-left: 42px;
	padding-top: 2px;*/
}

.category_0 A {
	color: #213c6b;
	text-decoration: none;
}

.category_0 A:hover {
	text-decoration: underline;
}

/*** 1-level category ***/

.category_1 {
	color: #5c6466;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 52px;
}

.category_1 A {
	color: #213c6b;
	text-decoration: none;
}

.category_1 A:hover {
}

/*** 2-level category ***/

.category_2 {
	color: #5c6466;
	font-size: 10px;
	padding-left: 62px;
	color: #55A0CA;
}

.category_2 A {
	text-decoration: none;
	color: #213c6b;
}

.category_2 A:hover {
}

/*** >=3-level category ***/

.category_3 {
	color: #5c6466;
	font-size: 10px;
	padding-left: 72px;
}

.category_3 A {
	color: #213c6b;
	text-decoration: none;
}

.category_3 A:hover {
}

