/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:300px;
  overflow:auto;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected {
  background-color: #dce2e5;
  text-align:left;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current {
  background-color: #dce2e5;
   text-align:left;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:5px;
  cursor:pointer;
}

/* Look and feel of select box */
.selectbox
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;/* Resize Font*/
  width : 216px; /* Resize Width */
  XXXdisplay : block;
  text-align:left;
  background: url('../images/bg_select.png') right;
  cursor: pointer;
  border:none;
  color:#fff;
  height:20px;
}

#ItemKategori_container, #ItemMarka_container{
	color:#454441;
}

#ItemMarka_container{
	margin-left:227px;
}

