@CHARSET "UTF-8";

.itemSpec {
	float: left;
	width: 210px;
	padding-left:1px;
	line-height: normal;
	clear: both;
	background: #d6d6d6 url("../gf/przetargi-bg.gif") top left repeat-y;
	color: #fff;
}

.itemSpec ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.itemSpec li {
	float: left;
	background: url("../gf/tab-right-on.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	width: auto;
}

.itemSpec li.rev {
	float: left;
	background: url("../gf/tab-right.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	width: auto;
}

.itemSpec a {
	display: block;
	background: url("../gf/tab-left-on.gif") no-repeat left top;
	padding: 5px 3px 4px 2px;
	font-size: 10px;
	color: #5f5f5f;
	text-decoration: none;
	font-weight: bold;
}

.itemSpec a.rev {
	display: block;
	background: url("../gf/tab-left.gif") no-repeat left top;
	padding: 5px 25px 4px 24px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.itemSpec #current_1 {
	background-image: url("../gf/tab-right.gif");
}

.itemSpec #current_1 a {
	background-image: url("../gf/tab-left.gif");
	color: #fff;
	font-weight: bold;
}

.itemSpec #current_2 {
	background-image: url("../gf/tab-right-on.gif");
}

.itemSpec #current_2 a {
	background-image: url("../gf/tab-left-on.gif");
	color: #5f6547;
	font-weight: bold;
}




