/* NEWS */
#months {margin-top:0px;}
#content .ccol .months a{display:block;font-weight: bold; margin:0 0 1px 0; padding: 3px 0 5px 23px;}
#content .ccol .months a.ncurr{background:url('../../img/marker.gif') no-repeat 11px 5px #F3F3F3;color: #E2001B;}
#content .ccol .months a.curr{background:url('../../img/arrow-d_b.gif') no-repeat 10px 7px #E4E4E4;color: #333333;}
.months .mnews {display:none;overflow: hidden;}
.mnews .download {margin: 5px 0;}
/* /NEWS*/


#content .ccol .cont .treeview,#content .ccol .cont .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* level 1 */
#content .ccol .cont .treeview li {
    padding:9px 0 0 0;
    background:none;
    position:relative;
    background:#f3f3f3 url(../../img/blueDot.png) no-repeat 10px 10px;
min-height:20px;
    border-bottom:1px solid white;
    border-top:1px solid white;
cursor:pointer;
}

#content .ccol .cont .treeview li.collapsable {
    background:#e4e4e4 url(../../img/arrow-g-down.gif) no-repeat 10px 12px;
}

#content .ccol .cont .treeview li span{
    padding-left:25px;
    font-weight:bold;
    color:#333333;
    display:block;height:20px;
    font-size:11px;
}

/* level 2 */
#content .ccol .cont .treeview ul li {
   background:#f3f3f3 url(../../img/marker.gif) no-repeat 27px 10px;
}

#content .ccol .cont .treeview ul li.collapsable {
    background:#e4e4e4 url(../../img/arrow-g-down.gif) no-repeat 25px 12px;

}

#content .ccol .cont .treeview ul li span{
   padding-left:37px;
   color:#e2001b;
}

#content .ccol .cont .treeview ul li.collapsable span {
    color:#333;
}

/* level 3 */
#content .ccol .cont .treeview ul li  ul li {
   background:#f3f3f3 url(../../img/marker.gif) no-repeat 38px 10px;
position:relative;
}

#content .ccol .cont .treeview ul li ul li.collapsable {
    background:#e4e4e4 url(../../img/arrow-g-down.gif) no-repeat 36px 12px;
}

#content .ccol .cont .treeview ul li ul li span, #content .ccol .cont .treeview ul li.collapsable ul li span{
   padding-left:47px;
   color:#e2001b;
}

#content .ccol .cont .treeview ul li ul li.collapsable span {
    color:#333;
}

/* levels */
#content .ccol .cont .treeview li.file,#content .ccol .cont .treeview ul li.file, #content .ccol .cont .treeview ul li ul li.file {
  padding:0;margin:0;height:36px;

}

/* levels */

#content .ccol .cont .treeview ul {
	background-color: white;
	margin-top: 4px;
height:auto;
}

#content .ccol .cont .treeview .hitarea {
	/*
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;*/
	cursor: pointer;
	position:absolute;
	height:100%;width:100%;
display:block;
}

/* fix for IE6 */


* html .hitarea {
	display: inline;
	float:none;
}
/*
#content .ccol .cont .treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

#content .ccol .cont .treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

#content .ccol .cont .treeview .hover { color: red; cursor: pointer; }

#content .ccol .cont .treeview li {  }
#content .ccol .cont .treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

#content .ccol .cont .treeview .expandable-hitarea { background-position: -80px -3px; }

#content .ccol .cont .treeview li.last { background-position: 0 -1766px }
#content .ccol .cont .treeview li.lastCollapsable,#content .ccol .cont .treeview  .treeview li.lastExpandable { background-image: url(../../img/treeview/treeview-default.gif); }
#content .ccol .cont .treeview li.lastCollapsable { background-position: 0 -111px }
#content .ccol .cont .treeview li.lastExpandable { background-position: -32px -67px }

#content .ccol .cont .treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

#content .ccol .cont .treeview .placeholder {
	background: url(../../img/treeview/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}
*/
