@charset "utf-8";
/* CSS Document */
/* red: #9F0D18; */

/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------- CLASSES -------------------------  */

h4 {
	font-size: 13px;
	font-weight: bold;	
	margin: 15px 25px;	
}
a {
	color: #9F0D18;
	text-decoration: none;
	border: none;
	outline: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.red {
	color: #9F0D18;
}
.clear-l {
	float: none;
	clear: both;
	display: block;
	height: 45px;
}
.date {
	font-size: 10px;
	display: block;
	border-bottom: 1px #cccccc dotted;
}
.date2 {
	font-size: 10px;
	display: block;
}
.right {
	text-align: right;
}
.add65 {
	height: 65px;
	margin-bottom: 10px;
}
.indent30 {
	margin-left: 30px;
}
p.error {
	color: red;
}
/*  --------------------- ID's -------------------------  */

body {
	background-color: #D4BEB1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#header  {
	height: 105px;
}
#header a img{
	border: none;
	outline: none;	
}

#top-menu {
	width: 980px;
	height: 35px;
	color: #FFFFFF;
	background-color: #AFB7BA;
	padding: 0;
	margin: 0 0 10px 0;
}
#top-menu ul {
	margin: 0;
	text-align: center;
	padding: 10px;
}
#top-menu li {
	display: inline;
	font-weight: bold;
}
#top-menu li a {
	height: 35px;
	padding: 9px 12px;
	color: #F3F3F3;
	text-decoration: none;
	
}
#top-menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #73A9CD;
}


/* 540 - 230 - 190 */
#main {
	width: 540px;
	line-height: 12px;
	float: left;
	margin-right: 10px;
}
#thailand-flights h1, #thailand-flights h2, #international-flights h2, #links h2 {
	color: #FFFFFF;
	background-color: #73A9CD;
	font-size: 14px;
	width: 510px; /* inc 25 padding left; */
	padding-left: 30px;
	margin: 0;
	line-height: 30px;
	height: 30px;
}
#thailand-flights, #international-flights, #links {
	background: url("../images/bg-main.gif") repeat-x #FFFFFF;
	padding-bottom: 15px;
}
#main h3 {
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin: 10px 25px;
}
#main p {
	margin: 10px 25px;
}
#main a {
	font-weight: bold;
}
/* index only
#thailand-flights {
	height: 620px;
}
*/
#thailand-flights p {
	line-height: 18px;
	margin: 10px 25px;
}

#international-flights {
	height: 105px;
}

/* ------- Arrivals and Departure Pages tables -------------- */
form.arr-dep {
	margin: 5px 0;
	outline: none;
}
form.arr-dep select{
	font-weight: bold;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	outline: none;
}
.frame {
	 width: 530px;
	 height: 520px;
	 border: 1px #cccccc solid;
	 margin: 0 0 0 3px;
}
/* ------- Schedule tables -------------- */
#schedules {	
	margin: auto;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#schedules th
{
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	border-top: 2px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #000000;
}
#schedules td
{
	padding: 6px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid;
}
#schedules tr:hover td
{
	color: #9F0D18;
	background-color: #EFEFEF;
}


#links {
	height: 265px;
	margin-top: 10px;
	background: url("../images/bg-links.gif") no-repeat #ffffff;
}
#links .link-l, #links .link-r {
	height: 128px;
	width: 270px;
	float: left;
	margin: 0;
}
#links .link-l {
	width: 255px;
	margin-left: 15px;
}
#links .link-l h2, #links .link-r h2{
	margin: 15px 0px 20px 40px;
	width: 250px;
	background: none;	
}
#links .link-l h2 {
	margin-left: 45px;
}
#links .link-l p, #links .link-r p{
	margin: 5px 0 5px 10px;
	padding: 0;
	font-size: 11px;
}

#main .bot {
	background: url("../images/bg-main-bot.jpg") no-repeat #FFFFFF;
	height: 10px;
	margin-bottom: 10px;
}



#col-mid {
	width: 230px;
	float: left;
	margin: 0 10px 0 0;
}
#col-mid p {
	margin-left: 15px;
}
#col-mid .bot {
	background: url("../images/bg-mid-bot.jpg") no-repeat #FFFFFF;
	height: 10px;
	margin-bottom: 10px;
}

#col-mid h2 {
	color: #FFFFFF;
	background-color: #73A9CD;
	font-size: 14px;
	width: 215px; /* inc 15 padding left; */
	padding-left: 15px;
	margin: 0 0 10px 0;
	line-height: 30px;
	height: 30px;
}

/* QSF */
#flightsearch {
	background: url("../images/bg-main.gif") repeat-x #FFFFFF;
	margin-bottom: 10px;
	color: #000000;
	height: 355px;
}
#flightsearch:hover {
	background-image: none;
}
#qsf {
	margin: 0 10px;
	padding: 9px;
	height: 300px;
}
#qsf td {
	margin: 3px 0;
	padding: 1px;
}
#qsf .box {
	margin: 3px 0;
	width: 180px;
	padding: 2px 4px;
	font-weight: bold;
}
#qsf select.Items{
	margin: 3px 0;
	width: 85px;
	padding: 2px;
}
/* qsf end */

/* sign up form */
#newsletter {
	background: url("../images/bg-newsletter.jpg") repeat-x #E6EBEE;
	padding: 5px 0 10px 0;
	margin: 0;
	height: 160px;
}
#newsletter h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #498CC7;
	margin: 10px 15px 5px 5px;
	width: 190px;
}
#newsletter p{
	margin: 0 5px 0 10px;
	padding: 0;
}
#newsletter form {
	margin: 0px;
}

#newsletter .submit {
	margin: 5px 5px 0 20px;
}
.signup {
	margin: 5px 5px 0 20px;
	padding: 2px 4px;
	width: 120px;
}
.submit {
	margin: 5px 5px 0 0px;
	padding: 2px 4px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
.submit:hover {
	color: #9F0D18;
}
/* sign up form end */

/* hotels */
#hotels {
	height: 400px;
	background: url("../images/bg-agoda.jpg") no-repeat #ffffff;
}

#col-right {
	width: 190px;
	float: left;	
}
#col-right h2 {
	color: #FFFFFF;
	background-color: #73A9CD;
	font-size: 14px;
	width: 175px; /* inc 15 padding left; */
	padding-left: 15px;
	margin: 0;
	line-height: 30px;
	height: 30px;
}
#news, #blog, #menu-rhs {
	background: url("../images/bg-main.gif") repeat-x #FFFFFF;
	margin-bottom: 10px;
}
#col-right #news a, #col-right #blog a{
	display: block;
	margin: 5px 10px 0px 3px;
	padding: 5px;
	text-decoration: none;
	line-height: 14px;
	color: #000000;
	font-size: 12px;
}
#col-right #news a:hover, #col-right #blog a:hover{
	text-decoration: underline;
	color: #9F0D18;
}
#news .right, #blog .right {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#col-right .bot {
	background: url("../images/bg-right-bot.jpg") no-repeat #FFFFFF;
	height: 10px;
	margin-bottom: 10px;
}


#footer {
	float: none;
	clear: both;
	height: 130px;
	padding: 10px 20px 0 20px;
	margin-top: 15px;
	background: url("../images/bg-footer.gif") no-repeat bottom #AFB7BA;
	border-top: dotted 1px black;
}
#footer p{
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
}
#footer img {
   vertical-align: top;
}
#footer .blurb {
	font-size: 11px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a img {
   border: none;
	outline: none;
}
#footer a:hover {
	color: #9F0D18;
	text-decoration: none;
}




/* Agoda */
#agoda_searchbox_wrapper
{
	font-family:Arial;
	font-size: 12px;  
	padding:.2em .2em .2em 10px;
	width:200px;
}
#agoda_logo_wrap
{
	width:165px;;
	float:inherit;
	padding: 8px;
	margin-top: 60px;
}

#agoda_country_selection,#agoda_city_selection,#agoda_hotel_selection,#agoda_checkin_selection,#agoda_checkout_selection
{
	height:3.4em;
	padding:0.1em;
	margin:0.15em;
	/*background-color:#faf0a0;*/
}
#agoda_geo_selection,#agoda_date_selection
{
	/*border:solid 1px red;*/
}
#agoda_roompeople_selection 
{
	height:3.4em;
}
#agoda_checkin_label 
{
	/*clear:both; */
}
#agoda_room_selection,#agoda_adult_selection
{
	float:left;
	width:26%;
}
#agoda_children_selection
{
	float:left;
}
#agoda_country_label,#agoda_city_label,#agoda_hotel_label,#agoda_checkin_label,#agoda_checkout_label
{
	font-size:12px;
	text-align:left; 
	margin-top:0.2em; 
}
#agoda_country_input,#agoda_city_input,#agoda_hotel_input,#agoda_checkin_input,#agoda_checkout_input
{
	margin-top:0.2em;
}
.agoda_country_field,.agoda_city_field,.agoda_hotel_field
{
	width:99%;
}
#imgCal1,#imgCal2
{
	float:right;
}
#ddlCheckInDay,#ddlCheckOutDay
{
	width:55px;
}
#ddlCheckInMonthYear,#ddlCheckOutMonthYear
{
	width:100px;
}
/*
#ddlCheckInMonthYear,#ddlCheckOutMonthYear
{
	width:8em;
}
*/
#ddlCheckInDay,#ddlCheckInMonthYear,#ddlCheckOutDay,#ddlCheckOutMonthYear,.agoda_country_field,.agoda_city_field,.agoda_hotel_field
{
	font-size:12px; 
}
#ddlRoom,#ddlAdult
{
	font-size:12px; 
	width:40px;
}
#ddlChildren 
{
	font-size:12px; 
	width:50px;
}
#agoda_button_selection 
{
}
#agoda_btnSubmit 
{
	cursor:pointer;
	margin: 5px 5px 0 0px;
	padding: 2px 4px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
#agoda_btnSubmit:hover {
	color: #9F0D18;
}

/* Accordion menu */
.menu_list {	
	width: 170px;
	margin: 5px 0 10px 5px;
}
.menu_head {
	color: #3B637D;
	padding: 5px 5px 7px 5px;
	margin: 1px;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	background: #E0EDF6 url(../images/left2.gif) center right no-repeat;
}
.menu_head:hover {
	color: #000000;
}
.menu_body {
	display: none;
}
.menu_body a{
	display: block;
	color: #9F0D18;
	background-color: #EFEFEF;
	padding: 4px 0 2px 10px;
	margin: 0;
	border-bottom: #cccccc 1px solid;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
}
.menu_body a:hover{
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}
.menu_body p{
	background-image: none;
}
