.clear { content: ""; height: 0; font-size: 0px; line-height: 0px; clear: both; }

.boxtable {  
	background-repeat: no-repeat
}

.menuitem {  
	font-weight: normal; 
	font-size: 12px; color: #727273; 
	text-decoration: none
}

.menuitem:hover {  
	font-size: 12px; 
	color: #CC350F; 
	text-decoration: none
}

.header {
	font-weight: bold; 
	font-size: 15px; 
	color: #727273
}

.langs {
	font-size: 10px; 
	text-decoration: none; 
	color: #000000;
	padding:10px;
	border: 1px solid black;
    float: right
}

.langs:hover {
	text-decoration: none; 
	color: #000000;
}

div.menu, div.plain-menu {
	border: 1px solid green;
}

div.path-menu {
	float: left;
	margin: 10px;
}

div.path-menu li, div.path-menu ul {
	float:left;
	margin: 0;
	padding: 0;
}

div.path-menu li.title {
	margin-right: 10px;
	font-weight: bold;	
}

.item-plain {
	font-size:13px;
	color: #FF8040;
}

a.item-plain-active {
	font-size:13px;
	color: #7460A8;
}

a.item-tree {
	color: #804000;
}

a.item-tree-active {
	color: #CC350F;
}

.item-children {
   font-weight: bold;
   color: #00A8A8;
}

a.item-children-active {
   font-weight: bold;
   color: #24845E;
}


.err{
  color: #CC0000;
}
.succ{
  color: #00CC00;
}
a.active {
  color: #FF0000; 
}

div.content{
    border: 2px solid green;
    padding: 20px;
}

div.search-categories {
    width: 660px;
    height: 32px;
    background-color: #f2f2f2;
    margin: 5px 0 0 0;
}

div.search-category,
div.search-category-first  {
    float: left;
    margin: 9px 12px 0 11px;
}
div.search-category-first {
    margin: 9px 12px 0 15px;
}

div.search-categorysel-first {
    float: left;
    margin: 5px 0 0 10px;
}

div.search-categorysel {
    float: left;
    margin: 5px 7px 0 6px;
    
}

div.search-results {
    margin: 10px 0 0 0;
}

div.search-results-desc {
    margin: 0 0 15px 0;
}

div.search-no-results {
    margin: 10px 0 0 0;
    font-size: 13px;
}

span.found {
    background-color: #8A8A87;
    color: #FFFFFF;
    display: inline-block;
    line-height: 12px;
}

/* Sitemap by Gerrie Bradshaw, 2008 */
.SiteMap {}
.SiteMap dl {margin:0; }
.SiteMap dt {margin:0; padding:0; font-weight:bold; }
.SiteMap dd {margin:0; padding:0; }
.SiteMap dd {padding:5px 0 5px 26px; background:url("/images/sitemap/h.gif") no-repeat; }
.SiteMap .HasSub {background:url("/images/sitemap/he.gif") repeat-y; }
.SiteMap .ItemHasSub {margin-left:-26px; padding:5px 0 0 26px; background:url("/images/sitemap/hl.gif") no-repeat; }
.SiteMap .ItemLast {background:url("/images/sitemap/hl.gif") no-repeat !important; }
