.outtaHere {
	position:absolute;
	left:-9999px;
}
/*--Selects--*/
.selectArea {
	float:right;
	position:relative;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#b2b1b1;
}
.black .selectArea{
	background:url(../images/bg-select.gif) no-repeat;
	height:29px;
	margin:11px 0 0;
	width:203px;
}
.white .selectArea{
	background:url(../images/bg-select-white.gif) no-repeat;
	height:39px;
	margin:11px 0 0;
	width:213px !important;
}
.selectArea .center{
	overflow:hidden;
	float:none;
	padding:0 0 0 40px;
}
.black .selectArea .center{
	height:29px;
	line-height:29px;
}
.white .selectArea .center{
	height:39px;
	line-height:39px;
}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	outline:none;
}
.black .selectArea a.selectButton{
	background:url(../images/bg-select-button.gif) no-repeat;
	width:32px;
	height:29px;
}
.white .selectArea a.selectButton{
	background:url(../images/bg-select-btn-white.gif) no-repeat;
	width:37px;
	height:39px;
}
.selectArea .disabled {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:19px;
	background-color:#2F384E;
	z-index:5;
}
/*--Selects drop-down--*/
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	display:block;
	z-index:2;
	font-size:13px;
	overflow:auto;
	background:url(../images/bg-select-drop.gif) repeat-x;
}
.black .optionsDivInvisible,
.black .optionsDivVisible{
	margin:29px 0 0;
	width:100%;
}
.white .optionsDivInvisible,
.white .optionsDivVisible{
	margin:34px 0 0 5px;
	width:203px;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px 0 0 4px;
	list-style:none;
}
* html .optionsDivVisible ul {float:left;}
* +html .optionsDivVisible ul {overflow:hidden;}
.optionsDivVisible ul li {
	overflow:hidden;
	height:29px;
	padding:0 0 0 40px;
}
.optionsDivVisible a {color:#b2b1b1;}
/* Checkboxes */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	cursor:pointer;
	overflow:hidden;
	margin:2px 8px 0 0;
}
.black .checkboxArea,
.black .checkboxAreaChecked {
	width:17px;
	height:17px;
	background:url(../images/bg-inp-checkbox-black.gif) no-repeat;
}
.black .checkboxAreaChecked {background-position:0 -17px;}
.white .checkboxArea,
.white .checkboxAreaChecked {
	width:25px;
	height:25px;
	background:url(../images/bg-inp-checkbox-white.gif) no-repeat;
}
.white .checkboxAreaChecked {background-position:0 -25px;}
.outtaHere {
	position:absolute;
	left:-9999px;
}
