#price_table
 {
  float: left;
  margin-top: 18px;
	margin-bottom: 4px;
 }
#price_table table,
table.general
 {
  border: 1px solid #C5C5C1;
	border-collapse: collapse;
	color: #676868;
	font-weight: bold;
 }
#price_table table td, 
table.general td, 
table.general th
 {
   border: 1px solid #C5C5C1;
	 padding: 3px;
	 font: 12px 'Trebuchet MS';
	 font-weight: bold;
	 line-height: 12px;
 }
#price_table table td a, #price_table table td a:visited
 {
   color: #676868;
	 text-decoration: none;
 }
#price_table table td a:hover
 {
	 text-decoration: underline;
 }
#price_table table td.head, #price_table table td.head a
 {
  background: #073D7D;
  color: white;
	font-weight: bold;
 }
#price_table table td.subhead, #price_table table td.subhead a
 {
  background: #4A89C0;
  color: white;
	font-weight: bold;
 }
#price_table table td.city
 {
  width: 179px;
 }
#price_table table td.normal
 {
  width: 63px;
 }
#price_table table td.topen
 {
  background: url('/img/top2.gif') no-repeat top right;
	background-position: 40px 4px;
 }
#price_table table td.topbg
 {
  background: url('/img/top_bg.gif') no-repeat top right;
	background-position: 40px 4px;
 }
#price_table table tr.light
  {
	 background: #F7F9FB;
	}
#price_table table tr.dark
  {
	 background: #F0F2F4;
	}
	
.centered { text-align: center; }

.alert{ color: red; }
.ok{ color: green; }