.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	height: 18px;
	position: relative;
	border: 1px solid #bdbfc2;
	margin:0 !important;
	padding:0 !important;
}

.year-select .selectArea,
.year-select select{
	width: 100px !important;
	font-size:12px;
	color:#6d6f71;
	white-space:nowrap;

}

.month-select .selectArea,
.month-select select{
	width:130px !important;
	font-size:12px;
	color:#6d6f71;	
}
#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: 20px;
	/*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: 20px;
	background: url(/images/select-arrow.gif) no-repeat 100% 0;
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 4;

}

.grey-box .selectArea a.selectButton {

	display: block;
	width: 100%;
	height: 20px;
	background: url(/images/select-arrow-2.gif) no-repeat 100% 0;
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 4;

}

.selectArea .center {
	display: block;
	height: 19px;
	width:100%;
	overflow: hidden;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#6d6f71;
	position: absolute;
	overflow:hidden;
	white-space:nowrap;
	left:8px;
}


.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 #bdbfc2;
	z-index: 1200;
	margin-top:-2px;
}

	
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	list-style: none;
	padding:0;
	white-space:nowrap;	
	padding-right:8px;
}

.optionsDivVisible ul li {width: 100%;}
.optionsDivVisible a {
	display: block;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	height:18px;
	text-indent: 7px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#6d6f71;
}
.optionsDivVisible a:hover {
	text-decoration: none;
}


