.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 26px;
	float:left;
	color:#a5a5a5;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	margin:0 0 5px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background: url("../images/select-left.gif") no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:24px;
	height:26px;
	background: url("../images/select-button.gif") no-repeat;
}
.selectArea .center{
	height: 26px;
	line-height:23px;
	display:block;
	padding:0 24px 0 6px;
	background: url("../images/select-center.gif") repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background: #392100;
	border: none;
	display: block;
	z-index: 30;
	margin:10px 0 0;
}
.drop-dif {
	background:#9CC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
	background:#e9f0f3;
	font-size:12px;
	color:#464646;
	height:1%;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color:#a5a5a5;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background: none;
	color:#a5a5a5;
	text-decoration:underline;
}
/* inner */
.selectArea.inner-select {
	position: relative;
	height: 35px;
	float:left;
	color:#a5a5a5;
	font-weight:normal;
	font-size:13px;
	line-height:33px;
	margin:0;
	color:#BEBEBE;
}

.selectArea.inner-select .left {
	position: absolute;
	top: 0;
	left: 0;
	width:8px;
	height:100%;
	background: #fff;
	display: block;
}
.selectArea.inner-select a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:35px;
	height:33px;
	background: url("../images/bg-inner-select.gif") no-repeat;
}
.selectArea.inner-select .center{
	height: 35px;
	line-height:33px;
	display:block;
	padding:0 38px 0 8px;
	background: #fff;
}
#optionsDiv0.optionsDivVisible{
	margin:10px 0 0;
}
#optionsDiv0.optionsDivVisible ul{
	background:#e9f0f3;
	font-size:12px;
	color:#464646;
	padding:0 0 0 5px;
	overflow:hidden;
	height:1%;
}
#optionsDiv0.optionsDivVisible a{
	font-weight:normal !important;
}



