.tabs {
	font: bold 11px tahoma, arial, sans-serif;
	overflow: hidden;
	width: 100%;
	background: url(../images/informers/tabs-bg.gif) repeat-x bottom;
}
.tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0 4px;
}
.tabs li {
	float: left;
	background: url(../images/informers/tab-right-bg.gif) no-repeat right top;
	margin-right: 4px;
}
.tabs li a {
	padding: 3px 6px 4px;
	display: block;
	background: url(../images/informers/tab-left-bg.gif) no-repeat;
}
.tabs .selected {
	background: url(../images/informers/tab-selected-right-bg.gif) no-repeat right top;
}
.tabs .selected a {
	color: #000;
	background: url(../images/informers/tab-selected-left-bg.gif) no-repeat;
}
.tabs .selected a:hover {
	text-decoration: none;
}
.tabs-letters {
	font: 11px monospace;
	width: 100%;
	overflow: hidden;
	margin-bottom: 8px;
}
.tabs-letters ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabs-letters li {
	float: left;
}
.tabs-letters a {
	text-decoration: none;
	display: block;
	margin-right: 4px;
	background: #f3f3f3;
	color: #666;
	padding: 1px 3px 2px 3px;
}
.tabs-letters .selected {
	background: #ec7445;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.tabs-letters a:hover {
	background: #fc6;
	font-weight: bold;
}