@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

.businessList ul {
	margin: 0;
}

.businessList .business {
	clear: both;
}

.businessList ul li {
	border: 1px solid #000000;
	border-left: none;
	float: left;
	height: 50px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 5px 1%;
	text-align: left;
	vertical-align: middle;
	width: 10%;
}

.businessList ul li a {
	color: #004499;
	text-decoration: none;
}

.businessList ul li:first-child {
	border-left: 1px solid #000000;
}

.businessList .header ul li {
	font-weight: bold;
	height: 20px;
	text-align: center;
}