@charset "utf-8";
/* CSS Document */

.textinp{
	width:219px;
	height:30px;
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	border:none;
	float:left;
	padding-left:21px;*/
	margin-top:5px;
	margin-right:30px;
}

#Items{
	margin-top:5px 0px 0px 0px;
	width:232px;
	height:30px;
}

#Items :hover{
	cursor:pointer;
}  

/* Drop down styles*/
div.selectbox-wrapper {  
  width:232px;
  background-color:white;
  border:1px solid #ccc;
  margin-left:0px;
  margin-top:0px;
  padding:0px;
  text-align:left;
  max-height:200px;
  /*overflow:auto;*/
  position:absolute;
  /*top:21.6%;
  left:3.2%;*/
  top:20.2%;
  left:2.8%;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  position: relative;
  width: 232px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
  /*background-color: #EAF2FB;*/
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #EA7746;
  color: #FFF;
}

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

.selectbox:hover{
	cursor:pointer;
}

/* Look and feel of select box */
.selectbox 
{
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;/* Resize Font*/
  width : 219px; /* Resize Width */
  height:31px;
  display : block;
  text-align:left; 
  background: url(../img/list.png) ;
  cursor: pointer;
  border:none;
  color:#333;
  padding-left:10px;
}













