/* Toplofikacia Ruse */
/*body{font-family:arial;font-size:10px;color:#ccc;background-color:#555}
a {color:#ccc;text-decoration:none;}
a:hover {color:#ccc;text-decoration:none} */


.box {
	width:710px;
	float: left;
	display: block;
	margin: 20px 0;}
	
.box  a {
border: none;}

#tabMenu {
	margin:0;
	padding:0;
	list-style:none;
	width:700px;
	height: 32px;
	float: left; 
	border-bottom: 2px solid #2683AE;}
	
#tabMenu li {
	float:left;
	height:32px;
	width:75px;
	cursor:pointer;
	cursor:hand;
	background: 0 0 url(../img/tabs.png) no-repeat;
	margin: 0 1px;
	padding-top: 13px;}
	
#tabMenu li b {
	margin: 0;
	margin-left: 12px;
	color: #0E5575;
	font: bold 12px Tahoma, Verdana;}

li.year {
	background:url(../img/tabs.png) no-repeat 0 -32px;}

li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -32px;}

#tabMenu li.selected {
	background-position:0 0;}
#tabMenu li.selected b {
	color: #fff;}


.boxBody {
	background-color:#fff;
	width:700px;}

.boxBody div {display:none;}
.boxBody div.show {display:block;}
.boxBody #category a {display:block;}

.boxBody div ul {
	margin:10px 10px 0 15px;
	padding:0;
	width:685px;
	float: left;
	list-style-image:url(../img/arr_ul.gif);}
	
*html .boxBody div ul {
	margin-left:10px;
	padding-left:15px;}
	
.boxBody div li {
	border-bottom:1px dotted #DBE0E4; 
	padding:4px 0;
	cursor:hand;
	cursor:pointer;}
	
/*.boxBody div ul li.last {border-bottom:none}*/

.boxBody div li span {
	font-size:8px;
	font-style:italic; 
	color:#888;}