/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2008 / www.ecimtech.com
 */

#bodytext .material {
	float: left;
	width: 230px;
	margin: 20px 20px 10px 0;
}
#bodytext .material h4 {
	color: #494B4F;
	padding: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #494B4F;
}
#bodytext .material a {
	display: block;
	font-weight: bold;
	
}
#bodytext ul {
	padding: 0;
	margin: 0;
}
#bodytext .material li {
	list-style: none;
	list-style-position: outside;
	background: url(../images/icn_pack.gif) no-repeat top left;
	padding: 0 0 8px 32px;
	margin: 0 0 8px 0; 
	font-size: 9pt;
	border-bottom: 1px solid silver;
}

