html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 5;
	padding: 5;
	font-size: 100%;
	font: inherit;
}



#content{
	padding: 0 0 7px;
	overflow: hidden;

}
#content h2{
	font-size: 25px;
	color: #07244a;
	font-weight: bold;
	margin: 0 0 24px 6px;
}
#content .result-block{
	border: 1px #07244a solid;
	background: #dbebff url(../images/bg-searchresult.gif) repeat-x;
	padding: 18px 18px 12px 23px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px; 
}
.result-block ul li{
	border: 1px #1da3be solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding:13px 11px 13px 14px;
	margin: 0 0 12px;
}
.result-block .heading{
	font-size: 18px;
	color: #07244a;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
}
.result-block .title{
	font-size: 15px;
	color: #07244a;
	display: block;
	font-weight: bold;
	margin: 0 0 22px;
}
.city .result-block .title{
	margin: 0 0 17px;
}
.result-block .title span{
	color: #006efd;
}
.search-results .search-title{
	background:url(../images/bg-resultheading.gif) repeat-x;
	display: block;
	color: #fff;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 21px;
	margin: 0 0 7px;
}
.search-results .column-holder{
	overflow: hidden;
	background:url(../images/separator.gif) repeat-x 0 100%;
	padding: 0 0 2px;
	margin: 0 0 3px;
}
.search-results .detail{
	float: left;
	margin: 0 20px 0 0;
	width: 54%;
}
.search-results .detail .image-holder{
	width: 141px;
	float: left;
	margin: 15px 9px 0 0;
}
.search-results .image-holder img{
	display: block;
	margin: 0 auto;
}
.search-results .detail .text{
	overflow: hidden;
}
.search-results .detail .text span{
	display: block;
	line-height: 24px;
}
.search-results .depart-time{
	width: 104px;
	background:url(../images/bg-depart.gif) 0 22px no-repeat;
	padding: 0 0 0 40px;
	float: left;
	line-height: 25px;
}
.search-results .depart-time span{
	display: block;
}
.result-block .amount-detail{
	background: url(../images/bg-price.gif) no-repeat;
	width: 176px;
	float: right;
	height: 74px;
	text-align: center;
	padding: 8px 0 0;
}
.result-block .amount-detail .price{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.result-block .amount-detail .price sup{
	font-size: 15px;
	display: inline-block;
	margin: -5px 0 0;
	vertical-align: top;
}
.result-block .amount-detail span{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
.result-block .amount-detail .tax{
	font-size: 12px;
	color: #fff;
	display: block;
}
.result-block .amount-detail a{
	font-size: 15px;
	color: #051934;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
}
.search-results .contact-block{
	background: url(../images/ico-phone2.gif) no-repeat;
	padding: 0 15px 0 37px;
	min-height: 30px;
}
.search-results .contact-block .sub-head{
	color: #848484;
	font-size: 12px;
	font-weight: bold;
	margin: 0 8px 0 0;
}
.search-results .contact-block .number{
	color: #0079c1;
	font-size: 14px;
	font-weight: bold;
}
.search-results .contact-block .more{
	color: #c40100;
	background: url(../images/bg-more.gif) 100% 50% no-repeat;
	padding: 0 20px 0 0;
	float: right;
	font-size: 14px;
}
.search-results .contact-block .contact-holder{
	overflow: hidden;
}
.result-block .four-column{
	overflow: hidden;
	padding: 0 0 0 26px;
}
.result-block .four-column .column{
	width: 245px;
	float: left;
}
.four-column .flight{
	overflow: hidden;
	margin: 0 0 7px;
}
.four-column .flight img{
	float: left;
	margin: 0 5px 0 0;
}
.four-column .flight .text{
	overflow: hidden;
}
.four-column .flight .title {
	margin: 0 0 7px;
	font-size: 12px;
}
.flight .title a {
	color: #750707;
	text-decoration:none;
	font-size:14px;
	font-family:sans-serif;
}
.flight .sub-title {
	margin: 10px 10px 05px;
	font-weight: bold;
}
.flight .detail {
	margin: 05px 10px 0px;
}
.flight .detail a{
	color: #4481dc;
	text-decoration:none;
}
.flight .sub-title a{
	color: #0365e3;
	text-decoration:none;
}
.flight span a{
	text-decoration: underline;
}
.flight span{
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.popular-ciities{
	background: #fefeff url(../images/bg-popular-cities.gif) repeat-x;
	border-top: 11px #051934 solid;
	width: 100%;
	overflow: hidden;
}
.popular-ciities .holder{
	max-width: 1009px;
	margin: 0 auto;
	overflow: hidden;
	padding: 21px 0 30px;
}
.country .popular-city{
	width: 75%;
	float: left;
	padding: 0 0 0 14px;
}
.country .popular-destination{
	width: 176px;
	float: right;
}
.popular-ciities .links-block{
	overflow: hidden;
	margin: 0 0 43px;
	background: url(../images/separator.png) 0 100% repeat-x;
	padding: 0 0 13px;
}
.popular-ciities .links-block h3{
	font-size: 15px;
	color: #0559c3;
	margin: 0 0 19px;
	padding: 0 0 12px 14px;
	background: url(../images/separator.png) 0 100% repeat-x;
	font-weight: bold;
}
.country .popular-ciities .links-block h3{
	display: inline-block;
	padding: 0 0 12px;
	width: 160px;
	margin: 0 0 5px;
}
*+html .country .popular-city h3{
	display: inline;
}
.country .popular-city .links-holder{
	padding: 0 0 7px;
}
.country .popular-destination .links-holder{
	padding: 0 0 7px;
}
.popular-ciities .links-holder{
	overflow: hidden;
	padding: 0 0 7px 12px;
}
.popular-ciities .links-holder ul{
	width: 230px;
	float: left;
	margin: 0 39px 20px 0;
	letter-spacing: 1px;
}
.popular-ciities .links-holder .last{
	margin: 0;
	width: 190px;
}
.popular-ciities .links-holder a{
	color: #0559c3;
}
.contact-block {
	padding: 0 0 0 7px;
}
