.deals table{
    border: 1px solid #cccccc;
    border-collapse: collapse;
}

.deals td{
	border: 1px solid #cccccc;
	border-collapse: collapse;
	font-size: 14px;
	color: #5a8dca;
	text-align: center;
	padding:3px;
	font-weight: bold;
	border-right:none;
}

table.deals div.latest h2{
  margin: 0px;
  padding: 2px 0;
  background-color: #DDDDDD;
  color: #3366CC;
  text-align: center;
  font-size: 12px;
}
table.deals div.latest a{
  margin: 5px;
  display: block;
  font-size: 11px;
}
table.deals div.latest a:hover{
  color:#005BB7
}

td.lmd{
	border-top: none;
	border-right:1px solid #cccccc;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	color: #595959;
	width: 302px;
	vertical-align: top;
	background-color:#f7fafd;
}

td.lmdheading{
	border-right:1px solid #cccccc;
	color:red;
	-moz-border-radius-topright:10px; 
	-webkit-border-top-right-radius:10px;
}

small.home{
	color:#ff0000;font-weight:bold;font-size:14px;
}

#table td,#table table { 
	border:1px solid #cccccc;
	border-collapse:collapse;
	text-align:left;
	font-size:12px;

}

#table th{
	background-color:#588dc9;
	padding:6px;
	line-height:18px;
	font-size:15px;
	color:#ffffff;
	text-align:center;
}