.table {
 width: 438px;
 float: left;
 margin-bottom: 15px;
}

.results {
 padding: 0; 
 margin: 0;
 width: 100%;
}

caption {
 padding: 0 0 5px 0;
 font: italic 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
 text-align: right;
}

th {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-align: left;
	padding: 8px 6px 7px 12px;
	background-color: #EEEEEE;
	background-image: url(../images/bg-table-header.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eeeeee;
	border-bottom-color: #CCCCCC;
	border-left-color: #fff;
}

th.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eeeeee;
}

th.nobg {
 border-top: 0 none;
 border-left: 0 none;
 border-right: 1px solid #cedfeb;
 background: none;
}

td {
	font: normal 11px auto Arial, Helvetica, sans-serif;
	color: #666666;
	background: #fff;
	padding: 6px 6px 6px 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
}

td.alt {
	background-color: #F6F6F6;
	background-image: url(../images/1px.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

th.spec {
 border-left: 1px solid #cedfeb;
 border-top: 0 none;
 border-bottom: 1px solid #cedfeb;
 font: normal 11px auto Arial, Helvetica, sans-serif;
 background: #fff;
}

th.specalt {
	font: normal 11px auto Arial, Helvetica, sans-serif;
	padding: 6px 6px 7px 12px;
	background-color: #F6F6F6;
	background-image: url(../images/1px.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}

td strong {color: #666666;}
