#store_logo {
	background-image: url(../images/logow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 264px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 15px;
	top: 10px;
}

.headerbar{ background-color: #FFF; position:relative; padding:5px; width:991px; height:28px; border-bottom: 1px solid #000;}
  .headerbar span{height:28px;}
  .headerbar span.L{width:5px; position:absolute; left:0PX; top:10px; border-bottom: 2px solid #fff;}
  .headerbar span.R{width:5px; position:absolute; right:0PX; top:10px; border-bottom: 2px solid #fff;}

  .headerbar a{float:left; height:28px; line-height:28px; text-align:center; color:#000; font-size:12px; font-weight:500; padding:0 25px; text-decoration: none; position:relative; }
  .headerbar a span{ background-color: #ccc; width:1px; height:28px; position:absolute; top:0; right:0; }
  .headerbar a:hover{display:block; background-color: #666; height:28px; float:left; line-height:28px; text-align:center; padding:0 25px; color:#fff; text-decoration:none; }
  .headerbar a:active{display:block; background-color: #666; height:28px; float:left; line-height:28px; text-align:center; padding:0 25px; color:#fff; text-decoration:none; }
  .headerbar .cur{display:block; background-color: #666; height:28px; float:left; line-height:28px; text-align:center; padding:0 25px; color:#fff; text-decoration:none; font-weight:700; }
  .headerbar a:hover span, .headerbar a:active span, .headerbar .cur span{ background-color: #ccc; width:1px; height:28px; position:absolute; top:0px; right:0px; }


#navMainSearch {
	display: block;
	position: absolute;
	height: 36px;
	width: 205px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	}

input.search_input {
	font-size: 12px;
	line-height:16px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 150px;
	position: absolute;
	top: 10px;
	right: 45px;
	bottom: 10px;
	display: block;
	color: #333;
	background-color: #fff;
	border: 1px solid #666;
}

input.search_input:FOCUS {
	background-color: #fff;
}
