select.srReplacedSelect {
	width: 1px;
	position: absolute;
	left: -999em;
}

ul.srList {
	list-style:none;
	padding:0;
	background: url("../images/bg_cf_Item.jpg") repeat-x scroll 0 0 transparent;
    border: none;
    border-radius: 3px 3px 3px 3px;
	width: 100%;
	margin: 0 0 10px;
	height:34px;
}

ul.srList li {
  background: url("../images/bg_selectChange.jpg") repeat-x scroll 0 0 transparent;
  display: none;
  line-height: 1.5em;
  padding: 8px 10px;
  width: 90%;
  color: #838383;
}
	.selectSmall ul.srList li {
	  background: url("../images/bg_selectChange.jpg") repeat-x scroll 85px 0 transparent;
	}

	ul.srList.srExpanded  li {
		background: none repeat scroll 0 0 #242424;
	}

	.selectSmall ul.srList li {
		width: 76%;
	}

ul.srList.srExpanded li {
 border-top: 1px solid #1A1A1A;
}
	ul.srList.srExpanded li:first-child {
	 border-top: none;
	}

ul.srList li.srHoverLi {
	background: #383838;
	color: #fff;
}
	.selectSmall ul.srList li.srHoverLi {
	  background: #383838;
	}
	ul.srList.srHoverUl.srCollapsed  li.srHoverLi {
		background: url("../images/bg_selectChange.jpg") repeat-x scroll 0 0 transparent;
	}
	.selectSmall ul.srList.srHoverUl.srCollapsed  li.srHoverLi {
		background: url("../images/bg_selectChange.jpg") repeat-x scroll 85px 0 transparent;
	}


ul.srBlur {
	background: url("../images/bg_selectChange.jpg") repeat-x scroll 0 0 transparent;
    border: none;
    border-radius: 3px 3px 3px 3px;
    height: 34px;
    margin-bottom: 0;
}
	.selectSmall ul.srBlur {
		background: url("../images/bg_selectChange.jpg") repeat-x scroll 85px 0 transparent;
	}

ul.srFocus, ul.srHoverUl {
	background: url("../images/bg_selectChange.jpg") repeat-x scroll 0 0 transparent;
    border: none;
    border-radius: 3px 3px 3px 3px;
    height: 34px;
}
	.selectSmall ul.srFocus, .selectSmall ul.srHoverUl {
		background: url("../images/bg_selectChange.jpg") repeat-x scroll 85px 0 transparent;
	}

ul.srBlur li.srSelectedLi {
	display:block;
	background: url("../images/bg_selectChange.jpg") repeat-x scroll 0 0 transparent;
}
	.selectSmall ul.srBlur li.srSelectedLi {
	  background: url("../images/bg_selectChange.jpg") repeat-x scroll 85px 0 transparent;
	}

ul.srFocus li.srSelectedLi, ul.srHoverUl li.srSelectedLi {
	display:block;
}

ul.srExpanded li.srSelectedLi { 
	display:block;
	background: #383838;
	color: #fff;
}

ul.srExpanded {
	position:relative;
	z-index:1000;
}

ul.srExpanded li {
	display:block;
}


.selectSmall ul.srFocus,
	.selectSmall ul.srHoverUl,
	.selectSmall ul.srBlur,
	.selectSmall ul.srList.srFocus li.srSelectedLi,
	.selectSmall ul.srBlur li.srSelectedLi,
	.selectBig ul.srFocus,
	.selectBig ul.srHoverUl,
	.selectBig ul.srBlur,
	.selectBig ul.srList.srFocus li.srSelectedLi,
	.selectBig ul.srBlur li.srSelectedLi  {
	  -webkit-border-radius: 3px !important;
	  -moz-border-radius: 3px !important;
	  border-radius: 3px !important;
	}
		.selectSmall ul.srExpanded.srFocus li.srSelectedLi,
		.selectBig ul.srExpanded.srFocus li.srSelectedLi {
			-webkit-border-radius: 0 !important;
			-moz-border-radius: 0 !important;
			border-radius: 0 !important;
		}