/*
ID: airfare
Name: Airfare
Version: 1.0
Description: Styles for airfare list.
Media: screen
Dependents:
*/


.air{
	width:280px;
	height:200px;
	overflow:auto;
	padding:0;
	margin:0;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	}

	gfc-resultsHeader{display:none;}
	
	.gfc-result, .gf-result, .gfc-result .gf-title{
		padding:0;
		margin:0;
		height:auto;
		}
		
	.air .gf-title {
		height:auto;
		line-height:28px;
		margin:0;
		}
	
	.air .gf-title a{
		display:block;
		font-size:85%;
		padding:0 3px;
		font-weight:bold;
		}
		
	.air .gf-title a:hover{
		background:#f2f2f2;
		text-decoration:none;
	}
	
	.air .gf-snippet{display:none;}
	
.airfare_link{
	width:280px;
	height:50px;
	padding:0;
	margin:0 0 20px 0;
	background:url(../images/layout/sidebar-airfare.jpg) no-repeat top left;
	}
	
	.airfare_link p{
		font-size:75%;
		padding:10px 0 0 150px;
		margin:0;
		}
