#regio2 #scrollableMenu {
	float:left;
	width:100%;
	height:100%;
	overflow: auto;
	border-bottom: solid 1px #fff; 
}

#regio2 .groupWrapper {
	width: auto;
}

#regio2 .groupItem {
	margin-top: 1px; border: 1px solid; border-color: #b8b8b8;
}

#regio2 .groupItem .itemHeader  TABLE { 
	margin: 0;
	border: none;
}

#regio2 .groupItem .itemHeader TABLE TH {
	white-space: nowrap; 
	background: #999 url(img/bg05.png) repeat-x 0 0; 
	color: #fff; 
	font-weight: bold; 
	line-height: 23px;
}

#regio2 .groupItem .itemHeader TABLE TH.toggle { width: 100%; padding: 0 6px; font-weight: normal; text-align: right; }
#regio2 .groupItem .itemHeader TABLE TH.toggle IMG { cursor: pointer; vertical-align: middle; margin-top: 5px;}

#regio2 .groupItem .itemHeader .groupName {
	margin-left: 24px;
}

#regio2 .closeGroup {
	position: absolute;
	right: 10px;
	top: 3px;
	cursor: pointer;
}



#regio2 .itemContent TABLE { 
	margin: 0;
	border: none;
}

#regio2 .itemContent TABLE TD {
	white-space: nowrap; 
	background: #fff;  
	line-height: 23px;
}

#regio2 .itemContent td.handle{
	padding-top: 5px;
	cursor: move;
}

#regio2 .itemHeader th.handle{
	cursor: move;
}

#regio2 .itemContent TABLE TD.ico { width: 1%; padding: 0 5px !important; }

#regio2 .layer .layerName {
	margin-left: 5px;
}

#regio2 .itemContent TABLE TD.checkbox { 
	width: 13px;
	border-right-color: #fff; 
}

#regio2 a.layerCB {
	float: right;
	overflow: hidden;
	height: 13px;
	width: 13px;
	text-decoration: none;
	margin-top: 5px;
	vertical-align: middle;
}

#regio2 .sortHelper {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	border: 1px dashed #666;
}

#regio2 .z10000 {
	z-index: 10000;
}

#regio2 .tableLayout TABLE TD { 	
	white-space: nowrap; 
	background: #fff;  
	line-height: 23px;
	border: 1px solid #f5f5f5; 
	cursor: move;
}

#regio2 .tableLayout TABLE TD.ico { width: 1%; padding: 0 5px !important; }

#regio2 .checkbox {
	cursor: pointer;
}

