@charset "utf-8";
/* CSS Document */

/*select_start*/
.selectbox{width:115px;float:left;display:inline;position:absolute;}
.cartes{
	background-color:#fbfbfb;
	border-radius:4px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #cccccc;display:block;overflow:hidden;position:relative;height:23px;line-height:24px;padding:0 0 0 0px;color:#444;cursor:pointer;
}
.listTxt{border:none;font-size:12px;color:#373737;padding:0px 0px 0px 17px;width:60%;height:23px;line-height:23px;cursor:pointer;background-color:#fbfbfb;}
.listBtn{
	position:absolute;right:5px;top:0;display:block;height:100%;width:18px;
}
.listBtn b{background:url('../images/selectbg.png') no-repeat -13px 8px;display:block;width:100%;height:100%;}
.lists{
	background:#f4f4f5;border:1px solid #cccccc;border-top:0;position:absolute;top:24px;left:0;display:none;width:113px;
	
	-webkit-box-shadow:0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow:0 4px 5px rgba(0, 0, 0, .15);
	-o-box-shadow:0 4px 5px rgba(0, 0, 0, .15);
	box-shadow:0 4px 5px rgba(0, 0, 0, .15);
	
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.lists .list{padding:0 0 0 0;overflow-x:hidden;overflow-y:auto;height:100px;}
.lists li{padding: 0px 0px 0px 18px;cursor: pointer;font-size: 12px;color: #828587;font-size: 12px;height: 25px;line-height: 25px;}
.lists li.cgray{background:#569ae3;color:#373737;}
.hover .lists{display:block;}
.hover .cartes{border:1px solid #cccccc;border-radius:4px 4px 0px 0px;}
.hover .listBtn{border-left:none;filter:none;}
.hover .listBtn b{background-position:-13px -23px;}
/*select_end*/

/* 2015-10-28 */
.ymselect{
	position:relative;
}
.ymselect select{
	height:24px; line-height:24px; border:1px solid #ccc;
}
/*.ymselect-year{
	width:60px;
}
.ymselect-year span{
	width:56px; height:24px; line-height:24px; padding-left:4px; display:block; cursor:pointer;
	position:absolute; left:0; top:0;
	background:url(../images/icon/icon-select.png) no-repeat;
}
.ymselect-month{
	width:44px;
}
.ymselect-month span{
	width:40px; height:24px; line-height:24px; padding-left:4px; display:block; cursor:pointer;
	position:absolute; left:0; top:0;
	background:url(../images/icon/icon-select.png) no-repeat 0 -24px;
}*/
/* 2015-10-28 End */