.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
	margin:1px 6px 0 0;
}
.checkboxAreaChecked {background-position: 0 -14px;}
/* Selects */
.selectArea {
	position: relative;
}
.selectArea.cs-1-drop{
	color:#a2a2a2;
	height:22px;
	font-size: 12px;
	color:#fff;
	text-transform: uppercase;
	float:right;
}
.selectArea.cs-2-drop{
	color:#4c4b4b;
	font-size:11px;
	height:21px;
	font-size: 12px;
	color:#4c4b4b;
	overflow:hidden;
}
#adm-wrapper selectArea.cs-2-drop {
	width:165px;
	text-wrap:normal;
	overflow:hidden;
	}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	display: block;
}
.cs-1-drop .left {
	width:1px;
	background: url(../images/select-left.gif) no-repeat;
}
.cs-2-drop .left {
	width:2px;
	background: url(../images/select-left2.gif) no-repeat;
}



.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	height:100%;
}
.cs-1-drop a.selectButton {
	width:25px;
	background: url(../images/select-button.gif) no-repeat;
}
.cs-2-drop a.selectButton {
	width:19px;
	background: url(../images/select-button2.gif) no-repeat;
}

.selectArea a.selectButton:focus{outline:none;}
.selectArea .center{
	display:block;
}
.cs-1-drop .center{
	height:22px;
	line-height: 22px;
	padding:0 28px 0 6px;
	background: url(../images/select-c.gif) repeat-x;
}
.cs-2-drop .center{
	height:21px;
	line-height: 21px;
	padding:0 19px 0 6px;
	background: url(../images/select-c2.gif) repeat-x;
}



/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 30;
	font-size: 11px;
	z-index: 100;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.cs-1-drop ul{
	margin:5px 0 0;
	background: #5e87a4;
	border:1px solid #cad2da;
	border-width:0 1px 1px;
}
.cs-2-drop ul{
	margin:5px 0 0;
	background: #fff;
	border:1px solid #234979;
	border-width:0 1px 1px;
}



.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.cs-1-drop ul a{color:#fff;}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:underline;
}