/* boxes.css */
.boxLeft, .boxRight {
	width: 100%;
	background-color: #E0E1E6;
	height: auto;
	margin-bottom: 10px;
}
.boxLeftHeader, .boxRightHeader {
	background-color: #495677;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 5px;
}
.boxLeftContent, .boxRightContent {
	padding: 5px;
}
.boxLeftHeader li, .boxRightHeader li {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 12px;
	display: inline;
	background-image: url(../img/box_header_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.boxLeftContent li, .boxRightContent li {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
.boxLeftContent ul, .boxRightContent ul {
	margin: 0;
	padding: 10px 0;
}
.boxLeftHeadr a, .boxRightHeader a {
	color: white;
}
a.linkIconKatSel  {
	padding: 0 0 0 13px;
	background-image: url(../img/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border:0px;
	font-weight: bold;
	display: block;
}
li.subkat a {
	background-image: none;
	line-height: normal;
}
li.subkat a:hover {
	background-image: none;
	color: red;
	line-height: normal;
}
li.subkatSel a {
	background-image: none;
	font-weight: bold;
	line-height: normal;
}
li.subkatSel a:hover {
	background-image: none;
	font-weight: bold;
	line-height: normal;
}
li.subkatMore a {
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: normal;
}
li.subkatMore a:hover {
	background-image: url(../img/plus_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: red;
	line-height: normal;
}
li.subkatMoreSel a {
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	line-height: normal;
}
li.subkatMoreSel a:hover {
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	line-height: normal;
}
li.subkat2 a {
	padding-left: 30px;
	line-height: normal;
	color: red;
	background-image: none;
	font-size: 10px;
}
li.subkat2 a:hover {
	padding-left: 25px;
	line-height: normal;
	color: red;
	background-image: none;
	font-size: 10px;
}