ul.column{
	width: 100%;
	padding: 5px;
	margin: 0px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 250px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
.nume {
	width:230px;
	height:16px;
	padding:2px 0px 2px 10px;
	/* background:url(../img/layout/bg_tipoferta.gif) repeat-x; */
	background-color:#3d4d61;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.bl {
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 0px;
}

.bl img {
        /*Flexible image size with border*/
	width: 240px;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 0;
	margin:0 auto;
	background:#fff;
	display: block;
	border:0;
}

.bl a{
	border:0;
}
