<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
	sexy-combo 2.1.3 : http://code.google.com/p/sexy-combo/
	
	This is the default skin.
*/

div.sexy {
    width: 280px;
white-space: nowrap;
}

div.sexy input {
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 280px;  

}

div.sexy div.icon {
    width:14px;
    height:22px;
    border: 0;
    background:transparent url(trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #B5B8C8;
    left: 276px; 
    top: 3px;
}


div.sexy div.list-wrapper {
    left: 0px;
    top: 31px;
    width: 400px;
    bottom: auto;
    min-height:100px;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    height: 200px;
    min-height:200px;
    margin:0px;
    padding:4px 2px 4px 2px;
}


div.sexy  li {
    margin:0px;
    padding:2px;
    cursor: pointer;
}


/*for IE*/
div.sexy a, div.sexy a:visited, div.sexy a:active {
    display: block;
	width: 100%;
	width: 400px;
	text-decoration: none;
    cursor: pointer;
}

div.sexy input.empty {
    color: gray;
}
</pre></body></html>