/*
 * Copyright 2009 JiaHua Stores Holdings Limited. All rights reserved.
 * http://www.szbjh.com/License
 *
 * Author: linbq
 * Date: 2009/7/31
 */

.site-nav
{	
	clear: both;
	padding: 0 5px;
	margin-bottom: 10px;	
	border: 1px #CCCCCC solid;
	border-top: 0px;
	background-color: #F9F9F9; 
	height: 25px;
	line-height: 25px;
	text-align: left;
	vertical-align: middle;
}

.site-nav ul {
	float: left;
	padding: 0px;
	margin: 0px;
}

.site-nav li
{
	float: left;
	margin-right: 8px;
	list-style-type: none;
	*padding-top: 3px; zoom:1; vertical-align:baseline; /*fix ie bug*/
}


.account {
	background: url("/images/account.gif") no-repeat;
	background-position: center left;	
	padding-left: 15px;
	margin-left: 10px;
}

.cart {
	background: url("/images/cart.gif") no-repeat;
	background-position: center left;	
	padding-left: 15px;
}

.message {
	background: url("/images/message.gif") no-repeat;
	background-position: center left;	
	padding-left: 15px;
}

.help {
	background: url("/images/help.gif") no-repeat;
	background-position: center left;	
	padding-left: 15px;
}

.more {
	background: url("/images/more.gif") no-repeat;
	background-position: center left;
	padding-left: 15px;
}

.tel
{
	float: right;
}

.tel li
{
	background: url("/images/tel.gif") no-repeat;
	background-position: center left;
	padding-left: 16px;
}



.site-menu {
	padding: 0px;
	margin: 0px;
	height: 50px;
	border: 0px #FDB433 solid;
}

.logo {
	float: left;
	width: 250px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	background: url("/images/bjh-beta.gif") no-repeat;
	background-position: center center;	

}


.buttons {
	float: left;
	padding: 0px;
	margin: 0px;
}

.buttons .layer{
	height: 20px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;	
}

.buttons .layer2{
	height: 30px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;	
}

.buttons .layer2 ul {
	padding: 0px;
	margin: 0px;
}

.button
{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #DAFADA; 
	background: url("/images/menu-button.gif") no-repeat;
	list-style-type: none;	
	color: #136F13;
	font-size: 13px;
}

.button a {	color: #2F2F2F;	text-decoration: none;}
.button a:link {color: #2F2F2F;	text-decoration: none;}
.button a:visited {color: #2F2F2F; text-decoration: none;}
.button a:hover {color: #FF5500; text-decoration: underline;font-weight: bold;}
.button a:active {color: #2F2F2F; text-decoration: none;}

.selected {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	background: url("/images/menu-button-active.gif") no-repeat;
}

.selected a {	color: #ffffff;	text-decoration: none;}
.selected a:link {color: #ffffff;	text-decoration: none;}
.selected a:visited {color: #ffffff; text-decoration: none;}
.selected a:hover {color: #ffffff; text-decoration: none;font-weight: bold;}
.selected a:active {color: #ffffff; text-decoration: none;}


.search-toolbar {
	float: none;
	height: 65px;
	padding: 0px;
}

.search-toolbar .menu-left{
	float: left;
	width: 10px;
	background: url("/images/menu-left.gif") no-repeat;
	height: 65px;
}

.search-toolbar .menu-right{
	float: left;
	background: url("/images/menu-right.gif") no-repeat;
	width: 10px;
	height: 65px;
}

.search-toolbar .menu-middle{
	float: left;
	background: url("/images/menu-middle.gif") repeat-x;  
	width: 960px;
	height: 65px;
}

.menu-middle ul {
	padding: 0px;
	margin: 0px;
}

.menu-middle .layer {
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	list-style-type: none;		
}

.new {
	color: #FBEB66;
}


.menu-middle {
	color: #ffffff;
}

.menu-middle a  {
	margin: 0px 5px;

}

.menu-middle a {	color: #ffffff;	text-decoration: none;}
.menu-middle a:link {color: #ffffff;	text-decoration: none;}
.menu-middle a:visited {color: #ffffff; text-decoration: none;}
.menu-middle a:hover {color: #ffffff; text-decoration: underline;}
.menu-middle a:active {color: #ffffff; text-decoration: none;}

.menu-middle  form  {
	padding: 0px;
	margin: 0px;
}


.search-hot a {	
	font-size: 12px;
	margin: 0 5px;
	cursor: pointer;
}

.search-input {
  width: 200px;
  padding: 2px;
}


