.outtaHere {
	position:absolute !important;
	left:-3000px;
}
/* Selects */
.product-select {
	position: relative;
	height:24px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:23px;
}
.product-select .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	background: url(images/bg-select-left.gif) no-repeat;
	display: block;
}
.product-select a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:21px;
	height:100%;
	background: url(images/bg-select-btn.gif) no-repeat;
}
.product-select .center{
	height: 24px;
	line-height:24px;
	display:block;
	padding:0 26px 0 19px;
	margin:0 2px;
	color:#fff;
	font-weight:bold;
	background: url(images/bg-select.gif) repeat-x;
}
.product-select .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #999;
	display: block;
	z-index: 300;
	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:#fff;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding:2px 4px 2px 17px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2e2e2e !important;
}