@charset "utf-8";
/* CSS Document 
/* CSS Developed by TrustWeb Web Company - http://www.trustweb.it */
/* License: GNU GPL 
 */
#search_horizontal_content{display:inline-block; height:38px; background-color:#00ff00; float:right;}
#search_content_input{ display:inline; height:30px; background-color:#00ff00;}
#search_content_select{display:inline; height:30px; background-color:#ff0000; vertical-align:top;}
#search_content_submit{display:inline; height:30px; background-color:#0000ff;}
#search_form-input{
	border:1px solid #cccccc;
	height:22px;
	vertical-align:middle;
	line-height:22px;
	padding-top:5px;
	padding-left:4px;
	margin-left:-6px;
	width:430px;
}

.search-submit{
	border:1px solid #cccccc;
	background-image:url(../images/search_form-submit_background.png);
	height:29px;
	vertical-align:middle;
	color:#666666;
	padding-left:4px;
	padding-right:4px;
	font-size:16px;
}
.search-submit:hover{
	border:1px solid #cccccc;
	background-image:url(../images/search_form-submit_background-hover.png);
	height:29px;
	vertical-align:middle;
	color:#666666;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
}


/*replace form select list*/
div.selectbox-wrapper {
  position:absolute;
  width:300px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:0px;
  padding-top:8px;
  padding-bottom:4px;
  padding-left:4px;
  padding-right:4px;
  font-size:14px;
  line-height:18px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  margin-top:2px;
  background-image:url(../images/dropdown-menu.png);
  background-position:top;
  color:#3A58A7;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper li:hover{}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.selectbox /* look&fell of  select box*/
{
  margin: 0px 0px 0px 0px;
  height:24px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  width : 100px; 
  text-align:left; 
  background-image: url('../images/select_background.png');
  background-repeat:no-repeat;
  background-position:right;
  cursor: pointer;
  border:1px solid #cccccc;
  color:#3A58A7;
  line-height:25px;
  font-size:16px;
  padding-left:10px;
  height:30px;
}
.selectbox:hover{
	background: url('../images/select_background-hover.png') right;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

select {
	background: url('../images/select_background.png') right;
	background-position:right;
	background-repeat:no-repeat;
}
select:hover{
	background: url('../images/_select_background-hover.png') right;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#inbookselectbox{ display:inline; }

/*end replace select list*/
