.expandable {width:330px; float:left;}

a.expanded {
	outline-style:none;
	text-decoration: none;
	color: #A0002B;
	font-weight: bold;
	background: url(../imagini/bullet-mare.gif) no-repeat;
	display: block;
	padding-left: 25px;
}
a.expanded em {
	display:none;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
a.expanded:hover {text-decoration:none;}
a.expanded:active em, a.expanded:focus em {
	display:block;
	width:100%;
	cursor:default;
}
a.expanded:active span, a.expanded:focus span {display:none;}
#Expand {
	padding: 10px;
	width: 348px;
	border: 1px solid #ABADBA;
	background: #E9E9E9;
	height: auto;
	margin-bottom: 15px;
}
.plus {
	display: inline-table;
	background: url(../imagini/plus.png) no-repeat;
	height: 15px;
	width: 15px;
	padding-left: 2px;
	color: #FFFFFF;
	padding-right: 4px;
}

