#tabs { margin: 1em 0 0 0 !important; height: 2em; padding-left: 1em; }
#tabs li {
	list-style: none !important;
	list-style-type: none !important;
	float: left;
	margin: 0 .5em 0 0;
	padding: 0 1em;
	font-weight: bold;
	line-height: 2em;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #b9e3ff;
	color: #777;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-moz-user-select: none;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

#tabs li:hover {
	background-color: #b9e3ff;
	color: #fff;
}

#tabs li.selected, #tabs li.selected:hover {
	background-color: #b9e3ff;
	color: #080f99;
}

#tabs-area {
	border: 1px solid #b9e3ff;
	background: #fff url('../custom/boxes/backgr_search.jpg') bottom repeat-x;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

#tabs-area div.tab {
	display: none;
	padding: .5em 1em 1em 1em;
}