#tabs-wrapper {
	background-color: #555147;
	height: 40px;
	position: relative;
}

#tabs {
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 300px;
}

#tabs div.tab {
	margin: 0;
	padding: 0;
}

#tabs div.tab a:link, #tabs div.tab a:active, #tabs div.tab a:visited {
	text-align: center;
	padding: 6px 0;
	width: 110px;
	float: left;
	margin-left: 6px;
	display: block;
	border: 1px solid #96948c;
	border-width: 1px 1px 0px 1px;
	background-color: #706d64;
	font-weight: 700;
	color: #efefe8;
	text-decoration: none;
}

#tabs div.here a:link, #tabs div.here a:active, #tabs div.here a:visited, #tabs div.tab a:hover {
	background-color: #ddddd6;
	color: #36322a;
	font-weight: 700;
	border-color: #efefe8;
}

#search {
	border-left: 1px solid white;
	height: 40px;
	position: absolute;
	right: 16px;
}

#search form {
	margin: 11px 0 0 16px;
}

#search input.text {
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	border: none;
	padding: 0px 4px;
	width: 135px;
}

#search input.button {
	background-color: #b4b3ab;
	border: none;
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	padding: 0px 4px;
}

