.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:15px;
	margin:6px 8px 0 0;
	height:16px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -16px;}

/* Buttons */
.buttonSubmit input {
	float:left;
	height: 19px;
	line-height: 19px;
	padding: 0 10px 0 10px;
	background:#0099FF;
	border:none;
}

.buttonSubmit .left,
.buttonSubmit .right {
	display: block;
	width: 5px;
	height: 19px;
	overflow: hidden;
	background-repeat: no-repeat;
	float: left;
}
.buttonSubmit .left {background-color:#ccc;}
.buttonSubmit .right {background-color:#eee;}

/* Selects */
.selectArea {
	position: relative;
	height: 28px;
	float:left;
	font: 13px Arial, Helvetica, sans-serif;
	color:#303635;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:7px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.c-sort-panel .selectArea .left {
	width:7px;
	background:#fff;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right:-1px;
	width:24px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.c-sort-panel .selectArea a.selectButton {
	background:url(../images/select-button2.gif) no-repeat;
	width:23px;
}
.selectArea .center{
	height:100%;
	line-height:21px;
	height: 25px;
	display:block;
	padding:3px 23px 0 10px;
	background: url(../images/select-center.gif) repeat-x;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #555;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.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: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:underline;
}