/*Selects*/
.selectArea {
	height:20px;
	background:url(../images/select_bg.gif) repeat-x left top;
    float:left;
}

.selectArea .left {
	width:6px;
	height:20px;
	float:left;
	background:url(../images/select_lft_bg.gif) no-repeat left top;
}
.selectArea .right {
	width:20px;
	height:20px;
	float:right;
	background:url(../images/select_rit_bg.gif) no-repeat right top;
}
.selectArea .right a {
	display:block;
	height:20px;
	margin-left:-79px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	color:#737373;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

.selectArea .center a  {
text-decoration: none;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	width:243px !important;
	background:#ffffff;
	padding:2px;
	height:100px; 
	overflow:auto;
	font-size:11px;
	z-index:20;
    border:1px solid #c5c5c5;
    border-width:0px 1px 1px 1px;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	text-decoration:none;
    background:none;
    height:25px;
    font:normal 12px/16px Arial, Helvetica, sans-serif; color:#878787;
    padding-left:3px;
    display:block;
    
    
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#6DA614;
	border-color:#cfd0d6;
}

a.selectButton {width:20px !important; margin-left:0px !important;}
#mySelectText0 { float:left; font:normal 12px/16px Arial, Helvetica, sans-serif; color:#878787;}

