.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:16px;
	background: url(http://static.fashionagainstaids.com/images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	overflow: hidden;
	background: url(http://static.fashionagainstaids.com/images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -14px;}

/* Selects */
.selectArea {
	position: relative;
	height: 29px;
	float:left;
	color:#fff;
	display:inline;
	margin:0 24px 0 0;
	font-size:12px;
	line-height:29px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:14px;
	height:29px;
	background: url(http://static.fashionagainstaids.com/images/select-left.png) no-repeat;
	display: block;
}
.selectAreaActive .left {background:url(http://static.fashionagainstaids.com/images/select-left-active.png) no-repeat;}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	outline:none;
	width:27px;
	cursor:pointer;
	height:29px;
	background: url(http://static.fashionagainstaids.com/images/btn-select.png) no-repeat;
}
.selectAreaActive a.selectButton {background:url(http://static.fashionagainstaids.com/images/btn-select-active.png) no-repeat;}
.selectArea .center{
	height: 29px;
	line-height:29px;
	display:block;
	padding:0 2px 0 0;
	position:relative;
	margin:0 26px 0 11px;
	background: url(http://static.fashionagainstaids.com/images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 10;
	font-size: 12px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	height:1%;
	background:url(http://static.fashionagainstaids.com/images/bg-select-ul.png);
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #fff;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	cursor:pointer;
	position:relative;
	padding: 5px 11px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:none;
	background:url(http://static.fashionagainstaids.com/images/bg-select-hover.png);
}
.select-bottom{
	overflow:hidden;
	height:11px;
	background:url(http://static.fashionagainstaids.com/images/bg-select-bottom.png) no-repeat;
}
