.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 16px;
	float:left;
	color: #505050;
	font-size: 10px;
	line-height:16px;
	text-align: right;
	letter-spacing: -1px;
}
.proceso-compra .selectArea{
	height: 18px;
	color: #696969;
	line-height: 18px;
	text-align: left;
}
.listado-fichas .selectArea{
	color: #fff;
	text-align: left;
}
.description .info .selectArea{
	text-align: left;
	float: right;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
	z-index:10;
}
.proceso-compra .selectArea .left {
	background: url(../images/select-left2.gif) no-repeat;
	width: 10px;
	z-index:10;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:24px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.proceso-compra .selectArea a.selectButton{
	width: 29px;
	background: url(../images/select-button3.gif) no-repeat;
}
* html .selectArea a.selectButton {
	right: -1px;
}
.listado-fichas .selectArea a.selectButton {
	background: url(../images/select-button2.gif) no-repeat;
	width: 23px;
}
.listado-fichas .holder .selectArea a.selectButton {
	background: url(../images/select-button.gif) no-repeat;
	width: 23px;
}
.selectArea .center{
	height: 16px;
	line-height:15px;
	display:block;
	padding:0 28px 0 5px;
	background: #d3d3d3;
}

.listado-fichas .selectArea .center{
	height: 13px;
	line-height: 13px;
	padding: 0 28px 0 5px;
}

.proceso-compra .selectArea .center{
	height: 18px;
	line-height: 18px;
	padding: 0 30px 0 12px;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background: #d3d3d3;
	display: block;
	z-index: 100;
	font-size: 10px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}
.proceso-compra .optionsDivVisible ul{
	padding-left: 7px;
}
.optionsDivVisible a {
	color: #505050;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.listado-fichas .optionsDivVisible a{
	color: #fff;
}

