/* Contains all the styles for the offers module of the website */

#specials {
}
.special_title {
	font-size: 1em;
	color: #594D4D;
	border: 1px solid #6F0000;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	background-color: #FFEEDE;
}
.special_details {
	padding: 0.4em 0.2em 0.2em 1em;
	color: #594D4D;
	font-size: .9em;
	line-height: 140%;
}
