/* CSS Document */

.selectbox{width:100px;float:left;display:inline;position:relative;}
.cartes {
  background-color: #E3DED0;
  color: #444444;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 6px 7px;
  position: relative;
}
.listTxt{border:none;background:none;padding:0px;font-size:12px;padding:4px 0;width:88%;height:16px;line-height:16px;cursor:pointer;}
.listBtn {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.listBtn b {
  background: url("../images/zaishou/selectbar.png") no-repeat scroll 7px 14px #E3DED0;
  display: block;
  height: 100%;
  width: 100%;
}
.lists {
  background: none repeat scroll 0 0 #E3DED0;
  top: 32px;
  display: none;
  left: 0;
  position: absolute;
  width: 100px;
  z-index:99;
  max-height: 200px;
  overflow-y: auto;
}
.lists .list{margin:4px 0px 4px 0;padding:0 0 0 0;overflow-x:hidden;overflow-y:auto;}
.lists li{padding:6px 0px 8px 8px;cursor:pointer;font-size:12px;height:20px;line-height:20px;color:#5e5e5e;}
.lists li.cgray{background:#3875D7;color:#fff;}

.hover .lists{display:block;}