.categories
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
}	

.rows img
{
	padding: 10px;
}

.rows
{
	border-top: 1px solid #fdb60b;
	border-bottom: 1px solid #fdb60b;
	border-right: 1px solid #fdb60b;
	border-left: 1px solid #fdb60b;
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

.rows .active
{
	border: 2px solid blue;	
}
	

.results 
{
	float: left;
	clear: right;
	border: 1px solid black;
	background-color: #ffffff;
	padding: 2px 0 5px 0;
	width: 100%;
	margin-bottom:5px;
}

.company
{
	float: left;
	width: 100%;
	padding: 4px;
	height: 100%;
}
.companyTitleBox 
{
	float: left;
	width: 30%;
	background-color: #E6E6FA;
	height: 78px;
	padding: 3px;
	font-size: 13px;
	line-height: 14px;

}
.companyDescBox 
{
	float: left;
	width: 67%;
	background-color: #F0F8FF;
	height: 78px;
	margin-left: 4px;
	padding: 3px;
	font-size: 13px;
	line-height: 14px;
	position: relative;
}

.pagination {

	background-color:#E5ECF9;
	font-weight:bold;
	margin: 5px 5px 10px 5px;
	padding:3px;
	text-align:center;
}

#filters
{
	margin: 20px 0px 10px 10px;
	border: 1px solid #FBC433;
	width: 225px;
	min-height: 325px;
	position: relative;
	padding: 5px;
	background: #FDEFCB;
}

#filters h3
{
	background: #645E50 !important;
	color: #ffffff !important;
	margin-top: 5px !important;
	padding-left: 5px;
	font-size: 1.2em !important;
	font-weight: bold !important;
	margin-left: -5px !important;
	margin-right: -5px !important;
	font-family: Arial;

}

#filterHeader
{
	margin-top: -13px;
	margin-left: 0px;
	border: 1px solid #FBC433;
	width: 75px;
	height: 18px;
	text-align: center;
	font-weight: bold;
	font-size: 1.40em;
	line-height: 18px;
	background: #ffffff;	
}

.filterTypes li
{
	list-style-type: none;
	margin: 5px 0px 3px 0px;
}

#activeFilters li
{
	float:left;
	display: block;
	width: 98%;
	padding: 3px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px 0px 5px 2px !important;
	border: 0px solid black;
}

#activeFilters
{
	margin: 0px 0px 10px 0px;	
	
}



