.table-results {
	width: 100%;
}

	.table-results th {
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		color: #5f95ab;
		line-height: 25px;
		background: transparent url(../images/bg-table-results.gif) repeat-x left top;
		padding: 0px 15px 0px 15px;
		border-bottom: 1px solid #cbfaff;
		border-left: 1px solid #cbfaff;
	}
	
		.table-results th.last {
			font-size: 11px;
			font-weight: normal;
			border-left-width: 0px;
			border-right: 1px solid #cbfaff;
		}

	.table-results td {
		font-weight: bold;
		line-height: 21px;
		background: transparent url(../images/sep-table-results.gif) no-repeat right center;
		padding: 0px 15px 0px 15px;
		border-bottom: 1px solid #cbfaff;
	}

		.table-results td span {
			font-weight: normal;
			color: #777777;
		}

		.table-results td a {
			font-weight: normal;
		}
