.basic  {
	width:717px;
	font-family: verdana;
	margin-top:23px;

}

.basic div {
}

#contenedorlista {
	/*border:1px solid #8297AC;*/
}

.basic p {
	border: none;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	color:#555555;
	margin-bottom:5px;
}

.basic #item {
	cursor:pointer;
	display:block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: #939393;
	background-image:url(img/ico-item2.png);
	background-repeat:no-repeat;
}

.basic #item:hover {
	background-color: #8297AC;
	background-image:url(img/ico-item.png);
	background-repeat:no-repeat;
}

.basic #item.selected {
	color: white;
	background-color: #8297AC;
	background-image:url(img/ico-item.png);
	background-repeat:no-repeat;
}	

.basic a {
	cursor:pointer;
	display:block;
	padding:2px;
	padding-left:15px;
	text-decoration: none;
	font-size: 11px;
	/*margin-top:6px;*/
	color:#666666;
	margin-top:5px;
}

.basic a:hover {
text-decoration:underline;
}
