/*------------------------------------------------------------------------------------------
Basic Style Sheet(for IE6 IE7 IE8 Firefox Safari Chrome browsers)
Author:   Kevin
Email:    fukan211@gmail.com 
Copyright:NKE
-------------------------------------------------------------------------------------------*/
.new_top{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:10px;
	text-align:center;
	color:#fff;
	background:#000;
}
.new_top a:link,.new_top a:visited{
	color:#fff;
	text-decoration:none;
}
.top_text{
	position:relative;
	width:930px;
	height:30px;
	margin:0 auto;
	color:#fff;
	font-size:12px;
	text-align:left;
	background:#000;
}
.top_text a{
	color:#fff;
	text-decoration:none;
}
.welcome,.login_reg,.cart_reg,.minkonto,.user_point,.logout,.cart_login{
	position:absolute;
	top:0;
	height:30px;
}
.welcome{
	left:0;
	width:230px;
}
.welcome a{
	float:left;
	display:block;
	width:12px;
	height:12px;
	margin:8px 2px;
	background:url(../images/home.png) center no-repeat;
}
.login_reg{
	left:200px;
	width:150px;
}
.cart_reg{
	right:0;
	width:200px;
}
.minkonto{
	left:100px;

}
.user_point{
	left:580px;
	width:150px;
}
.logout{
	left:300px;
	width:100px;
}
.cart_login{
	right:0px;
	width:200px;
}
.header {
	width:955px;
	margin:0 auto;
	clear:both;
}
.header_bg {
	background:url(../images/header.png);
	width:928px;
	height:131px;
	padding:9px 15px 0 12px;
	overflow:hidden;
}
.header .logo {
	float:left;
	margin-left:50px ;
	padding-bottom:12px;
}
.header .menu {
	float:right;
	display:block;
	text-align:right;
}
.header .menu ul {
	list-style:none;
	position:relative;
	margin-top:108px;
}
.header .menu ul li {
	display:inline;
}
.header .menu ul li a {
	padding:0.3em;
	margin-right:0.2em;
	font-size:1em;
	color:#FFF;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:url(../images/menu_hover.png) repeat-x #ff6600;
	height:25px;
	background-position:top;
	text-decoration:none;
	text-transform: capitalize;
	font-family:Lucida Sans Unicode;
}
.header .menu ul li a:hover, .header .menu ul li a.current {
	border-top:1px solid #003368;
	border-left:1px solid #003368;
	border-right:1px solid #003368;
	background:url(../images/menu_base.png) #003368 repeat-x;
}

