@charset "utf-8";
/* CSS Document */

#cheapflights {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.flightregion {
	width:32%;
	float:left;
	padding: 0px;
	margin-top: 12px;
	height: 220px;
	background-image: url(../images/layout/background-multicolor.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-left: 1%;
}
	
#cheapflights h2 {
	font-size: 11px;
	color: #304A61;
	clear: left;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #CDE6FC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	font-family: Arial, Helvetica, sans-serif;
}
#cheapflights ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#cheapflights ul li {
	display: block;
	font-size: 11px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	line-height: 1.75;
	float: left;
	width: 46%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3%;
}

