/*-----------------------------------------------------------------------------------------------
Basic Style Sheet(for version 6 browsers)
Author:   Kevin Fu
Email:    fukan211@gmail.com 
Copyright:NKE
------------------------------------------------------------------------------------------------*/
/*-------------------The header style---------------------------*/
.header{
	position:relative;
	width:960px;
	height:90px;
	margin:0 auto;
	background:url(../images/header_bg.png) center left repeat-x;
}
.logo{
	padding:40px 0 0 40px;
	text-align:left;
}
.logo a{
	display:block;
	width:271px;
	height:18px;
	text-indent:-2000px;
	overflow:hidden;
	background:url(../images/logo.png) center top no-repeat;
}
.header ul{
	position:absolute;
	top:5px;
	right:20px;
}
.header ul li{
	float:left;
	display:block;
	height:12px;
	font-size:11px;
	padding:0 10px;
	border:1px solid #494949;
	border-width:0 1px 0 0;
}
.new_guest{
	border-right:0 none!important;
}
.login{
	width:80px;
	background:url(../images/user.png) center left no-repeat;
}
.cart{
	width:60px;
	text-align:left;
}
.cart a{
	display:inline-block;
	width:16px;
	height:15px;
	text-indent:-2000px;
	overflow:hidden;
	margin:0 5px -2px 5px;
	background:url(../images/cart.png) center no-repeat;
}
.shopping_cart{
	position:absolute;
	top:28px;
	right:20px;
	width:230px;
	height:55px;
	border:1px solid #dbdbdb;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#fff;
}
.shopping_cart h4{
	height:24px;
	line-height:24px;
	color:#fff;
	background:url(../images/shoppingcart_title_bg.png) center no-repeat;
	font-size:12px;
}
.shopping_cart p{
	float:left;
	height:24px;
	line-height:24px;
	font-weight:bold;
	padding-left:20px;
	margin:5px 0 0 12px;
	background:url(../images/cart.png) center left no-repeat;
}
.shopping_cart p span{
	font-weight:normal;
}
.shopping_cart a{
	float:right;
	display:block;
	width:90px;
	margin:11px 5px 0 0;
	font:bold 10px Arial;
}
/*-------------------End header style-------------------------*/
/*-------------------The banner style---------------------------*/
.banner{
	position:relative;
	width:960px;
	height:25px;
	line-height:38px;
	background:url(../images/banner_bg.png) center left repeat-x;
}
.home{
	position:absolute;
	top:5px;
	left:40px;
	display:block;
	width:16px;
	height:16px;
	text-indent:-2000px;
	overflow:hidden;
	background:url(../images/home.png) center top no-repeat;
}
.flag{
	position:absolute;
	top:-2px;
	right:25px;
}
.language_change{
	float:right;
	display:inline;
	text-align:right;
	margin-right:20px;
	_margin:-20px 20px 0 0;
}
.language_change select{
	width:100px;
}
/*-------------------End banner style---------------------------*/
