/* CSS Document */
h3 {
	padding: 0px 0 0px 11px;
	margin: 0;
	color: #ffffff;
	background: #92a0b2;
	cursor: pointer;
	border-bottom: 1px solid #e9eef8;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

h3.toggler a {
	color: #666;
	text-decoration: none;
}

h3.toggler a:hover {
	color: black;
}

div.accordion {
	background: #cbd4e0 url("imatges/accordionbg.gif") repeat-x top left;
	
}

div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 2px 0;
}

div.accordion ul li {
	padding: 0px 0;
	border-bottom: 1px solid #e9eef8;
	background-image:url(../imatges/fons-webs.jpg);
	
	  
}

div.accordion ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 20px;
	font-size: 90%;
}

div.accordion ul li a:hover {
	font-weight:bold;
}

div.accordion ul li a span {
	padding-bottom: 10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

div.accordion ul li a img {
	border: 0;
	vertical-align: bottom;
	margin-right: 15px;
}

#top_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}

#bottom_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}
	
.top_dark {
	background: url("imatges/top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("imatges/top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("imatges/bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("imatges/bottom_light.gif") no-repeat top left;
}

.first {
	padding-top: 5px;
}

.last {
	padding-bottom: 5px;
}
