
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 280px;
	/*border:1px solid #333;*/
}

#accordion h3 {
	margin:0;
	padding:5px 15px;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;	
	color:#FFF;
}
#accordion  h3.head1 {
	background: #FFBA52 url(../images/img_vremea.jpg) no-repeat;
	height: 40px;
}

#accordion  h3.head2 {
	background: #EA225F url(../images/img_forum.jpg) no-repeat;
	height: 40px;
}

#accordion  h3.head3 {
	background: #F89500 url(../images/img_horoscop.jpg) no-repeat;
	height: 40px;
}

#accordion  h3.head4 {
	background: #219ACD url(../images/img_cursvalutar.jpg) no-repeat;
	height: 40px;
}

#accordion  h3.head5 {
	background: #C8003D url(../images/img_vremea.jpg) no-repeat;
	height: 40px;
}

h2.firmemuresene  {	background: #C8003D url(../images/img_firmemuresene.jpg) no-repeat;
	height: 40px; }

h2.pub  {	background: #C8003D url(../images/img_micapublicitate.jpg) no-repeat;
	height: 40px; }
	

/* currently active header */
#accordion h3.current {
	cursor:default;
}

/* accordion pane */
#accordion div.pane {
	border-width:0 2px;
	display:none;
	height:250px;
	padding:15px;
	color:#fff;
}

/* a title inside pane */
#accordion div.pane h2 {
	font-weight:normal;
	margin:0 0 -5px 0;
	color:#000;
}
