div#special-offers {
	/*padding-top: 0.5em;*/
	margin-bottom: 0.5em;
	position: relative;
}
div#special-offers p {
  text-indent: 0;
}
div#special-offers h2 {
	margin-bottom: 0.5em;
	clear: both;
}
div#special-offers h4 {
	color: #c83c30;
	font-size: 105%;
	padding-top: 0.4em;
	margin-bottom: 0.6em;
}
div#special-offers h5 {
	color: #666;
	font-size: 100%;
	margin-bottom: 0.4em;
}
div#special-offers h6 {
	font-size: 100%;
	margin-bottom: 0.2em;
}
div#special-offers table {
	margin: 0 auto;
	border: 1px solid #c3c3c3;
	width: 80%;
	text-align: left;
	padding: 1px;
	margin-bottom: 1em;
}
div#special-offers table td {
	padding: 1px 8px;
	vertical-align: top;
	line-height: 160%;
}
div#special-offers table thead td, div#special-offers table tr.thead td, div#special-offers table tr td.thead {
	font-weight: bold;
	background-color: #d5d5d5;
	border: 1px solid #c8c8c8;
	color: #333;
}
div#special-offers table tbody td {
	background-color: #f0f0f0;
	border: 1px solid #e5e5e5;
}
div#special-offers ul {
  overflow: hidden;
  padding-left: 20px;
  zoom: 1;
}
