@charset "utf-8";
@import url(header2013.css);

body{background:#fff;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	padding: 0;
	margin: 0;
}
fieldset, img
{
	border: 0;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
ol, ul
{
	list-style: none;
}
address, caption, cite, code, dfn, em, th, var
{
	font-weight: normal;
	font-style: normal;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
}

/*
html {
	overflow-y: auto !important;
	*overflow-y: scroll;
}
*/

body
{
	margin: auto;
	color: #333;
	font-size: 75%;
	text-align: center;
}

a, a:link, a:visited
{
	text-decoration: none;
	color: #32659A;
}
a:link
{
	color: #000;
}
a:visited
{
	color: #000;
}
a:hover, a:active
{
	color: #FF3300;
	text-decoration: underline;
}
/* 个别优化 + */
textarea
{
	padding: 2px;
}
select, input
{
	vertical-align: middle;
	font-size: 12px;
}
/* 个别优化 - */

/* 消除谷歌浏览器黄色边框 */
input, button, select, textarea{
	outline:none;
}
textarea{
	resize:none;
}

/* 共用功能 + */
.clear
{
	clear: both;
}
.overflow
{
	overflow: hidden;
}
.hr
{
	width: 99%;
	height: 1px;
	background-color: #EEE;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	clear: both;
}
/* 共用功能 - */
.orderby
{
	float: right;
	margin-left: -7px;
	margin-top: 10px;
}

.orderby_bg2
{
	border: 1px solid #DDDDDD;
	color: #666666;
	display: block;
	height: 22px;
	line-height: 22px;
	margin: 3px auto 0;
	padding-left: 3px;
	text-align: left;
	width: 85px;
	background: url(    "/images/order_ud.gif" ) no-repeat scroll right -30px transparent;
}
.orderby_bg1
{
	border: 1px solid #DDDDDD;
	color: #666666;
	display: block;
	height: 22px;
	line-height: 22px;
	margin: 3px auto 0;
	padding-left: 3px;
	text-align: left;
	width: 85px;
	background: url(   "/images/order_ud.gif" ) no-repeat scroll right 0 transparent;
}

/* Order排序显示 */
.orderul {
    height: 20px;line-height:20px;
}

.orderul span{
	height: 20px;line-height: 20px;display:inline-block;margin-right: 5px;
	
}
.orderul span a{
	height: 20px;line-height: 20px;display:inline-block;padding:0 5px;
	background-image:url(/images/huan_ico7.gif);
	background-position:right -80px;
	background-repeat:no-repeat;
}
.orderul span a:hover {
	color: #fff;text-decoration: none;background-color:#369;
}

.orderul span.up a,
.orderul span.up a:link,
.orderul span.up a:hover,
.orderul span a.up,
.orderul span a.up:link,
.orderul span a.up:hover{padding-right:15px;color: #fff;
	background-position:right 0;
	background-color:#369;
}

.orderul span.down a,
.orderul span.down a:link,
.orderul span.down a:hover,
.orderul span a.down,
.orderul span a.down:link,
.orderul span a.down:hover{
	padding-right:15px;color: #fff;
	background-position:right -20px;background-color:#369;
}

/*点击图片放大*/
.fancybox{position:relative;display:inline-block;}
.fancybox .zoom{width:24px;height:24px;position:absolute;left:0px;bottom:0px;background:url(/images/zoom.gif);}

/* 下拉列表 */
.item-select{
	position:relative;
}
.item-select p{
	height:25px;
	padding-right:25px;
	padding-left:5px;
	border:1px solid #e3e3e3;
	background:url(/images/bh_updown.jpg) no-repeat right -29px #fff;
}
.item-select span{
	height:25px;
	line-height:25px;
	display:block;
	color:#666;
	cursor:pointer;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.item-select ul{
	position:absolute;
	padding:5px 0;
	display:none;
	border:1px solid #e3e3e3;
	border-top:0;
	max-height:200px;
	_max-height:inherit;
	_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>200?"200px":"auto");
	overflow:auto;
	background:#fff;
}
.item-select ul li{
	height:25px;
	line-height:25px;
	margin:0;
	padding:0;
}
.item-select ul li a{
	height:25px;
	line-height:25px;
	display:block;
	padding:0 5px;
	margin:0;
	color:#666;
	overflow:hidden;
}
.item-select ul li a:link{
	color:#666;
}
.item-select ul li a:hover{
	color:#666;
	text-decoration:none;
	background:#eee;
}

.bhchild-select{
	float:right;
	width:200px;
}
.bhchild-select p span{
	width:165px;
}
.bhchild-select ul{
	width:198px;
}

.bhPageHeader{
	float:right;
	width:207px;
	height:30px;
	padding-left:3px;
	display:inline;
	margin:15px 10px 0 0;
	background:url(/images/huan_p12.jpg) no-repeat 0 -30px;
}
.bhPageHeader dt{
	float:left;
	width:132px;
	padding:3px 10px 0 10px;
}
.bhPageHeader dt input{
	width:132px;
	height:24px;
	line-height:24px;
	border:0;
	background:none;
}
.bhPageHeader dd{
	float:left;
	width:55px;
}
.bhPageHeader dd input{
	width:55px;
	height:30px;
	line-height:30px;
	cursor:pointer;
	border:0;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:none;
}

/* 百汇统计 */
.bhTaskCount{
	float:left;width:1000px;height:32px;
	margin-bottom:15px;
}
.bhTaskCount table{background:#f9f4d6;}
.bhTaskCount td{height:32px;text-align:center;background:#fffce8;}
.bhTaskCount td strong{font-size:16px;font-weight:bold;color:#f60;padding-left:5px;}

/* 分页 */
.bh_page{height:21px;}
.bh_page a{height:19px;line-height:19px;padding:0 5px;display:block;border:1px solid #ddd;
	margin:0 3px;color:#369;
}
.bh_page a:link{color:#369;}
.bh_page a:hover{color:#666;text-decoration:none;background:#f7f7f7;}

.bh_page a.sel,
.bh_page a.sel:link,
.bh_page a.sel:hover,
.bh_page a.sel:visited{color:#fff;font-weight:bold;border:1px solid #f60;background:#f60;}

.bh_page a.prev{padding-left:15px;
	background:url(/images/buyer_page_icon1.gif) left bottom no-repeat;
}
.bh_page a.prev:hover{color:#666;
	background:url(/images/buyer_page_icon1.gif) left top no-repeat #f7f7f7;
}

.bh_page a.next{padding-right:15px;
	background:url(/images/buyer_page_icon2.gif) right bottom no-repeat;
}
.bh_page a.next:hover{color:#666;
	background:url(/images/buyer_page_icon2.gif) right top no-repeat #f7f7f7;
}

.bh_page .pagein{margin:0 8px;width:40px;height:21px;line-height:21px;border:1px solid #ddd;
	text-align:center;
}
.bh_page .pagebtn{width:45px;height:25px;line-height:25px;text-align:center;
	cursor:pointer;border:0;color:#666;margin-left:10px;
	background:url(/images/huan_button.png) 0 -349px no-repeat;
}
