﻿body 
{
    font-size: 80%;
    font-family: Arial;
    margin: 0;
    padding: 0;
    background-color:#d8e0e5;
    color:#666;
    
}

.login_msg 
{
    font-size:16px;
}

#page
{
    width: 921px;
    margin-left: auto;
    margin-right: auto;
    background-color:#fff;
    margin: auto;
    position:relative;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.99);
}


.top_text 
{
    color:#fff;    
    top:49px;
    font-size:10px;
    position:absolute;
    left:-190px;
    display:none;
    
}


.map_container
{
    border-right:1px solid #BABABA;
    }
.facebook-like 
{
    padding-top:10px;
    float:right;    
    padding:5px;
}

a:link
{
    color: #3366ff;
    text-decoration: none;
}

a:visited
{
    color: #3366ff;
    text-decoration: none;
}

a:hover
{
    color: #3366ff;
    text-decoration: none;
}

a:active
{
    color: #3366ff;
    text-decoration: none;
}

#bg_containers 
{
    width:921px; 
    margin:0;
    z-index:-1;
}

#bg_containers div 
{
    width:921px; 
    height:571px; 
    margin:0 auto;
}

#bg_containers .bg1 
{
    background:url("../images/main_im1.png") no-repeat;
}

#bg_containers .bg2 
{
    background:url("../images/main_im2.png") no-repeat;
}

#bg_containers .bg3 
{
    background:url("../images/main_im3.png") no-repeat;
}

#bg_containers .bg4 
{
    background:url("../images/main_im4.png") no-repeat;
}

#bg_containers .bg5 
{
    background:url("../images/main_im5.png") no-repeat;
}

#bg_containers .bg6 
{
    background:url("../images/main_im6.png") no-repeat;
}

#bg_containers .bg7 
{
    background:url("../images/main_im7.png") no-repeat;
}

.on-demand-title 
{
    font-size:14px;font-weight:bold;
}

.pre-order-img 
{
    width:103px;height:160px;
}

.miniwidget_head 
{
    padding:5px;
    background-color:#1272c9;
    color:#fff;
    font-size:14px;
    font-weight:bold;
}

.miniwidget 
{
    width:250px;
    background-color:#f7f7f7;
    padding:10px;
}

.cart
{
    padding:10px;
    background-color:#EAF1FB;
    margin:10px 0px 10px 0px;
    -moz-border-radius: 10px; 
    border-radius:10px;
}

.img_wrap 
{
    border:1px solid #ddd;
    width:103px;
    height:160px;
}

.img_wrap_cat
{
    border:1px solid #ddd;
    width:229px;
    height:90px;
}




.cart_item 
{
    width:270px;
    height:240px;
    margin:8px;
}

.cart_cat 
{
    width:280px;
    height:200px;
    margin:8px;
}

.cart_shop_btn a:visited 
{
    color:#000;
}

.cart_shop_btn a:link 
{
    color:#000;
}

.cart_shop_btn a:hover 
{
    color:#000;
}

.cart_shop_btn a:active 
{
    color:#000;
}

.cart_shop_btn 
{
    padding:5px;
    width:50px;
    text-align:center;
    background-color:#ddd;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#000;
}

.cart_item_title
{
    font-weight:bold;
    font-size:11px;
    color:#000;
}

.cart_item_text
{
    font-size:10px;
    color:#333333;
 line-height:70%;

}

.cart_ProTag
{
    font-size:10px;
    color:#507c95;
 line-height:70%;

}

select.icon-menu option 
{
    background-repeat:no-repeat;
    background-position:bottom left;
    padding-left:30px;
}

select.icon-menu 
{
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/small-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-color:#f7f7f7;
    border: 1px solid #ddd;
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size:11px;
    width:120px;
    margin-right:10px;
}

.hide 
{
    display:none;
}

.padder 
{
    padding:1px;
}

.middle-panel
{
    padding:10px;
    width:500px;
    background-color:#f7f7f7;
}

 .link_arrow 
 {
     background-image: url("../images/linkImg.png") ;
     background-repeat:no-repeat;
     text-indent:20px;
     vertical-align:middle;
}

.faq-response 
{
    background-image: url("../images/tick.png") ;
    background-repeat:no-repeat;
    text-indent:20px;
    display:none;
}

.faq-question 
{
    font-weight:bold;
    padding:5px 0px 5px 0px;
}

.faq-answer 
{
    padding:5px 0px 5px -1px;
}

.banner_content 
{
    padding:5px 0px 5px 0px;
}

.lang 
{
    margin-top:8px;
    position:relative;
    float:right;
    margin-right:3px;
}

.lang-index 
{
    margin-top:15px;
    position:relative;
    right:55px;
    float:right;
}

.text-red 
{
    padding:3px;
    color:Red;
}

.text-green-x
{
    padding:3px;
    color:green;
    font-size:11px;
}

input[type=submit][disabled=disabled],
button[disabled=disabled] {
    color: #888;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ddd));
	background: -moz-linear-gradient(top,  #f7f7f7,  #ddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ddd');
    border:1px solid #888;
}


#maincontent 
{
    margin-left: auto;
    margin-right: auto;
    padding:10px 60px 0px 60px;
}

#content 
{
    padding:0px 40px 40px 40px;
}

.fstable  
{
    border:1px solid #B0ADAD; 
    margin:10px 0; 
    width:620px;
}

.fstable th  
{
    border-bottom:1px solid #B0ADAD; 
    background:#666; 
    padding:5px 10px 0px 0px; 
    color:#FFFFFF
}

.fstable td  
{
    border-bottom:1px solid #C2C2C2; 
    border-right:1px solid #C2C2C2; 
    background:#ebebeb; 
    padding:5px 10px; 
    color:#555555; 
}

.fstable td.last 
{
    border-right:none;
}

.fstable tr.last td  
{
    border-bottom:none;
}

.middle-panel 
{
    padding:10px;
    width:500px;
    background-color:#f7f7f7;   
}
    
.link_arrow 
{
    background-image: url("../images/linkImg.png") ;
    background-repeat:no-repeat;
    text-indent:20px;
    vertical-align:middle;
    padding-bottom: 6px;
}

.faq-response 
{
    background-image: url("../images/tick.png") ;
    background-repeat:no-repeat;
    text-indent:20px;
    display:none;
}

.faq-question 
{
    font-weight:bold;
    padding:5px 0px 5px 0px;
}

.faq-answer 
{
    padding:5px 0px 5px -1px;
}

#menu 
{
    float:right;
    top:55px;    
    left:400px;
    width:900px;
    position:absolute;
}


.banner_content 
{
    padding:5px 0px 5px 0px;    

}

.banner_img 
{
 
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.99);   border:2px solid #fff;    
}


.lang 
{
    margin-top:8px;
    position:relative;
    float:right;
    margin-right:3px;
    
}

.lang-index
{
    margin-top:15px;
    position:relative;
    right:55px;
    float:right;
    
}
.text-red 
{
    padding:3px;
    color:Red;
}

.text-green-x
{
    padding:3px;
    color:green;
    font-size:11px;
}


#maincontent 
{
    margin-left: auto;
    margin-right: auto;
    padding:10px 60px 10px 60px;
}

#content 
{
    padding:0px 40px 40px 40px;
}



a:link
{
    color: #3366ff;
    text-decoration: none;
}
a:visited
{
    color: #3366ff;
    text-decoration: none;
}
a:hover
{
    color: #3366ff;
    text-decoration: none;
}
a:active
{
    color: #3366ff;
    text-decoration: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

div#title 
{
    float:right;
    position:absolute;
    top:250px;
    color:#fff;
    padding-left:50px;
}

#logo 
{
    margin-left:60px; 
    padding-top:5px;
}
.newsticker_bg 
{
    background-color:#002547;
    color:#fff;
    padding:4px;
}

#footer
{
	margin: 0 auto;
	width: 990px;
	text-align:center;
	font-size:0.9em;
	padding:5px;
	text-shadow: white 1px 1px 0px;
}

#footer-left
{
	clear: left;
	float: left;
	width: 600px;
	padding: 5px 0;
	margin-left: 5px;
	display: inline;
	
	
}

#footer-right
{
	float: right;
	font-size: 12px;
	padding:0px 20px 0px 0px;
	margin-right: 5px;
	display: inline;
	text-align:right;
}

.image-wrapper 
{
    margin: auto;
    background: #fff;
    position:relative;
    border:2px solid #fff;
}

hr 
{
    color: #f00;
background-color: #A6B2C7;
height: 1px; 
}
h1
{
    padding:0px;
    color:#034694;
    font-size:22px;
    margin:12px 0px 12px 0px;
   
}

h2
{
    font-size:15px;
    color:#1e4d83;
    font-weight:bold;
    margin-bottom:5px;
}

h3
{
    font-size:14px;
    color:#575757;
    margin-bottom:8px;
}

h4
{
    font-size:14px;
    color:#3b3b3b;
    margin-bottom:2px;
}

h5, h6
{
    font-size:12px;
    color:#3b3b3b;
    margin-bottom:2px;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}


.mainpage1 
{
    background-image: url("../images/main_img_1.jpg") ;
    background-repeat:no-repeat ;
    height:480px;
    background-color:red;
}

.mainpage2
{
    background-image: url("../images/main_img_2.jpg") ;
    background-repeat:no-repeat ;
    height:480px;
}


.mainpage3 
{
    background-image: url("../images/main_img_5.jpg") ;
    background-repeat:no-repeat ;
    height:480px;
}

.mainpage4 
{
    background-image: url("../images/main_img_4.jpg") ;
    background-repeat:no-repeat ;
    background-color:red;
    height:480px;
}

.mainpage5 
{
    background-image: url("../images/main_img_6.jpg") ;
    background-repeat:no-repeat ;
    height:480px;
}

.mainpage6 
{
    background-image: url("../images/main_img_6.jpg") ;
    background-repeat:no-repeat ;
    height:480px;
}



.main-offers-title {
    font-size:16px;
    color:#fff;
    padding-bottom:2px;
    border-bottom:1px solid #2272ba;
}

.main-offers-terms {
    font-size:12px;
    color:darkgray;
    text-indent:23px;
}

.quickbook_container 
{
      -webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;  
	background:#fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #f7f7f7;
	border-bottom:1px solid #f7f7f7;    
	padding:10px;
}

.msg_success 
{
    color:green;

}

.main-offers 
{
    margin-top:8px;
    background-color: #06437a;
    opacity:0.9;
    width:630px;
    height:100px;
    filter: alpha(opacity = 90);
    padding:5px;
}

.mainpage_wrapper_inner 
{
      margin: auto;
    position:relative;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.99);
}

.mainpage_wrapper 
{
    width: 921px;
    margin-left: auto;
    margin-right: auto;
  
}

.main-offers-item a, .main-offers-item a:link, .main-offers-item a:active, .main-offers-item a:visited {
    color: #fff;
}

.fare_amount 
{
    font-size:14px;
    color:Green;
    font-weight:bold;
    }
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.large {
    font-size:25px;
	padding: .4em 1.5em .42em;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}


.main-offers-item 
{
    padding:4px;
    color:#fff;
    font-size:12px;
    width:194px;
    background-image: url("../images/linkImg.png") ;
    background-repeat:no-repeat;
    text-indent:20px;
    cursor:pointer;
}

.mobile-radio 
{
    font-size:25px;   
    height:30px;
    width:30px;    
}

.mobile-text 
{
    font-size:30px;   
}

.mobile-backbtn
{
    float:right;
    top:400px;
        
}

.mobile-btn 
{
    font-size:30px;   
    float:right;
    right:100px;
    width:400px;
}

.mobile-back
{
    background-image: url("../images/mobile/head.png") ;
    background-repeat:no-repeat;
    height:960px;
    width:640px;
    background-color:#fff;
    font-size:30px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

.footer
{
    color: #999;
    padding: 20px;
    text-align: left;
    line-height: normal;
    margin: 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0
}

ul.dropdown {
 position: relative;
 z-index: 900;
 float: left;
}

ul.footerdropdown1 {
 position: relative;
 z-index: 900;
 float: left;
}

ul.footerdropdown1 li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 list-style-type:none;
 color:darkgray;
 font-weight:bold;

}

ul.footerdropdown1 ul ul {
    text-transform: none;
    padding: 5px 15px 0 0px;
}

ul.footerdropdown1 ul ul li {
 font-weight: normal;
 padding: 5px 15px 0 0px;
}	

.footerbox 
{
    background-color:#012b51;
    overflow:hidden;
}

ul.footerdropdown {
 position: relative;
 z-index: 900;
 float: left;
}

ul.footerdropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 list-style-type:none;
 color:#9eb4c9;
 font-weight:bold;

}

ul.footerdropdown ul ul {
    text-transform: none;
    padding: 5px 15px 0 0px;
}

ul.footerdropdown ul ul li {
 font-weight: normal;
 padding: 5px 15px 0 0px;
}
		
ul.footerdropdown a:link,
ul.footerdropdown a:visited	 
{
    color: #fff; 
    text-decoration: none; 
}

ul.footerdropdown a:hover	 
{
    color: #fff; 
}

ul.footerdropdown a:active	 
{
    color: #fff; 
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown-linear {
 width: 100%;
}

ul.dropdown-linear ul li {
 float: left;
}

ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover {
 position: static;
}

ul.dropdown-linear ul ul {
 display: none !important;
}

ul.dropdown-columnar ul li {
 position: static;
 width: 165px;
}

ul.dropdown-columnar ul ul {
 display: block !important;
 position: static;
 width: auto !important;
}

ul.dropdown-columnar ul ul li {
 float: none;
}

ul.dropdown-columnar ul ul ul {
 display: none;
}

ul.dropdown-columnar li.hover ul,
ul.dropdown-columnar li:hover ul {
 visibility: visible !important;
}

p { margin-bottom: 2px; margin-top: 2px; }

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}

.dropdown-upward {
 margin-top: 400px !important;
}

ul.dropdown li {
    padding: 0 10px;
	background-color: transparent;
	color: #000;
}

ul.dropdown li.last ul li {
	 float: right;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    background-color: #00aeb9;
	color: #fff;
}

ul.dropdown a:link,
ul.dropdown a:visited	 
{
    color: #fff; 
    text-decoration: none; 
}

ul.dropdown a:hover		 
{
    color: #fff; 
}

ul.dropdown a:active	 
{
    color: #fff; 
}

ul.dropdown ul {
	background-color: #00aeb9;
    left:-400px;
    width:950px;
    opacity:0.9;
    filter: alpha(opacity = 90);
}

* html ul.dropdown ul {
    width: 960px;
}

ul.dropdown ul li {
    font-weight: bold;
	color:#fff;
}

ul.dropdown ul ul {
    margin-top: 5px;
	text-transform: none;
}

ul.dropdown ul ul li {
    font-weight: normal;
}

ul.dropdown *.dir {
 padding-right: 30px;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown ul *.dir {
 background-image: none;
 
}

ul.dropdown li a {
 display: block;
 padding: 0 10px;
}

ul.dropdown li {
 padding: 0;
}

ul.dropdown li.dir {
 padding: 5px 15px 10px 15px;
}

ul.dropdown li.dir:hover {

}

ul.dropdown ul li.dir {
    padding: 10px;
}

ul.dropdown ul {
    padding: 0 10px;

}

ul.dropdown ul a {
    width: 140px;
    padding: 3px 5px;
 }

ul.dropdown ul a:hover {
    background-color: #00888a;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

ul.dropdown ul ul {
    padding: 0;
    margin-left: -5px; 
}

#mp_panel 
{
         
}

.fare_amount 
{
        padding:1px;
        background:#FCF192;
        color:#000;
        -webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
        font-size:30px;
    }
    
.suc_msg 
{
        padding:1px;
        background:#FCF192;
        color:#000;
        -webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
        font-size:10px;
        
    }
    
    .total_amount 
    {
       padding:1px;
        background:#FCF192;
        color:#000;
        -webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
          font-size:18px;     
        font-weight:bold;  
}
    
    .err_msg a:link 
{
    color:#fff;    
    text-decoration:underline;  
}

.err_msg a:visited 
{
    color:#fff;    
    text-decoration:underline;  
}

.err_msg a:hover 
{
    color:#fff;    
    text-decoration:underline;  
}

.err_msg a:active 
{
    color:#fff;  
    text-decoration:underline;  
}

.err_msg 
{
    padding:5px;
        background:#BF0000;

        color:#fff;
        -webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
        font-size:10px;
	
    }
.war_msg 
{
    padding:5px;
        background:#FCF192;
        color:#000;
        -webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
    }

.mp_left    
{
  background-color:#282727;
  width:210px;
     -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
     -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
}

.mp_content
{
     box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.99);
    background-color:#fff;
    opacity:0.9;
    filter: alpha(opacity = 90);
    height:380px;
    width:580px;
  background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfcfc 1%, #a4b2ca 84%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fcfcfc), color-stop(84%,#a4b2ca)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfcfc 1%,#a4b2ca 84%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfcfc 1%,#a4b2ca 84%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfcfc 1%,#a4b2ca 84%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfcfc 1%,#a4b2ca 84%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#a4b2ca',GradientType=0 ); /* IE6-9 */

}

.mp_txt 
{
    font-size:16px;
    padding:7px 15px 7px 15px;
    color:#fff;
    cursor:pointer;
    border-bottom:1px solid #171717;
    border-top:1px outset #3b3b3b;
}

.mp_txt_top 
{
     -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;    
}

.mp_txt_bottom
{
   -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
}

.mp_txt_selected
{
    font-size:16px;
    padding:7px 15px 7px 15px;
    background-image: url("../images/mp_txt_selected.png") ;
    background-repeat:repeat-x;
    cursor:pointer;
}

.mp_pnl
{
    padding:20px;     
    font-size:30px;
}

.display_none 
{
    display:none;    
}

.para 
{
    margin-bottom:10px;    
}

#slider {
    width: 410px; 
    height: 300px;
    position: relative; 
	overflow: hidden; 
}

#sliderContent {
    width: 410px;
    position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}

.sliderImage span strong {
    font-size: 14px;
}

div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}

div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}

div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}

div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.selectbox 
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-size:1em;
  width : 190px; 
  display : block;
  text-align:left; 
  background: url('bg_select.png') right;
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
}

div.ent_left {
	width: 50%;
	float: left;
}

div.ent_right {
	width: 50%;
	float: right;
}

div.ent_box {

	float : right;
	width : 430px;
    margin:10px;
}

.ent_box_height 
{
    height:160px;
}

.ent_box_img
{
	FLOAT: left;
	COLOR: #000;
	padding-right:10px;
}

.ent_box_title
{
	FLOAT: left;
    padding:0px 0px 5px 0px;
    margin:0px;
	WIDTH: 200px;
    font-size:14px;
    font-weight:bold;
}

.ent_box_text
{
	FLOAT: left;
	WIDTH: 200px;
}

div.det_box_container{
    margin:10px;
    overflow:auto;
}

div.det_box {
	float : right;
	width : 100%;
    margin:10px;
}

.det_box_img
{
	FLOAT: left;
	COLOR: #000;
	padding-right:10px;
}

.det_box_title
{
	FLOAT: left;
    padding:0px 0px 5px 0px;
    margin:0px;
	WIDTH: 200px;
    font-size:14px;
    font-weight:bold;
}

.det_box_text
{
	FLOAT: left;
	WIDTH: 650px;
}

div.container {
	overflow: hidden;
	width: 100%;
}


#gallery
{
    position:relative;
    height:250px;
}

#gallery a
{
    float:left;
    position:absolute;
}

#gallery a img
{
    border:none;
}

#gallery a.show
{
    z-index:500;
}

#gallery .caption
{
    z-index:600;
    background-color:#000;
    color:#ffffff;
    height:100px;
    width:100%;
    position:absolute;
    bottom:0;
    float:right
}

#gallery .caption .content
{
    margin:5px
}

#gallery .caption .content h3
{
    margin:0;
    padding:0;
    color:#1DCCEF;
}

  
.btn 
{
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}

.btn:hover 
{
	background-color:#dfdfdf;
}

.btn:active {
	position:relative;
	top:1px;
}

.btn-qbook {
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	padding:3px 10px 3px 10px;
	font-weight:bold;
	text-decoration:none;
	background-color:#dc001c;
	cursor:pointer;
}

.btn-qbook:hover 
{
	background-color:#dc001c;
	color:#ffffff;
}

.btn-qbook:active 
{
	position:relative;
	top:1px;
	color:#ffffff;
}

.btn-book {
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	padding:3px;
	font-weight:bold;
	text-decoration:none;
	background-color:#0e5ca6;
	cursor:pointer;
}

.btn-book:hover 
{
	background-color:#0e5ca6;
	color:#ffffff;
}

.btn-book:active 
{
	position:relative;
	top:1px;
	color:#ffffff;
}

.btn-preorder {
	background-color:#0e5ca6;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:3px 12px;
	width:80px;
	text-decoration:none;
}

.btn-preorder a:hover 
{
	color:#ffffff;
}

.btn-preorder a:active 
{
	color:#ffffff;
}

.btn-preorder a:link 
{
	color:#ffffff;
}

.btn-preorder a:visited 
{
	color:#ffffff;
}

.btn-meal 
{
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:11px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
}

.btn-meal:hover 
{
	background-color:#dfdfdf;
}

.btn-meal:active 
{
	position:relative;
	top:1px;
}

#ht_table  
{
    height:auto; 
    overflow:hidden; 
    display:block; 
    width:540px; 
    background:#5d7ebc; 
    font-size:12px; 
    padding:3px 0;
}

#ht_table .ht_th, #ht_table .ht_tr, #ht_table .ht_tr2  
{
    height:43px; 
    overflow:hidden; 
    display:block; 
    width:535px; 
    margin:0 3px;
}

#ht_table .ht_th  
{
    background:url('../../images/tables/hotseats_th.jpg') no-repeat top left; 
    font-weight:bold; 
    text-align:center
}
    
#ht_table .ht_tr  
{
    background:url('../../images/tables/hotseats_td1.jpg') no-repeat top left;
}

#ht_table .ht_tr2  
{
    background:url('../../images/tables/hotseats_td2.jpg') no-repeat top left;
}

#ht_table .col_1  
{
    width:232px; 
    float:left; 
    padding:15px 0 0 10px;
}

#ht_table .col_2  
{
    width:75px; 
    float:left; 
    text-align:center; 
    padding:15px 0 0 0;
}

#ht_table .col_3  
{
    width:205px; 
    float:left; 
    text-align:right; 
    padding:15px 10px 0 0; 
}

#ht_table .ht_th .col_3  
{
    width:215px; 
    float:left; 
    text-align:center; 
    padding:30px 0 30px 0;
}

.ht_pro  
{
    padding:5px 0; 
    text-align:center;
}

.ht_pro .pro_text  
{
    font-size:14px; 
    font-weight:bold; 
    padding:5px 0;
}

form * 
{
    margin:0;
    padding:0;
    border:none;
}

.booking 
{
    font-size:11px;    
}


.frm-label
{
    color:#000;    
    text-shadow: white 1px 1px 0px;
    padding:2px;
    width:150px;
    text-align:right;
    vertical-align:top;
}

input[type="text"] 
{ 
    font-size: 0.9em; 
    padding:5px;
    -webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top:1px solid #828282;
	border-left:1px solid #828282;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:300px;
}

input[type="password"] 
{ 
    font-size: 0.9em; 
    padding:5px;
    -webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border:1px solid #ccc;
	width:250px;
	border-top:1px solid #828282;
	border-left:1px solid #828282;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

textarea
{ 
    font-size: 0.9em; 
    padding:5px;
    -webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc;
}

fieldset {
	border:0px solid #dedede;
	padding:10px;
	
}
fieldset div {
	overflow:hidden; 
	display:inline-block; 
	padding-top:6px;
	vertical-align:baseline;
	
}

fieldset div 
{
    display:block;
}

label 
{
	float:left; 
	width:165px;
	padding:2px;	
}

.spacer 
{
    width:60px;    
}

select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(../images/small-arrow.png), 
    -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:50px;
}
  
.radio 
{
	position:relative; 
	border:0; 
}

.radio span 
{
	position:absolute; 
	top:0;left:0;
	width:5em;
}

.radio ul 
{
	margin-left:5em; 
	list-style:none; 
}
.radio li 
{
	position:relative; 
	display:inline; 
	white-space:nowrap; 
}

.radio label, .radio input {
	width:auto; 
	float:none; 
	vertical-align:middle; 
}

.field-validation-error {
    color: Red; 
}

.hideDiv
{
    display:none;
}

.contact_title 
{
    font-size:14px;
    padding:3px 3px 3px 0px;
    color:#173e72;
    font-weight:bold;
}

.contact_content 
{
    padding:3px 3px 3px 0px;
}

.contact_tel 
{
   padding:3px 3px 3px 0px;
   font-weight:bold;
}
.contact_fax 
{
    padding:3px 3px 3px 0px;
    font-weight:bold;
}
.contact_email
{
    padding:3px 3px 3px 0px;
    font-weight:bold;
}

.contact_ops 
{
    padding:3px 3px 3px 0px;
    font-weight:bold;
}

.m_spacer {width:50px;}

.bookWidget{ padding:5px 10px; color:#404040;}
.bookWidget select{ float:left;vertical-align:bottom;}
.bookWidget div{ height:31px; font-size:12px;overflow:hidden; margin:5px 0 0 0;}
.bookWidget .divint{ text-align:right;}
.bookWidget .input{ float:left; width:170px; color:#404040; vertical-align:top;height:17px;}
.bookWidget .checkbox{ float:left; color:#404040; height:17px;}
.bookWidget label {display:block; float:left; padding:5px 0 0 0;}
.bookWidget label.from {width:70px;}
.bookWidget label.flightNum {width:100px;}
.bookWidget label.flightS {width:70px;}
.bookWidget label.depart {width:70px;}
.bookWidget label.to {width:30px; text-align:right; padding-right:10px; padding-left:5px;}
.bookWidget label.calender {width:16px; height:10px; background-position:-15px -501px; overflow:hidden; margin:4px 25px 0 2px; cursor:pointer;}
.bookWidget label.calender.marginR0 {margin:4px 0 0 2px;}
.bookWidget label.help {width:18px; float:right; height:14px; background-image: url("../images/help.png") ;background-repeat:no-repeat; overflow:hidden; margin:4px 200px 0 5px;}
.bookWidget label.help.helpmargine {margin:4px 1px 0px 5px;}
.bookWidget label.help a { display:block; height:10px; width:15px;}
.bookWidget label.help a span { display:none;}
.bookWidget label.help a:hover span { display:block; position:absolute; width:270px; border:1px solid #B4B4B4; background-color:#fff697; color:#333;text-align: left; margin:25px 0 0 -130px; padding:10px;z-index:9999;}
.bfg { top:285px;
    position:absolute;
}
.main_from_dt {width:75px;}

.tooltip { display:block; position:absolute; width:270px; border:1px solid #B4B4B4; background-color:#fff; color:#333;text-align: left; margin:25px 0 0 -130px; padding:10px;z-index:9999;}

.bookWidget label.returntrip {width:130px; margin:0 0 0 5px;}
.bookWidget label.return {width:50px; text-align:left; padding-left:20px;}
.bookWidget label.children {width:65px;text-align:right; padding-left:5px;padding-right:3px;}
.bookWidget label.class {width:70px;}
.bookWidget img{ float:left; margin:3px 0 0 2px;}
.bookWidget select.adults{width:40px;}
.bookWidget select.children{width:40px;}
.bookWidget select.infants{width:40px;}
.bookWidget select.class{width:150px;}
.bookWidget radio.searchType{margin:0px;padding-right:10px;}

.q-links {text-align:right;}
.q-links a:link, 
.q-links a:visited	{ text-decoration: none; color:#06437a; font-size:12px; font-weight:lighter; }
.q-links a:hover	    { text-decoration: none; color:#06437a;font-size:12px;font-weight:lighter;}
.q-links a:active    { text-decoration: none; color:#06437a;font-size:12px;font-weight:lighter;}

.manageWidget { padding:3px 8px; color:#404040;}
.manageWidget div {font-size:12px;overflow:hidden; margin:5px 0 0 0;}
.manageWidget .input{ float:left; color:#404040; height:17px;}
.manageWidget label {display:block; float:left; padding:2px 0 0 0;}
.manageWidget label.lastname {width:50px;}
.manageWidget label.bookref {width:100px;}
.manageWidget .ibe-title {font-size:18px;font-weight:bold;}


.tab-container { border-bottom:1px solid #ddd; margin-bottom:10px;}
.tab { padding:10px; background-color:yellow;}
.tab-selected { padding:10px; background-color:orange;}

.HeaderCaptionCssClass 
{
    font-size:20px;
}

.webgrid-header 
{
    background-color:#ddd;    
    color:#000;
    padding-bottom:10px;
    padding-left:30px;
    padding-right:10px;    
    margin:20px;
    vertical-align:middle;
    text-align:left;   
}

.btnbook 
{
    display:none;
    top:79px;
    position:absolute;
    z-index:9000;
    right:7px;
    opacity:0.9;
    filter: alpha(opacity = 90);
}

/*Pre-Order Table Style */
.pre_webgrid-header
{
    background-color:#fff; 
    border:0px;
}

.pre_webgrid 
{
    width:800px;
    background-color:#fff; 
    border:0px;
}
.pre_webgrid-row 
{
    padding:5px;
    background-color:#fff; 
    border:0px;
}

.pre_webgrid-alt-row 
{
    padding:5px;
    background-color:#fff; 
    border:0px;
}

.pre_webgrid-footer 
{
    font-size:1.2em;
    padding:10px;
    margin:10px;
  -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
    background-color:#ddd;
}

/*End Pre-Order Table Style*/
    
.webgrid 
{
    width:600px;
    background-color:#ddd; 
}
.webgrid-row 
{
    padding:5px;
    background-color:#fff;    
}

.webgrid-alt-row 
{
    background-color:#f7f7f7    ;    
    padding:5px;
}

.webgrid-currency 
{
    text-align:right;
    padding:5px;
}

.webgrid-col1 
{
    text-align:left;
    width:400px;
    padding:5px;
}

.df-webgrid-header 
{
    background-color:#ddd;    
    color:#000;
    padding:20px;
    text-align:left;
    margin:20px;
    text-align:center;
}

.df-webgrid 
{
    width:800px;
    background-color:#ddd;
    margin-top :20px;  
}

.df-webgrid-alternating-row 
{
    background-color:#fff; 
    text-align:center;   
    padding:5px;
}

.df-webgrid-row-style
{
    padding:15px;
    background-color:#fff;  
    text-align:center;
}

.webgrid-currency {text-align:right;}

.dd 
{
    text-align:left;	
    background-color:#fff;	
    float:left;margin-right:5px;
}

.dd .ddTitle 
{	
    border:1px solid #c3c3c3;	
    padding:1px;	
    text-indent:0;	
    cursor:default;	
    overflow:hidden; 
    font-size:11px;	
    height:16px;
}

.dd .ddTitle span.arrow 	
{
    background:url(../images/dd_arrow.png) no-repeat 0 0; 
    float:right; 
    display:inline-block;
    width:16px; 
    height:16px; 
    cursor:pointer; 
    font-size:11px;
}

.dd .ddTitle span.ddTitleText 
{
    text-indent:1px; 
    font-size:11px;
    overflow:hidden; 
    line-height:16px;
}

.dd .ddTitle span.ddTitleText img
{
    text-align:left; 
    padding:0 2px 0 0; 
    font-size:11px;
}

.dd .ddTitle img.selected 
{
    font-size:11px;	
    padding:0 3px 0 0;	
    vertical-align:top;
}

.dd .ddChild 	
{
    font-size:11px;
    position:absolute;	
    border:1px solid #c3c3c3;	
    border-top:none;	
    display:none;	
    margin:0;	
    width:auto;	
    overflow:auto;	
    overflow-x:hidden !important;	
    background-color:#ffffff;
}
    
.dd .ddChild .opta a, .dd .ddChild .opta a:visited 
{
    font-size:11px;
    padding-left:10px;
}

.dd .ddChild a 	
{
    font-size:11px;
    display:block;	
    padding:2px 0 2px 3px;	
    text-decoration:none;	
    color:#000;	
    overflow:hidden;	
    white-space:nowrap;	
    cursor:pointer;
}

.dd .ddChild a:hover 
{
    font-size:11px;	
    background-color:#99CCFF;
}

.dd .ddChild a img 	
{
    border:0;	
    padding:0 2px 0 0;	
    vertical-align:middle;
}

.dd .ddChild a.selected 	
{
    background-color:#99CCFF;
}

.hidden 
{
    display:none;
}

.dd .borderTop
{
    border-top:1px solid #c3c3c3 !important;
    
}

.dd .noBorderTop
{
    border-top:none 0  !important;
    
}

.dd2 	
{
    text-align:left;	
    background-color:#fff;	
    font-family:Arial, Helvetica, sans-serif;	
    font-size:12px;	
    float:left;
}

.dd2 .ddTitle 	
{
    background:transparent url(../images/msDropDown.gif) no-repeat;	
    padding:0 3px;	
    text-indent:0;	
    cursor:default;	
    overflow:hidden;	
    height:36px;
    
}

.dd2 .ddTitle span.arrow 	
{
    background:transparent url(../images/icon-arrow.gif) no-repeat 0 0;
     float:right; 
     display:inline-block;
     width:27px; 
     height:27px; 
     cursor:pointer; 
     top:5px; 
     position:relative; 
     right:2px;
}

.dd2 .ddTitle span.ddTitleText 
{
    text-indent:1px; 
    overflow:hidden; 
    line-height:33px; 
    font-size:16px; 
    font-weight:bold; 
    color:#fff;
    _position:relative; 
    _top:4px
}

.dd2 .ddTitle span.ddTitleText img
{
    text-align:left;
    padding:0 2px 0 0;
    
}

.dd2 .ddTitle img.selected 	
{
    padding:0 2px 0 0;	
    vertical-align:top;
}

.dd2 .ddChild 	
{
    position:absolute;	
    border:1px solid #c3c3c3;	
    border-top:none;	
    display:none;	
    margin:0;	
    width:auto;	
    overflow:auto;	
    overflow-x:hidden !important;	
    background-color:#ffffff;	
    font-size:14px;
    
}

.dd2 .ddChild .opta a, .dd2 .ddChild .opta a:visited 
{
    padding-left:10px
}

.dd2 .ddChild a 	
{
    display:block;	
    padding:3px 0 3px 3px;	
    text-decoration:none;	
    color:#000;	
    overflow:hidden;	
    white-space:nowrap;	
    cursor:pointer;
}

.dd2 .ddChild a:hover 	
{
    background-color:#99CCFF;
}

.dd2 .ddChild a img 	
{
    border:0;	
    padding:0 2px 0 0;	
    vertical-align:middle;
}

.dd2 .ddChild a.selected 	
{
    background-color:#99CCFF;	
}

.dd2 .borderTop
{
    border-top:1px solid #c3c3c3  !important;
}
    
.dd2 .noBorderTop
{
    border-top:none 0  !important;
    
}

.dd .ddChild a.sprite, .dd .ddChild a.sprite:visited 	
{
    background-image:url(../icons/sprite.gif);	
    background-repeat:no-repeat;	
    padding-left:24px;
    
}

.dd .ddChild a.calendar, .dd .ddChild a.calendar:visited 
{
    background-position:0 -404px;
    
}

.dd .ddChild a.shoppingcart, .dd .ddChild a.shoppingcart:visited 	
{
    background-position:0 -330px;
}

.dd .ddChild a.cd, .dd .ddChild a.cd:visited 	
{
    background-position:0 -439px;
}

.dd .ddChild a.email, .dd .ddChild a.email:visited 
{
    background-position:0 -256px;
}

.dd .ddChild a.faq, .dd .ddChild a.faq:visited 	
{
    background-position:0 -183px;
}

.dd .ddChild a.games,.dd .ddChild a.games:visited 	
{
    background-position:0 -365px;
    
}

.dd .ddChild a.music, .dd .ddChild a.music:visited 
{
    background-position:0 -146px;
}

.dd .ddChild a.phone, .dd .ddChild a.phone:visited 
{
    background-position:0 -109px;
}

.dd .ddChild a.graph, .dd .ddChild a.graph:visited 
{
    background-position:0 -73px;
}

.dd .ddChild a.secured, .dd .ddChild a.secured:visited 
{
    background-position:0 -37px;
    
}

.dd .ddChild a.video, .dd .ddChild a.video:visited 
{
    background-position:0 0;
}

#ticker
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px;
    color: #fff;
    padding: 3px 7px;
    width: 875px;
    text-align:left;
}

#ticker .divider { 
    padding: 0 4px;
}

#ticker a, #ticker a:visited
{
    color: #fff;
    text-decoration: none;
}

#ticker a:hover
{
    color: #fff;   
}

.game_det_box_text
{
    FLOAT: left;
	WIDTH: 400px;
	padding :10px;

}

.game_det_box_title
{
	FLOAT: left;
   
    padding-left :10px;
    margin:0px;
	WIDTH: 200px;
    font-size:14px;
    font-weight:bold;
	COLOR: Maroon;
}

div.game_ent_left {
	width: 50%;
	float: left;
}

div.game_ent_right {
	width: 50%;
	float: right;
}

.game_det_box_img_left
{
	FLOAT: left;
	COLOR: #000;
	padding-right:10px;
	padding-left:10px;
}

.game_det_box_img_right
{
	FLOAT: left;
	COLOR: #000;
	padding-right:10px;	
}

.info_txt 
{
    font-size:10px;    
	text-shadow: 0 1px 1px #fff;
}

.info_div 
{
     -webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;  
	padding:5px;
	color:#000;
	margin:3px;
	font-size:11px;
	text-shadow: 0 1px 1px #fff;
	    
}


.error  
{
    color:red;
}

.success  
{
    color:green;
    padding:5px;
}

.ibe_error_div
{
	background-color:Red;
	color:#fff;
	width:98%;
	vertical-align:middle;
	padding-top:10px;
	padding-left:3px;
	
}

.highlight  
{
    background-color: yellow;
}

.red_star
{
    color:Red;
    vertical-align :middle;
    padding:2px;
}

.form_txt_error
{
    background-color:#fff99b;
}

.ajax_sucess_msg
{
    width:100%;
    height:30px;
    background-color :#168e35;
    color:#fff;
}

.successmsg
{
    color :#168e35; 
    font-weight:bold;
}

.errormsg
{
    color :Red; 
    font-weight:bold;
}

.news-title 
{
    font-size:16px;
    font-weight:bold;
    color:#000;
}

.news-date 
{
    font-size:12px;
    color:#666;    
}

.news-body 
{
    margin-top:5px;    
    margin-bottom:10px;    
}

/*------------ fleett end---------*/
#fleett{ border:none; color:#555555;}
#fleett tr{ background:#eaeaea;}
#fleett tr.gray{ background:#f4f4f4;}
#fleett th{ background:#e5e5e5; color:#767676; border:1px solid #dfdfdf; padding:5px;}
#fleett td{ padding:5px; border:1px solid #dfdfdf}
#fleett td a { display:block; color:#333333; font-weight:bold;}


.jcarousel-skin-tango .jcarousel-container 
{
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 970px;
    padding: 0px 0px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  970px;
    height: 110px;
    margin-top:-6px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 245px;
    height: 125px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 1px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 1px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 1px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 5px;
    width: 49px;
    height: 49px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 1px;
    right: auto;
    background-image: url(../images/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 5px;
    width: 49px;
    height: 49px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
   /*background-position: -32px 0;*/
    background-image: url(../images/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#customers
{
border-collapse:collapse;
}

#customers td, #customers th 
{
border:1px solid #89badf;
padding:3px 7px 2px 7px;
}

#customers th 
{
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#89badf;
color:#fff;
}

#customers tr.alt td 
{
color:#000;
background-color:#89badf;
}

    /*para*/
.para-note
{
  
    margin-bottom:10px;
    background-color:#fffccd;
    padding:10px;
}


.link-btn-book {
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	padding:5px;
	font-weight:bold;
	text-decoration:none;
	background-color:#0e5ca6;
	cursor:pointer;
}

.link-btn-book:link, .link-btn-book:visited, .link-btn-book:active
{
    background-color:#0e5ca6;
    color:#ffffff;
}

.imgEnewsLink
{
    color:#7ab4e9;
    position:absolute;
    bottom:0px;
    right:0px;
    bottom:0px;

}

.imgEnewsLink img
{
  border:0;
}

.imgEnewsLink a:link
{
    color:#7ab4e9;
    position:absolute;
    right:70px;
    bottom:5px;
}

.imgEnewsLink a:visited
{
    color:#7ab4e9;
    position:absolute;
    bottom:0px;
    right:70px;
    bottom:5px;

}


.q-links-bold {text-align:right;font-weight:bold;padding-bottom:1px;}
.q-links-bold a:link, 
.q-links-bold a:visited	{ text-decoration: none; color:#06437a; font-size:12px; font-weight:bold; }
.q-links-bold a:hover	    { text-decoration: none; color:#06437a;font-size:12px;font-weight:bold;}
.q-links-bold a:active    { text-decoration: none; color:#06437a;font-size:12px;font-weight:bold;}



#galleryb
{
    position:relative;
    height:250px;
}

#galleryb a
{
    float:left;
    position:absolute;
}

#galleryb a img
{
    border:none;
}

#galleryb a.show
{
    z-index:500;
}

#galleryb .caption
{
    z-index:600;
    
    color:#ffffff;
    height:100px;
    width:100%;
    position:absolute;
    bottom:0;
    float:right
}

#galleryb .caption .content
{
    margin:5px
}

#galleryb .caption .content h3
{
    margin:0;
    padding:0;
    color:#1DCCEF;
}

#pcm{display:none;color:#000;}
ul.pureCssMenu ul{display:none;color:#000;}
ul.pureCssMenu li:hover>ul{display:block;padding-left:6px;width:210px; z-index:10;}
ul.pureCssMenu ul{position: absolute;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}

ul.pureCssMenui 
{
    color:#000;    
}

ul.pureCssMenui {color:#000;}

ul.pureCssMenu 
{
    margin:0px;
	list-style:none;
	background-repeat:repeat;
	margin-bottom:20px;	
    z-index:10;
    font-size:14px;
   
}

ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	/*background-color:#012b51;*/
	padding:4px;
	background-repeat:repeat;
	margin-bottom:20px;	
    z-index:10;
	 font-size:12px;
	background: rgb(53,106,160); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(53,106,160,1) 0%, rgba(0,59,112,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,106,160,1)), color-stop(99%,rgba(0,59,112,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(53,106,160,1) 0%,rgba(0,59,112,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(53,106,160,1) 0%,rgba(0,59,112,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(53,106,160,1) 0%,rgba(0,59,112,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(53,106,160,1) 0%,rgba(0,59,112,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#003b70',GradientType=0 ); /* IE6-9 */

   -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); 

  }
ul.pureCssMenu table {border-collapse:collapse}ul.pureCssMenu {
	display:block;
	zoom:1;
	float: left;
 
}
ul.pureCssMenu ul{
	width:auto;

}
ul.pureCssMenu li{
	display:block;
	font-size:0px;

}

ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}

.fontsize-small 
{
    font-size:12px;
}

.fontsize-medium
{
    font-size:14px;
}   

.fontsize-large
{
    font-size:18px;
}

ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
	font:normal 12px Arial;
	color: #fff;
	text-decoration:none;
	cursor:pointer;
	padding-right:5px;
}

ul.pureCssMenu span{
	overflow:hidden;
}

ul.pureCssMenu li {
	float:left;
}

ul.pureCssMenu ul li {
	float:none;
}

ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;
}

ul.pureCssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}

ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:5;
	height:16;
	display:inline-block;
	background-color:#AAAAAA;	
	background-image:none;
}
	
ul.pureCssMenu ul li.sep span{
	width:80%;
	height:3;
}
ul.pureCssMenu li:hover{
	position:relative;
}
ul.pureCssMenu li:hover>a{
	font:normal 12px Arial;
	text-decoration:none;
	/*background-color:#012b51;*/
	background: #003D66; /* Old browsers */
	-moz-border-radius: 2px; 
    border-radius:2px;
    
}

ul.pureCssMenu li a:hover{
	position:relative;
	font:normal 12px Arial;
	text-decoration:none;
}

ul.pureCssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:4px;width:16px;
height:16px;
}
ul.pureCssMenu ul img {width:16px;
height:16px;
}
ul.pureCssMenu a:hover ul,ul.pureCssMenu a:hover a:hover ul,ul.pureCssMenu a:hover a:hover a:hover ul{display:block;}
ul.pureCssMenu a:hover ul ul,ul.pureCssMenu a:hover a:hover ul ul{display:none}
ul.pureCssMenu span{
	display:block;
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:11px;
    color:#fff;
   }
ul.pureCssMenu li:hover>a>span
{
    color:#fff;
    
}
ul.pureCssMenu a:hover span{}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{}
ul.pureCssMenu ul li:hover > a span{}
ul.pureCssMenu table a:hover span,ul.pureCssMenu table a:hover a:hover span,ul.pureCssMenu table a:hover a:hover a:hover span{}
ul.pureCssMenu table a:hover table span,ul.pureCssMenu table a:hover a:hover table span{}

ul.pureCssMenu a:visited 
{
    color:#fff;
}

#menu-index
{
    float:right;
    top:5px;    
    left:250px;
    width:900px;
    position:absolute;
}
