.selectArea, .center_a, .selectArea .left, .scrollbar-up, .scrollbar-down, .scrollbar-handle {
	background: url(../images/selects.png) no-repeat;
}
.selectArea {
	height:26px !important;
	background-position: 0 -52px;
	background-repeat: repeat-x;
	position: relative;
	margin-bottom:10px;
}
.selectArea input {
	color: #fff !important;
	font-size: 12px !important;
	border: none !important;
	background: none !important;
	position: absolute;
	top: 6px;
	left: 1px;
	width: 80% !important;
	height: 100% !important;
	font-family: Tahoma;
	padding: 0 0 0 5px !important;
	cursor: pointer;
	height: auto !important;
	margin:0;
}
.center_a {
	background-position: right -26px;
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
}
* html .center_a {
	right: -1px;
	overflow: hidden;
}
.selectArea .left {
	width:2px;
	background-position: 0 0;
	left: 0;
	height:26px;
	float:left;
	overflow: hidden;
	position: absolute !important;
}
.selectArea .optionsDivInvisible, .selectArea .optionsDivVisible {
	border-bottom: 1px solid #dda756;
	background: #1a1310 !important;
	top: 25px !important;
	position:absolute !important;
	margin: 0 !important;
	text-align: left;
	left: 0 !important;
	width: 100%;
	overflow: hidden;
	z-index:200;
}
*html .selectArea .optionsDivInvisible, *html .selectArea .optionsDivVisible {width:expression(this.parentNode.offsetWidth+1+'px');}
.optionsDivVisible {display:block;}
.selectArea .optionsDivInvisible span {
	padding: 2px 0 !important;
	border-left: 1px solid #dda756 !important;
	border-right: 1px solid #dda756 !important;
	color: #fff !important;
	font-size: 12px !important;
	text-indent: 6px;
	display: block;
	height: 15px;
	cursor: pointer;
	margin:0 !important;
	float: none !important;
	background: none;
}
.selectArea .optionsDivInvisible #container span {
	text-indent:10px;
}
.selectArea .scrollbar-container span {
	margin-left: -5px !important;
}
.selectArea .optionsDivInvisible span:hover {
	background: #33251f;
	color: #fff !important;
}
.selectArea .optionsDivInvisible span.over {
	background: #33251f;
	color: #fff !important;
}
.scrollbar-container {
	height: 153px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	position: relative !important;
	border-left: 1px solid #dda756 !important;
	border-right: 1px solid #dda756 !important;
	display: block !important;
	float: none !important;
	clear: none !important;
	width: auto !important;
}
* html .scrollbar-container {
	width: expression(this.parentNode.offsetWidth+'px') !important;
}
.scrollbar-up, .scrollbar-down {
	width: 20px;
	height: 13px;
	overflow: hidden;
	position: absolute !important;
	top: 0;
	right: 0;
	left: auto;
	cursor: pointer;
	z-index: 40;
	background-position: -1px -91px;
	margin: 0 !important;
	padding: 0 !important;
}
.scrollbar-down {
	top: auto;
	bottom: 0;
	background-position: -1px -78px;
}
.scrollbar-track {
	height: 127px;
	width: 15px;
	background: #251b17;
	position: absolute !important;
	top: 13px;
	right: 0;
	z-index: 40;
	margin: 0 !important;
	padding: 0 !important;
	border-right:5px solid #1a1310;
}
* html .scrollbar-track, * html .scrollbar-up, * html .scrollbar-down {
	right:expression(this.parentNode.offsetWidth % 2 ? 0 : 1);
}
.scrollbar-handle {
	cursor: pointer;
	position: absolute !important;
	right: 0;
	top: 0;
	width: 15px;
	height: 27px;
	overflow: hidden;
	margin: 0 !important;
	background-position: -1px -104px;
	display: block;
	z-index:50;
}
.container2 {
	height: 103px;
	width: 100% !important;
	clear: none !important;
	position: static !important;
	margin: 0 !important;
	padding: 0 !important;
}
.scroller-container {
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute !important;
	width: 1000px !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}
.selectArea .optionsDivInvisible .scroller-container span {
	border: none !important;
}