/*
 * nice dropdowns
 * (c) 2010-04 Björn Hampe / YOC AG
 * version: 0.1.7
 * for YOC Group
 */

.nicedropdown { background: url(images/nicedropdown-input.png) left top no-repeat; height: 27px; position: relative; cursor: pointer; }
.nicedropdown .nicedropdown-arrow { width: 23px; height: 27px; line-height: 27px; float: right; background: url(images/nicedropdown-arrow-down.png) right top no-repeat; }
.nicedropdown .nicedropdown-info { float: left; font-size: 12px; padding: 5px 10px; line-height: 17px; white-space: nowrap; overflow: hidden; }
.nicedropdown .nicedropdown-field { float: left; font-size: 12px; cursor: pointer; position: absolute; top: 22px; left: 0; padding: 5px; background: url(images/nicedropdown-field.png) 0 100% no-repeat; border-right: 1px solid #acacac; white-space: nowrap; }
.nicedropdown .nicedropdown-row { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.nicedropdown .nicedropdown-row-hover { background-color: #fff; }
SELECT.nice-dropdown { height: 27px; position: relative; cursor: pointer; width: 180px; font-size: 0.9em; }
.nicedropdown ::-moz-selection { background:none; }
.nicedropdown ::selection { background:none; }

