﻿/*** 总体样式***/
body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #fff;
	text-align: left;
}
div, form, img, ul, ol, li, dl, dt, dd
{
	padding: 0;
	border: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}
table, td, tr, th
{
	font-size: 12px;
}
a
{
	color: Gray;
}
/*容器*/
.wrap950
{
	width: 950px;
	margin: 0px auto;
}
.wrap570
{
	width: 570px;
	margin: 0px auto;
}
.wrap00
{
	width: 100%;
}
.clear
{
	clear: both;
}


/*登录头部-*/
.login_header
{
	width: 950px;
	margin: 0px auto;
	height: 27px;
	background: url(../../images/login_header.gif);
	padding: 0px;
	color: #696969;
}
.login_header a:link, .login_header a:visited
{
	color: #696969;
	text-decoration: none;
}
.login_header a:hover
{
	color: red;
	text-decoration: none;
}

/*头部-*/
.header
{
	width: 950px;
	margin: 0px auto;
	margin-bottom: 10px;
}
.header a:link, .header a:visited
{
	text-decoration: none;
}
.header a:hover
{
	text-decoration: none;
}

/*主导航*/
.mainNav_bg
{
	width: 100%;
	height: 36px;
	background: url(../../images/mainNav_bg.gif) repeat;
	padding: 0px;
	float: left;
}
ul.mainNav
{
	margin: auto;
	padding: 6px 0px 0px 50px;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	background: transparenturl(  "../images/bgOFF.gif" )no-repeatrepeat-xtopcenter;
	margin: 0px;
	color: #fff;
}
ul.mainNav li
{
	display: block;
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 0;
	color: #fff;
}
ul.mainNav li a
{
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 7px 1px 0px 0px;
	height: 23px;
	background: transparent url(../../images/bgDIVIDER.gif) no-repeat top right;
	width: 100px;
	text-align: center;
}
ul.mainNav li a:hover
{
	background: transparent url(../../images/bgHOVER.gif) no-repeat top center;
	color: #f00;
}
ul.mainNav li a.current, ul.mainNav li a.current:hover
{
	color: #bf0a03;
	font-size: 14px;
	background-color: transparent;
	background-image: url(../../images/bgON.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*商品导航*/
ul.mainNav3
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	text-transform: uppercase;
	font-size: 12px;
	background: transparent url(../../images/bgOFF3.gif)no-repeat repeat-x top right;
}
ul.mainNav3 li
{
	float: left;
	color: #fff;
}
ul.mainNav3 li a
{
	display: block;
	float: left;
	color: #450000;
	text-decoration: none;
	padding: 15px 0px 0px 40px;
	height: 23px;
	background: transparent url(../../images/bgDIVIDER3.gif) no-repeat left bottom;
	width: 180px;
	text-align: left;
}
ul.mainNav3 li a:hover
{
	background: transparent url(../../images/bgHOVER3.gif) no-repeat bottom left;
	color: #f00;
	text-decoration: underline;
}
ul.mainNav3 li a.current, ul.mainNav3 li a.current:hover
{
	color: #f00;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../../images/bgON3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*首页轮播广告700×205*/
div#MainPromotionBanner
{
	width: 700px;
	height: 205px;
	background: #d8d8d8;
}
#MainPromotionBanner #SlidePlayer
{
	position: relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 205px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li
{
	float: left;
	width: 700px;
	height: 205px;
}

#MainPromotionBanner .Slides img
{
	border: 0;
	display: block;
	width: 700px;
	height: 205px;
}

#MainPromotionBanner .SlideTriggers
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 175px;
	right: 0px;
	z-index: 10;
	height: 25px;
}
#MainPromotionBanner .SlideTriggers li
{
	float: left;
	display: inline;
	color: #ed1c24;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 6px;
	background: url(../../images/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current
{
	color: #fff;
	background: url(../../images/slide_trigger_c.gif) no-repeat center center;
	border: 0;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin: 0 6px;
}


/*色调样式*/
.title1
{
	height: 34px;
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 2px;
	border-bottom: 1px solid #d9d9d9;
	background: url(../../images/title1_bg.gif);
}
.title1 a:link, .title1 a:visited
{
	color: #ff6600;
	text-decoration: none;
}
.title1 a:hover
{
	color: #000;
	text-decoration: none;
}

.Content1
{
	border: 1px #d9d9d9 solid;
	padding: 3px;
	line-height: 20px;
}
.Content1_2
{
	background: #fff;
	padding: 5px;
}

.title2
{
	height: 26px;
	color: #ff6600;
	font-weight: bold;
	padding: 0px 0px 0px 2px;
	background: url(../../images/title2_bg.gif);
}
.title2 a:link, .title2 a:visited
{
	color: #000;
	text-decoration: none;
}
.title2 a:hover
{
	color: #000;
	text-decoration: underline;
}
a.boldLink
{
	font-weight: bold;
}

.Content2
{
	padding: 3px;
	line-height: 22px;
	margin-bottom: 10px;
}
.Content2 a:link, .Content2 a:visited
{
	text-decoration: none;
}
.Content2 a:hover
{
	text-decoration: underline;
}

.Content_index
{
	border: 1px solid #d9d9d9;
	line-height: 22px;
	background: #fafafa;
}
.Content_index2
{
	padding: 5px;
	border: 1px solid #d9d9d9;
	line-height: 22px;
	background: #fff;
}

fieldset
{
	padding: 5px;
	width: auto;
	color: gray;
	border: #e4e4e4 solid 1px;
}
legend
{
	color: #f60;
	background: #fff;
	border: #b6b6b6 solid 1px;
	padding: 3px;
}

/*重要提示*/
.ts
{
	border: 1px dashed #ffe371;
	background: #fefddf;
	padding: 5px;
	line-height: 20px;
}

/*位置*/
.wz
{
	height: 24px;
	margin-bottom: 5px;
	color: #555;
}
.wz a:link, .wz a:visited
{
	color: #555;
	text-decoration: none;
}
.wz a:hover
{
	color: #555;
	text-decoration: underline;
}

/*按钮*/
.btn
{
	height: 24px;
	padding: 2px 2px 0px 2px;
	border: 1px solid red;
	background: url(../../images/btn.gif);
	cursor: hand;
	color: #fff;
	font-weight: bold;
}

.btn2
{
	height: 24px;
	padding: 2px 2px 0px 2px;
	border: 1px solid #ddd;
	background: url(../../images/btn2.gif);
	cursor: hand;
	color: #fff;
	font-weight: bold;
}


/*输入框-登录样式*/
.input_mimi
{
	font-family: verdana;
	background-color: #EEEEEE;
	border: #CCCCCC 1px solid;
	font-size: 12px;
	height: 18px;
}
.input_mimi_bor
{
	font-family: verdana;
	background-color: #f7eaeb;
	font-size: 12px;
	border: 1px solid #333333;
	height: 18px;
}

/*输入框-通用表单*/
.input_main
{
	height: 20px;
	font-family: verdana;
	background-color: #EEEEEE;
	border: #CCCCCC 1px solid;
	font-size: 12px;
}
.input_main_bor
{
	height: 20px;
	font-family: verdana;
	background-color: #f7eaeb;
	font-size: 12px;
	border: 1px solid #333333;
}


/*** 轮转模块 ***/
.TabADS
{
	width: 240px;
}
.TabADS ul
{
	width: 240px;
	height: 31px;
	background: #fff url(../../images/sinahome_ws_013.gif);
}
.TabADS li
{
	width: 70px;
	float: left;
	height: 23px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	cursor: pointer;
	list-style-type: none;
}
.TabADS li a:link
{
	color: #fff;
	text-decoration: none;
}
.TabADS li a:visited
{
	color: #864A00;
	text-decoration: none;
}
.TabADS li a:hover
{
	color: #ff7403;
	text-decoration: none;
}
.TabADS .TasADSOn
{
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	list-style-type: none;
	background: url(../../images/sinahome_ws_012.gif) no-repeat right;
}
.TabADSCon
{
	width: 240px;
	background-image: url(../../images/newline.gif);
	padding: 10px 0px 0px 0px;
}


/*公告li样式*/
.list_newsA
{
	text-align: left;
}
.list_newsA ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.list_newsA li
{
	width: 100%;
	list-style-type: none;
}
.list_newsA li a
{
	list-style-type: none;
	display: block;
	padding-left: 10px;
	line-height: 24px;
	background: url(../../images/li1.gif) no-repeat left;
	border-bottom: 1px dashed #b4b3b4;
}
.list_newsA li a:link, .list_newsA li a:visited
{
	color: dimgray;
	text-decoration: none;
}
.list_newsA li a:hover
{
	color: red;
}

.list_b
{
	margin: 0px;
	text-align: left;
}
.list_b ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.list_b li span
{
	float: right; /*使span元素浮动到右面*/
	text-align: right; /*日期右对齐*/
	color: #a9a9a9;
}
.list_b li
{
	width: 100%;
	list-style-type: none;
}

.list_b li a
{
	list-style-type: none;
	display: block;
	padding: 0px;
	padding-left: 20px;
	line-height: 26px;
	background: url(../../images/li1.gif) no-repeat left;
	border-bottom: 1px dashed #ccc;
}
.list_b li a:link, .list_b li a:visited
{
	color: #000;
	text-decoration: none;
}
.list_b li a:hover
{
	color: #f00;
	text-decoration: underline;
}


.list_AZ
{
	margin: 0px;
	text-align: left;
	font-weight: bold;
}
.list_AZ a
{
	text-decoration: none;
	display: block;
	padding: 4px 11px 4px 11px;
	float: left;
	color: #ff8c00;
	border: 1px #fff solid;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.list_AZ a:hover
{
	background-color: #febf01;
	background: url(../../images/list_az_bg.gif);
	color: #fff;
	padding: 4px 11px 4px 11px;
	text-decoration: none;
	border: 1px #ff6600 solid;
	font: bold 14px Arial, Helvetica, sans-serif;
}

/*图片li样式*/
.list_pic
{
	width: 60px;
	float: left;
	margin: 0px 10px 0px 0px;
}
.list_picT
{
	width: 50px;
	height: 50px;
	border: 2px solid #ccc;
	list-style-type: none;
	display: block;
	padding: 1px;
	margin: 0px 5px 0px 5px;
}
.list_picD
{
	width: 65px;
	text-align: center;
	color: #515151;
	overflow: hidden;
	line-height: 26px;
}
.list_picD a:link, .list_picD a:visited
{
	color: #515151;
	text-decoration: underline;
}
.list_picD a:hover
{
	color: #f00;
	text-decoration: underline;
}

/*分隔线样式*/
.line, hr
{
	height: 1px;
	background: url(../../images/line.gif) repeat;
	color: #ddd;
}

/*首页产品文字循环*/
.cp_col
{
	text-align: left;
	list-style-type: none;
}
.cp_col li
{
	padding-left: 2px;
	line-height: 20px;
	width: 60px;
	float: left;
	margin: 0px 10px 0px 0px;
	list-style: none inside;
}
.cp_col li a:link, .cp_col li a:visited
{
	color: #333;
	text-decoration: none;
}
.cp_col li a:hover
{
	color: #f00;
	text-decoration: underline;
}

/*翻页样式*/
DIV.badoo
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 13px;
	padding-bottom: 10px;
	color: #48b9ef;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: right;
}
DIV.badoo A
{
	border-right: #f0f0f0 2px solid;
	padding-right: 5px;
	border-top: #f0f0f0 2px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0px 2px;
	border-left: #f0f0f0 2px solid;
	color: #48b9ef;
	padding-top: 2px;
	border-bottom: #f0f0f0 2px solid;
	text-decoration: none;
}
DIV.badoo A:hover
{
	border-right: #ff5a00 2px solid;
	border-top: #ff5a00 2px solid;
	border-left: #ff5a00 2px solid;
	color: #ff5a00;
	border-bottom: #ff5a00 2px solid;
}
DIV.badoo A:active
{
	border-right: #ff5a00 2px solid;
	border-top: #ff5a00 2px solid;
	border-left: #ff5a00 2px solid;
	color: #ff5a00;
	border-bottom: #ff5a00 2px solid;
}
DIV.badoo SPAN.current
{
	border-right: #ff5a00 2px solid;
	padding-right: 5px;
	border-top: #ff5a00 2px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left: #ff5a00 2px solid;
	color: #fff;
	padding-top: 2px;
	border-bottom: #ff5a00 2px solid;
	background-color: #ff6c16;
}
DIV.badoo SPAN.disabled
{
	display: none;
}

/*友情链接样式*/
.yq_col
{
	text-align: left;
}
.yq_col li
{
	list-style-type: none;
	padding-left: 8px;
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-bottom: 5px;
	border-left: solid 1px #aaa;
}
.yq_col li a:link, .yq_col li a:visited
{
	color: #888;
	text-decoration: none;
}
.yq_col li a:hover
{
	color: #000;
	text-decoration: none;
}

/*底部样式*/
.footer
{
	width: 100%;
	color: #7c7c7c;
	border-top: 3px solid #cd0600;
	text-align: center;
	padding: 10px 0px 0px 0px;
	line-height: 30px;
}
.footer a:link, .footer a:visited
{
	color: #7c7c7c;
	text-decoration: none;
}
.footer a:hover
{
	color: red;
	text-decoration: none;
}

/*文字格式化链接样式*/
.orange
{
	color: #ff6600;
	text-decoration: none;
	list-style-type: none;
}
.orange a:link, .orange a:visited
{
	color: #ff6600;
	text-decoration: underline;
}
.orange a:hover
{
	color: black;
}

.gray
{
	color: gray;
}
.gray a:link, .gray a:visited
{
	color: gray;
	text-decoration: none;
}
.gray a:hover
{
	color: black;
}


.gray14
{
	font-size: 14px;
	color: gray;
	font-weight: bold;
	text-decoration: none;
}
.gray14 a:link, .gray14 a:visited
{
	color: gray;
	text-decoration: none;
}
.gray14 a:hover
{
	color: red;
}

.black
{
	text-decoration: none;
}
.black a:link, .black a:visited
{
	color: #333;
	text-decoration: none;
}
.black a:hover
{
	color: red;
}

.black14
{
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.black14 a:link, .black14 a:visited
{
	color: #333;
	text-decoration: none;
}
.black14 a:hover
{
	color: #333;
	text-decoration: underline;
}

.black16
{
	color: #666;
	font-size: 16px;
	text-decoration: none;
}
.black16 a:link, .black16 a:visited
{
	color: #666;
	text-decoration: none;
}
.black16 a:hover
{
	color: #666;
	text-decoration: underline;
}

.black20
{
	color: #555;
	font-size: 20px;
	text-decoration: none;
}
.black20 a:link, .black20 a:visited
{
	color: #555;
	text-decoration: none;
}
.black20 a:hover
{
	color: red;
}


.blue
{
	color: #0063b8;
	text-decoration: none;
}
.blue a:link, .blue a:visited
{
	color: #0063b8;
	text-decoration: none;
}
.blue a:hover
{
	color: red;
}

.blue2
{
	color: #d4f0ff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.blue2 a:link, .blue2 a:visited
{
	color: #d4f0ff;
	text-decoration: none;
}
.blue2 a:hover
{
	color: red;
}

.blue14
{
	color: #0b75c6;
	font-size: 14px;
	text-decoration: none;
}
.blue14 a:link, .blue14 a:visited
{
	color: #0b75c6;
	text-decoration: none;
}
.blue14 a:hover
{
	color: #0b75c6;
}


.navy
{
	color: navy;
	text-decoration: none;
}
.navy a:link, .navy a:visited
{
	color: navy;
	text-decoration: none;
}
.navy a:hover
{
	color: red;
}

.bluex
{
	font-size: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: blue;
	text-decoration: line-through;
}
.bluex a:link
{
	color: blue;
	text-decoration: line-through;
}
.bluex a:visited
{
	color: blue;
	text-decoration: line-through;
}
.bluex a:hover
{
	color: #f00;
	text-decoration: line-through;
}


.red
{
	color: red;
	text-decoration: none;
}
.red a:link, .red a:visited
{
	color: red;
	text-decoration: none;
}
.red a:hover
{
	color: black;
	text-decoration: none;
}

.red14
{
	color: red;
	font-size: 14px;
	text-decoration: none;
}
.red14 a:link, .red14 a:visited
{
	color: red;
	text-decoration: none;
}
.red14 a:hover
{
	color: dimgray;
}

.red16
{
	color: red;
	font-size: 16px;
	text-decoration: none;
}
.red16 a:link, .red16 a:visited
{
	color: red;
	text-decoration: none;
}
.red16 a:hover
{
	color: dimgray;
}

.darkred
{
	color: darkred;
	text-decoration: none;
}
.darkred a:link, .darkred a:visited
{
	color: darkred;
	text-decoration: none;
}
.darkred a:hover
{
	color: dimgray0;
}

.white
{
	color: white;
	text-decoration: none;
}
.white a:link, .white a:visited
{
	color: white;
	text-decoration: none;
}
.white a:hover
{
	color: red;
}

.white14
{
	color: white;
	font-size: 14px;
	text-decoration: none;
}
.white14 a:link, .white14 a:visited
{
	color: white;
	text-decoration: none;
}
.white14 a:hover
{
	color: red;
}

.white16
{
	color: white;
	font-size: 16px;
	text-decoration: none;
}
.white16 a:link, .white16 a:visited
{
	color: white;
	text-decoration: none;
}
.white16 a:hover
{
	color: red;
}

.whitesmoke
{
	color: whitesmoke;
	text-decoration: none;
}
.whitesmoke a:link, .whitesmoke a:visited
{
	color: whitesmoke;
	text-decoration: none;
}
.whitesmoke a:hover
{
	color: red;
}

.green
{
	color: green;
	text-decoration: none;
}
.green a:link, .green a:visited
{
	color: green;
	text-decoration: none;
}
.green a:hover
{
	color: red;
}

.green14
{
	color: green;
	font-size: 14px;
	text-decoration: none;
}
.green14 a:link, .green14 a:visited
{
	color: green;
	text-decoration: none;
}
.green14 a:hover
{
	color: red;
}
.bold
{
	font-weight: bold;
}
/*新闻页面*/
.da_div
{
	width: 958px;
	background-image: url(../../images/aticle_bg.gif);
	margin: 0px auto;
	margin-top: 3px;
	overflow: hidden;
}
.top_630
{
	border-top: 1px solid #ccc;
	width: 630px;
	float: left;
	overflow: hidden;
}
.t630_text
{
	width: 630px;
	line-height: 1.6em;
}
.top_310
{
	width: 300px;
	height: 12px;
	float: right;
	border-top: 1px solid #ccc;
}
.t310_text
{
	width: 300px;
	line-height: 1.6em;
	padding: 5px;
}
.da_div_xia
{
	width: 958px;
	margin: 0px auto 0px auto;
}
.da_pic
{
}

.aticleTitle
{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding: 25px 0px;
	text-align: center;
}
.aticleTitle2
{
	height: 24px;
	border-bottom: 1px solid #ccc;
	padding: 2px 0px 0px 0px;
	color: #828282;
	text-align: center;
}
.aticleContent
{
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-indent: 2em;
}
.aticleContent a:link
{
	color: #333;
	text-decoration: none;
}
.aticleContent a:visited
{
	color: #333;
	text-decoration: none;
}
.aticleContent a:hover
{
	color: #f00;
	text-decoration: none;
}
.xgaticle
{
	width: 788px;
	border: 1px solid #a59c81;
	height: 100%;
}
.xgaticleTitle
{
	width: 778px;
	height: 24px;
	float: left;
	border-bottom: 2px solid #a59c81;
	font-size: 14px;
	font-weight: bold;
	background-color: #f0ecdf;
	padding-left: 10px;
}
/*功能列表区域样式*/
#InputTableArea
{
	width: 100%;
	margin-bottom: 10px;
}
#InputTableArea table
{
	width: 99%;
	margin: auto;
	line-height: 30px;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
}
#InputTableArea table th
{
	background-color: #f0f0f0;
	text-align: right;
	padding-right: 8px;
	font-weight: normal;
	border: 1px solid #e0e0e0;
}
#InputTableArea table td
{
	text-align: left;
	padding-left: 8px;
	border: 1px solid #e0e0e0;
}
#InputTableArea table th b
{
	padding-right: 3px;
	color: Red;
}
#InputTableArea table tfoot td
{
	text-align: center;
}
#InputTableArea table td table, #InputTableArea table td table td
{
	border: 0px solid #fff;
}
/*列表区域样式*/
#ListTableArea
{
	width: 100%;
}
#ListTableArea table
{
	width: 99%;
	margin: auto;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
}
#ListTableArea th
{
	border: 1px solid #e0e0e0;
	line-height: 28px;
	text-align: center;
	font-weight: normal;
	background: #F0F0F0;
}
#ListTableArea .rightCol
{
	text-align: right;
	padding-right: 5px;
}
#ListTableArea .centerCol
{
	text-align: center;
}
#ListTableArea tbody tr
{
	border: 0px solid;
}
#ListTableArea tbody td
{
	border: 1px solid #e0e0e0;
	line-height: 26px;
	padding-left: 5px;
	text-decoration: none;
}
#ListTableArea table.BillInfo
{
	margin: auto;
}
#ListTableArea table.BillInfo th
{
	line-height: 24px;
}
#ListTableArea table.BillInfo td
{
	line-height: 24px;
}
#ListTableArea table tfoot td
{
	background-color: #FFFFFF;
	text-align: center;
	height: 40px;
	border: 1px solid #FFFFFF;
}
#ListTableArea table td a:link, #ListTableArea table td a:visited, #ListTableArea table td a:hover
{
	color: #ff6600;
	text-decoration: none;
}
#ListTableArea table td a:hover
{
	text-decoration: underline;
}
.OddStyle
{
	background-color: #f8fbfd;
}
/*分页控件样式*/
#PageControlArea
{
	text-align: right;
	padding-top: 5px;
	width: 100%;
}
#PageControlArea a:link, #PageControlArea a:visited
{
	color: #0063b8;
	text-decoration: none;
}
#PageControlArea a:hover
{
	color: #f00;
}
/*商家信息列表*/
#AgentInfo
{
	width: 99%;
	border: 1px white solid;
	margin: auto;
}
#AgentInfo table
{
	width: 100%;
	border-collapse: collapse;
}
#AgentInfo table, #AgentInfo table td, #AgentInfo table th
{
	border: 1px solid #d8d8d8;
}
#AgentInfo table thead th
{
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	background: #e8e8e8;
	color: Red;
}
#AgentInfo table tbody th
{
	line-height: 28px;
	text-align: right;
	font-weight: normal;
	background: #f8f8f8;
	width: 100px;
}
#AgentInfo table tbody td
{
	padding-left: 8px;
}
#AgentInfo table tbody td p
{
	text-indent: 2em;
}
/*后台说明*/
.shuom
{
	border: 1px dashed #fff;
	background: #fff;
	padding: 5px;
	line-height: 22px;
	color: #666;
	margin-bottom: 5px;
}
/*后台样式*/
.adminzt
{
	border-top: 1px solid #0a5383;
	border-bottom: 1px solid #0a5383;
	background: #1b6ea4;
	height: 30px;
	padding-left: 10px;
}
/*管理导航*/
.mainNav_bg_admin
{
	width: 100%;
	height: 28px;
	margin: 0px;
	background: url(../../images/mainNav_bg2.gif);
	float: left;
	border-top: 1px solid #d5010b;
	border-bottom: 5px solid #e3e3e3;
}
.box_title_mainNav2
{
	height: 30px;
	color: #2880b9;
	font-weight: bold;
	font-size: 14px;
	background: url(../../images/box_title.gif);
	padding: 0px 5px 0px 15px;
	border-left: 1px solid #c6def2;
	border-right: 1px solid #c6def2;
}
.box_title_mainNav2 a:link, .box_title_mainNav2 a:visited
{
	color: #2880b9;
	text-decoration: none;
}
.box_title_mainNav2 a:hover
{
	color: #f00;
	text-decoration: none;
}
.title_admin
{
	height: 28px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: url(../../images/title3.gif);
	font-size: 12px;
	font-weight: bold;
	color: #9f0000;
	padding: 0px 0px 0px 5px;
}
.title_admin a:link, .title_admin a:visited
{
	color: #05810d;
	text-decoration: none;
}
.title_admin a:hover
{
	color: #05810d;
	text-decoration: underline;
}
.Content_admin
{
	line-height: 26px;
	color: #565656;
	padding: 5px;
	margin-left: 25px;
}
.Content_admin a:link, .Content_admin a:visited
{
	color: #565656;
	text-decoration: none;
}
.Content_admin a:hover
{
	color: #ff6600;
	text-decoration: underline;
}
.Content_admin2
{
	line-height: 20px;
	color: #565656;
	padding: 5px;
	background: #e0e0e0;
}
.Content_admin2 a:link, .Content_admin2 a:visited
{
	color: #565656;
	text-decoration: none;
}
.Content_admin2 a:hover
{
	color: #f00;
	text-decoration: underline;
}
TABLE.CommandBar
{
	font-family: 宋体;
	font-size: 9pt;
	height: 28px;
	text-align: center;
	background-image: url(../../Images/cmd-bg.gif);
	border: 0px;
}
TABLE.FilterBar
{
	font-family: 宋体;
	font-size: 9pt;
	height: 32px;
	text-align: center;
	background-image: url(../../images/bar-bg.gif);
	border: 0px;
}
/*产品列表样式开始*/
.ProductList
{
	padding: 2px;
	border: 0px;
	width: 100%;
	margin-bottom: 10px;
}
.ProductList div
{
	width: 100%;
	font-weight: bold;
	color: #0063b8;
	text-decoration: none;
}
.ProductList div a:link, .ProductList div a:visited
{
	color: #0063b8;
	text-decoration: none;
}
.ProductList div a:hover
{
	color: #f00;
}
.ProductList table
{
	width: 100%;
	border: 0px;
}
.ProductList table .col1
{
	width: 60%;
	background: url(../../images/li5.gif) no-repeat 1px 4px;
	padding-left: 12px;
}
.ProductList table .col2
{
	width: 4%;
	font-family: Georgia, "Times New Roman" , Times, serif;
	text-decoration: line-through;
	color: #6c6c6c;
}
.ProductList table .col3
{
	width: 1%;
}
.ProductList table .col4
{
	width: 10%;
	color: red;
}
.ProductList table .col5
{
	width: 16%;
	text-align: right;
	padding-right: 5px;
}
.ProductList table .col6
{
	width: 9%;
}
.ProductList th
{
	width: 75px;
	height: 75px;
	background: url(../Images/ProductBackground.jpg) no-repeat;
	vertical-align: top;
	padding: 5px 0px 0px 2px;
}
.ProductList
{
	line-height: 24px;
	color: #333;
}
.ProductList a:link, .ProductList a:visited
{
	color: #333;
	text-decoration: none;
}
.ProductList a:hover
{
	color: #f00;
	text-decoration: underline;
}
.redx
{
	color: red;
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: red;
	text-decoration: line-through;
	text-decoration: none;
}
/*产品列表样式结束*/

/*特殊新闻列表样式开始*/
.list_newsA li a.NewsRedLink:link, .list_newsA li a.NewsRedLink:visited
{
	color: #FF0000;
	text-decoration: none;
}
.list_newsA li a.NewsRedLink:hover
{
	color: #FF0000;
	text-decoration: underline;
}
.list_newsA li a.NewsBlueLink:link, .list_newsA li a.NewsBlueLink:visited
{
	color: #006699;
	text-decoration: none;
}
.list_newsA li a.NewsBlueLink:hover
{
	color: #006699;
	text-decoration: underline;
}
.list_newsA li a.NewsBlackLink:link, .list_newsA li a.NewsBlackLink:visited
{
	color: #000000;
	text-decoration: none;
}
.list_newsA li a.NewsBlackLink:hover
{
	color: #000000;
	text-decoration: underline;
}
/*新增样式*/
.link_a
{
	color: #565656;
}
.link_a a:link, .link_a a:visited
{
	color: #565656;
}
.link_a a:hover
{
	color: #f00;
	text-decoration: underline;
	text-decoration: none;
}
/*新中关轮播广告648×190*/
div#XPromotionBanner
{
	width: 648px;
	height: 190px;
	background: #d8d8d8;
}
#XPromotionBanner #SlidePlayer
{
	position: relative;
	margin: 0 auto;
}
#XPromotionBanner .Slides
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 190px;
	overflow: hidden;
}
#XPromotionBanner .Slides li
{
	float: left;
	width: 648px;
	height: 190px;
}

#XPromotionBanner .Slides img
{
	border: 0;
	display: block;
	width: 648px;
	height: 190px;
}

#XPromotionBanner .SlideTriggers
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 165px;
	right: 0px;
	z-index: 10;
	height: 25px;
}
#XPromotionBanner .SlideTriggers li
{
	float: left;
	display: inline;
	color: #ed1c24;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 6px;
	background: url(../images/slide_trigger.gif) no-repeat center center;
}
#XPromotionBanner .SlideTriggers li.Current
{
	color: #fff;
	background: url(../images/slide_trigger_c.gif) no-repeat center center;
	border: 0;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin: 0 6px;
}
/*实物产品购买*/
.swcp_title0 {
	font-size: 14px;
	color: #333333;
	background-color: #F0F0F0;
	text-align: right;
	font-weight: bold;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.swcp_title1 {
	background-color: #FFF7EC;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #FFD8B0;
	border-bottom-color: #FFD8B0;
	color: #993300;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.swcp {
	border: 1px solid #E4E4E4;
	height: auto;
	overflow: visible;
}

.swcp_left li {
	text-align: center;
	list-style-type: none;
	background-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 1px;
}
.swcp_left li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.current{
	color: #FF0000;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 38px;
	padding-bottom: 7px;
	padding-left: 37px;
}
.swcp_left {
	float: left;
	width: 20%;
	height: auto;
}
.swcp_right {
	float: left;
	width: 77%;
	padding: 10px;
	height: auto;
	background-color: #FFFFFF;
}
.dp {
	width: 30%;
	float: left;
	padding-left: 16px;
}
.img_dp {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.yuanjia {
	color: #999999;
	text-decoration: line-through;
}
.xianjia {
	font-size: 18px;
	color: #FF0000;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.page {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.list_cp {
	padding-right: 10px;
	padding-left: 10px;
}
.list_cp ul{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	height: 24px;
	padding-top: 5px;
}
.list_cp ul li { padding-right: 10px;
	padding-left: 10px;
	
	list-style-type: none;
	float: left;}


.cle1 {
	clear: both;
}
.img_big {
	float: left;
	height: 200px;
	width: 200px;
	padding: 10px;

}
.img_big_r {
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	width: 410px;
	line-height: 35px;
	margin-bottom: 10px;
}
.img_big_r .bk01 {
	background-color: #FFF7EC;
	border: 1px solid #FFD8B0;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.cpjs {
	padding: 10px;
}


