/*
 * Urban locker - Brands
 *
 * @author Christophe Porteneuve <christophe@ciblo.net>
 * @author Julien Vignolles <julien@ciblo.net>
 * @author Thomas Lecavelier <thomas@ciblo.net>
 * @author Gregory Jaklimovitch <gregory@ciblo.net>
 * @legals © 2008-2009 Ciblo SA.
 */

#brandsIndex { }
#brandsIndex h2 { font-size: 20px; margin: 0; }
#brandsIndex ol { margin-bottom: 1em; }
#brandsIndex a { font-size: 14px; text-decoration: none; color: black; }
#brandsIndex a:hover { text-decoration: underline; }
#brandsIndex .column { float: left; display: inline; width: 14.5em; margin-left: 2em; }
#brandsIndex .first { margin-left: 0; }

