/* 

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

*/

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

table.loops * {
1	border: 1px solid #f00;
}
table {
1	background:#fff;
	width:90%;
	font-size:1.2em;
	padding:10px;
1	background: #fff;
1	border:1px solid #6fad3d;
		}
table td {
	width:350px;
	line-height:2em;
	color:#444;
	vertical-align:top;
	text-align:center;
}
table td.title {
	color: #1e562b;
	width:100px;
	text-align:right;
	vertical-align:top;
	padding-right:10px;
}
table.loops {
1	background:#fff;
	width:90%;
	font-size:1.2em;
	padding:10px;
1	background: #fff;
1	border:1px solid #6fad3d;
		}
table.loops td {
	width:350px;
	line-height:2em;
	color:#444;
	vertical-align:top;
	text-align:left;
}
table.loops td.title {
	color: #1e562b;
	width:100px;
	text-align:right;
	vertical-align:top;
	padding-right:10px;
}

table.rates {
1	border:1px solid #6fad3d;
	padding:0;
}
table.rates td {
1	border:1px solid #6fad3d;
	background: #e6e4e4;
}
table.rates td.title {
	width:200px;
}
table.rates td.prevPrice{
	background: #e6e4e4;
	color: #888;
	text-align:center;
}
table.rates td.was{
	background: #e6e4e4;
	text-align:center;
}
table.rates td.nowOnly{
	background: #d5fad5;
	text-align:center;
}
