.bigimagediv
{
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#cccccc;  
	border:1px solid #cecece;  
	z-index: 99;
	/*background-color: #cccccc;*/
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80; 	
}

.tools
{
	color: #336699;
	text-decoration: none;
}

.toolbox
{
	position: absolute;
	z-index:5;
	display: none;
	width: 250px;
	border: 1px solid black;
	background: #ffffff;
	margin: 0px;
	padding: 10px;
	padding-top:60px;
	
	font-family: "Tahoma";
	line-height: 13px;
	font-size: 10px;
}

.toolbox_tabbar
{
	float: left;
	width:230px;
	border-bottom: 1px solid #336699;
	padding-top: 5px;
}


.tools_tab
{
	font-weight: bold;
	color: white;
	border-left: #ffffff;
	background: #336699;
	text-decoration: none;
	padding: 1px 5px 0px 5px;
}

.tools_tab_active
{
	font-weight: bold;
	color: #336699;
	border-left: #ffffff;
	background: #ffffff;
	text-decoration: none;
	padding: 1px 5px 2px 5px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-top: 1px solid #336699;
}

.tools_tabpage
{
	display:block;
	vertical-align: top;
}

.tools_close
{
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding: 1px 5px 2px 5px;
}

.item_toolbar
{
	margin: 0px 5px 15px 5px;
	width: 200px;
	clear: both;
	float: left;
}

#sitemap ul li a
{
	padding: 5px;
	margin: 0;
}
#sitemap ul, #sitemap ul li
{
	/*list-style-type: none;*/
	/*display: block;*/
	padding: 0;
	margin: 10px;
}

#sitemap
{
/*	float: left;*/ 
	padding: 0; 
	margin: 5px 0;
	text-align:left;
	text-transform: capitalize;
}


.rssdesc
{
	padding:5px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.rssdesc_odiv
{
	padding:10px;
}

.searchHighlights
{
	text-decoration: none;
	border-bottom: 1px dotted green;
}