﻿
.result TABLE.solutions TH.airport,
		.result TABLE.solutions TD.airport {
			width: 120px;
			/*background: cyan;*/
		}

.result TABLE.solutions TH.discount,
		.result TABLE.solutions TD.discount {
			width: 60px;
			text-align: center;
			/*background: orange;*/
		}

.result TABLE.solutions TH.tax,
		.result TABLE.solutions TD.tax {
			width: 90px;
			/*background: red;*/
		}
		
		
.content .error .missing 
{
		background: url(../image/travel/quote_missing.png) no-repeat 620px -20px #fff0c1;
		width: 674px;
		padding: 10px 10px 10px 10px;
		margin: 0px 0px 0px 35px;
		font: normal 16px Arial, "Times New Roman", Times, serif;
		color: #3399cc;
		float: left;
		display: inline;
		border: 2px dotted #ffcc33;
	}

.content .error2 .missing2
{
		background: url(../image/travel/quote_missing.png) no-repeat 466px -20px #fff0c1;
		width: 510px;
		padding: 10px 10px 10px 10px;
		margin: 0px 0px 0px 12px;
		font: normal 16px Arial, "Times New Roman", Times, serif;
		color: #3399cc;
		float: left;
		display: inline;
		border: 2px dotted #ffcc33;
	}
	
.content .quote TABLE.buy {
		width: auto;
		margin: 0px 0px 0px 0px;
		clear: both;
	}
	
.content .quote TABLE.buy TD {
			/*width: 25%;*/
			padding: 5px;
			font-size: 12px;
			color: #2470A0;
			/*text-align: left;*/
			vertical-align: top;
		}