/* 

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

*/

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

div.table {
	clear:both;
	margin-bottom:10px;
1	border:1px solid #d0d0d0;
		}
div.table .row {
		clear: both;
1		padding-left:2px;
		border-left: 2px solid rgba(255, 255, 255, 0);
		}
div.table .row:hover {
	border-left:2px solid #c00965;
	padding-left:0;
		}
div.table .row.header:hover {
	border-left:none;
		padding-left:2px;
		}
div.table .col {
		width: 15%;
1		background: #eeeeee;
		padding: 10px 5px;
		}
div.table .row.alt {
		background: #dfdfdf;
		}
div.table .col p {
		margin: 0;
		font-size: 1.1em;
		}
div.table .col p.resource-title {
		color:#c00965;
		font-size: 1.2em;
		}
div.table .col a {
		color:#c00965;
		}
div.table .col a:hover {
		color:#c00965;
		text-decoration:underline;
		}
div.table .row.header {
		background: #858586;
		}
div.table .row.header .col p {
		color: #fff;
		font-size: 1.2em;
		font-weight:bold;
		}
div.table .col.w-50 {
		width: 50px;
		}
div.table .col.w-60 {
		width: 60px;
		}
div.table .col.w-70 {
		width: 70px;
		}
div.table .col.w-80 {
		width: 80px;
		}
div.table .col.w-100 {
		width: 100px;
		}
div.table .col.w-130 {
		width: 130px;
		}
div.table .col.w-150 {
		width: 150px;
		}
div.table .col.w-180 {
		width: 180px;
		}
div.table .col.w-200 {
		width: 200px;
		}
div.table .col.w-250 {
		width: 250px;
		}
div.table .col.w-300 {
		width: 300px;
		}
div.table .col.w-350 {
		width: 350px;
		}
/*	specific	*/
div.table .col.payment-type {
		width: 40%;
		}
		