@charset "utf-8";
.sp_selecter4 ul, .sp_selecter4 li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
.sp_selecter4 ,
.sp_selecter4 > div.main_part {
	height:25px;
}
.sp_selecter4 > div.main_part {	
	z-index:10;	
	background: url(../images/style4.png)
}

.sp_selecter4 div.left,
.sp_selecter4 div.right{
	position:absolute;
	top:0px;	
	width:11px;	
}

.sp_selecter4 {
	position:relative;
	z-index: 1;
	cursor: pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	
}
.sp_selecter4 div.left {
		
	background-position: 0px 0px;
	left:0px;
}
/*
.sp_selecter4.this div.left {
	background-position:  0px 0px ;	
	
}
*/

.sp_selecter4 div.center {	

	line-height:25px;	
	overflow:hidden;
	font-size:13px;
	color: #747474;
	padding:0px 5px;
  	background-position: 0px -25px;
	background-repeat:repeat-x;
	margin:0px 11px;
	position:relative;
	z-index:10;	
	/*text-align:center;*/
	
}

.sp_selecter4 div.right {
	background-position: -11px 0px ;	
	cursor: pointer;
	right: 0px;
	
	
}
/*
.sp_selecter4.this div.right {
	background-position:  -11px 0px ;	
}
*/
.sp_selecter4 > .select_listdata_area {
	position:absolute;
	left:10px;
	top:0px;
	/*border:solid 1px #DDDDDD;
	border-top:0px;	*/
	overflow:visible;
	border-right:1px solid #d9d9d9;	
	border-left:1px solid #d9d9d9;	
	
	z-index:1;
	background:#f6f6f6;
	background-color:#ececec;
}

.sp_selecter4 > .select_listdata_area > ul {
	overflow:auto;	
}

.sp_selecter4 > .select_listdata_area li {	
	color:#747474;
	font-size:13px;	
	text-align:left;
	padding:5px 0px;
	position:relative;
	z-index:5;
	
	
}

.sp_selecter4 > .select_listdata_area li:hover {
	color:#fff;	
	background-color:#a50926;
}

/*footer*/
.sp_selecter4 .select_footer{
	position:absolute;
	left:0px;
	bottom:-10px;
	height:13px;
	padding:0px;
	background:transparent;	
	z-index:4;
	
}

.sp_selecter4 .select_footer:hover{
		background:transparent;	
}

.sp_selecter4 .select_footer > div {
	background:url(../images/style4.png);
	height:13px;	
}

.sp_selecter4 .select_footer .footer_left{
	background-position: 0px -12px;
	position:absolute;
	left:-1px;
	top:0px;
	width:11px;	
}

.sp_selecter4 .select_footer .footer_right{
	position:absolute;
	background-position:-11px -12px;
	right:-1px;
	top:0px;
	width:11px;
}

.sp_selecter4 .select_footer .footer_center{
	background-position: 0px -37px;
	background-repeat:repeat-x;
	margin:0px 10px;
	
}


.sp_selecter4 .select_arrow{
	background:url(../images/style4.png) 0px -53px;
	position:absolute;
	width:10px;
	height:8px;
	top:9px;
	right:10px;
	z-index:50;	
	
}

.sp_selecter4.this .select_arrow{
	top:7px;
	width:8px;
	height:10px;
	background-position: -12px -53px;	
}