﻿.btnSearchButton
{
	background: url(/images/btnSearchButton.gif);
	background-repeat: repeat-x;
	width: 80px;
	height: 26px;
	cursor: pointer;
	color: #000;
	font-size:14px;
	font-weight:bold;
	border-color: #FFB500;
	border-width: 1px;
	border-style: Solid;
}
#top
{
	width: 100%;
	background-color: #f3f3f3;
	height: 20px;
}
#top .left
{
	float: left;
	padding-left: 4px;
}
#top .right
{
	float: right;
	background-color: White;
}
#logo
{
}
#logo .left
{
	float: left;
}
#logo .right
{
	float: right;
	padding-top: 20px;
	text-align: right;
	line-height: 20px;
	background-color: #fff;
}
#logo .right .rKeyword
{
	width: 200px;
	height: 18px;
	font-size: 14px;
	background-color: #fff;
}
#logo .right .searchTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#logo .right .wucTopHotKeyword
{
	padding-top:5px;
	width:550px;
	height:20px;
	overflow:hidden;
	color: Red;
	text-align: center;
}
#logo .right .wucTopHotKeyword a
{
	color: red;
}

#menu
{
	clear: both;
	display: block;
	background-image: url(/images/menu.gif);
	width: 990px;
	height: 38px;
	overflow: hidden;
}
#menu UL
{
	clear: both;
	width: 720px;
	height: 0px;
	margin-left: 20px;
	display: inline;
	float: left;
	margin-top: 0px;
	padding: 0px;
}
#menu UL LI
{
	float: left;
	list-style-type: none;
}
#menu UL LI A
{
	display: block;
	background: url(/images/menu_bg.gif) no-repeat 0px 0px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-top: 14px;
	font-weight: bold;
	font-size: 14px;
	width: 90px;
	height: 38px;
}
#menu UL LI A:hover
{
	display: block;
	background: url(/images/menu_hover_bg.gif) no-repeat 0px 0px;
}
#menu UL LI.active
{
	float: left;
	list-style-type: none;
}
#menu UL LI.active A
{
	display: block;
	background: url(/images/menu_active_bg.gif) no-repeat 0px 0px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 16px;
	font-weight: bold;
	font-size: 14px;
	width: 90px;
	height: 38px;
}
#menu .sell
{
	float: left;
	padding-left: 30px;
	padding-top: 5px;
}
#menu .buy
{
	float: left;
	padding-left: 20px;
	padding-top: 5px;
}

#wucTopCategory
{
	clear: both;
	margin: 0px;
	width: 990px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	color: #006699;
}
#wucTopCategory A
{
	color: #006699;
}

