.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	height: 16px;

	padding-top: 2px;
	position: relative;
	line-height: 19px;
	background: url(/images/img-select-center-part.gif) repeat-x;

}
#header .selectArea{
	float: left;
	margin: 2px 0 0;
}
.product .selectArea{width: 45px !important}
.arrival .selectArea{width: 138px !important}
.recipient .selectArea{width: 116px !important}
.selectArea .left {
	width: 8px;
	height: 18px;
	background: url(/images/img-select-left-part.gif) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}


.selectArea a.selectButton {
	display: block;
	width: 100%;
	height: 18px;
	background: url(/images/img-arrow.gif) no-repeat 100% 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}

.selectArea .center{
	display: block;
	height: 20px;
	margin: 0 15px 0 8px !important;
	overflow: hidden;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color:#454545;
	position: absolute;
}

.selectArea .disabled {
	width: 100%;
	height: 20px;
	background-color: #2F384E;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background: #fcfcfc;
	display: block;
	border: 1px solid #000;
	z-index: 1200;
	margin-top:-3px;
}

.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	list-style: none;
}

.optionsDivVisible ul li {width: 100%;}
.optionsDivVisible a {
	display: block;
	padding: 2px 4px;
	line-height: normal !important;
	font-weight: normal;
	text-decoration: none;
	text-indent: 7px;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#454545 !important;
}
.optionsDivVisible a:hover {
	color: #FFF;
	text-decoration: none;
}
