.widget_cheapflights{
	position: relative;
	display:block;
	width: 320px;
	height : 300px;
	/*
	border-right: 1px #B0DFFF solid;
	border-bottom: 1px #3871A5 solid;	
	*/
	/*overflow : hidden;	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #043061;
	border-width:0px;	
}

.widget_cheapflights .widget_title {
	padding: 0px;
	margin: 0px;
	background-color: #FFCC66;
	border: 1px #FF9900 solid;
	color: #3871A5;
	font-weight: bold;
	height : 28px;
	line-height: 28px;
	text-align: left;
	text-indent: 15px;
}
.widget_cheapflights  .widget_list_con{	
	width: auto;
	height: 100%;
	background-color: #FFFFFF;
	border: 1px #D1DDE6 solid;
	border-top: 0px none;
}
.widget_cheapflights  .widget_list_panel{	
	width: auto;
	height: 100%;
	overflow:hidden;
}

.loading_full {
	position: absolute;
	background: #FFFFFF url(/I/loader/loading.gif) center no-repeat;
	overflow: hidden;
	top: -100px;
	left: -100px;
	z-index: 100498;
}	
/************** HEADER START ****************/
.widget_cheapflights .widget_title p{  
	padding : 5px ;
	margin:0;
}
/************** HEADER END ****************/

/************** LIST START ****************/
.widget_list_con .widget_row{	
	font-weight: normal;
	display : block;
	text-align: left;
	padding: 5px;
	cursor: pointer;
	clear : both ;
	border-bottom: 1px #FF9900 dotted;
	width: 100%;
}
.widget_row:hover {
	background-color: #E2EEF7;
}
.widget_list_con .widget_row p{
	padding: 0;
	margin:0;
	line-height : 13px;
	font-size: 11px;
}
.widget_row .airlineName {
	font-weight: bold;
	color: #FF9900;
}
.widget_list_con .widget_row .widget_info_price{
	color:#9999CF;
	font-weight: normal ;
	font-style : italic;	
	font-size: 7pt;
}
.widget_row .first{	
	float:left ;
	top:-1px;
	margin:0 15px 0 0;
	width : 70px; 
	height : auto;
	padding : 0 ;
}
.widget_row .first p {	
	line-height : 12pt;
	font-size : 8pt ;
	text-align:center ;
	margin:0;
	padding:0;
	text-align:center;
}
.widget_row .firstPrice{
	display : inline;	
	font-size : 12pt ;
	font-weight: bold;
	padding : 0 5px 0 0;
	
}
/************** LIST END ****************/
.scrollbar-vert{
	position: absolute;
	background: url(/I/scrollBarBgn.png);
	width: 16px;
	top: 30px;
	right: 1px;
}
.handle-vert{
	height: 75px;
	width: 16px;
	background: url(/I/scrollBar.png) no-repeat;
}