/*
 * 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: 24px; position: relative; cursor: pointer; float: right; margin-left: 20px; text-align: left; }
.nicedropdown .nicedropdown-arrow { width: 40px; height: 24px; line-height: 22px; float: right; background: url(images/nicedropdown-arrow-down.png) right top no-repeat; }
.nicedropdown .nicedropdown-arrow img { margin: 6px 10px; }
.nicedropdown .nicedropdown-info { float: left; font-size: .9em; padding: 4px 1.2em; }
.nicedropdown .nicedropdown-info img { vertical-align: middle; }
.nicedropdown .nicedropdown-field { float: left; font-size: .9em; cursor: pointer; position: absolute; top: 23px; left: 10px; padding: 5px; background: url(images/nicedropdown-field.png) 0 100% no-repeat; border-right: 1px solid #acacac; display: none; }
.nicedropdown .nicedropdown-row { padding: 2px 5px; }
.nicedropdown .nicedropdown-row-hover { background-color: #fff; }
SELECT.nice-dropdown { height: 24px; position: relative; cursor: pointer; float: right; margin-left: 20px; width: 180px; font-size: 1.1em; }
.nicedropdown ::-moz-selection { background:none; }
.nicedropdown ::selection { background:none; }
