﻿div.locations
{
	line-height: 18px;
	min-height: 200px;
}

div.locations div.locationgrid
{
	
}

div.locations div.cl
{
	clear: both;
}

div.locations div.locationgrid div.location
{
	float: left;
	width: 400px;
	height: 165px;
	white-space: nowrap;
	margin: 5px;
}

div.locations div.locationgrid div.location h3.cityheader
{
	color:  #CC0000;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

div.locations div.locationgrid div.location div.store
{
	color:  #CC0000;
}

div.locations a
{
	color:  #CC0000;
	text-decoration: none;
}

div.locations a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

div.locations td.messagetd
{
	color: #CC0000;
	font-weight: normal;	
}
