

.sSelect {
	width: 150px;
	float: left;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	margin-right: 5px;
	height: 28px;
	position: relative;
}

.sSelect .left {
	position: absolute;
	left: -3px;
	top : 0px;
	width: 6px;
	height: 28px;
	background-image: url('images/left.png');
	background-repeat: no-repeat;
}

.sSelect .right {
	position: absolute;
	right: -3px;
	top : 0px;
	width: 5px;
	height: 28px;
	background-image: url('images/right.png');
	background-repeat: no-repeat;
}

.sSelect .text {
	position: relative;
	top: 6px;
	white-space: nowrap;
	overflow: hidden;
	width: 130px;
}

.sSelectDropDown {
	border: 1px solid #707070;
	background-color: #fff;
}

.sOption {
	border: 1px solid #cacaca;
	padding: 2px;
	margin: 2px;
	float: left;
	clear: both;
}

.sOptionHover {
	background-color: #B6C5F2;
	border: 1px solid #2D4488;
	padding: 2px;
	margin: 2px;
	float: left;
	clear: both;
}

.sOptionImage {
	float: left;
	padding-right: 5px;
}