/* SELECTBOX STYLING */
.selectbox {font-size:14px; color:#444; position: relative; cursor: pointer; cursor: hand}

.selectbox ul, .selectbox ol, .selectbox li {
   margin:0;
   padding:0;
   list-style:none;
}

.selectbox img {
	border: 0;
}

/* Selection part */
.selectbox ul.selection {color:#777; padding:2px; border:1px solid #999; width:auto; height:14pt; background:url('/e-obchod/img/downarrow.gif') 98% 50% no-repeat; overflow:hidden;}
.selectbox ul.selection.hover {background-color:#F0F5FF;}
/* Options part */
.selectbox ul.options {display:none; background-color:white; z-index:1000;}
.selectbox.expanded ul.options {display:block; width:400px; z-index:2000;}
.selectbox ul.options {border:1px solid #aaa; position:absolute; top:30px; left:0;}
.selectbox ul.options li {padding:0 3px; font-size:11px;}
.selectbox ul.options li.option.hover {background-color:#910028 !important; color:white !important;}
.selectbox ul.options li.option.selected {background-color:#910028 !important; color:white !important;}
.selectbox ul.options li.group {color:#777; text-transform:uppercase; font-size:14px; margin-top:10px;}
