/* 08.3.15 */
table {
	border: 1px #D1D1D1 solid;
}
caption{ /*don't think I'm using anymore, was used for spec box I think*/
	border: 1px #D1D1D1 solid;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 10px 0;
	text-align: left;
}
th{
		font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
th.minutes, th.hours{
	color:#FFFAF0;
	font-weight:bold;
	text-align: center;
	background:#9E9E9E;
}
td.byappointment{
	font-size:10px;
	text-align:center;
}
td{
	padding: 0 10px;
}
.directions table.hours, .contact table.hours{

}
table.minutes{
	margin-top: 16em;
	background:#FFF5EE;
}
td.fullwidth{
	border: 1px #D1D1D1 solid;
	font-weight: normal;
	text-align: center;
}
ul.overview{
	border: 1px #D1D1D1 solid;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 140px;
}
li.caption {
	border-bottom: 1px #D1D1D1 solid;
	font-weight: bold;
}
ul.overview li{
	padding: 0 10px 0 10px;
}
table.specs{
	width:160px;
}
th.specs{
	background-color: White;
	text-align:left;
	padding-left:10px;
	border-bottom:solid 1px #D1D1D1;
}
table.minutes, table.hours, table.specialhours{
	width: 140px;
}
table.specialhours{
	font-weight:bolder;
	text-transform: uppercase;
	font-size: 120%;
}


