.elSelect {
	width:213px;
	height:34px;
	background:url(../images/dropdown.png) no-repeat 0% 0%;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:0;
	width:170px;
	text-indent:8px;
	line-height:34px;
	height:34px;
	font-weight:bold;
	font-size:12px;
	overflow:hidden;
	color:#CA0000;
}
.elSelect .dropDown {
	width: 42px;
	height: 34px;
	float: right;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	margin:0 0 0 8px;
	border:1px solid #ddd;
	border-top:none;
	background:#f5f5f5;
	width:198px!important;
	padding:0 0 5px 0;
	z-index:1000;
	overflow:hidden;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	height:25px;
	line-height:25px;
	color:#545454;
}
.elSelect .selected {
	color:#CA0000;
	text-shadow:1px 1px #fff;
	cursor:pointer;
	background:#e8e8e8;
}
.elSelect .optionsContainer .st {
	display:none!important;
}
.optionsContainerBottom {
	display:block!important;
	background:red;
	height:30px;
}
/* pager*/
ul.simplePagerNav {
	text-align:center;
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
}
ul.simplePagerNav li {
	display:block;
	padding:0;
	float:left;
	margin:0 2px;
	background:none;
}
ul.simplePagerNav li a {
	text-decoration: none;
	display:block;
	overflow:hidden;
}
li.currentPage {
}
