/* @CHARSET "UTF-8"; */
/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #ffc75a;
}

/* Drop down list items style*/
.sbOptions li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:0px;
    cursor:pointer;
    border-top:1px solid #fff;
}
.sbOptions li a {text-decoration:none;
    display:block;
	outline: none;
	padding:7px 4px 7px 7px;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
	background-color: #00345e;
}

a.sbSelector {text-decoration:none;
    color:#00345e !important;
    padding-left:5px;
    display: block;
    height: 1.5em;
    line-height:1.5em;
    overflow: hidden;
}

.sbOptions  li:hover{ 
  background-color: #00345e;
}

.sbOptions .sbDisabled{
	color: #00345e;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	color: #b30317;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbSub {background:#98b7d1;}

.sbOptions {
 margin-left: 5px;
    padding-left:0;
}

.sbHolder  
{
    height: 21px;
    margin: 3px 4px 0px 0px;
    padding:5px 0px 5px 3px;
    width : 174px; /* Resize Width */
    position: relative;  
    display : block;
    text-align:left; 
    background: url('/images/selectCatBg.png') 0 0 no-repeat;
    cursor: pointer;
    border:0;
    float:left;
    color:#00345e !important;
}

#checkboxyblok #kdyCheck .inlabBlock .sbHolder  
{
    margin-left:-10px;
    width : 110px; /* Resize Width */
    background: url('/images/selectCatBg.png') right 0 no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sbToggle {display:block;float:right;width:28px;margin-top:-8px;height:30px;}

.sbOptions {
    list-style-type:none;
    position:absolute;
	left: -1px;
	top: 0px;
	z-index: 100;
    min-width: 172px;
    height:210px;
    background-color:#b8d1e6;
    margin:7px 0 0 2px;
    padding:5px 0 10px 0px;
    text-align:left;
    overflow:auto;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}