.tab1 {
	background-color: #1E140F;
	font-size:14px;
}

.tab1 a {
	color: #FFFFFF;
	text-decoration:none;
}

.tab1 a:hover {
	color: #33CCFF;
	text-decoration:none;
	font-weight:bold;
}

.tab2 {
	background-color: #31221A;
	font-size:14px;
}

.tab2 a {
	color: #FFFFFF;
	text-decoration:none;
}

.tab2 a:hover {
	color: #33CCFF;
	text-decoration:none;
	font-weight:bold;
}

#basic-accordian_cennik{
	padding:5px;
	width:672px;
	position: relative;
	float: left;
}

#cenniki {
	width: 672px;
}

.accordion_headings_cennik{
	padding:5px;
	background:#c29e83;
	color:#231812;
	border:1px solid #231812;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings_cennik:hover{
	background: #00CCFF;
}

.accordion_child_cennik{
	padding:15px;
	background:#231812;
	color:#FFFFFF;
}

.header_highlight{
	background:#00CCFF;
}

.tab_container_cennik *{
	float:left;
	width:100px;
}
