/* selects */

.selectArea {
	width: 130px;
	height: 14px;
	background: url(../img/select_bg.gif) repeat-x left top;
	}
	
.selectArea .left {
	width: 3px;
	height: 14px;
	float: left;
	background: url(../img/select_left.gif) no-repeat left top;
	}
	
.selectArea .right {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../img/select_right.gif) no-repeat left top;
	}
	
.selectArea .right a {
	display: block;
	width: 90px;
	height: 14px;
	margin-left: -76px;
	position: absolute;
	}
	
.selectArea .right i {display: none;}

.selectArea .center {
	width: 90px;
	color: #000;
	padding-top: 1px;
	overflow: hidden;
	white-space: nowrap;
	}


/* drop-down */

.optionsDivInvisible, .optionsDivVisible {
	position: absolute;
	margin-top: -1px;
	margin-left: 3px;
	width: 130px;
	background: #fff;
	padding: 1px;
	z-index: 20;
	}

.optionsDivInvisible {
	display: none;
	}

.optionsDivVisible {
	display: block;
	}

.optionsDivVisible p {
	margin: 0;
	padding: 0;
	}
	
.optionsDivVisible a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 1px 4px;
	border-bottom: 1px solid #eee;
	}
	
.optionsDivVisible a: hover {
	color: #fff;
	background: #000;
	}
