/* 

TABLES STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 9. tables	--------- */

table {
	font-size: 1.5em;
	padding:10px 0;
	color: #767676;
	margin:0px auto;
		}
		
table tr.heading{
	background:#265775;
	color:#FFF;
	border:none!important;
	}		
table td.heading{
	background:#265775;
	color:#FFF;
	}		
table tr.heading td{
	border:none!important;
	}		
		
table tr, td{
	border: 1px dotted #CCC;
	}		
table  td.last{
1	border-bottom: none!important;
	}		
	
table td{
	text-align:center;
	padding:5px 0;
	}