/* select */
.jNiceSelectWrapper {
	/*width: 239px;*/
	float: left;
	position: relative;
	height: 25px;
	text-transform: none;
	text-align: left;
	background: #fff url(../i/site/Default/input.png) no-repeat 0 0;
}
.jNiceSelectWrapper DIV.jNiceSelectTop SPAN {
	color: #26709b;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	padding: 5px 0 6px 10px;
}
.jNiceSelectWrapper DIV.jNiceSelectTop A {
	width: 30px;
	height: 29px;
	display: block;
	float: right;
	position: relative;
	cursor: hand;
	cursor: pointer;
	z-index: 2;
	outline: none;
	margin: 0 -2px -4px 0;
	background: #E93F27 url(../i/site/Default/icons/select-arrow.gif) no-repeat 0 0;
}
.jNiceListContainer {
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 25px;
	left: 0;
}
.jNiceSelectWrapper UL {
	color: #d9cefe;
	font-style: normal;
	font-size: 14px;
	line-height: 15px;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 100;
	margin: 0;
	list-style-type: none;
	border-left: 1px solid #b1b0a9;
	border-right: 1px solid #b1b0a9;
	background-color: #fff;
}
.pager-select ul {
	max-height: 89px;
	_height: 89px;
}
.jNiceSelectWrapper UL LI {
	background: #fff;
	padding: 0;
	margin: 0;
}
.jNiceSelectWrapper UL A {
	display: block;
	padding: 3px 9px;
	text-decoration: none;
}
.jNiceSelectWrapper UL A:hover {
	background-color: #f16820;
	color: #fff;
}
.jNiceSelectWrapper UL A.selected {
}
/* /select */
.jNiceHidden {
	display: none;
}

/* rounded corners */
.r-corner1, .r-corner2, .r-corner3, .r-corner4 {
	display: block; 
	font-size: 1px;
	line-height: 1px;
}
.r-corner1 {
	height: 6px;
	margin-right: 6px;
	background: transparent url(../i/site/Default/corner-tl.png) no-repeat 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/site/Default/corner-tl.png', sizingMethod='crop');
}
.r-corner2 {
	float: right;
	height: 6px;
	width: 6px;
	margin-left: -6px;
	background: transparent url(../i/site/Default/corner-tr.png) no-repeat 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/site/Default/corner-tr.png', sizingMethod='crop');
}
.r-corner3 {
	height: 6px;
	margin-right: 6px;
	background: transparent url(../i/site/Default/corner-bl.png) no-repeat 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/site/Default/corner-bl.png', sizingMethod='crop');
}
.r-corner4 {
	float: right;
	margin-left: -6px;
	height: 6px;
	width: 6px;
	background: transparent url(../i/site/Default/corner-br.png) no-repeat 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/site/Default/corner-br.png', sizingMethod='crop');
}

/* /rounded corners */

