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,
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-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
}
:focus{
    outline:0;
}
body{
    line-height:1;
}
ol, ul{
    list-style:none;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}body{
	padding:0 0 20px 0;
	background-color:#f2f2f2;
}

/*===========*/
/* NO SCRIPT */
/*===========*/
#noscript{
	width:898px;
	padding:20px 0 20px 0;
	border:solid 1px red;
	margin:10px auto 10px auto;
	background:#fff url(/images/noscript.png) no-repeat 100px 50%;
}

/*========*/
/* LAYOUT */
/*========*/
#layout{
	width:880px;
	padding:10px;
	padding-top:0;
	margin:0 auto 0 auto;
	background-color:#fff;
	border-left:solid 1px #e6e6e6;
	border-right:solid 1px #e6e6e6;
	border-bottom:solid 1px #e6e6e6;
}

#page_title{
	position:absolute;
}

/*========*/
/* HEADER */
/*========*/
#header{
	position:relative;
	width:100%;
	height:76px;
	border-top:solid 1px #2f5f7f;
	background:url(/images/bg_header.png) repeat-x 0 0;
}
	#talk_badge{
		float:right;
		display:block;
		width:150px;
		text-align:right;
		padding-right:12px;
		position:relative;
		top:-3px;
	}
			#talk_badge a{
				text-decoration:underline;
				color:#1111CC;
			}
	#header_logo{
		position:absolute;
		top:26px;
		left:15px;
	}
	#header_title{
		position:absolute;
		top:40px;
		right:15px;
		height:24px;
		font-weight:bold;		
		color:#92b1c6;
	}
		#header_title span{
			font-weight:normal;
		}
	#header_airports{
		position:absolute;
		top:6px;
		right:15px;
		font-size:11px;
		color:#fff;
	}
		#header_airports a{
			color:#fff;
		}
		#header_airports span{
			padding:0 6px 0 6px;
			color:#416d89;
		}

/*=============*/
/* MENU (main) */
/*=============*/
#menu_main{
	width:100%;
	border-top:solid 1px #2f5f7f;
	border-bottom:solid 1px #fff;
	background-color:#073f65;
	position:relative;
}
	#plus1_button{
		position:absolute;
		top:6px;
		right:15px;
	}
	#addthis_button{
		position:absolute;
		top:6px;
		right:47px;
	}
	#menu_main_left{
		float:left;
		padding-left:10px;
		border-right:solid 1px #2f5f7f;
	}
		#menu_main_left li{
			float:left;
			border-left:solid 1px #2f5f7f;	
		}
			#menu_main ul li a{
				display:block;
				padding:8px 10px 8px 10px;
				font-size:12px;
				color:#fff;
			}
			#menu_main ul li a:hover{
				background-color:#0f3650;
				text-decoration:none;
			}
			#menu_main ul li a.current{
				position:relative;
				top:1px;
				background-color:#eee;
				color:#073f65;
			}
			#menu_main ul li a.current:hover{
				background-color:#eee;
			}

/*============*/
/* MENU (sec) */
/*============*/
#menu_sec{
	width:100%;
	padding-top:15px;
	background-color:#eee;
	position:relative;
}
	#menu_sec_left{
		float:left;
		padding-left:5px;
	}
		#menu_sec ul li{
			padding:0 10px 0 10px;
		}
		#menu_sec_left li{
			float:left;
			border-right:solid 1px #bbb;
		}
		#menu_sec_left li.rightmost{
			border-right:none;
		}
		#menu_sec_right li{
			float:left;
			border-left:solid 1px #bbb;
		}
			#menu_sec ul li a{
			}
			#menu_sec ul li a.current{
				color:#073f65;
			}
			#menu_sec ul li a.current:hover{
				text-decoration:none;
			}

/*=========*/
/* CONTENT */
/*=========*/
#content_wrap{
	width:860px;
	padding:10px 10px 0 10px;
	background-color:#eee;
}
	.content{
		width:100%;
		background-color:#eee;
	}
			.content .box{
				padding:15px;
				background-color:#fff;
				margin-bottom:10px;
			}
		/*----------*/
		/* 1 column */
		/*----------*/
		.content_col{
			width:100%;
		}
			.content_col .box{
				width:830px;
			}
		/*----------------------*/
		/* 2 columns (option 1) */
		/*----------------------*/
		.content_left1{
			float:left;
			width:570px;
		}
			.content_left1 .box{
				width:540px;
			}
		.content_right1{
			float:right;
			width:280px;
		}
			.content_right1 .box{
				width:250px;
			}
			
		/*----------------------*/
		/* 2 columns (option 2) */
		/*----------------------*/
		.content_left2{
			float:left;
			width:280px;
		}
			.content_left2 .box{
				width:250px;
			}
		.content_right2{
			float:right;
			width:570px;
		}
			.content_right2 .box{
				width:540px;
			}
		/*-----------*/
		/* 3 columns */
		/*-----------*/
		.content_col1,
		.content_col2,
		.content_col3{
			float:left;
			width:280px;
		}
		.content_col1,
		.content_col2{
			margin-right:10px;
		}
			.content_col1 .box,
			.content_col2 .box,
			.content_col3 .box{
				width:250px;
			}

/*========*/
/* FOOTER */
/*========*/
#footer{
	width:878px;
	margin:5px auto 0 auto;
	font-size:10px;
	color:#999;
}
	#footer_left{
		float:left;
	}
	#footer_right{
		float:right;
	}body{
    font-family:Arial,sans-serif;
    font-size:12px;
    color:#333;
}
hr{
    display:none;
}
strong,
span.strong{
    font-weight:bold;
}
em,
span.em{
    font-style:italic;
}
a{
    text-decoration:none;
	color:#14669c;
}
a:hover{
    text-decoration:underline;
}
a.seo{
	text-decoration:none;
	color:#333;
}
a.seo:hover{
	cursor:text;
}

/*================*/
/* BOXES (common) */
/*================*/
.box_title{
	line-height:135%;
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
}
.box_subtitle{
	font-size:13px;
	font-weight:bold;
	margin:16px 0 8px 0;
}
.box p{
	line-height:135%;
	margin-bottom:10px;
}
.box p.box_link{
	margin-top:20px;
	margin-bottom:0;	
	text-align:center;
	font-weight:bold;
}
.box_sep{
	width:100%;
	height:1px;
	font-size:0;
	background:url(/images/line_h.png) repeat-x 0 0;
	margin:15px 0 15px 0;
}

/*----------*/
/* BOX DESC */
/*----------*/
#box_desc{
}
	#box_desc ul{
		padding-left:10px;
		margin-bottom:12px;
	}
		#box_desc ul li{
			padding-left:12px;
			background:url(/images/bullet_circle1.png) no-repeat 0 50%;
			line-height:135%;
			margin-bottom:5px;
		}
	#box_desc ol{
	    padding:10px 5px 5px 10px;
	    margin-bottom:12px;
		background-color:#eee;
	}
		#box_desc ol li{
			line-height:135%;
			margin-bottom:6px;
		}

/*----------*/
/* BOX TABS */
/*----------*/
#box_tabs{
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}
	#box_tabs p{
		margin-bottom:15px;
	}

/*--------------*/
/* BOX FEATURES */
/*--------------*/
#box_features{
}
	#box_features ul{
		width:100%;
		padding:0;
	}
		#box_features ul li{
			padding-left:18px;
			background:url(/images/bullet_tick.png) no-repeat 0 3px;
			line-height:135%;
			margin-bottom:10px;
		}
		
/*----------*/
/* BOX SIGN */
/*----------*/
#box_sign{
}
	#box_sign_img{
		text-align:center;
		margin-bottom:0;
	}
		#box_sign_img img{
			border:solid 1px #ccc;
		}

/*-------------------*/
/* BOX TOP TRANSFERS */
/*-------------------*/
#box_transfers{	
}

	#box_transfers table{
		width:100%;
		border-collapse:collapse;
	}
		#box_transfers table td{
			padding:5px 0 5px 0;
			background-color:#eee;
			border-bottom:solid 1px #fff;
		}
		#box_transfers table td.transfer_location{
			padding-left:6px;
		}
			#box_transfers table td.transfer_location span{
			    text-decoration:none;
				color:#14669c;
				font-size:12px;				
/*				font-size:10px;*/
			}
		#box_transfers table td.transfer_pax{
			text-align:center;
			font-size:10px;
		}
		#box_transfers table td.transfer_price{
			padding-right:6px;
			text-align:right;
			font-weight:bold;
		}
	
/*--------------*/
/* BOX AIRPORTS */
/*--------------*/
#box_airports{
}
	#box_airports table{
		width:100%;
		border-collapse:collapse;
	}
		#box_airports table td{
			padding:5px 0 5px 0;
			background-color:#eee;
			border-bottom:solid 1px #fff;
		}
		#box_airports table td.airport_name{
			padding-left:6px;
		}	
		#box_airports table td.airport_area{
			padding-right:6px;
			font-size:10px;
		}
		#box_airports img{
			display:block;
			margin:20px auto 15px auto;
		}
	
/*-------------*/
/* BOX PAYMENT */
/*-------------*/
#box_payment{
}
	#box_payment ul{
		width:240px;
		padding:7px 3px 7px 7px;
		margin-bottom:15px;
		background-color:#eee;
	}
		#box_payment ul li{
			padding-left:12px;
			background:url(/images/bullet_circle1.png) no-repeat 0 50%;
			line-height:135%;
			margin-bottom:5px;
		}
			#box_payment ul li span.tip{
				font-size:10px;
				color:#808080;
			}
	#box_payment img{
		display:block;
		margin:0 auto 0 auto;
	}
	
/*--------------*/
/* BOX CONTACTS */
/*--------------*/
#box_contacts{
}
	#box_contacts_numbers{
		width:100%;
		margin-bottom:15px;
	}
		#box_contacts_numbers li{
			padding-left:22px;
			line-height:135%;
			margin-bottom:8px;
		}
		#number_phone{
			background:url(/images/icon_phone.png) no-repeat 1px 50%;
		}
		#number_mobile1{
			background:url(/images/icon_mobile.png) no-repeat 3px 50%;
		}
		#number_mobile2{
			background:url(/images/icon_mobile.png) no-repeat 3px 50%;
		}
		#number_fax{
			background:url(/images/icon_fax.png) no-repeat 0 50%;
		}
	#box_contacts_address{
		padding:10px;
		background-color:#eee;
		font-size:11px;
	}
	
/*---------------------------------*/	
#loading_wrap{
	display:none;
	text-align:center;
	font-size:11px;
	color:#808080;
	padding:30px 0 30px 0;
}/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,%20sans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=0&bgColorHeader=eeeeee&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=0&borderColorHeader=dddddd&fcHeader=073f65&iconColorHeader=14669c&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=eeeeee&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=0&borderColorDefault=dddddd&fcDefault=14669c&iconColorDefault=333333&bgColorHover=14669c&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=0&borderColorHover=14669c&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=0&borderColorActive=dddddd&fcActive=073f65&iconColorActive=333333&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=0&borderColorHighlight=dddddd&fcHighlight=073f65&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=000000&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=75&bgColorShadow=dddddd&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=100&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=0px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial, sans-serif; font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(/images/jquery-ui-1.7.2.custom/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-widget-content a { color: #444444; }
.ui-widget-header { border: 1px solid #dddddd; background: #eeeeee url(/images/jquery-ui-1.7.2.custom/ui-bg_highlight-soft_0_eeeeee_1x100.png) 50% 50% repeat-x; color: #073f65; font-weight: bold; }
.ui-widget-header a { color: #073f65; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #dddddd; background: #eeeeee url(/images/jquery-ui-1.7.2.custom/ui-bg_highlight-soft_0_eeeeee_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #14669c; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #14669c; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #14669c; background: #14669c url(/images/jquery-ui-1.7.2.custom/ui-bg_highlight-soft_0_14669c_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(/images/jquery-ui-1.7.2.custom/ui-bg_glass_0_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #073f65; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #073f65; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #dddddd; background: #ffffff url(/images/jquery-ui-1.7.2.custom/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x; color: #073f65; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #073f65; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #ff0084; background: #ffffff url(/images/jquery-ui-1.7.2.custom/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #222222; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #222222; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/images/jquery-ui-1.7.2.custom/ui-icons_ff0084_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/images/jquery-ui-1.7.2.custom/ui-icons_ff0084_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/images/jquery-ui-1.7.2.custom/ui-icons_14669c_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/jquery-ui-1.7.2.custom/ui-icons_333333_256x240.png); }
	.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/jquery-ui-1.7.2.custom/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/jquery-ui-1.7.2.custom/ui-icons_333333_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/jquery-ui-1.7.2.custom/ui-icons_0073ea_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/jquery-ui-1.7.2.custom/ui-icons_ff0084_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; }
.ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; }
.ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; }
.ui-corner-top { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; }
.ui-corner-right {  -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; }
.ui-corner-left { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; }
.ui-corner-all { -moz-border-radius: 0; -webkit-border-radius: 0; }

/* Overlays */
.ui-widget-overlay { background: #000000 url(/images/jquery-ui-1.7.2.custom/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x; opacity: .75;filter:Alpha(Opacity=75); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #dddddd url(/images/jquery-ui-1.7.2.custom/ui-bg_flat_0_dddddd_40x100.png) 50% 50% repeat-x; opacity: 100;filter:Alpha(Opacity=100); -moz-border-radius: 0px; -webkit-border-radius: 0px; }/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .4em .6em .4em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.xixicoco .ui-helper-hidden { display: none; }
.xixicoco .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.xixicoco .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.xixicoco .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.xixicoco .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.xixicoco .ui-helper-clearfix { display:block; }
/* end clearfix */
.xixicoco .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction states
----------------------------------*/
.xixicoco .ui-state-default, .xixicoco .ui-widget-content .ui-state-default { border: 1px solid #dddddd; background: #eeeeee 50% 50% repeat-x; font-weight: normal; color: #14669c; outline: none; }
/*.xixicoco .ui-state-default, .xixicoco .ui-widget-content .ui-state-default { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_glass_0_eeeeee_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #14669c; outline: none; }*/
.xixicoco .ui-state-default a, .xixicoco .ui-state-default a:link, .xixicoco .ui-state-default a:visited { color: #14669c; text-decoration: none; outline: none; }
/*.xixicoco .ui-state-hover, .xixicoco .ui-widget-content .ui-state-hover, .xixicoco .ui-state-focus, .xixicoco .ui-widget-content .ui-state-focus { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_glass_0_eeeeee_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #14669c; outline: none; }*/
.xixicoco .ui-state-hover, .xixicoco .ui-widget-content .ui-state-hover, .xixicoco .ui-state-focus, .xixicoco .ui-widget-content .ui-state-focus { border: 1px solid #dddddd; background: #eeeeee 50% 50% repeat-x; font-weight: normal; color: #14669c; outline: none; }
.xixicoco .ui-state-hover a, .xixicoco .ui-state-hover a:hover { color: #14669c; text-decoration: none; outline: none; }
.xixicoco .ui-state-active, .xixicoco .ui-widget-content .ui-state-active { border: 1px solid #dddddd; background: #ffffff 50% 50% repeat-x; font-weight: normal; color: #073f65; outline: none; }
/*.xixicoco .ui-state-active, .xixicoco .ui-widget-content .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #073f65; outline: none; }*/
.xixicoco .ui-state-active a, .xixicoco .ui-state-active a:link, .xixicoco .ui-state-active a:visited { color: #073f65; outline: none; text-decoration: none; }

/*============================*/
/* jQuey UI Defaults (custom) */
/*============================*/

/* Tabs */
.xixicoco .ui-tabs { padding: .2em; zoom: 1; }
.xixicoco .ui-tabs .ui-tabs-nav { margin-top:10px; list-style: none; position: relative; padding: .2em .2em 0; }
.xixicoco .ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.xixicoco .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.xixicoco .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.xixicoco .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .xixicoco .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .xixicoco .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.xixicoco .ui-tabs .ui-tabs-nav li a, .xixicoco .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.xixicoco .ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.xixicoco .ui-tabs .ui-tabs-hide { display: none !important; }


/*==================*/
/* Qnora Overrides  */
/*==================*/
.xixicoco .ui-tabs { padding:0; }
.xixicoco .ui-tabs .ui-tabs-nav { padding:0 0 0 8px; }	
.xixicoco .ui-tabs .ui-widget-header { border:none; border-bottom:solid 1px #ddd; }	
.xixicoco .ui-tabs .ui-tabs-nav li a { padding:6px 8px 3px 8px; }
.xixicoco .ui-tabs .ui-tabs-nav li a:hover { background-color:#fff; text-decoration:underline; }	
.xixicoco .ui-tabs .ui-tabs-nav li a, .xixicoco .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { font-size:12px; }
.xixicoco .ui-tabs .ui-tabs-panel { padding:0 0 0 8px; }

.xixicoco .locations ul li a {
	color:#14669c;
}
.xixicoco .ui-widget-content{
	border:none;
}
.xixicoco .ui-widget-header{
	background-color:#fff;
	background-image:none;
}

.ui-dialog .ui-dialog-titlebar{
	background-color:#fff;
	background-image:none;
	border:none;
}
.ui-dialog-buttonpane{
	border-top:none;
}/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 

	div.light_rounded .pp_arrow_previous { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; } 

	div.dark_rounded .pp_arrow_previous { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: url(/images/jquery-prettyPhoto-2.5.6/dark_square/contentPattern.png) top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_content_container .pp_left { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_square .pp_content_container .pp_right { background: url(/images/jquery-prettyPhoto-2.5.6/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_square .pp_expand { background: url(/images/jquery-prettyPhoto-2.5.6/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(/images/jquery-prettyPhoto-2.5.6/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(/images/jquery-prettyPhoto-2.5.6/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(/images/jquery-prettyPhoto-2.5.6/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(/images/jquery-prettyPhoto-2.5.6/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square #pp_full_res .pp_inline { color: #fff; } 
	
	div.dark_square .pp_arrow_previous { background: url(/images/jquery-prettyPhoto-2.5.6/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(/images/jquery-prettyPhoto-2.5.6/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(/images/jquery-prettyPhoto-2.5.6/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(/images/jquery-prettyPhoto-2.5.6/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(/images/jquery-prettyPhoto-2.5.6/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(/images/jquery-prettyPhoto-2.5.6/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(/images/jquery-prettyPhoto-2.5.6/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(/images/jquery-prettyPhoto-2.5.6/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(/images/jquery-prettyPhoto-2.5.6/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square #pp_full_res .pp_inline { color: #000; } 
	
	div.light_square .pp_arrow_previous { background: url(/images/jquery-prettyPhoto-2.5.6/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(/images/jquery-prettyPhoto-2.5.6/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(/images/jquery-prettyPhoto-2.5.6/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(/images/jquery-prettyPhoto-2.5.6/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(/images/jquery-prettyPhoto-2.5.6/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_nav .pp_arrow_previous { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_nav .pp_arrow_next { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	
	div.facebook .pp_next:hover { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(/images/jquery-prettyPhoto-2.5.6/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; }
		
		.pp_content .ppt {
			left: auto;
			margin-bottom: 5px;
			position: relative;
			top: auto;
		}
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0 0 5px 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
				
					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		a.pp_next {
			background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(/images/jquery-prettyPhoto-2.5.6/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */.tabs{
	width:100%;
	border-bottom:solid 1px #ddd;
}
	.tabs ul{
		padding-left:10px;
	}
		.tabs ul li{
			float:left;
			position:relative;
			top:1px;			
			margin-right:3px;
			padding:8px 10px 8px 10px;
			border:solid 1px #ddd;
			background-color:#eee;
			color:#14669c;
		}
		.tabs ul li.tab_selected{
			border-bottom:solid 1px #fff;
			background-color:#fff;
			color:#073f65;
		}
			.tabs ul li span{
				font-size:9px;
				padding-left:2px;
				color:#073f65;
			}
		.tabs ul li:hover{
			cursor:pointer;
			background-color:#fff;
		}/* override */
.tabs{
	position:absolute;
	bottom:4px;
	left:4px;
	width:852px;
padding-top:0;
background-color:transparent;
z-index:1000;
}

#fleet_img{
	height:136px;
}#box_banners{
	position:relative;
	width:852px;
	padding:4px;
	background-color:#fff;
	overflow:hidden;
	margin-bottom:0;
}
	#banners_nav{
		position:absolute;
		bottom:12px;
		right:12px;
		z-index:2000;
	}
		#banners_nav span{
			display:block;
			float:left;
		}
			#banner_prev{
			padding:1px 4px 1px 4px;
			border:solid 1px #fff;
			background-color:#fff;
			font-weight:bold;
			color:#14669c;
			margin-right:4px;
		}
			#banner_prev:hover{
				cursor:pointer;
				background-color:#14669c;
				color:#fff;
			}
			#banner_next{
				padding:1px 4px 1px 4px;
				border:solid 1px #fff;
				background-color:#fff;
				font-weight:bold;
				color:#14669c;
			}
			#banner_next:hover{
				cursor:pointer;
				background-color:#14669c;
				color:#fff;
			}
	#banners{
		width:100%;
		height:280px;
		overflow:hidden;
	}
		.banner{
			position:relative;
			width:100%;
			height:100%;
		}
		#banner_fao_1{
			background:url(/images/banners/banner7.jpg) no-repeat 0 0;
		}
		#banner_fao_2{
			background:url(/images/banners/banner5.jpg) no-repeat 0 0;
		}
		#banner_fao_3{
			background:url(/images/banners/banner6.jpg) no-repeat 0 0;
		}
		#banner_fnc_1{
			background:url(/images/banners/banner2.jpg) no-repeat 0 0;
		}
		#banner_fnc_2{
			background:url(/images/banners/banner5.jpg) no-repeat 0 0;
		}
		#banner_fnc_3{
			background:url(/images/banners/banner6.jpg) no-repeat 0 0;
		}
		#banner_lis_1{
			background:url(/images/banners/banner3.jpg) no-repeat 0 0;
		}
		#banner_lis_2{
			background:url(/images/banners/banner5.jpg) no-repeat 0 0;
		}
		#banner_lis_3{
			background:url(/images/banners/banner6.jpg) no-repeat 0 0;
		}
		#banner_opo_1{
			background:url(/images/banners/banner4.jpg) no-repeat 0 0;
		}
		#banner_opo_2{
			background:url(/images/banners/banner5.jpg) no-repeat 0 0;
		}
		#banner_opo_3{
			background:url(/images/banners/banner6.jpg) no-repeat 0 0;
		}
		/*-------------------------------------*/
		.banner_desc{
			position:absolute;
			top:0;
			left:0;
			width:364px;
			height:250px;
			padding:20px 20px 10px 20px;
			background:url(/images/opacity.png) repeat 0 0;
		}
		* html .banner_desc{
            background:transparent none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/opacity.png',sizingMethod='scale');
        }
			.banner_title{
				font-size:24px;
				font-weight:bold;
				color:#fff;
				padding-bottom:10px;
				border-bottom:dotted 1px #666;
				margin-bottom:10px;
			}
				.banner_title span{
					position:relative;
					top:4px;
					font-size:12px;
					font-weight:normal;
					color:#caeaff;
				}
			.banner_text{
				line-height:135%;
				font-size:15px;
				color:#fff;
				margin-bottom:10px;
			}
				.banner_text span{
					font-weight:bold;
				}
			.banner_locations{
				width:100%;
				margin-bottom:10px;
			}
				.banner_locations ul{
					float:left;
					margin-right:16px;
				}
				.banner_locations ul.rightmost{
					margin-right:0;
				}
					.banner_locations ul li{
						padding-left:12px;
						background:url(/images/bullet_circle2.png) no-repeat 0 50%;
						line-height:135%;
						font-weight:bold;
						font-size:13px;
						color:#fff;
						margin-bottom:5px;						
					}
			.banner_bullets{
				width:100%;
			}
				.banner_bullets ul{
					width:100%;
				}
					.banner_bullets ul li{
						padding-left:12px;
						background:url(/images/bullet_circle2.png) no-repeat 0 50%;
						line-height:135%;
						font-size:15px;
						color:#fff;
						margin-bottom:5px;
					}.locations{
	width:100%;
	margin-top:15px;
}
	.locations ul{
		float:left;
		margin-right:30px;
	}
	.locations ul.rightmost{
		margin-right:0;
	}
		.locations ul li{
			padding-left:15px;
			line-height:135%;
			margin-bottom:5px;
			background:url(/images/icon_popdown.png) no-repeat 0 50%;
		}
			.locations ul li span{
				font-size:10px;
				color:#aaa;
			}
.airport_location{
	padding-top:5px;
	background:url(/images/line_h.png) repeat-x 0 top;
	padding-left:8px;
}
	.airport_location li{
		padding-left:15px;
		line-height:135%;
		margin-bottom:5px;
		background:url(/images/icon_popdown.png) no-repeat 0 50%;
	}
	.airport_location li a{
		color:#14669C;
	}#converter_wrap iframe{
	height:160px;
	width:450px;
}
/*================*/
/* BOOKING FORM 1 */
/*================*/
#booking_form1{
	padding-bottom:10px;
} 
	.booking_form1{
		display:none;
	}
	.booking_form1_selected{
		display:block;
	}
		.booking_form1 table{
			border-collapse:collapse;
		}
			.booking_form1 table td{
				padding-bottom:10px;
				vertical-align:middle;
			}
			.booking_raquo{
				padding-right:24px;
				text-align:center;
				font-weight:bold;
				font-size:48px;
				color:#aaa;
			}
			.booking_col1{
				padding-right:8px;
				text-align:right;
				font-weight:bold;
			}		
			.booking_col2{
				padding-right:28px;
			}
			.booking_col3{
				padding-right:8px;
				text-align:right;
				font-weight:bold;
				font-size:11px;
			}
			.booking_col4{
				padding-right:28px;
			}
			.booking_col5{
				padding-right:28px;
				text-align:center;
				font-weight:bold;
				font-size:32px;
			}
				.booking_col5 span.lowast{
					position:relative;
					top:-20px;
					right:5px;
					font-weight:bold;
					font-size:13px;
					color:#073f65;
				}
			.booking_col6{
			}
				.booking_form1 input.popup{
					border:solid 1px #bbb;
					padding:4px;
					background-image:url(/images/icon_popup.png);
					background-repeat:no-repeat;
					font-size:11px;
					color:#4d4d4d;
				}
				.booking_form1 input.popup:hover{
					border:solid 1px #666;
					cursor:pointer;
				}
				.from,
				.to{
					width:184px;
					background-position:96% 50%;
				}
		/*---------*/
		/* Proceed */
		/*---------*/
		.booking_proceed_btn{
			background:none;
			border:none;
			padding:0;
			width:100px;
			height:26px;
			background:url(/images/btn1.png) no-repeat 0 0;
			font-weight:bold;
			font-size:11px;
			color:#fff;
		}
		.booking_proceed_btn:hover{
			cursor:pointer;
			background-position:0 100%;
		}
		/*-------*/
		/* Notes */
		/*-------*/
		.booking_info{
			width:100%;
			margin-top:8px;
			font-size:10px;
			color:#808080;
		}
			.booking_info p{
				margin-bottom:0;
			}
			.booking_info0{
				font-weight:bold;
				padding-bottom:10px;
			}			
			.booking_info1{
				float:left;
			}
				.booking_info1 .transfer_time_distance{
					color:#333;
				}
			.booking_info2{
				float:right;
				padding-right:14px;
				background:url(/images/icon_popup.png) no-repeat 100% 2px;
			}
				.booking_info1 span.lowast{
					font-weight:bold;
					font-size:13px;
					color:#073f65;
				}
				
#rfq_dialog p{
	line-height:135%;
}
