/* block top user information */

#header_user {
	float:left;
	top:0;
	left:0;
	width:400px;
	height:40px;
	}
	#header_user p {
		margin:0;
		padding:0;
		font-size:18px;
		color:#fff;
		line-height:40px;
		}
		#header_user p .account {
			color:#fff;
			}
		#header_user p .logout,
		#header_user p .login {
			color:#fff;
			margin:0 0 0 25px;
			padding:0 0 0 20px;
			background: url(../../../img/icon/logout.png) left center no-repeat;
			}
		#header_user p .login {
			background: url(../../../img/icon/login_header.png) left center no-repeat;
			color: #fff
			}
			
#header_cart {
	float:right;
	width:120px;
	height:40px;
	padding:0;
	}
	#header_cart ul {
		list-style:none;
		}
		#header_cart ul li#shopping_cart {
			text-align:center;
			margin:0;
			}
			#header_cart ul li#shopping_cart a {
				display:block;
				width:92px;
				height:28px;
				font-size:18px;
				color:#fff;
				padding:12px 0 0;
				border-radius:0 !important;
				border-left:solid 1px #090803;
				border-right:solid 1px #090803;
				}
			#header_cart ul li#shopping_cart a:hover {
				border-left:solid 1px #494949;
				border-right:solid 1px #494949;
				background: url(../../../img/bg_cart.png) top repeat-x;
				}
































