@CHARSET "UTF-8";
/*--------------------------------------------------------
* Goldyearbook
* ---------------------------------------------------------*/

a.button_2 {
  background: url('../images/search/search_bg_tal.jpg') repeat-x left top;
  padding: 0;
  color: #fff;
  margin-top: 15px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 12px;
  /*height: 26px;*/
  line-height: 26px;
  text-decoration: none;
  display: inline;
  float: left;
}

a.button_2 .btn_rbg {
  background: url('../images/search/search_rbg.jpg') no-repeat right top;
  padding: 0 12px;
  text-align: center;
  display: block;
}
a.button_2 .btn_lbg {
  background: url('../images/search/search_lbg.jpg') no-repeat left top;
  display: block;
}
a.button_2 .loupe {
  background: url('../images/search/marker_search.jpg') no-repeat left 1px;
  vertical-align: top;
  border: none;
  padding-left: 22px;

}
.submit-button{
vertical-align:middle;}
.ui-dropdownchecklist-wrapper{
vertical-align: middle;}

.ui-dropdownchecklist {
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(../images/search/dropdown.png) no-repeat center right;
	width:265px;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background-image: url(../images/search/dropdown_hover.png);
	border-color: #5794bf;
}

.ui-dropdownchecklist-text {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-right: 17px; /* background dropdown.png image */
}

.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
}

.ui-dropdownchecklist-item {

}

.ui-dropdownchecklist-item-hover {
	background-color: #39f;
}

.ui-dropdownchecklist-item-checked {
	background-color: #ff0000;
}

.ui-dropdownchecklist-item-disabled label {
	color: #ccc;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
	color: #fff;
}

.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent {
	padding-left: 20px;
}

/*--------------------------------------------------------
* End Goldyearbook
* ---------------------------------------------------------*/
.checklist-widget {
  display: block;
  text-align: left;
}

#checklist-all {
    position: absolute;
    z-index: 99;
    border: 1px solid black;
    background-color: #ffffff;


}

.checklist-widget .checklist-select {
  width: 100px;
  background: #F2F4F6 url(../images/search/input_bg_tal.jpg) repeat-x left top;
  color:#333333;
  border: 1px solid #D6DADE;
  font-family: Tahoma,Verdana,Arial;
  font-size: 11px;
  text-align:center;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 3px;
}

.checklist-widget .checklist-select .checklist-select-control {
  width: 100%;
  height: 19px;
  background: url(../images/search/select_btn.gif) no-repeat right center;
  vertical-align: middle;
}

.checklist-widget .checklist-select .checklist-select-control span {
  display: block;
  margin-right: 18px;
  padding: 3px 0px 0px 2px;
  overflow: hidden;
}

.checklist-widget .checklist-options {
  position: absolute;
  z-index: 1;
  border: 2px solid #D3E3EA;
  background: white url(../images/search/search_products_bg_tal.jpg) repeat-x left top;
  color: #4F4F4F;
  font-family: Tahoma,Verdana,Arial;
  font-size: 11px;
  line-height: normal;
  padding: 0px 4px 0px 4px;
}


.checklist-widget .checklist-options-header {
  height: 39px;
  border-bottom: 1px solid black;
}

