.outtaHere {
	position:absolute;
	left:-3000px;
}

/* Selects */
.selectArea {
	position: relative;
	height: 28px;
	float:left;
	color:#000;
	font-size:14px;
	line-height:28px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:6px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.orderform .select1 .selectArea .left,
.orderform .select2 .selectArea .left{
	background: url(../images/select-left2.gif) no-repeat;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:27px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.orderform .select1 .selectArea a.selectButton,
.orderform .select2 .selectArea a.selectButton{
	background: url(../images/select-button2.gif) no-repeat;
}
.selectArea .center{
	height: 28px;
	line-height:28px;
	display:block;
	padding:0 27px 0 10px;
	background: url(../images/select-center.gif) repeat-x;
}
.orderform .select1 .selectArea .center,
.orderform .select2 .selectArea .center{
	background: url(../images/select-center2.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #f5f5f5;
	border: 1px solid #b3b3b3;
	display: block;
	z-index: 30;
	font-size: 12px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #9fa8ba;
	color: #FFF;
	text-decoration: none;
}