.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:12px !important;
	height:12px;
	margin:3px 5px 0 0;
	overflow: hidden;
	background: url(../images/bg-check.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -12px;}

/* Selects */
.selectArea {
	overflow:hidden;
	position: relative;
	height: 27px;
	float:left;
	color:#505050;
	font-size:11px;
	line-height:23px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:10px;
	height:100%;
	background: url(../images/bg-select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:23px;
	height:100%;
	text-decoration:none !important;
	outline:none;
	background: url(../images/btn-select.gif) no-repeat;
}
.selectArea .center{
	height: 27px;
	line-height:27px;
	display:block;
	padding:0 23px 0 10px;
	background: url(../images/bg-select.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #e2e3e4;
	border: 1px solid #c7c8c9;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#e2e3e4;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #505050;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #e2e3e4 !important;
}

/*fagomrade-btn*/

a.fagomrade-btn{
color:#505050;
display: block;
height: 27px;
    width: 110px;
line-height: 27px;
padding: 0 23px 0 10px;
cursor:pointer;
background:url(../Images/fagomrade_btn.png) no-repeat left center;
text-decoration:none;
}

a.fagomrade-btn:hover{
text-decoration:none;
}

div.fagomrade-popup{
background:#e2e3e4;
border:1px solid #c7c8c9; 
}

div.fagomrade-popup a{
font-size:0.9em;
color:#505050;
text-decoration:none;
}

div.fagomrade-popup a:hover{
color:#505050;
}
