html{
    height:100%;
}

body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Verdana;
    font-size: 13px;
    height:100%;
    min-height:100%;
    /*  background-color: #ddf2f4; */
}

#wrapper{
    min-height: 80%;
    height: auto !important;
    background-image: url('images/background.jpg');
    background-repeat: repeat-x;
    background-color: #E3F4FF;
    margin: 0 auto;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    position:relative;
}


/* header section */

#header{
    width:100%;
    height: 135px;
    background-image: url('images/header_background.jpg');
    background-color: #c2e6ff;
    position:relative;
}

/*#center-in{
    width:960px;
    height:100%;
    margin:auto;
    position:relative;
}

.center-in{
    width:960px;
    height:100%;
    margin:auto;
    position:relative;
}*/

#logo{
    position: absolute;
    margin: 15px 0 0 15px ;
    background-image: url('images/logo.png');
    width: 380px;
    height: 74px;
}

#logo_small{
    position: absolute;
    margin: 15px 0 0 15px ;
    background-image: url('images/logo_small.png');
    width: 170px;
    height: 33px;
}


/* mainmenu section */

#mainmenu{
    width:100%;
    height:30px;
    background-color:#398686;
    position:relative;
    margin-top:-32px;
    float:left;
    display:inline;
    cursor: pointer;
    font-weight: bold;
    color:#FFFFFF;
    font-size:14px;
}

.mainmenuwrap{
    width:960px;
    height:100%;
    margin:auto;
    position:relative;
}

#mainmenu a{
    color: #fff;
}

#mainmenu a:hover {
    color: #d5e8fb;
}

.mainmenunode{
    width:auto;
    float:left;
    color:#FFFFFF;
    float:left;

}

.mainmenunode{
    width:auto;
    float:left;
    color:#FFFFFF;
    float:left;

}

.mmn{
    background: #53a7ed;
    border-radius: 5px;
    -moz-border-radius:5px;
}

.mainmenunode img{
    width:30px;
    height:30px;
    margin:0;
    float:left;
    border:0;
}

.mainmenunode span{
    margin:0;
    margin-left:10px;
    float:left;
    margin-top:7px;
}

.mainmenuseparator{
    float: left;
    height: 30px;
    margin-left: 30px;
    margin-right: 20px;
    padding-top: 7px;
    width: auto;
}


/* content section  */

#content{
/*    width:100%;
    height:100%;
    background-image: url('images/content_top_background.png');
    background-repeat: no-repeat;
    overflow:hidden;
    z-index: 1;*/
    /* border-radius:10px;
    -moz-border-radius:10px; */
    padding: 20px;
    background: #f2f8fe;
    margin: 20px 0;
    border-radius: 5px;
}

div.info_icon{
    width:18px;
    height:18px;
    background: url('images/icons/info.png');
    margin: 0;
    padding: 0;
    float: left;
    margin-top:-2px;
}

div.error_icon{
    width:15px;
    height:15px;
    background: url('images/icons/error.png');
    margin: 0;
    padding: 0;
    float: left;
    margin-top:3px;
    margin-left:5px;
    display:none;
}


.list {
    width:189px;
    float:left;
    background:#EEE;
    height:auto;
    border-radius:7px 7px 7px 7px; 
    -moz-border-radius:7px 7px 7px 7px; 
    overflow:hidden;
}

.list .header{
    background: url('images/patterns/list_header2.png');
    font-weight: bold;
    font-size:14px;
    color: #fff;
    height: 26px;
    padding: 5px 0 0 5px ;
}

.list .header2{
    background: url('images/patterns/list_header2.png');
    font-weight: bold;
    font-size:14px;
    color: #fff;
    height: 26px;
    position:relative;
}

.list .header2 span{
    margin-top:10px;
    padding-top:10px;
}

.list .item{
    height:auto;
}

.list .item div{
    padding: 3px;
    padding-left:10px;
    font-weight:bold;
    color: #697a8f;
}

.list .item a{
    cursor: pointer;
}

.makeScroll{
    overflow: hidden;
}


#contentwrap{
    padding: 40px 15px 0px 15px;
    position:relative;
    float:left;
    height:100%;
    width: 930px;
    padding-bottom:30px;
}

#container{
    float:left;
    width:auto;
    min-height:400px;
    height:auto;
    position:relative;
}


/* booking form layout */


#bookform{
    width:250px;
    text-align:left;
    height:auto;
/*    border-radius:10px;
    -moz-border-radius:10px;*/
    color:#FFF;
    font-weight:normal; 
    font-size:13px;
    font-family:Arial, Verdana, Helvetica;
    float:left;
    display:block;
    background:#146fa0;
    /*background-image: url('images/patterns/bookform_back.png');*/
    padding-bottom: 10px;
}


#bookform2{
    width:auto;
    height: auto;
    text-align:left;
    padding-bottom:12px;
    /*-moz-border-radius:10px;
    border-radius:10px;*/
    color:#FFF;
    font-weight:normal; 
    font-size:13px;
    font-family:Arial, Verdana, Helvetica;
    float:left;
    /*background-image: url('images/patterns/bookform_back.png');*/
    background:#146fa0;
    margin-top:10px;
    padding:0;
}

#bookformwrapper{
    padding: 30px 15px 15px 15px; 
    position:relative;
    height:auto;
    float:left;
    -moz-border-radius:10px;
    border-radius:10px;
}

.updateform{
    width:189px;
    margin-left:15px;
    margin-bottom: 10px;
    text-align:left;
    display:block;
    height:auto; 
    overflow:hidden;
    background: #b7ddf4;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px;
    color:#FFF;
    font-weight:normal; 
    font-size:13px;
    font-family:Arial, Verdana, Helvetica;
    background: url('images/patterns/bookform_back.png') 
}

.updateform .element{
    width:250px;
    display:block; 
    padding:5px 0px 5px 10px;
    margin-top:1px;
    float:left;
    color: #364444;
}

#bookform .element{
    width:220px;
    display:block; 
    background-image: url('images/patterns/bookform_element_back.png');
    margin:5px 5px 5px 10px;
    border: 1px #103C76 solid;
    padding : 5px 0px 5px 8px;
    float:left;
    color: #FFF;
    border-radius:5px;
    -moz-border-radius:5px;
}

#bookform2 .element{
    width:170px;
    display:block; 
    padding:5px 0px 5px 10px;
    margin-top:1px;
    float:left;
    color: #fff;
}

#sidebar{
    float:left;
    width:190px;
}

#sidebar .title{
    color: #333;
}

.element .datepicker{
    color:#333333;
}

.element2{
    display:inline;
    width:50%;
    float:left;
}

.element2 label{
    font-size:11px;
    text-align:left;
    width:100%;
    font-weight:bold;
    font-size:1em;
}

.element3{
    display:inline;
    width:33%;
    float:left;
}

.elementN{
    display:block;
    float:left;
    margin:0;
    padding:0;
}

.input { width:148px; }
.input, .input-dpicker {
    padding:5px;
    background-color:#eef7ff;
    border: 1px solid #BBBBBB;
}
.input-dpicker { width:80px; height:18px; }

select.selectbox_240{
    width:210px;
    margin: 2px 0 5px 0;
    padding:5px;
    background-color:#eef7ff;
    border: 1px solid #BBBBBB;
}

select.selectbox_160{
    width:162px;
    margin: 2px 0 5px 0;
    padding:5px;
    height: 28px;
    background-color:#eef7ff;
    border: 1px solid #BBBBBB;
}

select.selectbox_53{
    width:53px;
    margin: 2px 0 5px 0;
    padding:5px;
    height: 28px;
    background-color:#eef7ff;
    border: 1px solid #BBBBBB;
}

select.selectbox_45{
    width:45px;
    margin: 2px 0 5px 0;
    padding:5px;
    height: 28px;
    background-color:#eef7ff;
    border: 1px solid #BBBBBB;
}

.formwrap{
    float:left;
    width:250px;
    height:100%;
    display:block;
}


select.selectbox_40{
    width:40px;
    margin: 2px 0 5px 0;
}

#bookform .header{
    padding: 8px 10px 5px 13px;
    color: #FFF;
    font-weight:bold;
    width:auto;
    float:left;
    font-size:14px;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

#bookform .footer{
    padding-top:5px;
    background-color: #9ab2c2;
    color: #FFF;
    font-weight:bold;
    overflow:hidden;
    width:auto;
    height:26px;
    float:right;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

.updateform .header2{
    padding: 5px 10px 5px 5px;
    color: #FFF;
    font-weight:bold;
    width:auto;
    font-size:15px;
    border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    float:left;
}

#bookform2 .header{
    padding: 5px 10px 5px 10px;
    background-color: #9ab2c2;
    color: #FFF;
    font-weight:bold;
    width:170px;
    border-top-right-radius:10px;
}

.bookformseparator{
    width:260px;
    float:left;
    display:block;
    height:1px;
}

button.submit_button2{
    background: #e8eff0;
    color: #398686;
    border-style: none;
    text-decoration:underline;
    height: 25px;
    font-weight:bold;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right:20px;
    white-space:nowrap;
}


button.submit_button{
/*    background: #398686;
    border-style: none;
    background: url('images/buttons/normalButton.png') no-repeat;
    height: 25px;
    font-weight:bold;
    color: #00709f;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right:20px;
    border: 1px solid #AAA;
    white-space:nowrap;*/
}


button.submit_button:hover{
    /*background: url('images/buttons/normalButton_hover.png') no-repeat;*/
}

.link_button{
    background: #398686;
    border-style: none;
    background: url('images/buttons/normalButton.png') no-repeat;
    height: 25px;
    font-weight:bold;
    color: #00709f;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right:20px;
    border: 1px solid #AAA;
    white-space:nowrap;
    padding: 5px 7px 4px 9px;
    margin-left: 7px;
}

.updateButonOnClickA{
    background: #398686;
    border-style: none;
    background: url('images/buttons/normalButton.png') no-repeat;
    height: 25px;
    font-weight:bold;
    color: #00709f;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right:20px;
    border: 1px solid #AAA;
    white-space:nowrap;
}


.updateButonOnClickA:hover{
    background: url('images/buttons/normalButton_hover.png') no-repeat;
}

button.green_button{
    width: 149px;
    height: 43px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left:5px;
    background: url('images/buttons/greenButton.png') no-repeat;
    border: 0;
}

button.green_button:hover{
    background: url('images/buttons/greenButton_hover.png') no-repeat;
}

button.green_button2{
    width: 149px;
    height: 43px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left:5px;
    background: url('images/buttons/greenButton2.png') no-repeat;
    border: 0;
}

button.green_button2:hover{
    background: url('images/buttons/greenButton2_hover.png') no-repeat;
}

input.red_button{
    width: 179px;
    height: 43px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left:5px;
    background: url('images/buttons/redButton.png') no-repeat;
    border: 0;
    margin-left: 20px;
}

input.red_button:hover{
    background: url('images/buttons/redButton_hover.png') no-repeat;
}

button.green_button3{
    width: 149px;
    height: 43px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left:5px;
    background: url('images/buttons/greenButton3.png') no-repeat;
    border: 0;
}

button.green_button3:hover{
    background: url('images/buttons/greenButton3_hover.png') no-repeat;
}

button.bookform_button{
    height: 35px;
    border-style: none;
    width: 210px;
    background: url('images/buttons/largeButton.png') no-repeat;
    font-weight:bolder;
    color: #FFF;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left:1px;
    border: 1px solid #BBB;
    margin:0;
    padding:0;
}

button.bookform_button:hover{
    background: url('images/buttons/largeButton_hover.png') no-repeat;
}

.element .bookhint{
    float:left;
    width:14px;
    height:14px;
    background: url('images/icons/help.png');
}

.label{
    float:left;
}

.element .label{
    float:left;
    font-weight:bold;
}

.elementN .label{
    float:left;
    font-weight:bold;
    margin-bottom:2px;
}



.validation-advice{
    width:auto;
    height:auto;
    float:left;
    color:red;
}

/* reservations page layout */

.tabsbar{
    width:100%;
    height: 25px;
    position:relative;
}

.tabsbar-under{
    width:930px;
    float:left;
    height:auto;
    display:block;
    position:relative;
    background-color:#b4d4f3;
    border-radius:5px;
    *padding-bottom: 10px;
    -moz-border-radius: 5px;
}

.tabsbar-under p{
    font-size:12px;
    margin:3px;
    display:block;
}

.re-tab{
    width:120px;
    margin-right:5px;
    height: 25px;
    background-color: #AAA;
    text-align:center;
    background-color: #f1f4a6;
    float:left;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    cursor:pointer;

}

.re-tab p{
    width:120px;
    margin-top:5px;
    color:#1f6262;
    font-size:12px;
    font-weight:bold;
}

.re-tab-active{
    width:120px;
    margin-right:5px;
    height: 25px;
    background-color: #AAA;
    text-align:center;
    background-color: #c7d6df;
    float:left;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    cursor:pointer;
}

.re-tab-active p{
    width:120px;
    margin-top:5px;
    color:#1f6262;
    font-size:12px;
    font-weight:bold;
}

.transfer-info{
    width:auto;
    height:auto;
    /* overflow:hidden; */
    background-color:#d5e8fb;
    font-size:13px;
    line-height: 20px;
    /*float:left; */
    border-radius: 5px;
    -moz-border-radius: 5px;

}

.transfer-header{
    background-color: #aac1d0;
    background-image: url('images/patterns/header_back.png');
    margin: 10px 0 0 0;
    height:26px;
}

.transfer-header-2{
    border-bottom: 1px solid #398686;
    margin: 0px 0 0 0;
    height:26px;
    position:relative;
    font-size:14px;
    float:left;
    width:100%;
    display:block;
}

.transfer-data{
    border-radius:3px;
    height:100%;
    display:table;
    padding:15px 10px 10px 10px;
    width:100%;
}

.extras{
    padding: 3px 0 0 10px;
    background-image: url('images/patterns/tabsbar-back.png');
    background-position: 0px -5px;
    height:23px;
}

.extras2 {
    padding: 3px 0 0 10px;
}

.message{
    border-radius: 5px;
    -moz-border-radius: 5px;
    height:auto;
    background-color: #e8eff0;
    float:left;
    width:100%;
    display:block;
    margin-top:10px;
    overflow:hidden;
}

.message_in{
    border: 1px inset #F5A826;
    font-size:13px;
    color:green;
    padding:10px;
}
.message_in_red{
    border: 1px inset #F5A826;
    font-size:13px;
    color:red;
    padding:10px;
}


#map_canvas{
    width:770px;
    float:left;
    height: 133px;
}

.vehicle_select_header{
    margin: 10px 0 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    height:25px;
    border-top: 1px solid #398686;
    border-bottom: 1px solid #398686;
    background-color: #aac1d0;
    height:25px;
    float:left;
    width:100%;
    *width:930px;
    *text-align: center;
    display:block;
}

.vehicle_select_header div{
    float:left;
    font-weight:bold;
    font-size:13px;
    text-align:center;
    padding-top:4px;
    margin-left:-10px;
    width:25%;
    color: #1F6262;
    text-align:middle;
}

.vehicle_select{
    width:100%; 
    background-color:#d5e8fb; 
    margin-top:7px; 
    height:auto;
    float:left;
}

.vehicle_select  a{
    width:100%;
    height:100%;
    background-color:#d5e8fb;
    float:left;
}

.vehicle_select  a:hover{
    background-color:#eef7ff;
    float:left;
}

.vehicle_select div{
    width:20%;
    text-align:center;
    float:left;
    font-size: 12px;
}

/*
.left {float:left; display:inline;}
.right {float:right; display:inline;}
*/

.div130 {width:130px;}

#contentdata{
    border-radius:10px;
    -moz-border-radius:10px;
    width: 910px;
    background: #d8eaf5;
    padding:10px;
    height:auto;
    float:left;
}

#contentdata .header{
    border-radius:5px;
    -moz-border-radius:5px;
    width: 100%;
    background: #1baeac;
    height:auto;
}

div.sectio{
    border-radius:5px;
    -moz-border-radius:5px;
    padding:10px;

}

h1 {
    padding:5px;
    margin:0;
}

#head_square{
    width:200px;
    height:70px;
    margin-top:30px;
    float:right;
}

/* breadcrumb section */

.breadcrumbs{
    width:480px;
    height:25px;
    background-image: url('images/patterns/breadcrumb_back.png');
    float:left;
    display:block;
    margin:10px;
    color: #1F6262;

}

.page_title{
    width:auto;
    height:25px;
    float:left;
    display:block;
    margin:12px 0 0 -10px;
    color: #1F6262;

}

.breadcrumbs p{
    margin:5px;
    font-size:13px;
    font-weight:bold;
    margin-left:20px;
}

.crumb{
    width:160px;
    height: 25px;
    float:left;
}

.crumb-active{
    width:160px;
    height: 25px;
    background-image: url('images/patterns/breadcrumb_active.png');
    float:left;

}

.crumb-on{
    width:160px;
    height: 25px;
    background: #f1f4a6;
    float:left;
}

/* footer section */

#footer{
    width: 100%;
    height: 140px;
    margin:auto; 
    background-color: #ddf2f4;
    border-top: 3px solid #f5a826;
}

#footer .heading{
    color: #f2ae2c;
    font-size: 14px;
    font-weight:bold;
}

#fader {
    width:460px;
    height:200px;
    background: #d3ebef;
    overflow:hidden;
}


span.sp_heading1{
    font-weight:bold;
    font-size: 1.25em;
    color: #FFF;
    float:left;
    padding: 3px 0 0 10px;
}

span.sp_heading11{
    font-weight:bold;
    font-size: 1.25em;
    color: #FFF;
    float:left;
    padding: 3px 0 0 0px;
}

span.sp_heading2{
    font-size:14px;
    font-weight:bold;
    color:#398686;
    float:left;
}

span.sp_heading3{
    font-size:17px;
    font-weight:bold;
    color:#e79100;
}

span.sp_heading4{
    font-size:17px;
    font-weight:bold;
    color:#398686;
    float:left;
}

.blue{
    font-weight:bold;
    color:#398686;
  /*  float:left; */
    font-size:13px;
    text-decoration:none;
}

.orange{
    font-weight:bold;
    color:#e79100;
    float:left;
}

.green{
    color:#007d2c;
    float:left;
}

div.arrow_r{
    width:15px;
    height:15px;
    float:left;
    margin: 0 20px 0 20px;
    background-image: url('images/icons/arrow_r.png');
}


a {
    text-decoration:none;
    color:#398686;
}

a:hover {
    color: #333;
}


.row{
/*    width:100%;
    float:left;
    height:auto;
    position:relative;*/
}

.row2{
    width:100%;
    float:left;
    height:auto;
    background-color:#d5e8fb;
    margin-top:10px;
    position:relative;
    border-radius:10px;
    -moz-border-radius:10px;
}

.margin_l {margin-left: 1%;}

.margin_r30 {margin-right: 30px; width:auto; height:auto;}

.block {display:block; clear:both;}

.red_label{color:#ff660c; float:left; }
.update_label{color:green; float:left; }

.left {float:left;}
.right {float:right;}
.nlm {margin-left:0px;}
.nrm {margin-left:0px;}
.nlp {padding-left:0px;}
.w408 {width:408px;}
.w428 {width:428px;}
.w380 {width:380px;}
.w400 {width:400px;}
.w450 {width:450px;}
.w465 {width:465px;}
.w480 {width:480px;}
.nrp {padding-left:0px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr_pc3{margin-right:3%;}
.mr40{margin-right:40px;}
.ml20{margin-left:20px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt90{margin-top:90px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.bold {font-weight:bold;}
.p10{padding:10px;}
.p15{padding:15px;}
.p0{padding:0 !important;}
.p15_no_width{padding:15px 15px 15px 15px; height:auto; position:relative;}
.p15-tb { padding:15px 0; }
.noradius{border-radius:0px; -moz-border-radius:0px;}
.rt10{border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0;}
.rb10{border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px;}
.pl25{padding-left:25px;}
.pc50{width:50%;}
.pc100{width:100%;}
.px130{width:130px;}
.f11 {font-size:11px}
.f13 {font-size:13px}
.f15 {font-size:15px}
.h18{ /*height:20px; overflow:hidden; line-height:1.8;*/ }
.pc30{width:30%;}
.pc40{width:40%;}
.pc25{width:25%;}
.pc20{width:20%;}
.pb15{padding-bottom:15px}
.pb10{padding-bottom:10px}
.pt10{padding-top:10px}
.block{display:block}
.separator {width:100%; height:20px; float:left;}
.status {background-color: #e2edf4; width:350px; height:auto; padding:4px; border-radius:5px; -moz-border-radius:5px; float:left; }
.status_new {background-color: #b8dcff; height:auto; padding:10px; border: 1px solid #93caff; -moz-border-radius:5px; float:left; width:428px; margin: 30px 0; }
.under {text-decoration:underline;}
.f17{font-size:16px; font-weight: bold;}
.f14{font-size:14px; font-weight: bold; }
.white{background-color:#e6f3fa; }
.br5 {border-radius:5px; -moz-border-radius:5px;}
.br10 {border-radius:10px; -moz-border-radius:10px;}
.auto {width:auto}
hr { height:1px; width:100%; border:none; color:#b8dcff; background-color:#b8dcff; margin:20px 0; }

/* main page */


#ourservice { margin-top: 0px; padding-right: 30px; }

#rotator{
    width:460px;
    height:auto;
    position:relative;
    float:left;
    overflow:hidden;
}

#maincont{
    width:460px;
    height:auto;
    position:relative;
    float:left;
}

#slideshow {list-style:none; color:#fff; width:auto; height:200px; position:relative; overflow:hidden;}
#slideshow ul {list-style: none; display:inline;}
#slideshow div {position:absolute; display:none; overflow:hidden; width:460px; height:200px;}


.banner {
    float:left;
    width:220px;
    height:auto;
    border-radius: 7px;
    -moz-border-radius: 7px;
    overflow:hidden;
    position: relative;
}

.banner div {
    position:absolute;
}

.banner .header{
    /* background: url('images/patterns/list_header.png'); */
    background: #e79100;
    font-weight: bold;
    font-size:14px;
    color: #fff;
    width:220px;
    height: 23px;
    padding: 5px 0 0 5px ;
    opacity:0.8;
    filter:alpha(opacity=80);
}

.banner .content{
    padding:5px;
    width: 210px;
    background: #D1ECFE;
}

div.optgroup{
    font-size: 13px;
    width:auto;
    color: red;
    padding:5px;
    padding-left:0px;
}

/* image slideshow styles */
div.scroller { 
    width: 635px; 
    height: 280px;
    overflow: hidden;
    border:1px 0 1px 0 solid #cccccc;
}

div.scroller {
    width:460px;
    height:265px;
    overflow:hidden;
}


div.section{ 
    width:460px;
    height:270px;
    overflow:hidden;
    float:left;	
    position:relative;
    margin:0;
    padding:0;
    clear:none;
}

div.section2{ 
    width:780px; 
    height:133px; 
    display:block;  
    line-height:14px;
    overflow:hidden;
    float:left;	
    position:relative;
    margin:0;
    padding:0;
    clear:none;
}


div.scroller div.glider-content {
    width: 10000px;
}

.section-info{
    top:150px;
    padding:7px;
    color: white;
    background: #398686;
}

div.controls div{
    width: 86px;
    background: black;
    padding:2px;
    padding-left:4px;
    float: left;
    font-weight:bold;
}

div.controls a{
    color: white;
}
div.controls a:hover{
    color: black;
}

a.dest_link{
    font-size:14px;
    color: #333;
    text-decoration:none;

}
a.dest_link:hover{
    font-size:14px;
    color: #333;
    text-decoration:underline;
    color: #00709f;
}

#tours{
    font-size:14px;
    width:100%;
    float:left;
}

#tours .content{
    width:910px;
    float:left;
    display:block;
    margin-bottom:40px;
}

#tours .content-text{
    width:600px;
    float:left;
    display:block;
}

#tours .content img{
    float:right;
    border-radius:10px;
    -moz-border-radius:5px;
}

img.sidebar_image{
    float:left;
    margin-right:5px;
}

h2{
    padding:0;
    margin:0;
}

h3{
    padding:0;
    margin:0;
    /*color:white;*/
    font-weight:bold;
    width:auto;
    /*background:#319e9e;*/
    /*font-size: 13px;*/
    font-size: 18px;
}

h4{
    width:auto;
    height:1px;
    margin-top:3px;
    margin-bottom:4px;
    border-bottom: 1px dotted #333;
}

h5{
    padding:0;
    margin:0;
    color:white;
    font-weight:bold;
    width:100%;
    background:#1baeac;
    font-size: 14px;
    height:20px;
    padding-top:3px;
    float:left;
    background: url('images/patterns/bookform_element_back.png')
}

h6{
    font-weight:bold;
    color: #398686;
    background: #7ccaca;
    padding:0;
    margin: 0;
    font-size:13px;
}

button.roundButton{
    width:28px;
    height:28px;
    background: url('images/buttons/greenRoundButton.png');
    border:0;
}

button.roundButton:hover{
    width:28px;
    height:28px;
    margin:0;
    padding:0;
    background: url('images/buttons/greenRoundButton_hover.png');
    border:0;
}

/* scroller */
.makeScroll .scroll-track{
    height:20px;
    width:15px;
    background: #c4e1fd;
}

.makeScroll .scroll-handle{
    height:200px;
    width:15px;
    background:#71c8fb;
    cursor:pointer;
}

#postpaid_info{line-height:13px;}
#advance_info{line-height:13px;}
#select_payment_info{margin-top:10px; float:left; }

/* tooltip section */
.tooltip {
    position: absolute!important;
    overflow:hidden;
    font-family: Arial, Helvetica, Verdana;
    font-size: 13px;
    font-weight:bold;
    z-index: 10000!important;
    border-radius:5px;
    -moz-border-radius:5px;
}
.tooltip .xtop, .tooltip .xbottom { display: block; /* background: transparent; */ font-size: 1px; }

.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #ff820c; }


.tooltip .xboxcontent {
    padding: 5px;
    border-radius:5px;
    -moz-border-radius:5px;
    margin: 0;
    color: #FFF;
    text-align: left;
    text-shadow: 1px 1px 0px #CCC;
    word-wrap:break-word;
    background-color: #ff820c;
}

.edit_link{
    height:16px; 
    overflow:hidden; 
    float: right;
	margin-top: -10px;
    padding-right: 10px;
    background: url('images/icons/edit.png');
    width: 35px;
    cursor: pointer;
}

span.sp_discount{
    font-size:10px;
    font-weight:bold;
    color:#0000FF;
    float:left;
    line-height:1.5;
		margin-top: 3px;
}
.red_lbl{
    color:#ff660c;
}
select.selectbox_205{
    width:195px;
    margin: 2px 0 5px 0;
    padding:5px;
    height: 28px;
    background-color:#eef7ff;
    border: 1px solid #BBBBBB;
}

.description_label {
    width: 250px; word-wrap: break-word; height: auto; line-height:16px;
}

.mb5 {margin-bottom: 5px;}
.mb20 {margin-bottom: 20px;}

.nop {padding:0}
.nom {margin:0}

.payment_status{
	background-color: #398686;
	color: white;
	padding: 6px;
	margin: 8px 0;
}

#incl{
	padding-left: 5px;
}

#paypal_button{
	float:right;
	margin-right: 100px;
	margin-top:-10px;
}

.text_normal{
	font-size: 12px;
	color: black;
	line-height: 13px;
}

pre{display:none}
.chekShadow{

    box-shadow: 0px 0px 2px 0px #ff660c;
    -webkit-box-shadow: 0px 0px 2px 0px #ff660c;
    -moz-box-shadow: 0px 0px 2px 0px #ff660c;
    -o-box-shadow: 0px 0px 2px 0px #ff660c;

}


/* Reservation style - changed order of reservation fields */
.status-summary { background:#b8dcff; border:1px solid #93caff; padding:10px; /*line-height:2;*/ }
/* .status-summary.row { width:auto; } */
div.info_icon { margin-left:5px; }
.res .blue { color:#4b7592; font-size:14px; }
.res .blue.heading { font-size:16px; margin-bottom:10px; }
.res .label, .res .div130, .res .transfer-info label { /*font-weight:bold;*/ font-size:14px; }
.res .orange { font-size:16px; margin-bottom:10px; }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


#confirmBox
{
    /*display: none;
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #aaa;
    position: fixed;
    width: 480px;
    left: 50%;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    
    z-index: 1000000; */
    display: none;
    border-radius: 3px;
    border: 1px solid #aaa;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #eee;
    z-index: 1000000;
    width: 480px;
    text-align: center;
    padding: 6px 8px 8px;
    margin-left: -220px;
}
#confirmBox .button {
    background: #398686;
    border-style: none;
    background: url('images/buttons/normalButton.png') no-repeat;
    height: 25px;
    font-weight:bold;
    color: #00709f;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right:20px;
    border: 1px solid #AAA;
    padding: 5px;
    white-space:nowrap;
    cursor: pointer;
}
#confirmBox .button:hover{
    background: url('images/buttons/normalButton_hover.png') no-repeat;
}
#confirmBox .message {
    text-align: left;
    margin-bottom: 8px;
}

.hiden_clas{display:none}
#validate_all{color:red; }

.notification{ background:#c2ede1; border:1px solid #a5e3d2; line-height:inherit; }

.stripe-button-el {
    -moz-user-select: none;
    background-image: linear-gradient(#28a0e5, #015e94);
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1px;
    text-decoration: none;
    visibility: visible !important;
}
.stripe-button-el::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.stripe-button-el span {
    background: #1275ff linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4) repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
    color: #fff;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.stripe-button-el:active:not(:disabled), .stripe-button-el.active {
    background: #005d93 none repeat scroll 0 0;
}
.stripe-button-el:active:not(:disabled) span, .stripe-button-el.active span {
    background: #008cdd linear-gradient(#008cdd, #008cdd 85%, #239adf) repeat scroll 0 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    color: #eee;
}
.stripe-button-el:disabled, .stripe-button-el.disabled {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    box-shadow: none;
}
.stripe-button-el:disabled span, .stripe-button-el.disabled span {
    background: #f8f9fa none repeat scroll 0 0;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}


/* main.css styles */
.summary--short {
  display: flex;
  flex-direction: column;
  /*align-items: flex-start;*/
  align-items:inherit;
  line-height: 2.3;
  text-align:left;
  text-overflow: ellipsis;
}

.summary--short span,
.summary--short strong {
  display: inline-block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
  vertical-align:top;
}

.summary--short span {  
  width: 45%;
  color: #939090;
}

.summary--short strong {
  width: 50%;  
  vertical-align:top;
}


.summary--short .fa {
  margin:5px;
}