/* ============== 网上商城 ============== */
.eshop_box dt  /* 商城通用盒*/
{
	background: url(images/eshop_title_r.gif) no-repeat right;
	height: 31px;
	overflow: hidden;
	line-height: 31px;
}
.eshop_box dt .more
{
	float: right;
	padding-right: 15px;
}
.eshop_box dt .title
{
	float: left;
	background: url(images/eshop_title_c.gif) no-repeat right;
	height: 31px;
}
.eshop_box dt .title a
{
	float: left;
	background: url(images/eshop_title_l.gif) no-repeat left;
	height: 31px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding: 0 48px 0 30px;
	display: inline;
}
.eshop_box dt .title a:hover
{
	color: #fff !important;
	text-decoration:none !important;
}
.eshop_box dd
{
	min-height:145px;
	_height:145px;
	border-left: #d4d4d4 1px solid;
	border-right: #d4d4d4 1px solid;
	border-bottom: #d4d4d4 1px solid;
	padding: 2px 0 5px;
}
.eshop_box li
{
	float: left;
	width: 143px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}
.eshop_box li .p_list_pic
{
	height: 100px;
	border: #fff 1px solid;
	overflow: hidden;
}
.eshop_box li .p_list_pic img
{
	width: 130px;
	height: 100px;
}
.eshop_box li .p_list_pic:hover
{
	border: #ff502e 1px solid;
	background-color: #ffe4cd;
}
.eshop_box li .p_list_name a
{
	color: #0054a7;
}
.eshop_box li .p_list_price
{
	color: #ff5d07;
}
.eshop_box li .p_list_botton
{
	height: 21px;
	padding-bottom: 5px;
}
.eshop_box li .p_list_botton img
{
	vertical-align:middle;
}
.eshop_box li .p_list_botton a
{
	padding-right: 5px;
}
/* ============== 网上商城(内容页) ============== */
.Prod_box
{
	min-height:172px;
	_height: 172px;
}
.Prod_box .ProdInfo
{
	float: right;
	width: 240px;
	padding: 10px 40px 10px 0;
	line-height: 24px;
	color: #000;
}
.ProdInfo ul li
{
	border-bottom: #ccc 1px dotted;
	padding-left: 5px;
}
.Prod_box .ProdInfo h2
{
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	color: #0054a7;
	padding-left: 5px;
	border-bottom: #ccc 1px dotted;
}
.ProdInfo .buyButton
{
	height: 38px;
	padding-top: 10px;
}
.ProdInfo .buyButton a
{
	float: left;
	width: 97px;
	height: 29px;
	line-height: 27px;
	background: url(images/buyButton.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
.ProdInfo .buyButton a:hover
{
	color: #fff !important;
	text-decoration:none !important;
}
.Prod_box .ProdPic
{
	text-align: center;
	width: 282px;
	padding-top: 6px;
}
.Prod_box .ProdPic img
{
	width: 200px;
	height: 150px;
}
.Prod_Explain
{
	border-left: #dbdbdb 1px solid;
	border-right: #dbdbdb 1px solid;
	border-bottom: #dbdbdb 1px solid;
	padding: 15px;
}
.tipsContent /*温馨提示*/
{
	border: #fecd7e 1px solid;
	background-color: #fffdf8;
}
.tipsContent dt
{
	background: url(images/tips_icon.gif) no-repeat;
	font-weight: bold;
	color: #ff8a0a;
	line-height: 26px;
	padding-left: 32px;
}
.tipsContent dd
{
	padding-bottom: 5px;
}
.tipsContent dd p
{
	padding: 0 20px;
	line-height: 26px;
	margin: 0;
}