/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	/*background:#FFFFFF url(/img/global/gradient/h150.png) repeat scroll 0;*/
	height:380px;
	width:615px;
	padding:0px 0px 10px 2px;
	/*width:96%;*/
	border:1px solid #ddd;
	-moz-border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:1px;
	cursor:pointer;
	overflow:hidden;

	

	/*opacity:0.5;
	filter: alpha(opacity=50);*/
	
}

div#accordion img.prv_akord{
	background-image:url(../sliki/vebsajtovi_acc.png);
	background-repeat:no-repeat;
	background-position:left;

	
}

div#accordion img.prv_akord:hover{
	background-position:right;
	
	
}
div#accordion img.prv_akord:active{
	background-position:left;
}
	

div#accordion img.vtor_akord{
	background-image:url(../sliki/acc_2.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:0px;
	

}

div#accordion img.vtor_akord:hover{
	background-position:right;
	
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:0px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#FFF;
	margin:0 0 10px 0;
	width:190px;
	font-size:15px;
}
	
#accordion div p {	
	font-size:11px;
	width:500px;
	height:355px;
	background:url(../sliki/acc_engram.jpg) no-repeat bottom right;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:5px;

}
.acc_podnaslov{
	font-size:12px;
	font-weight:bold;
	/*margin-bottom:15px;*/
	border:#CCC solid 1px;
}
.acc_tekst{
	font-size:12px;
	
}
