@charset "utf-8";
#inquiryBasket {
	display: none;
	padding: 3px;
	width: 150px;
	height: 300px;
	border: 1px solid #ccc;
	background: #eee;
	position: fixed;
*  position: fixed !important;
*  position: absolute;
	right: 10px;
	top: 120px;
}
#inquiryBasket_box {
	overflow: auto;
	padding: 3px;
	height: 250px;
	background: #fff;
}
#inquiryBasket .inquiryBasket_btn {
	padding: 5px;
	line-height: 21px;
}
.btn_send_inquiry {
	width: 32px;
	height: 22px;
	border: 0;
	background: url(../images/btn_send_inquiry.gif) no-repeat 0;
}
.btn_trash_inquiry {
	display: inline-block;
	width: 32px;
	height: 22px;
	background: url(../images/btn_trash_inquiry.gif) no-repeat 0;
}
.btn_delete {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/btn_delete.gif) no-repeat 0;
	margin-left: 8px;
}
/*加入购物车*/
a.addcar {
	display: inline-block;
	background: url(../images/m.png) no-repeat -90px -218px;
	width: 94px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
/***询盘****/
#inquiry_products {
	list-style-type: none;
}


/***会员中心***/
#memberToolbar {
	padding-right: 20px;
	margin-bottom: 1px;
	text-align: right;
	background: #eee;
	border-bottom: 1px solid #ccc;
}
.tabledata {
	background: #ccc;
}
.tabledata th, .tabledata td {
	padding: 3px 5px;
	background: #fff;
}
.inquiryDetailTitle {
	font-weight: bold;
}
.inquiryDetailBody {
	padding: 5px 5px 5px 115px;
	margin: 5px;
	width: 60%;
	min-height: 80px;
*  min-height: 80px;
	border: 1px solid #ccc;
	background: #eee url(../images/2008112220143122778026.png) no-repeat;
}
.inquiryDetailReply {
	float: right;
	padding: 5px 115px 5px 5px;
	margin: 5px;
	position: relative;
	width: 60%;
	min-height: 80px;
*  min-height: 80px;
	border: 5px solid #ddd;
	background: url(../images/2008112220143122778031.png) no-repeat top  right;
}
.arrowUP {
	display: block;
	width: 20px;
	height: 8px;
	position: absolute;
	top: -13px;
	background: url(../images/icon_arrow_up11.gif) no-repeat
}
.inquiryDetail {
	display: none;
}
.inquiryRow {
	cursor: pointer;
}
.trHover td {
	background: #eee;
}
/***links页面****/
.linkgroup {
	clear: both;
	margin: 5px;
}
.linkgroup dt {
	font-weight: bold;
}
.linkgroup dd {
	float: left;
	padding: 3px 5px;
}
/***分页链接***/
.page_link {
	clear: both;
	padding: 5px;
	margin: 3px;
}
.page_link_now, .page_link_a, .page_link_pre, .page_link_next, .page_link_first, .page_link_last {
	padding: 3px;
	margin: 2px;
	border: 1px solid #ccc;
}
page_link_now a, .page_link_a a, .page_link_pre a, .page_link_next a, .page_link_first a, .page_link_last a {
	text-decoration: none;
	color: #555;
}
.page_link_now {
	background: #ddd;
	font-weight: bold;
}
/***错误提示****/
.msgStack {
	padding: 3px;
	padding-left: 30px;
}
.msgStack_s {
	background: url("../images/success.gif") no-repeat scroll 5px center  #DDFFDD;
	border: 2px solid #80CA82;
	width: 94%;
}
.msgStack_c {
	background: url("../images/warning.gif") no-repeat scroll 5px center  #FFFFCE;
	border: 2px solid #FFD186;
	width: 94%;
}
.msgStack_e {
	background: url("../images/error.gif") no-repeat scroll 5px center  #FFD9D9;
	border: 2px solid #FFB5B5;
	width: 94%;
}
