/* (C) 2007 YOOtheme.com */

#theme_acordeon div.whitespace div.yoo-accordion {
	text-align: left;
}
#theme_acordeon div.whitespace div.yoo-accordion dt.toggler {
	margin-top: 4px;
	margin-bottom: 0px;
	background: url(item_header_m-1.png) 0 0 repeat-x;
	height:35px;
}
#theme_acordeon div.whitespace div.yoo-accordion dt span.header-l {
	background: url(item_header_l-1.png) 0 0 no-repeat;
	display: block;
	height:35px;
}
#theme_acordeon div.whitespace div.yoo-accordion dt span.header-r {
	height: 25px;
	display: block;
	line-height: 18px;
	text-indent: 10px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	float: left;
	width:100%;
	padding: 10px 0px 0px 0px;
	background: url(item_header_r-1.png) 100% 0 no-repeat;
	text-transform:uppercase;
}
#theme_acordeon div.whitespace div.yoo-accordion dt span.header-r h2 {
	width: auto;
}
#theme_acordeon div.whitespace div.yoo-accordion dt:hover.toggler {
	background: url(item_header_m-1.png) 0 -35px repeat-x;
}
#theme_acordeon div.whitespace div.yoo-accordion dt:hover span.header-l {
	background: url(item_header_l-1.png) 0 -35px no-repeat;
}
#theme_acordeon div.whitespace div.yoo-accordion dt:hover span.header-r {
	background: url(item_header_r-1.png) 100% -35px no-repeat;
}
#theme_acordeon div.whitespace div.yoo-accordion dd div.article {
	padding: 10px 10px 10px 10px;
	background: url(article.gif) bottom no-repeat #fafafa;
}
/* Tomkowe dodatki */
div.whitespace div.akordeontitle {
	background: url(item_header_r-1.png) 100% 0 no-repeat;
}
div.akordeontitle {
	display:none;
}
.opis {
	float:right;
	position:relative;
	top:-14px;
	right:10px
}

