ul#brand { margin: 0 -20px 20px 0; padding: 0; }

ul#brand li {
	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
	border: 1px solid #CFCFCF;
	padding: 4px;
	width: 110px;
	height: 136px;
	list-style: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#brand li div.img { width: 110px; height: 90px; margin-bottom: 4px; background: url('/images/backgrounds/cat_li_div.img.png') no-repeat center; }
ul#brand li div.img a { display: block; width: 110px; height: 90px; text-indent: -9999px; }

ul#brand li div.title {
	padding: 4px 8px;
	height: 34px;
	line-height: 17px;
	font-weight: bold;
	font-size: 12px;
	background-color: #E3E3E3;
	text-align: center;
	overflow: hidden;
	border--radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#brand li div.title a { color: #000; }
