.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Selects*/

.selectArea {
	width:160px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
	float: left;
}

.homeTeaser .selectArea {width:270px;}


.selectArea .sleft {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .sright {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .sright a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .sright i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:0px;
	margin-right:20px;
	color:#000;
	padding-top:3px;
}

div#mySelectText0, div#mySelectText1 , div#mySelectText2  {
	width:125px;
	overflow: hidden;
	height: 15px;
	margin-top: 3px;
}

.homeTeaser .selectArea div#mySelectText0, .homeTeaser .selectArea div#mySelectText1, .homeTeaser .selectArea div#mySelectText2 {

            width:225px;

}


/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:280px;
	height: 300px;
	background:#EAEFEC;
	padding:2px;
	font-size:11px;
	z-index:20;
	overflow: auto;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a, .optionsDivVisible a:active, .optionsDivVisible a:link, .optionsDivVisible a:visited {
	color: #000;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #EAEFEC;
}
.optionsDivVisible a:hover {
	color: #000;
	background:#CAD7CF;
	border-color:#ABBFB3;
}

#stylesheetTest {
	position:absolute;
	left:-999px;
	width:0px;
	height:0px;
}