/*------------ Default (District, Street)-----------------*/
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:0px;
  padding:0px;
  font-size:11px;
  text-align:left;
  height:100px;
  overflow: auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding-left:3px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

/*label {
    display: block;
}*/
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Tahoma;
  font-size:11px;
  width : 152px;
  height: 18px;
  display : block;
  text-align:left; 
  background: url('../images/th/dealer_network/blank_red.gif') no-repeat right;
  /*height:18px;*/
  cursor: pointer;
  border:0px solid ;
  color:#333;
}
/*------------ Default -----------------*/



/*------------ Province -----------------*/
div.selectbox-wrapperProvince {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:0px;
  padding:0px;
  font-size:11px;
  text-align:left;
  height:100px;
  overflow: auto;
}
div.selectbox-wrapperProvince ul {
  list-style-type:none;
  margin:0px;
  padding-left:3px;
}
div.selectbox-wrapperProvince ul li.selectedProvince { 
  background-color: #EAF2FB;
}
div.selectbox-wrapperProvince ul li.currentProvince { 
  background-color: #CDD8E4;
}
div.selectbox-wrapperProvince ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

/*label {
    display: block;
}*/
.selectboxProvince /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Tahoma;
  font-size:11px;
  width : 152px;
  height: 18px;
  display : block;
  text-align:left; 
  background: url('../images/th/dealer_network/blank_red.gif') no-repeat right;
  /*height:18px;*/
  cursor: pointer;
  border:0px solid;
  color:#333;
}
/*------------ Province -----------------*/


/*------------ Type -----------------*/
div.selectbox-wrapperType {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:0px;
  padding:0px;
  font-size:11px;
  text-align:left;
  height:100px;
  overflow: auto;
}
div.selectbox-wrapperType ul {
  list-style-type:none;
  margin:0px;
  padding-left:3px;
}
div.selectbox-wrapperType ul li.selectedType { 
  background-color: #EAF2FB;
}
div.selectbox-wrapperType ul li.currentType { 
  background-color: #CDD8E4;
}
div.selectbox-wrapperType ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

/*label {
    display: block;
}*/
.selectboxType /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Tahoma;
  font-size:11px;
  width : 152px;
  height: 18px;
  display : block;
  text-align:left; 
  background: url('../images/th/dealer_network/blank_red.gif') no-repeat right;
  /*height:18px;*/
  cursor: pointer;
  border:0px solid;
  color:#333;
}
/*------------ Type -----------------*/

