﻿/* 基础框架样式 S */
body
{
	margin: 0px auto;
	font-size: 12px;
	color: #555555;
	font-family:"宋体" "Verdana";
	background-color:#5f6271;
}
ul, li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
*
{
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}
.clear
{
	clear: both;
	height:0px;
}
a
{
	color:#555555;
	text-decoration: none;
}
a:hover
{
	color: #4d6399;
	text-decoration: none;
}
/* 基础框架样式 E */

/* 页头 S */
.header
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	
}
.header-content
{
	width: 950px;
}

.header-tipsbox{
    width:100%;
    height:44px;
}
.header-tips-content{
    width: 950px;
	
}
.header-tips{
    line-height:40px;
    width:600px;
    height:44px;
    padding:0px  10px 0px 10px;
    margin-left:0px;
}
.header-tips span{
    color:#ff3300;
    margin: 0px 5px 0px 5px;
}
.header-tips a{
    color:#ff3300;
    margin: 0px 5px 0px 5px;
    text-decoration:underline;
}
.header-tips-txt{ float:left;}
.header-tips-bnt{ float: right; padding-top:5px;}
.header-left
{
	margin:0px;
	padding:0px;
	width:310px;
	position:absolute;
	z-index:1;
}
.header-logo
{
	float: left;
	width:150px;
	height:90px;
	background-image: url(../Images/guesticon-all.png);
	background-position: 0px -820px;
	margin:0px;
	padding:0px;
}
.header-logofont
{
	float: left;
	margin-top:35px;
	color:#ffffff;
	font-size: 16px;
	font-family: "微软雅黑";
}
.header-right
{
    position:absolute;
    margin-left:320px;
    height:90px;
	padding:0px;
	z-index:1;
}

.header-loginbar-left{
	float: left;
	width:400px;
}
.header-loginbar{
	width: 150px;
	height:30px;
	margin-top:35px;
	float:left;
	background-image: url(../Images/guesticon-all.png);
	background-position: -160px -866px;
}
.header-loginbar span{
    font-size:16px;
    margin-left:30px;
	line-height:30px;
}
.header-loginbarcurrent{
	width: 150px;
	height:40px;
	float:left;
	margin-top:30px;
	background-image: url(../Images/guesticon-all.png);
	background-position: -160px -820px;
}
.header-loginbarcurrent span{
    font-size:16px;
    margin-left:30px;
	line-height:40px;
	color:#ffffff;
}
.header-loginbarcurrent span a{
	color:#555555;
}
.header-loginbar-right
{
	text-align: right;
	position:absolute;
	margin-top:40px;
	*margin-left:-70px!Important;
	margin-left:330px;
	*margin-left:0px;
	color:#ffffff;
	width:300px;
}
.header-loginbar-right span
{
	color: #ffcc00;
	margin: 0px 5px 0px 5px;
}
.header-loginbar-right span a
{
	color: #ffcc00;
}

.header-bav
{
    margin:0px;
    padding:0px;
    float:left;
    *margin-top:90px!Important;
    margin-top:90px;
    *margin-top:65px;
}
.header-search{
    height:18px;
    float:right;
    *margin-top:-26px!Important;
    margin-top:-26px;
    *margin-top:-26px;
}
.header-search div{
    float:left;
    height:18px;
}
/* 页头 E */

/* 页脚 S */
.footer
{
	width: 928px;
	clear: both;
	margin: 0 auto;
	padding:10px;
	background-image: url(../Images/column-titlebg-samll.gif);
	background-repeat:repeat-x;
	background-color:#dddde1;
	border: 1px solid #cbd0db;
}
.footer-container
{
	line-height: 18px;
}
.copyright
{
	width: 100%;
	clear: both;
	margin-top:8px;
	text-align:left;
}
/* 页脚 E */

/* 主体 S */
.container
{
	width: 950px;
	*margin: 10px auto!Important;
	margin: 0px auto ;
	*margin: 0px auto ;
	text-align: left;
}
.menu
{
	width: 100%;
	line-height: 33px;
	background: url(../Images/column-titlebg-top.gif);
	
}
.menu .breadcrumb
{
	font-size: 14px; /* 面包屑区域*/
	margin-left:10px;
}
.center-content
{
	float: left;
	width: 948px;
	margin-bottom:10px;
	background-image:url(../Images/column-titlebg-big.gif);
    background-repeat:repeat-x;
	background-color:#eeeeee;
	border: 1px solid #bfbfbf;
	
}

.columbg-smallbox{
    float:left;
    width:100%;
    background-color:#dcdce0;
    background-image: url(../Images/column-titlebg-samll.gif);
    background-repeat:repeat-x;
}
.columbg-midbox{
    background-image: url(../Images/column-titlebg-mid.gif);
    background-color:#dcdce0;
    background-repeat:repeat-x;
    float:left;
    width:100%;
}
.body-pitch 
{
    margin-top:10px;
}
/* 主体 E */

/* 主导航 S */
.mainbav
{
	height: 34px;
	float:left;
	width:950px;
	font-size: 12px;
	font-weight:bold;
	font-family: "微软雅黑";
	background-image: url(../Images/guesticon-all.png);
	background-position: 0px -916px;
	*margin-top:-25px!Important;
	margin-top:-25px;
	*margin-top:0px;
}
/* 主导航 E */

/* 输入框样式 S */
.txt-commborder
{
	float: left;
	line-height: 24px;
}
.txt-commborder li
{
	float: left;
	margin-right:5px;
	
}
.txt-commcontentbg
{
	float: left;
	height: 22px;
	line-height: 22px;
	background-image: url(../Images/InputCenterBG.gif);
}
.txt-commcontent
{
	line-height: 16px;
	margin-top: 3px;
	color: #555555;
	width: 270px;
}
.txt-commcontentsmall-header
{
	line-height:12px;
	color: #555555;
	width: 72px;
	*height:13px!Important;
	height:16px;
	*height:18px;
	*padding-top:5px!Important;
	padding-top:2px;
	*padding-top:2px;
	border-left: 1px solid #3884bc;
	border-top: 1px solid #3884bc;
	border-bottom: 1px solid #3884bc;
	*margin-top:-1px!Important;
	margin-top:0px;
	*margin-top:-1px;
}
.txt-commcontentsmall
{
	line-height:12px;
	color: #555555;
	margin-top:3px;
	width: 72px;
}
.txt-commcontentbigbg
{
	float: left;
	height: 100px;
	line-height: 24px;
	background-image: url(../Images/InputCenterBigBG.gif);
}
.txt-bigcontent
{
	line-height: 16px;
	margin-top: 6px;
	color: #555555;
	width: 630px;
	height: 90px;
	font-size: 12px;
}
.txt-bigbigcontent
{
	line-height: 16px;
	margin-top: 6px;
	color: #555555;
	width: 710px;
	height: 90px;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
}
.txt-contentcomm
{
	width: 60%;
	height: 80px;
	border: 1px solid #bfbfbf;
	color: #555555;
	margin:0px 0px 10px 0px;
	text-align:left;
}
/* 输入框样式 E */

.set-commcontent
{
	width: 80px;
	height: 20px;
	border: 1px solid #bfbfbf;
	color: #555555;
	margin-left:0px;
	text-align:left;
}

/* 按钮样式 S */
.bnt-comm100
{
	width: 93px;
	height:30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../Images/bntcomm.gif);
	background-position:-570px 0px;
}
.bnt-comm150
{
	width: 150px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../Images/Bntcomm150.gif);
}
.bnt-sub50
{
	width: 50px;
	height: 22px;
	line-height: 22px;
	color: #51626f;
	background-image: url(../Images/Bntsub50.gif);
}
.bnt-sub80
{
	width: 80px;
	height: 26px;
	line-height: 26px;
	color: #51626f;
	background-image: url(../Images/guesticon-all.png);
	background-position: -636px -182px;
}
.bnt-sub150
{
	width: 150px;
	height: 22px;
	line-height: 22px;
	color: #51626f;
	background-image: url(../Images/Bntsub150.gif);
}
.bnt-tab30
{
	width: 30px;
	height: 20px;
	line-height: 20px;
	color: #555555;
	font-size: 12px;
	background-image: url(../Images/Bnttab30.gif);
	border: 1px solid #555555;
}
.bnt-comm{
	font-size: 18px;
	width:240px;
	height:48px;
	font-family: "微软雅黑";
	background-image: url(../Images/guesticon-all.png);
	background-position:-120px -50px;
}
.bnt-comm-none
{
	font-size: 18px;
	width: 240px;
	height: 48px;
	font-family: "微软雅黑";
	background-image: url(../Images/guesticon-all.png);
	background-position:-414px -854px;
}
.bnt-header40
{
	width: 40px;
	height: 20px;
	line-height:15px;
	background-image: url(../Images/guesticon-all.png);
	background-position:-70px -50px;
	color:#ffffff;
	margin-right:5px;
}
. Button110
{
	width: 80px;
	height: 26px;
	line-height: 26px;
	color: #51626f;
	background-image: url(../Images/guesticon-all.png);
	background-position: -636px -182px;
}
/* 按钮样式 E */

/* 滚动条样式 S */
.srmcomm
{
	scrollbar-3dlight-color: #eee;
	scrollbar-highlight-color: #fff;
	scrollbar-face-color: #829ab1;
	scrollbar-arrow-color: #eee;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #eee;
	scrollbar-base-color: #eee;
	scrollbar-track-color: #fff;
	overflow: auto;
	overflow-x: hidden;
	max-height: 280px;
}
.srmcommbig
{
	scrollbar-3dlight-color: #eee;
	scrollbar-highlight-color: #fff;
	scrollbar-face-color: #829ab1;
	scrollbar-arrow-color: #eee;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #eee;
	scrollbar-base-color: #eee;
	scrollbar-track-color: #fff;
	overflow: auto;
	overflow-x: hidden;
	max-height: 700px;
}
.info-srmcomm
{
	scrollbar-3dlight-color: #eee;
	scrollbar-highlight-color: #fff;
	scrollbar-face-color: #829ab1;
	scrollbar-arrow-color: #eee;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #eee;
	scrollbar-base-color: #eee;
	scrollbar-track-color: #fff;
	overflow: auto;
	overflow-x: hidden;
	height: 80px;
	border: 1px solid #cdd7e0;
	padding: 5px;
}
.srm-left
{
	background-color: #555555;
	width: 15px;
}
/* 滚动条样式 E */

/* 表格样式 S */
.title
{
	background-image: url(../Images/column-subtitlebg-top.gif);
	border-left: 1px solid #c0cedd;
	border-bottom: 1px solid #c0cedd;
	text-align: left;
	text-indent: 5px;
	height:24px;
	padding: 0px;
}
.tblcolor-none
{
	line-height: 24px;
}
.tblcolor-none td
{
	text-align: left;
	font-size: 12px;
	vertical-align:top;
	*padding:0px!Important;
	padding:9px 0px 9px 0px;
	*padding:0px;
}
.tblcolor-none td span
{
	margin: 0px 0px 0px 5px;
}
.tblcolor-none .right
{
	text-align: right;
}
.tblcolor-none .butimg img
{
	margin: 5px;
}
.tblcolor-blue
{
	clear: both;
	margin-left: 0px;
	margin-top:0px;
	line-height: 24px;
	
}
.tblcolor-blue td
{
	text-align: left;
	font-size: 12px;
	text-indent: 5px;
	vertical-align: top;
}
.tblcolor-blue span
{
	line-height: 30px;
}
.tblcolor-blue img
{
	margin: 1px;
}
.tblcolor-blue .right
{
	text-align: right;
}
.tblcolor-blue .colorblue
{
	color: #5298b8;
}
.tblcolor-blue .title
{
	background-image: url(../Images/TabTitleBG.gif);
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
}
.tblcolor-blue .left-title
{
	background-image: url(../Images/TabTitleBG.gif);
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
}
.tblcolor-blue .footer-title
{
	background-color: #f0f3f7;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #bfbfbf;
}
.tblcolor-blue .blue
{
	background-color: #eff3f7;
}
.tblcolor-blue .bottomline
{
	border-bottom: 1px solid #bfbfbf;
}
.tblcolor-blue1 .title
{
	background-image: url(../../../Theme/V3/Images/TabTitleBG.gif);	
	text-align: center;
}
.tblcolor-blue1 .left-title
{
	background-image: url(../../../Theme/V3/Images/TabTitleBG.gif);
	text-align: center;
}
    .tblcolor-blue1
    {
        background-color:#bfbfbf;
    }        
    .tblcolor-blue1 td
    {
        background-color:#ffffff;
        text-indent:5px;
    }
.tblcolor-subblue
{
	line-height: 24px;
	margin-left: -2px;
	background-color:#c0cedd;
}
.tblcolor-subblue td
{
	text-align: left;
	font-size: 12px;
	text-indent: 5px;
	background-color:#ffffff;
	
}
.tblcolor-subblue .blue
{
	background-color: #eff3f7;
}
.tbl-businessinfo
{
	background-color: #f3f6f7;
	line-height: 24px;
}
.tbl-businessinfo .title-topcolor
{
	border-top: 5px solid #c1d1d8;
}
.tbl-businessinfo .title-footcolor
{
	border-bottom: 1px solid #c1d1d8;
	padding-bottom: 5px;
}

.tblcolor-listblue
{
	margin-left: 0px;
	line-height: 24px;
	width: 100%;
}
.tblcolor-listblue td
{
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	padding: 10px 5px 10px 5px;
}

.tblcolor-listblue .right
{
	text-align: right;
}
.tblcolor-listblue .colorblue
{
	color: #5298b8;
}
.tblcolor-listblue .title
{
	background-image: url(../Images/column-subtitlebg-top.gif);
	border-left: 1px solid #c0cedd;
	border-bottom: 1px solid #c0cedd;
	border-top: 1px solid #c0cedd;
	line-height: 25px;
	text-align: left;
	text-indent: 5px;
	padding: 0px;
}
.tblcolor-listblue .left-title
{
	background-image: url(../Images/column-subtitlebg-top.gif);
	border-bottom: 1px solid #c0cedd;
	border-top: 1px solid #c0cedd;
	text-align: center;
	line-height: 25px;
	padding: 0px;
	text-indent: 5px;
}
.tblcolor-listblue .footer-title
{
	padding:5px;
}
.tblcolor-listblue .blue
{
	background-color: #eff3f7;
}
.tblcolor-listblue .bottomline
{
	border-bottom: 1px dotted #bfbfbf;
}

.tbl-pitch
{
	margin-top: 0px;
}
.tbl-line
{
	border-left: 1px solid #bfbfbf;
}
.tbl-img-pitch img
{
	margin: 0px 2px 4px 0px;
}
.tbl-search
{
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
	background-image: url(../Images/searchbg.gif);
}


/* 表格样式 E */

/* 小技巧 S */
.tips
{
	background-color: #deecfd;
	border: 1px solid #a9c1df;
	float: left;
	width: 97.5%;
	margin: 10px;
}
.tips-icon
{
	width: 30px;
	float: left;
}
.tips-content
{
	width: *;
	float: left;
	line-height: 28px;
}
.tips-close
{
	width: 20px;
	float: right;
}
/* 小技巧 E */

/*登陆 开始*/
/*张海荣*/

.login_title
{
	float: left;
	text-align: right;
	color: #555555;
	font-size: 12px;
	line-height:22px;
	width: 110px;
	height: 19px;
	border-style: dashed;
}
.login_input
{
	border: 1px solid #ccc;
	height: 25px;
	font-size: 22px;
	width: 200px;
}
.login_btn_1
{
	width: 110px;
	height: 36px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	background: url(../Images/guesticon-all.png);
	background-position:-623px -50px;
}
.login_btn_2
{
	background: url(../Images/guesticon-all.png);
	background-position:-743px -50px;
	width: 110px;
	height: 36px;
	font-size: 17px;
	font-weight: bold;
	color: #555555;
}
.line_dashed
{
	width: 1px;
	background: url(../Images/Line.gif);
}
/*登陆 结束*/

.PopOrderinfo
{
	position: absolute;
	width: 290px;
	background-color: #ffffff;
	border: 1px double #bfbfbf; *margin-left:150px!important;margin-left:180px;
}
.PopOrderinfoBG
{
	background-color: #eff3f7;
	border: 1px solid #bfbfbf;
	margin: 10px;
	color: #000000;
	line-height: 26px;
	list-style: none;
	text-align: left;
	text-indent: 10px;
}
.PopOrderinfoBG span
{
	color: #f48a20;
}
.Mpass{
    border:1px solid #bfbfbf;
    width:680px;
    float:left;
}

.PassboxL{
    width:430px;
    float:left;
    line-height:40px;
    color:#000000;
}

/*登录(插播) */

.login-box{
    width: 928px; 
    background: url(Theme/V3/Images/Login_BG.gif);
    padding:20px 10px 20px 10px ;
    float:left;
}
.login-width{ float:left; width:450px;}

/*注册(插播) */
.user-bidder{
    background-image:url(../Images/Userslogo.gif); 
    background-position: 0px 0px;
    width:150px;
    height:36px;
    margin:50px 0px 7px 0px;
}
.user-vendor{
    background-image:url(../Images/Userslogo.gif); 
    background-position: 0px -36px;
    width:150px;
    height:36px;
    margin:50px 0px 7px 0px;
}

.title_div{
    float: left;
    color: #555555;
    margin-bottom:10px;
    font-size: 15px;
    font-weight: bold;
}
.common_div{
    color: #555555;
    font-size: 13px;
    margin:15px 0px 15px 72px  ;
}

.register-box{
  float: left; 
  width: 392px;
  margin: 10px 0px 0px 50px;
}
.register-center
{
  float: left;
  width: 10px;
  margin:60px 0px 0px 0px;
}

.register-container{
    width: 948px; 
    border: 1px solid #c6c6c6;
    background: url(../Images/column-titlebg-mid.gif);
    background-repeat:repeat-x;
    background-color:#dcdce0;
    float:left;
    *margin:0px 0px 10px 0px!important;
    margin:10px 0px 10px 0px;
    *margin:10px 0px 10px 0px;
}
.register-leftcontainer
{
    float: left; 
    padding-top: 20px; 
    padding-left: 45px; 
    padding-right: 20px;
    width: 400px;
}
.register-rightcontainer{
    float: left; 
    padding-top: 20px; 
    padding-left: 45px;
}
.register-agreement{
    border: 1px solid #e0edf4;
    background-color: #eff6fd;
    width: 820px;
    margin-left: 110px;
    margin-top: 25px;
}
 .Reg_Title_Padding
        {
            padding-top: 25px;
        }
        .Reg_Input_Padding
        {            
            padding-top: 22px;
        }
.agreementinfo{
    border: 1px solid #e0edf4; 
    background-color: #ffffff;
    height: 150px;
    width: 800px; overflow: auto; line-height: 22px; padding: 5px;
}
.agreement-tips-currently{
    float: left; 
    color:#FF9966; 
    font-size:15px; 
    font-weight:bold;
    padding-top:12px; 
    margin-right:50px;
}
.agreement-tips{
    float: left;
    color:#555555; 
    font-size:15px; 
    font-weight:bold;
    padding-top:12px; 
    margin-right:50px;
}
.mail-tips{
     width:100%; 
     height:100px;
     margin-top:20px;
}
.mail-tips-left{
     float:left;
      width:100px;
}
.mail-tips-right{
    float:left; 
    width:850px;
    margin-top:10px;
}
.mail-tips-right p{
    width:100%;
}
.faq-box{
    border: 1px solid #e0edf4;
    background-color: #eff6fd;
    width: 940px;
    float:left;
}
.faq-title{
    background-color:#def0f8;
    border-bottom: 1px solid #e0edf4;
    color:#213b4a;
    font-weight:bold;
    line-height:22px;
    padding:4px;
}
.faq-contentbox{ padding:10px 4px 10px 4px ; line-height:22px;}
.faq-content{ float:left; width:270px; margin-right:20px;}

/*注册-登录的页面高度*/
.register-height{
    height:570px;
}

/*图标样式 */ 

.mail{
    background-image:url(../Images/bigiconcomm.gif); 
    width:64px;
    height:64px;
}
/*404页面样式 */ 
.error-left{
  float:left;
  width:300px;
  text-align:center;
  margin:10px 0px 10px 10px;
}
.error-right{
  float:left;
  width:500px;
  padding:10px 0px 10px 10px;
}

.guird{
    margin:0px 0px 0px 0px;
}
 .guird dt{
    margin:10px 0px 0px 0px;
    font-size:14px;
    color:#e13500;
}
 .guird dd{
    margin:10px 0px 0px 0px;
}
.moreHelp{ margin:20px 0px 0px 0px;}
.msg1{
    font-size:18px;
    line-height:18px;
    margin:0px 0px 10px 0px;
}
.msg2{
    font-size:14px;
    line-height:14px;
    padding:10px 0px 10px 0px;
}
/*联系我们样式 */ 
.contactus-box{
    margin:10px;
}
.contactus-box p{
    margin:10px 0px 10px 0px;
}
.column-title{
     font-size:22px;
     margin:12px 10px 10px 0px;
     line-height:22px;
     font-family:"微软雅黑""Verdana";
}
