#toppanel {
	margin: 0 auto;
	background-color: #3a3a38;
}

#toppanel .highlight {
	float: left;
	color: #fff;
	margin: 11px auto 10px 15px;
	font-weight: bold;
}

#toppanel .highlight #HighLights #SlideHighLights {
	position: relative;
	left: 0px;
}

#toppanel .highlight .title {
	float: left;
}

#toppanel .highlight .text {
	float: left;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	width: 0px;
}

#toppanel .highlight .text a.line {
	float: left;
	display: block;
	text-align: center;
}

#toppanel .highlight .aquo {
	float: left;
	margin-left: 10px;
}

#toppanel .highlight .text a {
	color: #7bb700;
	font-weight: normal;
}

#toppanel .highlight .text a:hover {
	color: #000;
}

#toppanel .highlight .aquo a {
	color: #fff;
}

#toppanel .highlight .aquo a:hover {
	color: #000;
}

#toppanel .search {
	float: right;
	margin: 10px 15px 10px auto;
}

#toppanel .search .box {
	border-width: 0px;
	width: 150px;
	padding-left: 3px;
	padding-right: 3px;
}

#toppanel .search .but {
	border-width: 0px;
	background-color: #7bb700;
	color: #fff;
}