div.selectaTrigger {
    height: 20px;
    background: url(../images/myselect.gif) no-repeat top right;
    border-left: 1px solid #000;
    padding-right: 30px;
    padding-left: 5px;
    padding-top: 5px;
    overflow: hidden;
}
.selectawrap {
	position:relative;
	display:inline-block;
	vertical-align:top;
}
div.selecta, div.selecta-sml {
    padding: 0 55px 0 7px;
	height:44px;
	line-height:44px;
	cursor:pointer;
    position: relative;
    /*width: 100%;*/
	z-index:20;
	white-space:nowrap;
	margin: 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#fff;
	background: #fff url('../images/i-dropdown-arrow.png') no-repeat right 4px;
	
	border-top: 1px solid #999;
	border-right:1px solid #b0b0b0;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #999;
}
/*
	.selecta#SearchPrice {
		width:155px !important;
	}
	.selecta#SearchSleeps {
		width:115px !important;
	}
*/
	.selecta#SearchAvailable {
		/*width:235px !important;	*/
    width: 235px;
	}

  div.selecta-sml {
		font-size:12px;
		height:30px;
		line-height:30px;
		width:90px !important;
		background: #fff url('../images/i-dropdown-arrow-sml.png') no-repeat right 3px;
	}
div.selectaWrapper {
    position: absolute;
	left:0 !important;
	top:40px !important;
	height:1px;
	visibility: hidden;
	display:block !important;
    z-index: 10000;
    background: white;
    overflow: hidden;
    overflow-y: auto;
	
	border-top: 0;
	border-right:1px solid #b0b0b0;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #999;
	
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}

	div.selectaWrapper.selecta-open {
		display:block !important;
		top: 43px !important;
		height:auto;
		visibility: visible;
		transition: top linear 0.2s;
		-moz-transition: top linear 0.2s;
		-webkit-transition: top linear 0.2s;
	}
	
	div.selectaWrapper-sml {
		top:57px !important;
	}
	div.selectaWrapper-sml.selecta-open {
		top: 46px !important;
	}
div.selectaOption {
    clear: both;
	padding:4px 8px;
	font-size:12px;
	cursor:pointer;
	border-bottom:1px solid #eee;
}
	div.selectaOption-sml {
		font-size:12px;
	}
div.selectaOptionSelected {
    background: #ffffcf;
}
div.selectaDisabled {
    background: #555;
    color: #000;
}
div.selectaOptionOver {
    background: yellow;
}

#debug {
    background: red;
    color: yellow;
    padding: 5px;
    margin: 5px;
}

@media handheld, only screen and (max-width: 1000px) {


  div.selecta-sml {
    width: 100% !important;
  }

}