/* ========================= big selector ============================== */

.small-selector
{
    padding:		1px 36px 1px 0px;
    margin:         2px 0 0;
	background:		#fff url(/analytics/images/icons/down-arrow.png) no-repeat scroll 97% 5px;
	width:          auto;
}

.no-margin
{
    margin:         0 !important;
}

.small-selector span
{
    padding:		6px;
	font-size:		11px;
	font-weight:	bold;
	color:			#444;
}

.small-selector-hover
{
	cursor:			pointer;
}

.dropdown-list
{
	position:		absolute;
	z-index:		999;
	background:		#fff;
	border:			1px solid #bbb;
	margin:         2px 0 0;
}

.dropdown-list li
{
	padding:		6px;
	font-size:		11px;
	font-weight:	normal;
	color:			#444;
	border-bottom:	1px dotted #ddd;
	overflow:       hidden;
}

.dropdown-list li:hover
{
	cursor:			pointer;
	background:		#f5f8fb;
}