/**
	sexy-combo 2.1.3 : http://code.google.com/p/sexy-combo/
	
	This is the default skin.
*/

div.sexy {
    white-space: nowrap;
    height: 20px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 126px;
}

div.sexy input {
    margin: 0 0 0 0;
    font:bold 11px Dotum, tahoma, arial, helvetica, sans-serif;
	color:#999999;
    padding:1px 3px;
    background:#ffffff url(text-bg.gif) repeat-x 0 0;
    border:1px solid #cccccc;
    height: 18px;
    line-height:18px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 126px;  

}

div.sexy div.icon {
    width:16px;
    height:14px;
    border: 0;
    background:transparent url(trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #ffffff;
    top:4px;
    left: 115px; 

}


div.sexy div.list-wrapper {
    left: 0px;
    top: 21px;
	color: #999999;
    border: 1px solid #d8d8d8;
    background-color: #cccccc;
    padding: 0;
    margin: 0;
    width: 132px;
    bottom: auto;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.sexy  li {
    padding: 0;
    padding-left: 5px;
    font:normal 12px Dotum, tahoma, arial, helvetica, sans-serif;
	background-color: #ffffff;
    cursor: pointer;
    margin: 0;
}

div.sexy li.active {
    background-color: rgb(231, 231, 231);
}

/*for IE*/
div.sexy a, div.sexy a:visited, div.sexy a:active {
    display: block;
	width: 100%;
	width: 126px;
	text-decoration: none;
    font:normal 12px  Dotum, tahoma, arial, helvetica, sans-serif;
	color: #999999;
    cursor: pointer;
    margin: 0;	
	height: 20px;
}

div.sexy input.empty {
    color: gray;
}

a.to-highlight:hover {
    background-color: rgb(223, 232, 246);
}