﻿/* COMMON */
	body, html
	{
		_height:100%;
		/*margin: 0px auto;*/
		margin:0;
		padding:0;
		padding-bottom:-4px;
	}
	body
	{
		margin: 0px;
		text-align: left;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #FFFFFF;
		background-image:url('../images/netbusiness/page_bg1.jpg');
		background-repeat:repeat-x;
		min-width:1000px;
		overflow-y:hidden;
	}
	.nav {
		margin-left: 0px;
		margin-top: 3px;
		padding: 0;		
	}
	#nav li {
		width: 87px;
		float:left;
		list-style:none; 
		margin: 0 auto;
	}
	#nav li span {
		font-size: 12px;
		padding-left: 15px;
		text-align: center;
	}
	#nav li a {
		text-decoration:none; 
	}
	.aa {
		border-top:1px solid;
		border-right:1px solid;
		border-bottom:1px solid; 
		border-left:1px solid;
		border: 0;
	}
	.bb {
		border-top:1px solid ;
		border-right:1px solid;
		border-bottom:1px solid; 
		border-left:1px solid;
		border: 0;
	}
	.cc {
		border-top:4px solid #ff66ff; 
		background:#fcf;
	}
	.list2  { 
		font-size:12px; 
		line-height:20px; 
		padding:3px;
		text-align:left;
		background:#FFFFFF;
	}
	.list2 li { 
		color:#333333;
		font-size:13px; 
		line-height:24px; 
		padding:0 0 0 10px;		
	}
	.list2 a { 
		text-decoration: underline;
	}
	.lfloat {float:left;}
	.rfloat {float:right;}
	.ctt {
		padding:0;
		clear:both;
		border-left:1px solid #63CCFF;
		border-top:1px solid #63CCFF;
		border-right:1px solid #63CCFF;
		border-bottom:1px solid #63CCFF;
		text-align:left;
	}
	.dis{display:block;}
	.undis{display:none;}
	#newinfo div div {
		padding-left: 20px;
		line-height: 30px;
		background-color: #DDEFF9;
		height: 100%;
	}
	.header{
		padding:15px 5px;
	}
	.header div{
		float:right;
		padding:5px 0px;
	}
	.header div a{
		color:#FFD800;
	}
	.header img, .navPanel img, .navSelect img{
		vertical-align:middle;
		margin:0px 5px 0px 0px;
		border:none;
	}
	.subHeader{
		background-color: #ADD1FF;
		background-image:url('../images/netbusiness/subheader_bg.png'); 		
		background-repeat:repeat-x;
		height:27px;
	}
	.subHeader div{
		padding-left:5px;
		padding-top:4px;
		font-size:14px;
		font-weight:bold;
		color:#10428C;
	}
	.subHeader .subHeader-body{
		font-size:14px;
		font-weight:bold;
		color:#10428C;
	}
	.clear{
		clear:both;
		float:none;
		height:0px !important;
		_width:0px;/*只兼容IE6*/
		_height:-5px;
	}
	.title{
		font-size:22px;
		font-weight:bold;
		padding:0px 5px;
	}
	/* TOOLBAR */
	.toolbar{
		height:25px;
		margin:0px 5px;
		background-image:url('../images/netbusiness/toolbar_bg.png'); 
		background-repeat:repeat-x;
		float:left;
	}
	.toolbarLeft{
		background-image:url('../images/netbusiness/toolbar_left.png'); 
		background-repeat:no-repeat;
		height:25px;
		width:7px;
		float:left;
	}
	.toolbarRight{
		background-image:url('../images/netbusiness/toolbar_right.png'); 
		background-repeat:no-repeat;
		height:25px;
		width:12px;	
		float:left;
	}
	.toolbarContent{
		padding:5px;
		float:left;
		height:25px;
	}
	
	.toolbarContent img{
		vertical-align:top;
		border:0px;
		margin-right:5px;
	}
	
	.toolbarContent a,.toolbarContent a:visited{
		padding:5px;
		color:#000000;
		text-decoration:none;
	}
	.toolbarContent a:hover{
		text-decoration:none;
	}
	/* NAVIGATION */
	.navigation{
		width:18%;
		_width:190px;/*兼容IE6*/
		height:100%;
		margin: 5px 5px 0px 5px !important;/*兼容IE7,IE8*/
		_margin: -33px 5px 0px 2.5px;/*兼容IE6*/
		border:solid 1px #6394CE;
		background-color:#ffffff;
		float:left;
		vertical-align:bottom;
		position:relative;
	}
	.navPanel{
		padding:10px;		
		overflow:auto;
		SCROLLBAR-FACE-COLOR: #eef5fd;	
		SCROLLBAR-HIGHLIGHT-COLOR: #84a9bc;	
		SCROLLBAR-SHADOW-COLOR: #84a9bc;	
		SCROLLBAR-3DLIGHT-COLOR: #ffffff;	
		SCROLLBAR-ARROW-COLOR: #84a9bc;	
		SCROLLBAR-TRACK-COLOR: #f2f7fb;	
		SCROLLBAR-DARKSHADOW-COLOR: #ffffff
	}
	.navPanel a, .navPanel a:visited{
		padding:5px 5px 5px 8px;
		display:block;
		color:#000000;
		border:solid 1px #ffffff;
		text-decoration:none;
	}
	.navPanel a:hover{
		background-color:#FFE88C;
		border:solid 1px #D69C00;
	}
	.navSeparator{
		height:10px;
		background-image:url('../images/netbusiness/nav_separator.png'); 
		background-repeat:repeat-x; 
		background-position:center;
	}
	.navSelect{
		position:absolute;
		bottom:0px;
		width:100%;
	}
	.navSelect a{
		height:22px;
		display:block;
		padding:5px;
		background-image:url('../images/netbusiness/nav_link.png'); 
		background-repeat:repeat-x;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}
	.navSelect a:hover{
		background-image:url('../images/netbusiness/nav_link_hover.png'); 
		background-repeat:repeat-x;
	}
	.group-item{
		width:100%;
		_width:250px;/*兼容IE6*/		
		border:solid 1px #6394CE;
		background-color:#ffffff;		
		vertical-align:bottom;
		position:relative;
	}
	/* CONTENT */
	.content{
		width:80%;
		/*_width:inherit;兼容IE6*/
		margin: 5px 5px 0px 0px !important;/*兼容IE7,IE8*/
		_margin: -33px 2px 0px 0px;/*兼容IE6*/
		background-color:#ffffff;
		border:solid 1px #6394CE;
		vertical-align:top;
		float:left;
		position:relative;
	}
	.list{
		padding-left: 5px;
		padding-top: 10ps;
	}
	.list .photo {
		line-height: 22px;
		padding: 15px 10px 0 0;
	}
	.list .photo img {
		float: left;
		margin-bottom: 15px;
		margin-right: 1%;
		margin: 2px 0 4px;
	}
	.list ul {
		margin:0;
		padding:0;
	}
	.list ul li {
		float:left;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin-right:2%;
		width:46%;
	}
	.list ul li h1 {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:transparent url(../images/line.jpg) repeat-x scroll center bottom;
		font-size:14px;
		margin:0;
		padding:5px 0 5px 2px;
	}
	.contentPanel{
		padding:2px;
	}
	
 	.menu_list {
		width: 150px;
	}
	.logo-text {
		border: 1px;
		border-color: blue;
		width: 270px;
		height: 100px;
		font-size:24px;
		float: right;
	}
	.login {
		margin-bottom:8px;
		width:358px;
	}
	.login-top-left {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background-image:url("../images/netbusiness/k.png");
		background-position: 0 0;
		background-repeat:no-repeat;
		height:18px;
		width:18px;
		float: left;
	}
	.login-top-center {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background-image:url("../images/netbusiness/k1.png");
		background-position: 0 -18px;;
		background-repeat:repeat-x;
		height:18px;
		width:300px;
		float: left;
	}
	.login-top-right {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background-image:url("../images/netbusiness/k.png");
		background-position: -18px 0;
		background-repeat:no-repeat;
		height:18px;
		width:18px;
		float: left;
	}
	.login-title {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background-color: white;
		text-align:center;
		font-size:18px;
		line-height:29px;
		padding-top: 20px;
	}
	.login-left {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background-image:url("../images/netbusiness/k.png");
		background-position: -36px 0;
		background-repeat:repeat-y;
		height:200px;
		width:18px;
		float: left;
	}
	.login-center{
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background-color: white;
		width:300px;
		height:200px;
		float: left;
	}
	.login-right {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background-image:url("../images/netbusiness/k.png");
		background-position: -54px 0;
		background-repeat:repeat-y;
		height:200px;
		width:18px;
		float: left;
	}
	.login-bottom-left {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background-image:url("../images/netbusiness/k1.png");
		background-position: 0 0;
		background-repeat:no-repeat;
		height:18px;
		width:18px;
		float: left;
	}
	.login-bottom-center {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background-image:url("../images/netbusiness/k1.png");
		background-position: 0 -36px;;
		background-repeat:repeat-x;
		height:18px;
		width:300px;
		float: left;
	}
	.login-bottom-right {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background-image:url("../images/netbusiness/k1.png");
		background-position: -18px 0;
		background-repeat:no-repeat;
		height:18px;
		width:18px;
		float: left;
	}

	#footer{
	    text-align: center;
	    width: 100%;
	    margin-top: 5px;
	}
	#footer #footer-copyright{
	    color: #a7a7a7;
	}	
	#footer #footer-copyright a{
	    color: #a7a7a7;
	}

/**
 * aw_m_shipperservicehallnav
 */
.aw_m_shipperservicehallnav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}


.aw_m_shipperservicehallnav ul.sub
{
    padding-left: 10px;
    display: none;
}
.aw_m_shipperservicehallnav ul.sub li
{
    padding: 1px;
}

.aw_m_shipperservicehallnav li a.top
{
    display: block;
}
.aw_m_shipperservicehallnav li a.sub
{
    display: block;
}

.aw_m_shipperservicehallnav li.sub
{
    background: url(../images/netbusiness/left.png) no-repeat right 5px;
}
.aw_m_shipperservicehallnav li.sub_down
{
    background: url(../images/netbusiness/down.png) no-repeat right 5px;
}
.aw_m_shipperservicehallnav ul.sub li.item{
	background: url("../images/netbusiness/icon_blue_arrow.gif") no-repeat left;
}


