/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Selects*/
.selectArea {
	width:240px;
	height:21px;
	background:url(../images/images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
	text-align:left;
}
.selectArea .right a span {
	text-align:left;
	
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	color:#333333;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}
/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:232px;
	background:#f7f7f8;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
	height:250px;
	overflow-y:scroll;
	
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#333333;
	text-decoration:none;
	display:block;
	text-align:left;
	padding: 0 .5em;
	line-height: 2em;
	height: 2em;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
	background-color:#4e92c8;
}
