#bodyContentHotelList {
}
.flstcRightSidebar {
	-moz-border-radius: 10px / 9px;
	-webkit-border-radius: 10px / 9px;
	border-radius: 10px / 9px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.12);
	box-shadow: 0 1px 1px rgba(0,0,0,.12);
	font-family:'OpenSansRegular',arial,sans-serif;
	font-size: 13px;
}
.flstcRightSidebar .dlstc-airlineName {
	/* font-family:'OpenSansLight',arial,sans-serif; */
	font-size: 24px;
	font-weight: 400 !important;
	margin-top: 8px;
	margin-bottom: 8px;

}
.flstc-flightLogo {
	width: 70px;
	height: 70px;
	border: 2px solid #fbb319;
	-moz-border-radius: 10px / 10px;
	-webkit-border-radius: 10px / 10px;
	border-radius: 10px / 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #f9f9f9;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	position: relative;
	margin-right: 10px;
}
.flstc-flightLogo img {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
/*	margin-left: -30px;
	margin-top: -30px;*/
}
.flstc-coo span {
	margin: 2px 0 0 3px;
}
.iataBoxWrapper {
	width: 85px;
	text-transform: uppercase;
}
.iataText{
	font-size: 12px;
	/*font-weight: 700;*/
}
.iataTextt {
	letter-spacing: .4em;
}
.iataTextb {
	letter-spacing: .15em;
}
.iatatwoltcode {
	font-family:'OpenSansLight',arial,sans-serif;
	font-size: 60px;
	line-height: 50px;
}
.flstcOutter-content {
	max-width: 960px;
	background: #e7e7e7;
	margin: 0 auto;
	border-radius: 10px;
	position: relative;
	/*margin-top: 15px;*/
	font-family:'OpenSansRegular',arial,sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.flstcOutter-content:before {
	display: block;
	position: absolute;
	top: -27px;
	left: 835px;
	/*display: none;*/
	width: 48px;
	height: 39px;
    /*
	background-image: url('{$staticRoot}/static/img/front/V2/rounded-arrow02.png');
	background-repeat: no-repeat;
    */
	content: "";
}
.flstcInner-content {
	width: auto;
	min-height: 100px;
	margin: 3px;
	padding: 10px !important;
	background: #fff;
	border-radius: 10px;
	padding: 3px;
	box-shadow: 0 4px 5px rgba(128,128,128,.15);
}
.flstFlightDes-head, .flstFlightDes-content {
	border: 1px solid #d6d6d6;
}
.flstFlightDes-head {
	height: 32px;
}
.flstFlightDes-head img {
	margin-top: 3px;
}
.flstFlightDes-head h2 {
	font-weight: 400 !important;
	font-size: 18px;
}
.flstFlightDes-content {
	border-top: none;
}
.seeallflight {
	/*width: 163px;
	height: 31px;*/
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #51aded;
	-moz-box-shadow: inset 0 2px 0 #2c9eee;
	-webkit-box-shadow: inset 0 2px 0 #2c9eee;
	box-shadow: inset 0 2px 0 #2c9eee;
	margin-top: -5px;
	margin-right: 15px;
	padding: 0px 10px;
}
.seeallflight-text a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 24px;
}
.flstFlightDes-listitem ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px;
	display: block;
}
.flstFlightDes-content > .flstFlightDes-listitem ul {
	font-size: 12px;
}
.flstFlightDes-listitem ul li {
	float: left;
	display: block;
	background-color: #f6f6f6;
	padding: 2px 8px 2px 10px;
	border-left: 2px solid #ea591c;
	margin: 0 10px 10px 0;
}
.flstFlightDes-listitem ul li a {
	height: 22px;
	color: #444; 
	text-decoration: none;
	display: block;
}