/* =============================================
================== BRANDS ======================
================================================ */

#list-brands { background: #fff; overflow: hidden; }

#list-brands table { vertical-align: middle }
#list-brands table td {  padding: 5px 10px 5px 10px;
	border-collapse:collapse;
	width: 100%;
	vertical-align: middle;
	background: url("../images/brands-click-bg.jpg") no-repeat 95% 50%;
	border-bottom: 1px solid #ccc;
	line-height: normal;
}
#list-brands table tr:last-child td{ border-bottom: none;}
#news-container .news-item, .reviews-item { width: auto; }

#list-brands table td a {
	display: block !important;
	vertical-align: middle;

}
#list-brands table td a strong {
	font-size: 17px;
	font-weight: normal;
	display: inline;
	padding-right: 20px;
		line-height: 12px;

}

#list-brands table td a img {
	width: 50px;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: middle;
	display: inline;
	clear: both;
}

#wrapper-brands {
	width:100%;
	height:auto;
	float:left;
	position:relative;	/* On older OS versions "position" and "z-index" must be defined, */
	z-index:1;			/* it seems that recent webkit is less picky and works anyway. */
	overflow:hidden;
	background:#fff;
	border-bottom: 1px solid #ccc;
}
	
}