.scmbo_base a, .scmbo_base a:hover, .scmbo_base a:visited, .scmbo_base a:active{color: #000; font-weight: normal; text-decoration: none; margin:0 px; padding: 0px; height: auto;}
.scmbo_base{border_: solid 1px;}
.scmbo_base_suggestList
{
	width: 200px;	
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10000;
	background:#fff;

}

.scmbo_base_input
{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
}	
.scmbo_base_input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.scmbo_base_input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.scmbo_base_input:-ms-input-placeholder {
  color: #999;
}
.scmbo_base_input::-webkit-input-placeholder {
  color: #999;
}	
}
.scmbo_base_arrow
{
	float: right;
	position:relative;
}


.scmbo_base_folder a, .scmbo_base_folder span
{
	text-decoration: none;
}

.scmbo_base_folder a:hover{color: #949494;}

a.scmbo_base_leaf, a.scmbo_base_leaf_selected, a.scmbo_base_leaf:hover, a.scmbo_base_leaf_selected:hover
{
			display: block;
			line-height: 1.4em; 
			text-decoration: none;

		                   color: #46AADF;
}

a.scmbo_base_leaf:hover{background: #ccc;}

a.scmbo_base_leaf_selected{background: #ccc;}

a.scmbo_base_leaf_selected:hover{background: #e2e2e2;}