div.optionTree{
	height:145px;
	width:300px;
	overflow-y:auto;
	border:solid #B2B2B2 1px;
	border-right:solid black 1px;
	border-bottom:solid black 1px;
	background-color:white;
	z-index:1;
	position:relative;
}
div.pointer{
	cursor:pointer;
}
.option_select{
	height:18px;
	background:white;
	float:left;
	cursor:default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.otButton{
	float:right;
	width:18px;
	height:20px;
	background-image:url(../images/dropdown.png);
	margin-top:-1px;
	margin-right:-1px;
}
.select_text{
	float:left;
}
.select_no_hover{
	border: solid 1px #E3E9EF;
	border-top: solid 1px #ABADB3;
}
.select_hover{
	border: solid 1px #0F0F59;
	border-top: solid 1px #0F0F59;
}
#option_select_button{
	width:18px;
	height:18px;
	float:right;
}
div.select_expand{
	clear:both;
	float:left;
	font-weight:bold;
	font-size:14px;
	height:16px;
	width:16px;
	text-align:center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.map_code{
	cursor:default;
	float:left;
	height:16px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position:relative;
}
div.map_code input[type="checkbox"]{
	padding:0;
	margin:0;
	margin-right:3px;
	vertical-align:bottom;
	position:relative;
	top:-1px;
}
.browserMSIE7 div.map_code input[type="checkbox"]{
	top:-3px;
	margin-right:0;
	height:18px;
}
.title_wrapper{
	float:left;
}
.counts{
	float:right;
}
.sel_count,.total_count,.spacer{
	float:left;
	text-align:center;
}
.sel_count,.total_count{
	width:15px;
}
div.selectedOption{
	height:14px;
	background:#3399FF;
	border:dotted white 1px;
	color:white;
}
.expandAll,.collapseAll{
	width:85px;
}
div.expandParent {
	cursor:pointer;
}