:focus
{
    outline: none;
}

#dropdown,
label
{
    color: #CCC;
    font-size: 12px;
}


#dropdown
{	
	margin: 5px 0;
	padding: 0;
    width: inherit;
    position: relative;
}

#dropdown li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
    width: inherit;
}

#dropdown li a
{	
	display: block;
	min-width: 100px;
    width: inherit;
	text-decoration: none;
	height: 18px;
	color: #eee;
	resize: none;
	overflow-x: hidden;
	font-size: 12px;
	cursor: pointer;
    padding: 3px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dropdown li > a
{
    background: #393939 url("../images/arrowdown.png") no-repeat 97%;
    border: 1px solid #000;
    max-width: 95%;
}

#dropdown li > a:hover,
#dropdown li > a:focus
{
    background: #555 url("../images/arrowdown_hover.png") no-repeat 97%;
	color: #eee;
}

#dropdown li > a.show
{
    background: #555;
}

#options 
{
    width: inherit;
    min-width: 100px;
    padding-right: 10px;
    max-height: 102px;
    min-height: 24px;
    background: #000;
    border: 1px solid #555;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    left: -1px;
}

#options a
{
    color: #999;
    display: block;
    height: 24px;
    width: inherit;
}

#dropdown li > #options a
{
    width: 100%;
}

#options a.selected
{
    color: #eee;
    background: #043151;
}

/** Scrollbar **/
::-webkit-scrollbar              
{
    background: #000;
    width: 12px;
}

::-webkit-scrollbar-button
{
    height: 8px;
    width: 12px;
}

::-webkit-scrollbar-button:increment
{ 
     background: transparent url("../images/scrollbar_down.png") no-repeat  2px; 
}

::-webkit-scrollbar-button:decrement
{ 
    background: transparent url("../images/scrollbar_up.png") no-repeat  2px;
}

::-webkit-scrollbar-button:increment:hover
{ 
     background: transparent url("../images/scrollbar_down_hover.png") no-repeat  2px; 
}

::-webkit-scrollbar-button:decrement:hover
{ 
    background: transparent url("../images/scrollbar_up_hover.png") no-repeat  2px;
}

::-webkit-scrollbar-button:increment:disabled
{ 
     background: transparent url("../images/scrollbar_down_disabled.png") no-repeat  2px; 
}

::-webkit-scrollbar-button:decrement:disabled
{ 
    background: transparent url("../images/scrollbar_up_disabled.png") no-repeat  2px;
}

::-webkit-scrollbar-track        
{ 
    background: #000;
}

::-webkit-scrollbar-thumb:hover      
{ 
    background: #eee;
}

::-webkit-scrollbar-thumb        
{
    background: #393939;
    border-left: 1px solid #000;
    width: 10px;
}
