.clear {
	height: 0px;
	width: 0px;
	clear: both;
}
.header {
	/*background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 56px;
	margin-bottom: 10px;
	*/
	height: 32px;
	background-color: #005D7C;
}
.header button {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.header #basket {
	height: 22px;
	width: 303px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	float: left;
	cursor: pointer;
	padding-top: 2px;
	border-radius: 8px;
	border: 1px solid white;
	background-color: #005D7C;
	color: white;
}
.header #filter {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
}
#check_contains  {
	height: 18px;
	width: 100px;
}

.header #filter img {
	height: 12px;
	width: 12px;
}
.header #help {
	height: 22px;
	width: 55px;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid white;
	background-color: #005D7C;
	color: white;
}
.header #control {
	height: 22px;
	width: 80px;
	margin-left: 2px;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid white;
	background-color: #005D7C;
	color: white;
}
#search{
	height: 22px;
	width: 65px;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid white;
	background-color: #005D7C;
	color: white;
}
#tab_bar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#tab_bar li {
	float: none;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}

#tab_bar li a{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #036;
}
#tab_bar .tab_active a{
	color: #036;
}
#keyword {
	width: 98%;
	font-size: 14px;
	padding: 4px;
}
.menu {
	font-size: 14px;
	background-color: #369;
	border: 2px solid #CCC;
	display: none;
	color: #FFF;
}
.menu ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
.menu li {
	width: 100px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.menu a {
	color: #FFF;
}
.menu-active {
	color: #369;
	background-color: #CCC;
}
.menu-active a {
	color: #369;
	text-decoration: none;
}
.ajax-status {
	width: 120px;
	height: 20px;
	overflow: hidden;
}
