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

/* Selects */
.selectArea {
	position: relative;
	height: 26px;
	float:left;
	color:#5b5d62;
	font-size:11px;
	line-height:26px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:20px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:20px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
* html .selectArea a.selectButton {
	right: -1px;
}
.selectArea .center{
	height: 26px;
	line-height:26px;
	display:block;
	padding:0 20px 0 8px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 30;
	font-size: 11px;
	margin:-6px 0 0;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	background:#fff;
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
	border:solid #5A5D62;
	border-width:0 1px;
	text-transform:uppercase;
	height:1%;}
.optionsDivVisible ul li {
	float:left;
	width:100%;
	color:#5B5D62;
	font-size:11px;
	line-height:14px;
}
.optionsDivVisible a {
	color:#5B5D62;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding:6px 5px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:underline;
}

.select-bottom {
	background:url(../images/bg-items-list-b.gif) no-repeat;
	width:141px;
	height:6px;
}

