/* CSS Document */

* {
    padding:0;
    margin:0;
    border:none;
}

html,body {
    overflow-x:hidden;
}

body {
    color:#808080;
    font-family:Helvetica, Arial, sans-serif;    
}

p {
    text-indent:0;
}

h1 a {
    color:#fff;
    text-decoration:none;
}

.clearall {
    clear:both;
    width:100%;
    height:0;
}

#wrapper {
    width:100%;
    margin:auto;
    position:relative;
}

h1 {
    color:#f6f6f6;
    padding:20px 0px;
    margin:15px 0 0 0;
}

h4 {
    color: #4E4E4E;
    font-size:1em;
    padding: 10px 0 4px 14px;
}


/* 
Form styles ===================================================================================
*/

/*form {
    border-bottom:1px solid #CCC;
    padding-bottom:30px;
    position:relative;
    margin:0 0 30px;
}*/

.form {
    float:left;
    padding: 25px 22px;
    font-size:16px;
    text-align:center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border:solid #cdcdcd 3px;
    height:110px;
    position:relative;
    -webkit-box-shadow:  0px 3px 3px 2px rgba(0, 0, 0, .41);
    box-shadow:  0px 3px 3px 2px rgba(0, 0, 0, .41);
}

.spacer {
    float:left;
    width:9px;
    height:20px;
}

/*

steps ====================================================

*/

.active {
    border-color:#929292;
    background:#f3f3f3;
}

.form .step {
    position:absolute;
    top:-27px;
    height:49px;
}

.form.depart .step {
    background:url(../images/step_1.png) no-repeat;
    background-position:center;
    width:100%;
    left:0;
}

.form.time .step {
    background:url(../images/sprites.png) 0 0 no-repeat;
    width:50px;
    left:95px;
}
.form.time.active .step {
    background-position:-52px 0;
}

.form.number .step {
    background: url("../images/sprites.png") no-repeat scroll 0 -52px transparent;
    left: 95px;
    width: 50px;
}
.form.number.active .step {
    background-position:-52px -52px;
}

.form.submit .step {
    background: url("../images/sprites.png") no-repeat scroll 0 -104px transparent;
    left:95px;
    width:50px;
}
.form.submit.active .step {
    background-position:-52px -104px;
}

.form.number p {
    float: left;
    position: relative;
    text-align: center;
    top: -23px;
    width: 110px;
}

.form.number p span {
     display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
}

/*label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 17px;
    padding: 16px 0 17px;
    text-align: center;
}

select {
    color: #525252;
    height: 20px;
    padding: 3px;
    width: 100px;
    margin:auto;
    display:block;    
    background-color:transparent;
    font-size:11px;
    background-color:transparent;
}*/

.select {
    border: 1px solid #B7B7B7;
    background:url(../images/dropdown_arrow.png) no-repeat right #f8f8f8;
    width:75px;
    margin:auto;
    overflow:hidden;
}

/*select option {
    color: #525252;
    padding-top:3px;
    width:84px;
}

input[type="radio"] {
}

input[type="text"] {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #B7B7B7;
    color: #525252;
    display: block;
    height: 20px;
    margin: auto;
    padding: 0 5px;
    width: 65%;
}

input[type="submit"], #check {
    background: url("../images/submit_button.png") no-repeat scroll 0 0 transparent;
    height: 57px;
    text-indent: -99999px;
    width: 57px;
    cursor:pointer;
    display:block;
}*/

#refresh {
    background: url("../images/search_available_sprite.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 42px;
    left: 24px;
    position: absolute;
    text-indent: -99999px;
    top: 68px;
    width: 85px;
}

#refresh:hover {
    background:url(../images/search_available_sprite.png) no-repeat -91px 0px transparent;
}

h2 {
    padding:30px 0 10px 0;
    border-top:1px solid #CCC;
}

#total {
    min-height:200px;
    float:right;
    width:270px;
    display:none;
    text-align:right;
}

.selected_boat {
    background:#eefaff;
}

.selected_boat, .boat:hover {
    background:#eefaff;
}

#total ul li {
    padding-top:5px;
    list-style:none;
}

#total #price {
    color: #1043A9;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding: 9px 0 0;
    text-align: right;
    vertical-align: middle;
}


#button_s {
    background-position: right center;
    font-size: 18px;
    position: relative;
    text-indent: 0;
    width: 300px;
    margin-bottom:20px;
}
#message {
    text-align:center;
}

#message h3 {
    font-size:24px;
    margin:40px 0 20px 0;
}

#update {
    color:#1043A9;
}

.price span {
    
}

#disable {
    position:absolute;
    height:150px;
    right:0;
    width:750px;
    z-index:1;
}

/* 
check out page styles ===================================================
*/
.checkout {
    width:320px;
    float:left;
}

#checkout label {
    border:none;
    text-align:left;
    margin: 5px 0 -18px;
}

#checkout form {
    margin:0;
    padding:0;
}

#checkout input[type="text"] {
    display: inline;
    font-size: 15px;
    height: 25px;
    margin: 0;
    width: 200px;
}

#checkout select {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #B7B7B7;
    color: #525252;
    font-size: 14px;
    height: 27px;
    margin: 0;
    padding: 5px;
    width: 68px;
}

#cart {
    border: 3px solid #CDCDCD;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.41);
    font-size: 12px;
    height: 100px;
    padding: 15px 24px;
    position: absolute;
    right:0;
    z-index:2;
}

#content{
    padding-top:0;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color:#fff !important;
    font-size:16px;
}
#header {
    margin-bottom:20px;
}