/* select Styles */
.selectArea {
	width: 137px;
	height: 20px;
	overflow: hidden;
	background: url(/images/select_bg.gif) repeat-x left top;
	float: right; /* добавила для этого конкретного случая */
	position: relative;
	z-index: 1;
}
.selectArea .left {
	width: 3px;
	height: 20px;
	float: left;
	background: url(/images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width: 21px;
	height: 20px;
	float: right;
	overflow: hidden;
	background: url(/images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display: block;
	width: 21px;
	height: 20px;
}
.selectArea .right i {
	display: none;
}
.selectArea .center {
	color: #000;
	padding-top: 3px;
}

.optionsDivInvisible, .optionsDivVisible {
	position: absolute;
	z-index: 20;
	margin: -6px 0 0 3px;
	width: 131px;
	height: 100px;
	border: 1px solid #ececec;
	background-color: #fff;
	padding: 2px;
	font-size: 8pt;
	overflow: scroll;
}
.optionsDivInvisible {
	display: none;
}
.optionsDivVisible {
	display: block;
	z-index: +100;
}
.optionsDivVisible p {
	margin: 0;
	padding: 0;
}
.optionsDivVisible a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 1px 4px;
	background-color: #fff;
}
.optionsDivVisible a:hover {
	color: #000;
	border-color: #ececec;
}
/* End select Styles */

