@charset "utf-8";
*{ margin:0; padding:0; list-style:none;}
body{ font-size:12px; text-align:center;}
a{ text-decoration:none;}
img{ border:0;}
.main{ width:200px; height:30px; margin:100px auto;}
#cate {
	float: left;
	height: 26px;
	line-height: 26px;
	text-align: left;
	width:200px;
	padding-right:20px;
	position: relative;
}
#cate .cate_wrp {
	overflow: hidden;
}
#cate .cate_inp {
	padding-left:15px;
	height: 24px;
	width: 155px;
	border-radius: 3px 0 0 3px;
	border: 1px solid #D4D4D4;
	border-right:none;
	background: #fff;
	float: left;
}
#cate a.cate_tri:link,  #cate a.cate_tri:visited {
	width:26px;
	height:26px;
	float: left;
	background: transparent url('../images/select_right.gif') no-repeat center center;
}
#cate .cate_drop {
	background:#E2E2E2;
	width:195px;
	border:1px solid #ADADAD;
	border-radius: 2px;
}
#cate .cate_drop li {
	padding-left:15px;
	width:180px;
}
#cate .cate_drop li:hover {
	background: #E5007F;
	color: #fff;
	cursor: pointer;
}