div.businesshours0, div.businesshours1
{
	 border: 1px solid #696969;
	 margin: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
}
div.businesshours0
{
	 background-color: none;
}
div.businesshours0:hover
{
	 background-color: #AFD6B1;
}
div.businesshours1
{
	 background-color: none;
	 color: red;
}
div.businesshours1:hover
{
	 background-color: #AFD6B1;
	 color: red;
}
div.bhLeftstyle
{
	 float: left;
	 text-align: right;
	 border-right: 1px solid #696969;
	 width: 35%;
	 padding: 5px 0px;
}
div.bhRightstyle
{
	 float: left;
	 border: 0px solid #696969;
	 width: 60%;
	 padding: 5px 0px;
}
div.clear1 
{
	 clear: both;
}
div.bhComment
{ 
	 border-top: 1px solid #696969;
	 text-align: center;
	 padding:5px;
}
span.day
{ 
	 font-weight: bold;
	 padding-right:5px;
}
span.hours
{ 
	 font-weight: bold;
	 padding-left:5px;
}
