/*自定义样式*/

/*下拉框样式*/
.pbd_selectCtrl {
    display: inline-block;
    width: 298px;
    height: 28px;
    border: 1px solid #0066b3;
    position: relative;
    z-index: 1;
    background: url(../images/icon_down.png) no-repeat 270px center;
}

.pbd_selectCtrl:hover {
	text-decoration: none;
	color: #3f3f3f;
}

.pbd_selectCtrl .cur_select {
	position: absolute;
	display: block;
	width: 270px;
	height: 28px;
	line-height: 28px;

	text-indent: 5px;
	padding-right: 11px;
	overflow:hidden;
}

.pbd_selectCtrl .btn_select {
	position: absolute;
	top: 0;
	left: 0;
	width: 298px;
	height: 28px;
	opacity: 0;
	filter: alpha(opacity: 0);
	font: 14px/20px "Microsoft YaHei";
}

/*翻页按钮*/
.page_this{
	background: #0066b3;
	color: #fff!important;
}

































