.outtaHere {
	position:absolute !important;
	left:-3000px;
}
/*Radio buttons*/
.radioArea,
.radioAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
	margin:2px 0 0;
}
.radioAreaChecked {background-position: 0 -14px;}
/* Selects */
.freind-select,
.verbond-select {
	position: relative;
	height: 24px;
	float:left;
	color:#000;
	font-size:13px;
	line-height:22px;
}
.freind-select .left,
.verbond-select .left {
	position: absolute;
	top: 0;
	left: 0;
	width:12px;
	height:23px;
	background: url(../images/bg-select-l.png) no-repeat;
	display: block;
}
.freind-select a.selectButton,
.verbond-select a.selectButton {
	position: absolute;
	top:0;
	right:0;
	width:23px;
	height:24px;
	background: url(../images/bg-select-r.gif) no-repeat;
}
.freind-select .center,
.verbond-select .center {
	height:24px;
	line-height:22px;
	display:block;
	margin:0 23px 0 11px;
	padding:0 0 0 4px;
	background: url(../images/bg-select-c.gif) repeat-x;
}
.sort-select {
	position: relative;
	height:17px;
	float:left;
	color:#000;
	font-size:13px;
	line-height:22px;
	margin:0 9px 0 0;
}
.sort-select .left {
	position: absolute;
	top: 0;
	left: 0;
	width:11px;
	height:100%;
	background: url(../images/bg-select-l-sort.png) no-repeat;
	display: block;
}
.sort-select a.selectButton {
	position: absolute;
	top:0;
	right:0;
	width:21px;
	height:17px;
	background: url(../images/bg-select-r-sort.png) no-repeat;
}
.sort-select .center{
	height:17px;
	line-height:16px;
	display:block;
	margin:0 21px 0 11px;
	background: url(../images/bg-select-c-sort.gif) repeat-x;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #2e2e2e;
	border: 1px solid #2e2e2e;
	display: block;
	z-index: 30;
	font-size: 13px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	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 14px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:none;
	background-color: #666 !important;
}
.drop-sort-select {
	margin:-6px 0 0;
}
.drop-sort-select a {
	padding:0 14px;
}
/*Radio buttons*/
.checkboxArea,
.checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
	margin:2px 0 0;
}
.checkboxAreaChecked {background-position: 0 -14px;}