/*
The code below is for the structure and placement of the Diner Sales box
*/
#diners {
	width: 108px;
	border: 1px solid #7C97AE;
	margin-top: 20px;
	margin-left: 9px;
}
#dinersheading {
	width: 108px;
	border-bottom: 1px solid #7C97AE;
	background-color: #13567D;
}
#dinersbody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #13567D;
	font-weight: bold;
	width: 108px;
	padding: 3px 3px 3px 3px;
	background-color: #FFFFFF;
}
#dinersfooter {
	width: 108px;
	border-top: 1px solid #7C97AE;
	background-color: #13567D;
}
a.dinershead:link, a.dinershead:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0px;
	display: block;
	padding: 2px 2px 2px 2px;
	background-color: #13567D;
	text-decoration: none;
}
a.dinershead:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #13567D;
	font-weight: bold;
	letter-spacing: 0px;
	display: block;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
	text-decoration: none;
}
.rusttextlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
	font-weight: bold;
	letter-spacing: 0px;
}
a.diners:link, a.diners:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color:#CC3300;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.diners:hover {
	font-weight: bold;
	font-size: 12px;
	color: #13567D;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*---End of Diner Sales box---*/