.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Select detail */
.type-select .selectArea {
	position: relative;
	height: 20px;
	float:left;
	color:#bbb;
	font-size:12px;
	line-height:24px;
}
.type-select .selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:8px;
	height:100%;
	background: url(/assets/img/bg-l-select-websites.gif) no-repeat;
	display: block;
}
.type-select .selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:23px;
	height:100%;
	background: url(/assets/img/button-select-websites.gif) no-repeat;
	outline: none;
}
.type-select .selectArea .center{
	height: 20px;
	line-height:19px;
	display:block;
	padding:0 26px 0 8px;
	background: url(/assets/img/bg-select-websites.gif) repeat-x;
}
.type-select .selectArea .center img {
	float:left;
}

/* Select footer */
.selectArea {
	position: relative;
	height: 24px;
	float:left;
	color:#bbb;
	font-size:12px;
	line-height:24px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:8px;
	height:100%;
	background: url(/assets/img/bg-l-select-contact.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:26px;
	height:100%;
	background: url(/assets/img/button-select-contact.gif) no-repeat;
}
.selectArea .center{
	height: 24px;
	line-height:24px;
	display:block;
	padding:0 26px 0 8px;
	background: url(/assets/img/bg-select-contact.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 300;
	font-size: 12px;
	margin: -2px 0 0;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0 1px;
	overflow:hidden;
	list-style: none;
	background:#fff url(/assets/img/bg-select-drop.gif) repeat-y;
	height: 1%;
	line-height: 13px;
}
.drop-select ul {
	background:#fff url(/assets/img/bg-select-drop-2.gif) repeat-y;
}
.optionsDivVisible .select-top,
.optionsDivVisible .select-bottom {
	background: url(/assets/img/bg-select-drop-top.gif) no-repeat;
	height: 4px;
	overflow: hidden;
	position: relative;
	margin-bottom: -3px;
}
.optionsDivVisible .select-bottom {
	background: url(/assets/img/bg-select-drop-bottom.gif) no-repeat;
	margin: -3px 0 0;
	z-index: 10;
}
.drop-select-drop-top .select-bottom { background: url(/assets/img/bg-select-drop-bottom-2.gif) no-repeat; }
.optionsDivVisible .select-bottom .select-bottom-right {
	background: url(/assets/img/bg-select-drop-bottom-right.gif) no-repeat 100% 0;
	height: 4px;
	float: right;
	width: 4px;
}
.drop-select-drop-top .select-bottom .select-bottom-right { background: url(/assets/img/bg-select-drop-bottom-right-2.gif) no-repeat 100% 0; }
.optionsDivVisible .select-bottom .select-bottom-left { display: none; }
.optionsDivVisible .select-top div {
	height: 4px;
	background: url(/assets/img/bg-select-drop-top-right.gif) no-repeat 100% 0;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px 3px 6px;
}
.optionsDivVisible a.odd{
	background:#f6f6f6;
}
.optionsDivVisible a:hover {
	color:#0083c2;
	text-decoration: none;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}