html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; /*font-size: 100%; font: inherit;*/ vertical-align: baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus {outline: 0; color: #000;}
ins {color: #FFFFFF;  background: #DE3068;}
del {text-decoration: line-through;}

img, input { /*vertical-align: bottom;*/ }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; }

html { background-color: #fff; }
body { background-color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #000; }

/* Dropdown control */
.selectBox-dropdown { position: relative; width: 218px; height:23px; padding: 0 40px 0 4px; margin: 2px 0; background: url('../img/select.gif') right top no-repeat; font-size: 11px; color: #717675; line-height: 22px; text-decoration: none; vertical-align: middle; display: inline-block; cursor: pointer; }
.selectBox-dropdown:hover,
.selectBox-dropdown:hover .selectBox-arrow { color: #000; text-decoration: none; }
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow { color: #000; background-color: #dde5e8; }
.selectBox-dropdown.selectBox-menuShowing { }
.selectBox-dropdown .selectBox-label { width: 100%; display: inline-block; white-space: nowrap; overflow: hidden; padding-top: 0.2em; padding-bottom: 0.2em; }
.selectBox-dropdown .selectBox-arrow { position: absolute; top: 0; right: 0; width: 23px; height: 100%; background: url('../img/select.gif') right top no-repeat; }
.selectBox-dropdown-menu { position: absolute; z-index: 999; max-height: 200px; background: #FFF; -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); box-shadow: 0 2px 6px rgba(0, 0, 0, .2); overflow: auto; }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A { list-style: none; display: block; cursor: pointer; }
.selectBox-options LI A { font-size: 12px; height: 15px; padding: 4px; line-height: 15px; white-space: nowrap; overflow: hidden; text-decoration: none; color: #717675; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.selectBox-options LI.selectBox-hover A { background-color: #e6e6e6; color: #000; } /* rollover voce menu a tendina */
.selectBox-options LI.selectBox-disabled A { color: #c00; background-color: transparent; }
.selectBox-options LI.selectBox-selected A { background: #d3d5d1; color: #fff; } /* voce preselezionata menu a tendina */
.selectBox-options .selectBox-optgroup { color: #666; background: #EEE; font-weight: bold; line-height: 1.5; padding: 0 .3em; white-space: nowrap; }