﻿/* endsdirectory.com information circuit styles
Author:Jeremy Halliwell
Version:20050826
 */
 
#main table.rates {
	border-collapse:collapse;
	margin-bottom:1em;
	width:100%;
}
#main table.rates td,
#main table.rates th {
	border:1px solid #E0F3E6;
	padding:0.3em;
}
#main table.rates caption {
	background:#E0F3E6;
	font-size:1.4em;
	padding:0.3em;
}
#main table.rates tfoot {
	font-style:italic;
	text-align:center;
}
#main table.rates td.price {
	text-align:right;
}
#main table.rates col.price {
	width:25%;
}	
#main #contacts {
	margin:1em 0;
}
#main #contacts th {
	text-align:left;
}
#main #contacts td {
	padding-bottom:1em;
}
#main ol#terms {
	margin-left:1em;
}
#main ol#terms li {
	margin:0.7em 0;
}