.outtaHere {
	position:absolute;
	left:-3000px;
}

/* Selects */
.selectArea {
	height: 26px;
	float: left;
	font-size: 12px;
	position: relative;
	color: #000;
	font-size: 11px;
	line-height: 23px;
	background-repeat:no-repeat;
}
span.center{background-repeat:no-repeat;}
.selectArea .left {
	width: 2px;
	height: 26px;
	margin: 0 !important;
	padding: 0 !important;
	background: url(../images/left.gif) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.selectArea a.selectButton {
	display: block;
	float: none;
	width: 100%;
	height: 26px;
	background: url(../images/but.gif) no-repeat 100% 0;
	position: absolute;
	top: 0;
	right:0;
	border: none;
	z-index: 1;
}
.selectArea .center{
	display: block;
	height: 22px;
	width: 150px;
	line-height: 19px;
	padding: 3px 26px 0 19px !important;
	overflow: hidden;
	float: none !important;
	background: url(../images/repeat.gif) repeat;
	color:#939393;
}
.edit-wrap .selectArea .center {	padding: 3px 26px 0 19px !important;width:100px;}

.edit-wrap {display:block;}
.edit-wrap input {margin:0 2px 0 0;}

.selectArea .disabled {
	width: 100%;
	height: 19px;
	background-color: #2F384E;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #111;
	border: 1px solid #040404;
	display: block;
	z-index: 30;
	margin-top: 5px;
	font-size: 11px;
	overflow: auto;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}

* html .optionsDivVisible ul {
	float: left;
}
* +html .optionsDivVisible ul {
	overflow-x: hidden;
}

.optionsDivVisible ul li {
	width: 100%;
}


.optionsDivVisible a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 2px 4px 0 15px;
	display: block;
	line-height: normal !important;
	font-weight: normal;
	text-decoration: none;
	color:#464646;
}
.optionsDivVisible a:hover {
	background-color: #111;
	color: #FFF;
	text-decoration: none;
}