/*
BetterCategoriesEzInfo v1.3.0.2 added  2006-06-22  gilby
Updated to v1.3.5   2006-09-19  gilby
*/
/* kategorie */

.betterCategories {
	width: 100%;
	font-size: 1.1em;
	background-color: #c8ae71;}

.betterCategories a, .betterCategories a:visited {
	display: block;
	border-top: thin solid #FFFFFF;
	padding: 5px 0 5px 0;

}

.betterCategories a:hover, .betterCategories a:active {
	background: #eee1bd url(../images/bc_cat-hover.gif) repeat;

}

/* categories box parent and child categories */
A.category-top {  /* 1-uroven */
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
A.category-top:hover {
	color: #c8170f;
	text-decoration: none;
	font-weight: bold;
	}
A.category-links, A.category-links:visited {
	color: #c8170f;
	text-decoration: none;
	}
/* 2-uroven */
A.category-subs {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C8AE71;
	}
A.category-subs:hover {
	color: #c8170f;
	text-decoration: none;
	}
/* 3-uroven */
A.category-products {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D0BB88;
	}
A.category-products:hover {
	color: #c8170f;
	text-decoration: none;
	}

SPAN.category-subs-parent { /* 1-uroven pismo */
	font-weight: bold;
	color: #c8170f;
	}
SPAN.category-subs-selected {  /* 2-uroven pismo */
	font-weight: bold;
	color: #c8170f;
	}
/* end categories box links */

/* ostatni */
.betterDocuments, .betterEzpages {
	font-size: 1.1em;
}

betterBestsellers,
.betterInformation, .betterMoreinformation {
	font-size: 1.0em;
}

.betterDocuments a, .betterDocuments a:visited,
.betterEzpages a, .betterEzpages a:visited {
	display: block;
	background: #c8ae71 url(../images/bc_cat.gif) repeat-y left top;
	border-top: 1px solid #FFFFFF;
	padding: 5px 0 5px 23px;
	color: #8D2828;
	font-weight: bold;
}

.betterDocuments a:hover, .betterDocuments a:active,
.betterEzpages a:hover, .betterEzpages a:active {
	color: #F08080;
	background: #eee1bd url(../images/bc_cat-hover.gif) repeat;
	font-weight: bold;
}

.betterBestsellers a, .betterBestsellers a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited {
	display: block;
	background: #c8ae71 url(../images/bc_cat-link.gif) repeat-y left top;
	border-top: 1px solid #FFFFFF;
	padding: 5px 0 5px 3px;
	color: #8D2828;
	font-weight: bold;
}

.betterBestsellers a:hover, .betterBestsellers a:active,
.betterInformation a:hover, .betterInformation a:active,
.betterMoreinformation a:hover, .betterMoreinformation a:active {
	color: #F08080;
	background: #eee1bd url(../images/bc_cat-hover.gif) repeat;
}

a.histList, a:visited.histList {
	display: block;
	background: #c8ae71 url(../images/bc_cat-link.gif) repeat-y left top;
	border-top: 1px solid #FFFFFF;
	padding: 5px 0 5px 3px;
	color: #8D2828;
}

a:hover.histList, a:active.histList {
	color: #F08080;
	background: #eee1bd url(../images/bc_cat-hover.gif) repeat;
	font-weight: bold;
}
a.histListImg, a:visited.histListImg {
	display: inline;
	border: none;
}

a:hover.histListImg, a:active.histListImg {
	border: none;
}

/*
.category-subs-selected, .category-subs-selected a:hover {
	font-weight: bold;
	text-decoration: none;
}
*/
