form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:link {
	color: #00974E;
}
a:visited {
	color: #006C39;
}
a:hover, a:active {
	color: #D25B1E;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.specialoffers {width: 198px; float: left; clear: none; margin: 0 10px 20px; border: 1px solid #ddd;}
	.specialoffers .name {display: table;}
	.specialoffers h2 {font-size: 1.2em; width: 198px; height: 34px; padding: 3px; margin: 0; font-weight: bold; display: table-cell; vertical-align: middle;}
	.specialoffers h3 {font-size: 1.5em; color:#c20808; height: 18px; overflow: hidden; padding: 6px 3px 0; margin: 0; font-weight: bold; text-align: center;}
	.specialoffers h4 {font-size: 1.3em; color:#c20808; height: 11px; overflow: hidden; padding: 0px 3px 6px; margin: 0; font-weight: bold; text-align: center;}
	.specialoffers .body {padding: 0px;}
	.specialoffers .contents {margin: 0px;}
	.specialoffers .thumb {display:table;}
	.specialoffers .thumb div { width: 198px; height: 100px; display: table-cell; text-align: center; vertical-align: middle; background: #eee;}
	.specialoffers .summary {padding: 5px; height: 50px; overflow: hidden; text-align: center;}
	.specialoffers .links { float: left; background: #f7f7f7; width: 198px;}
	.specialoffers .links a.left {margin: 3px; padding: 4px 0 0 20px; background:url(../images/profile/Profile_icon_details.gif) no-repeat 0 3px; float: left;}
	.specialoffers .links a.right {margin: 3px 5px 3px; padding: 4px 0 0 19px; float:right; background:url(../images/profile/Profile_icon_print.gif) no-repeat 0 3px;}
.clear {clear:both;}