﻿/*
    <h3>City</h3>
    <img/>
    <h4>Phone</h4>
    <address></address>
    <p class="location_links">
        <a></a>
        <a></a>
        <a></a>
    </p>
*/

table.locations {
	border-collapse: collapse;
	width: 100%;
}

table.locations td {
	width: 33%;
}

table.locations td fieldset {
	border: solid 1px #cccccc;
	padding: 10px 10px 6px 10px;
	margin: 0;
}

table.locations td fieldset legend {
	color: #00bce5;
	font: normal bold 18px Arial, Helvetica, Sans-Serif;
}


table.locations td h4 {
	margin: 0;
	padding: 0;
	color: #f2757a;
	font: normal bold 14px Arial, Helvetica, Sans-Serif;
}

table.locations td img {
	margin-bottom: 10px;
}

table.locations td address {
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 10px Arial, Helvetica, Sans-Serif;
}

table.locations td div.info {
}


p.location_links a {
	color: #498ede;
	font: normal bold 12px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.hours_container {
	margin-top: 8px;
	clear: both;
}
.hours_container table {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #000;
	background-color: #FFF;
}

.hours_container table td {
	border: solid 1px #000;
	padding: .25em .5em;
	font: normal 11px Arial, Helvetica, Sans-Serif !important;
	text-align: center;
}