/***
 * styles.css
 * 
 * revisions:
 * 06/03/09
 * 03/25/09
 *
 */
a img {
border:none;
}

A {
	outline:none;
	text-decoration: none;
	color: #008000;
}

A:hover {
	text-decoration: underline;
	color: #008000;
}

p {
	font-family: Arial;
}

sup {
	font-size:85%;
	vertical-align:0.2em;
}
#newsletter h1 {
	color:#555;
	font-size:12px;
	font-weight:bold;
}

.search_row {
	width: 100%;
	clear: both;
}

.result_address {
	width: 200px;
	float: left;
}

.result_hours {
	width: 175px;
	float: left;
	margin-left: 10px;
}

.result_description {
	clear: both;
	width: 100%;
}

.result_products {
	float: left;
	clear: both;
}

.day {
	width: 30px;
	text-align:left;
	clear:both;
	float: left;
}

.hours {
	width: 60px;
	text-align:right;
	float: left;
}
