h2.trigger {
	font-weight: normal;
	border-bottom: 0;
	/* background: transparent url('pattern_101.gif') repeat-all; */
}
h2.trigger a {
	color: #DDC8AD;
	background: #593E1A url('expanded.gif') 10px 50% no-repeat;
	padding: 0 0 0 35px;
	line-height: 35px;
	vertical-align: middle;
	height: 40px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border: 0;
	display: block;
	font-weight: normal;
}
h2.trigger a:hover { 
	color: #FFF2DA; 
	background: #472800 url('expanded.gif')  10px 55% no-repeat;
}
h2.trigger a:active {
	color: #ff0000; 
	background: #472800 url('expanded.gif')  10px 55% no-repeat;
	background-position: left middle;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0 0 0 10px; /*--Padding of Container--*/
}

h2.trigger2 {
	font-weight: normal;
	border-bottom: 0;
	/* background: transparent url('pattern_101.gif') repeat-all; */
}
h2.trigger2 a {
	color: #DDC8AD;
	background: #863E1A url('koszyk.png') 10px 50% no-repeat;
	padding: 0 0 0 35px;
	line-height: 35px;
	vertical-align: middle;
	height: 40px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border: 0;
	display: block;
	font-weight: normal;
}
h2.trigger2 a:hover { 
	color: #FFF2DA; 
	background: #A34B1F url('koszyk.png')  10px 55% no-repeat;
}
h2.trigger2 a:active {
	color: #ff0000; 
	background: #472800 url('koszyk.png')  10px 55% no-repeat;
	background-position: left middle;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
