@charset "iso-8859-2";
								  
/* TABOK */

.thpanels {
	font: normal 12px Arial;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/ }

.thpanelsGroup {
	width: 440px;
	height: 20px;
	overflow: hidden;
	margin: 0px;
	padding-left: 20px;
	list-style: none; }

.thpanels li {
	display: inline; }

.thpanels .selected {
	position: relative; }
	
.thpanels .selected a {
	color: #000;
	text-decoration: none;
	background: url(../Gif/telepek/tab-selected.gif) no-repeat; }

.thpanels .selected a:hover {
	color: #666;
	text-decoration: none;
	background: url(../Gif/telepek/tab-selected.gif) no-repeat; }

.thpanels a {
	width: 110px;
	height: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
	text-decoration: none;
	float: left;
	padding-top: 4px;
	margin-right: -1px;
	background: url(../Gif/telepek/tab.gif) no-repeat; }

.thpanels a:hover {
	text-decoration: none;
	background: url(../Gif/telepek/tab-hover.gif) no-repeat; }