﻿/*原Web.css中样式*/
/*** 总体样式***/
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:hover
{
	color: #f00;
	text-decoration: none;
}
/*容器*/
.wrap950
{
	width: 950px;
	margin: 0px auto;
}
.wrap720
{
	width: 720px;
	float: left;
	padding-left: 10px;
	margin: 0px auto;
}
.wrap220
{
	width: 220px;
	float: left;
	margin: 0px auto;
}
.wrap590
{
	width: 590px;
	margin: 0px auto;
}
.wrap570
{
	width: 570px;
	margin: 0px auto;
}
.wrap00
{
	width: 100%;
}
.clear
{
	clear: both;
}
/*布局-3列*/
.left
{
	width: 220px;
	float: left;
	margin-right: 10px;
}
.left_user
{
	width: 175px;
	float: left;
	background: url(../../images/left_user.gif);
	padding: 5px 0px 0px 5px;
	line-height: 24px;
}
.main
{
	width: 490px;
	float: left;
	margin-right: 10px;
}
.main2
{
	width: 720px;
	float: right;
}
.right
{
	width: 220px;
	float: right;
}
/*头部-*/
.header
{
	width: 950px;
	margin: 0px auto;
	height: 60px;
	margin-bottom: 10px;
	color: #828282;
}
.header a:link, .header a:visited
{
	color: #828282;
	text-decoration: none;
}
.header a:hover
{
	color: red;
	text-decoration: none;
}
.SiteNav
{
	background: url(../../Images/SiteNav.jpg);
	margin: auto;
	height: 20px;
	width: 950px;
	text-align: center;
	padding-top: 6px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}
.SiteNav a
{
	color: Red;
	text-decoration: none;
}
/*主导航*/
.mainNav_bg
{
	width: 100%;
	background: url(../../images/mainNav_bgT.gif) repeat;
	float: left;
	height: 35px;
}
ul.mainNav
{
	list-style-type: none;
	width: auto;
	height: 35px;
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 10px;
	background: transparent url(../../images/bgOFF.gif)no-repeat repeat-x top center;
}
ul.mainNav li
{
	display: block;
	float: left;
	margin: 0px 0px 0px 3px;
	color: #fff;
}
ul.mainNav li a
{
	height: 25px;
	display: block;
	float: left;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	background: transparent url(../../images/bgDIVIDER.gif) no-repeat top right;
	width: 72px;
	text-align: center;
}
ul.mainNav li a:hover
{
	background: transparent url(../../images/bgHOVER.gif) no-repeat top center;
	color: #333;
}
ul.mainNav li a.current, ul.mainNav li a.current:hover
{
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	background-image: url(../../images/bgON.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/*会员中心左导航*/
.mainNav3
{
	width: 100%;
	height: 24px;
	float: left;
}
ul.mainNav3
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 24px;
	text-transform: uppercase;
	background: transparent url(../../images/bgOFF3.gif)no-repeat repeat-x top right;
	margin: 0px 0px 0px 0px;
}
ul.mainNav3 li
{
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: :0;
	color: #fff;
}
/*频道导航*/
ul.mainNav5
{
	list-style-type: none;
	width: 220px;
	float: left;
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}
ul.mainNav5 li
{
	display: block;
	float: left;
	color: #fff;
}
ul.mainNav5 li a
{
	display: block;
	float: left;
	color: #928675;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0px 2px 40px;
	height: 40px;
	background: transparent url(../../images/bgDIVIDER5.gif) no-repeat;
	width: 180px;
	text-align: left;
}
ul.mainNav5 li a:hover
{
	background: transparent url(../../images/bgHOVER5.gif) no-repeat;
	color: #fe7e00;
}
ul.mainNav5 li a.current, ul.mainNav5 li a.current:hover
{
	color: #fe7e00;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	background: url(../../images/bgON5.gif) no-repeat;
}
/*色调样式*/
.title1 a:link, .title1 a:visited
{
	color: #ff6600;
	text-decoration: none;
}
.title1 a:hover
{
	color: #000;
	text-decoration: none;
}
.Content1_2
{
	background: #fff;
	padding: 5px;
}
.Content2
{
	line-height: 22px;
	margin-bottom: 10px;
}
.Content2 a:link, .Content2 a:visited
{
	color: #333;
	text-decoration: none;
}
.Content2 a:hover
{
	color: #ff6600;
	text-decoration: underline;
}
.Content2 tbody tr td img
{
	vertical-align: middle;
}
.Content_index
{
	padding: 5px;
	border: 1px solid #f0f0f0;
	line-height: 22px;
	background: #fafafa;
}
.Content_index2
{
	padding: 5px;
	border: 1px solid #f0f0f0;
	line-height: 22px;
	background: #fff;
}
fieldset
{
	padding: 5px;
	width: auto;
	color: gray;
	border: #e4e4e4 solid 1px;
}
/*重要提示*/
.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: 20px;
	padding: 2px 2px 0px 2px;
	border: 1px solid #ddd;
	cursor: hand;
	color: #555;
}
.btn_main
{
	height: 24px;
	padding: 2px 2px 0px 2px;
	font-weight: bold;
	border: 1px solid #ddd;
	background: url(../../images/btn_main.gif);
	cursor: hand;
	color: #fff;
}
.btn_main_x
{
	height: 24px;
	padding: 2px 2px 0px 2px;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #646464;
	cursor: hand;
	color: #fff;
}
/*输入框-登录样式*/
.input_mimi
{
	font-family: verdana;
	background-color: #EEEEEE;
	border-bottom: #FFFFFF 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #FFFFFF 1px solid;
	border-top: #CCCCCC 1px solid;
	font-size: 12px;
}
.input_mimi_bor
{
	font-family: verdana;
	background-color: #F0F8FF;
	font-size: 12px;
	border: 1px solid #333333;
}
/*输入框-通用表单*/
.input_main
{
	height: 20px;
	font-family: verdana;
	background-color: #EEEEEE;
	border-bottom: #FFFFFF 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #FFFFFF 1px solid;
	border-top: #CCCCCC 1px solid;
	font-size: 12px;
}
.input_main_bor
{
	height: 20px;
	font-family: verdana;
	background-color: #F0F8FF;
	font-size: 12px;
	border: 1px solid #333333;
}
/*公告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: 20px;
	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;
}
/*按字母分类样式*/
ul.list_AZ
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 34px;
	text-transform: uppercase;
	font-size: 12px;
	background: transparent url(  "../../images/bgOFF4.gif" ) repeat bottom;
	padding: 0px 0px 0px 0px;
}
/*图片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
{
	height: 1px;
	background: url(../../images/line.gif) repeat;
}
/*首页产品文字循环*/
.cp_col
{
	text-align: left;
	list-style-type: none;
}
.cp_col li
{
	padding-left: 2px;
	line-height: 14px;
	width: 60px;
	float: left;
	margin: 8px 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;
}
/*友情链接样式*/
.yq_col
{
	text-align: left;
}
.yq_col li
{
	list-style-type: none;
	padding-left: 15px;
	line-height: 24px;
	float: left;
}
.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%;
	height: 120px;
	color: #7c7c7c;
	border-top: 1px solid #f0f0f0;
	text-align: center;
	margin-top: 10px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
}
.footer a:link, .footer a:visited
{
	color: #7c7c7c;
	text-decoration: none;
}
/*文字格式化链接样式*/
.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: blue;
	text-decoration: none;
}
.blue a:link, .blue a:visited
{
	color: blue;
	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: blue;
	font-size: 14px;
	text-decoration: none;
}
.blue14 a:link, .blue14 a:visited
{
	color: blue;
	text-decoration: none;
}
.blue14 a:hover
{
	color: red;
}
.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;
}
.Red12
{
	color: red;
	font-size: 12px;
	text-decoration: none;
}
.Red12 a:link, .Red12 a:visited
{
	color: red;
	text-decoration: none;
}
.Red12 a:hover
{
	text-decoration: underline;
}
.Red12_2
{
	color: red;
	font-size: 12px;
	text-decoration: none;
}
.red
{
	color: red;
	text-decoration: none;
}
.red a:link, .red a:visited
{
	color: red;
	text-decoration: underline;
}
.red a:hover
{
	color: black;
	text-decoration: underline;
}
.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, .white14a
{
	color: white;
	font-size: 14px;
	text-decoration: none;
}
.white14 a:link, .white14 a:visited, .white14a a:link, .white14a 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;
}
/*新闻页面*/
.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;
}
#ctl00_Content_pcList a
{
	color: #000;
	text-decoration: none;
}
/*** 新加首页新闻选项卡样式***/
.Menubox
{
	width: auto;
	background: url(../../images/Menubox.gif);
	height: 28px;
	line-height: 28px;
}
.Menubox ul
{
	margin: 0px;
	padding: 0px;
}
.Menubox li
{
	float: left;
	display: block;
	cursor: pointer;
	width: 82px;
	padding: 0px 12px 0px 12px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
/*改版骏卡头部导航条*/
.hotGame ul
{
	float: left;
}
.hotGame ul li
{
	float: left;
	padding-right: 15px;
	list-style-type: none;
}
.Content_index3
{
	padding: 5px;
	border: 1px solid #d7d7d7;
	line-height: 22px;
	background: #fff;
}
.Province, .Price
{
	width: 100%;
	background-color: #e0e0e0;
}
.Province tr td, .Price tr td
{
	width: 16%;
	padding-left: 15px;
	background-color: #ffffff;
}
/*客户端产品分页*/
.pager
{
	padding: 6px;
}
.PageNumber
{
	display: block;
	float: left;
	margin-left: 6px;
	padding: 0px 6px;
	font-weight: bold;
	font-size: 14px;
	color: Orange;
	cursor: pointer;
	border: 2px solid #f0f0f0;
	background: #fff;
	color: #48B9EF;
}
.active
{
	border: 2px solid #FF5A00;
	background: #FF6C16;
	color: White;
}
#divPar
{
	background: url(../../images/mainNav5_bg.gif) repeat-y -1px;
}
/*
UCardTradeMaster模板页样式
*/
.tabBorder
{
	border: 8px #f5f5f5 solid;
}
.tabBorder_td
{
	padding: 4px 0px 4px 0px;
}
.tabBgColor
{
	background-color: #e4e4e4;
}
.emailBgColor
{
	background-color: #fff8e5;
}
/*原来Common中样式*/
.chanpininput
{
	width: 200px;
	height: 20px;
	background: #f1f1f1;
	color: #333;
	border: 1px solid #8b8b8b;
}
.chanpintable td, .chanpintable th
{
	line-height: 30px;
	padding: 5px;
	text-align: left;
}
.imput_yz2
{
	width: 135px;
	height: 20px;
	background: #f1f1f1;
	color: #333;
	border: 1px solid #8b8b8b;
}
.tbottom
{
	height: 22px;
	border-right: #f2f2f2 1px solid;
	padding-right: 2px;
	border-top: #f2f2f2 1px solid;
	padding-left: 2px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#bcbcbc);
	border-left: #f2f2f2 1px solid;
	cursor: hand;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	border-bottom: #f2f2f2 1px solid;
	background-color: #333;
}
/*单据信息页*/
.BillInfoContent
{
	width: 590px;
	margin: 0px auto;
	border: 8px #f5f5f5 solid;
	padding: 1px;
	background: #ff9000;
}

.picbox
{
	float: left;
	margin: 15px 32px 0px 32px !important;
	margin: 15px 25px 0px 25px;
}
.picbox a
{
	display: block;
	clear: both;
	margin-top: 12px;
	text-align: center;
}

