﻿.clusterSelectContent
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 80%;	
	background-color: #FFF;
	margin-top: 8px;
    border: 2px solid #000000;
}

#clusterSelect
{	
	background-color: transparent;
}

#clusterSelectItems
{		
	background-color: #fff;
	padding: 2px 2px 2px 2px;
	min-width: 150px;
	max-height: 103px;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
}

#clusterSelectItems a
{
	padding: 0px 2px 0px 2px;
	display: block;
	text-decoration: none;
}

#clusterCloseButton
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#clusterSelectTitle
{
    height:20px; 
    background-color:#FFFFFF; 
    padding:4px 0px 0px 4px;
}