﻿        /*-------Header----------*/
        #header
        {
        	height:97px;
        	background-image:url(image/bg_header.jpg);
        }
        #logo
        {
        	width:200px;
        	height:97px;
        	float:left;
        }
        #action
        {
        	width:700px;
        	height:97px;
        	float:right;
        	margin-right:10px;
        }
        #logo a
        {   
        	display:block;
        	width:200px;
        	height:97px;
        	background:url(image/logo.jpg);
        	background-repeat:no-repeat;
        	text-indent:-3000px;
        }

        #headernav
        {
        	height:22px;
        	line-height:22px;
        	margin-top:65px;
        }
        #headernav ul
        {
        	float:right;
        	margin-top:0;
        }
        #headernav ul li
        {
        	list-style:none;
        	float:left;
        	margin-left:2px;
        }
        #headernav ul li a
        {
        	display:block;
        	width:87px;
        	height:22px;
        	line-height:22px;
        	text-align:center;
        	color:#eee;
        	font-size:14px;
        	background:url(image/nav_botton.jpg);
        	background-repeat:no-repeat;
        	text-decoration:none;
        	font-family:黑体;
        }
        #headernav ul li a:hover
        {
        	background:url(image/nav_botton_hover.jpg);
        	background-repeat:no-repeat;
        }
        
        /*------Header Account----*/
        #headeraccount
        {
        	text-align:right;
        	margin-top:2px;
        	color:#fff;
        	font-size:70%; 
        	font-family:黑体;
        }
        #headeraccount a
        {
        	color:#eee;
        	text-decoration:none;
        }
        #headeraccount a:hover
        {
        	color:#fff;
        	text-decoration:underline;
        }
		#accinfo
		{
			width:560px;
			height:22px;
			line-height:14px;
			padding:5px;
			float:left;
			text-align:right;  
		}
		#accbody
		{
			margin:0;
			padding:5px;
			float: right; 
			height: 22px; 
			line-height:14px;
    		background-image:url(image/headerTopNav_cartbg2.gif);
    		background-repeat:repeat-x;  
		}
		#accbody li
		{
			margin:0;
			list-style: none; 
			float: left; 
			padding-left:4px;
			padding-right:4px;
			font-size:94%;
		}
        
        /*-------Navgation--------*/
        #nav
        {
        	height:39px;
        	line-height:39px;
        	background-image:url(image/bg_nav.jpg);
        	background-repeat:repeat-x;
        	padding-left:20px;
        }
        #navbutton
        {
        	width:700px;
        	float:left;
        }
        #navbutton ul
        {
        	margin-top:0;
        }
        #navbutton ul li 
        {
        	list-style:none;
        	float:left;
        	margin-left:5px;
        	color:#eee;
        	font-family:Comic Sans MS;
        	font-size:80%;
        }
        #navbutton ul li a
        {
        	cursor:default;
        	display:block;
        	height:39px;
        	line-height:39px;
        	width:172px;
        	text-align:center;
        	background-image:url(image/search_icon.jpg);
        	background-repeat:no-repeat;
        }
        #navbutton li a:hover
        {
        	background-image:url(image/search_icon2.jpg);
        }
        #searchbox
        {
        	height:39px;
        	line-height:39px;
            width:230px;
            float:right;
            background-image:url(image/search_text.jpg);
            background-repeat:no-repeat;
        }
        #searchbox .txtkeyword
        {
        	float:left;
        	margin-top:14px;
        	border:0;
        	background:none;
        }

		/*----Droplist navagiation----------*/
        #droplist
        {
        	width:520px;
        	margin-left:70px;
        	background:#ccc;
        	font-family:Tahoma;
        }
        .dplist
        {
        	display:none; 
        	position:absolute; 
        	background:#eee; 
        	width:500px;
        	border:solid 1px #000;
        	border-top:none;
        	padding:10px;
        }
        .dplist span
        { 
        	display:block;
        	width:100%;
        	height:25px;
        	line-height:25px;
        	background:silver;
        	color:#FFF;
        	font-size:70%;
        	font-weight:bold;
        	padding-left:5px;
        	border-bottom:solid 1px #666;
        }
        .dplist ul
        {
        	margin:0;
        }
        .dplist ul li
        {
        	list-style:none;
        	width:45%;
        	height:20px;
        	line-height:20px;
        	padding:5px;
        	float:left;
        }
        .dplist li a
        {
        	display:block;
        	width:100%;
        	color:#333;
        	font-size:70%;
        	text-decoration:none;
        }
        .dplist li a:hover
        {
        	color:#E68321;
        	text-decoration:underline;
        	background:#ccc;
        }
        
        
