/* manufacturers */

ul.brands { margin: 10px 0 10px 0; padding: 0; list-style: none; }
ul.brands li {
	display: inline; float: left; width: 730px; height: 100%; margin: 0; padding: 3px; border-bottom: 1px solid #ededed;
}
ul.brands li img { float: left; width: 75px; height: 50px; margin: 0; padding: 2px; border: 0; border: 1px solid #eee; }
ul.brands li span.description { float: right; width: 88%; padding: 0 0 0 5px; font-size: 12px; }
ul.brands li span.description h1 { margin: 0; padding: 0; font-size: 12px; color: #000; }
ul.brands li span.description h1 span { color: #76a81c; }
ul.brands li span.description p { font-weight: normal; margin: 5px 0 0 0; color: #5c644d; }
ul.brands li span.description p a { font-size: 12px; color: #d90000; text-decoration: underline; }
ul.brands li span.description p a:hover { text-decoration: none; }

a.brand { color: #932b2b; text-decoration: underline; }
a.brand:hover { color: #ee0000; text-decoration: none; }
