/* CSS Document */
@import url(default.css);
body{background:url(../images/bg_login.jpg) left top no-repeat; width:100%; height:100%;}
.powerBy{width:83px; height:34px; position:absolute; top:10px; right:10px;}
div#login{position: absolute; width:480px; height:438px; left:50%; top:50%; margin-left:-240px;  margin-top:-219px;}
div#login dt.login-content{width:100%; height:438px; background:url(../images/login-content.png) left top no-repeat;}
.logo-WAS{ width:298px; height:81px; background:url(../images/logo-WAS_198x60.png) left center no-repeat; margin:0 auto;}
.member-top{width:410px; height:8px; margin:0 auto; background:url(../images/login-member-top.png) no-repeat;}
.member-content{width:410px; height:160px; margin:0 auto; background:url(../images/login-member-content.png) 0 0 repeat-y; position:relative; top:-10px; +top:-6px; _top:-6px;}
.member-bottom{width:410px; height:8px; margin:0 auto; background:url(../images/login-member-bottom.png) left top no-repeat; position:relative; top:-10px; +top:-6px; _top:-6px;}
.login-form{margin:10px auto;  width:360px;}
.login-form li{ font-weight:bold;  color:#484848; padding-bottom:10px; float:left; padding-left:60px; width:310px;}
.login-form li .input-txt{width:120px; height:20px; margin-left:20px; border:1px #dcdcdc solid; line-height:20px;}
.login-form li .input-txt2{width:60px; height:20px; margin-left:20px; border:1px #dcdcdc solid; line-height:20px;}
.login-form li .submit-btn{width:84px; height:36px; background:url(../images/submit-btn.png) left center no-repeat; cursor:pointer; color:#F7F7F7; font:normal 13px Verdana, Arial, Helvetica, sans-serif; margin-right:20px; vertical-align:middle; border:0}
.help-btn{margin:20px auto; text-align:center; font:bold 13px Verdana, Arial, Helvetica, sans-serif; color:#2E5FA2;}
.help-btn a{ font:bold 13px Verdana, Arial, Helvetica, sans-serif; color:#2E5FA2;}
.help-btn a:hover{text-decoration:underline;}
.all{width:100%; height:100%;}
.nav-cart{width:100%; height:66px;}

.logo{width:198px; height:60px; background:url(../images/logo-WAS_198x60.png) no-repeat; float:left;}
.cart-info{position:absolute; right:0;}
.cart-info li{display:inline; padding:0 10px; text-align:center; width:50px; float:left;}
.cart-info li img{behavior:url(assets/css/iepngfix.htc);}
.site-menu{height:35px; width:100%; min-width:1004px;}
.site-menu dt.left{background:url(../images/site-menu_left.png) left center no-repeat; width:10px; height:35px; float:left;}
/*.site-menu dt.center{background:url(../images/site-menu_bg.png) left center repeat-x; width:98%; float:left;}*/
.site-menu dt.center li{display:inline; line-height:29px; padding:0 10px;}
.site-menu dt.right{background:url(../images/site-menu_right.png) left center no-repeat; width:10px; height:35px; float:left;}



.site-menu dt.center { 
    height: 35px; 
	width:98%;
    background-repeat:repeat-x;
	float:left;
} 

html>body .site-menu dt.center { 
     background-repeat:repeat-x; background-image: url(../images/site-menu_bg.png); 
} 

* .site-menu dt.center {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="assets/images/site-menu_bg.png") } 