/*@CHARSET "ISO-8859-1";*/
/*******************************************************
* RIGHT COLUMN
********************************************************/
#rightcol{
	width: 725px;
	min-height: 700px;
	float: right;
}

div#stepbar{  
  height: 25px;

}
  div.step2{
    background: transparent url('../img/stepbar-bg.png') no-repeat top left;
  }
  div.step3{
    background: transparent url('../img/stepbar-bg.png') no-repeat left -25px;
  }
  div.step4{
    background: transparent url('../img/stepbar-bg.png') no-repeat left -50px;
  }
  div#stepbar span.step{
    float: left;
    display: block;
    width: 181px;
    height: 25px;
    _height: 10px;
    line-height: 25px;
    _line-height:15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color:#666;
  }
  div#stepbar span.step a{
    text-decoration: none;
    color:#666;
  }
  div#stepbar span.step a:hover{
    text-decoration: underline;
    color: #c0f;
  }
  div#stepbar span.current{
    color: #fff;
  }

div#selection{
  margin-top: 20px;
}
  div#selection div.head{ 
    background: transparent url('../img/cruise-bg.png') no-repeat top left;
    height: 30px;
  }
    div#selection div.head h1{ 
      font-size: 14px;
      font-weight: bold;
      line-height: 30px;
      padding-left: 10px;
      color: #fff;
      display: block;
      width: 540px;
      float: left;
    }
    
    div#selection div.head div.price{
      color:#f00;
      float:right;
      font-size: 14px;
      line-height: 30px;
      padding-right: 5px;
      font-weight: bold;
      width: 168px;
      text-align: right;
    }
    div#selection div.head div.price span{
      font-size: 25px;
    }

  div#selection div.content{
    background-color:#fff;
    color:#333;
    padding: 10px 10px 0 10px;
  }

    div#selection div.content table{
      width: 100%;
    }
  
    div#selection div.content td.label{
      width: 100px;
      font-weight: bold;
      padding: 0px 0pt 2px 5px;
      vertical-align: top;
    }
    div#selection div.content td.info{
      vertical-align: top;
      }
    div#selection div.content span.boatCom{
      font-weight: bold;
      color: #90f;
    }
    div#selection div.content div.include{
      font-size: 11px;
      font-weight: bold;
      color: #f00;
      line-height: 11px;
      float: right;
      padding:3px;
    }
    div#selection div.content td.img{
        vertical-align: top;
      }
    div#selection div.content td.img, div#selection div.content td.img img{
      width: 125px;
      height: 88px;
    }
    
      div#selection div.content img.stars{
        border:1px solid #ccc;
        width: 80px;
        height: 12px;
      }
    div#selection div.content td.bonusimg{
    	text-align: center;
    	height: 31px;
    }
    div#selection div.content td.bonusdesc{ 
      color: #f00;
      font-weight: bold;
      font-size: 12px;
      height: 50px;
      width: 300px;
    }
    div#selection div.content td.btn{
      text-align: right;
    }
  div#selection div.content td.btn a{
	display: block;
	width: 150px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: #fff url('../img/btn-bg.gif') no-repeat left -40px;
	text-decoration: none;
  }
  div#selection div.content td.btn a:hover{
    color: #333;
  }

div#pointofview{
  margin-top: 10px;
}
div#pointofview div.head{ 
    background: transparent url('../img/cruise-bg.png') no-repeat left -60px;
    height: 30px;
  }
    div#pointofview div.head h3{ 
      font-size: 14px;
      font-weight: bold;
      line-height: 30px;
      padding-left: 10px;
      color: #fff;
      display: block;
      width: 550px;
      float: left;
    }
div#pointofview div.content{
    background-color:#fff;
    color:#333;
    padding: 10px 10px 0 10px;
  }
  div#pointofview div.content a{
    color:#000;
    font-weight:bold;
    }
  
div#moreinfos{
  margin-top: 10px;
}
ul#tabsheader{
  list-style-type: none;
  position: relative;
  background: transparent url('../img/cruise-bg.png') no-repeat left -60px;
  height: 30px;
  margin: 0;
  padding: 0;
}
ul#tabsheader li{
  margin:5px 5px 0 50px;
  float:left;
  text-align: center;
  padding: 5px 15px 0 15px;
  cursor: pointer;
  font-weight:bold;
  color:#fff;
  height:20px;
  font-size: 14px;
}
ul#tabsheader li:hover{
  height: 20px;
  font-weight:bold;
  color:#fff;
  background: #6cc;
}
ul#tabsheader li.active, ul#tabsheader li.active:hover{
  color:#666;
  background-color:#fff;
  border-bottom: 0px;
  padding-bottom: 0px;
}
div#tabcontainer{
  margin: 0 ;
  background-color:#fff;
}
div#tabcontent-1, div#tabcontent-2, div#tabcontent-3, div#tabcontent-4{
  padding: 10px;
}
div.tabhidden{
  display: none;
}
div.tabactive{
  display: block;
}
/********************************************
* Itinary tab
*********************************************/
div.itinarycontainer{
  min-height: 200px;
  }
table#itinary{
  margin: 10px 10px 0px 10px;
}

table#itinary tr.head td{
  text-align: center;
  background-color: #666;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #fff;
}

table#itinary tr.row td{
  padding: 3px;
  background-color: #ebebeb;
  border: 1px solid #fff;
  }

table#itinary tr.row td.day{
  text-align: center;
  width: 40px;
}
table#itinary tr.row td.port{
  padding-left: 10px;
  width: 180px;
}
table#itinary tr.row td.port:hover{
  background-color: #ccc;
  }
  
table#itinary tr.row div.info{
  position: absolute;
  float: right;
  margin-left: 180px;
  margin-top: -17px;
  width: 250px;
  background: #fff;
  border: 2px solid #ccc;
  padding: 3px;
}

table#itinary tr.row td.leaving, table#itinary tr.row td.arriving{
  text-align: center;
  width: 60px;
}
div.itinarymap{
  float: right;
  margin-top: 11px;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding:20px;
  background-color: #ebebeb;
  max-width:250px;
  text-align:center;
  }
  div.itinarymap p{
    margin-top:10px;
    text-align:justify;
    }
img.itinarymap{
  border: 1px solid #ccc;
}

div#formality{
  padding:10px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  margin: 10px;
  }

/********************************************
* Cabines photos & boat photos tab
*********************************************/
div#cabimages, div#boatimages{
  /*border: 1px solid #000;*/
}

div#cabimages div.container, div#boatimages div.container{
  /*border:1px solid #f00;*/
  width: 172px;
  height: 140px;
  vertical-align: middle;
  text-align:center;
  float:left;
}
div#cabimages div.container a, div#boatimages div.container a{
  display:block; 
}
div#cabimages div.container div, div#boatimages div.container div{
  margin-top: 10px;
  border:1px solid #ccc;
  vertical-align: middle;
  margin: 5px;
  height: 125px;
}
div#cabimages img, div#boatimages img{
  max-width: 150px;
  max-height: 100px;
  margin: 5px;
}

/********************************************
* Boat details tab
*********************************************/
div#boatDetails{float:left; width: 300px;}
div#boatDetails table{}
div#boatDetails table td{ height:25px; padding:3px; background-color: #ebebeb; border: 1px solid #fff;  }
div#boatDetails table td.label{ font-weight: bold; background-color: #666; color: #fff;}
p.boatComment{
  float: right;
  background-color:#ebebeb;
  border:1px solid #ccc;
  float:right;
  padding:5px;
  width:390px;
}



div#includeornot{
  margin-top: 10px;
}
div#includeornot div.head{ 
    background: transparent url('../img/cruise-bg.png') no-repeat left -60px;
    height: 30px;
  }
    div#includeornot div.head h3.include, div#includeornot div.head h3.notinclude{ 
      font-size: 14px;
      font-weight: bold;
      line-height: 30px;
      text-align: center;
      color: #fff;
      display: block;
      width: 360px;
    }
    div#includeornot div.head h3.include{
       float: left;
       border-right: 1px dotted #fff;
    }
    div#includeornot div.head h3.notinclude{
       float: right;
    }
div#includeornot div.content{
    background-color:#fff;
    color:#333;
    padding: 10px 10px 0 10px;
  }
  div#includeornot div.content p.include, div#includeornot div.content p.notinclude{
    width: 340px;
  }
  div#includeornot div.content p.notinclude{
    float: right;
  }
  div#includeornot div.content p.include{
    float: left;
  }

div#calcul{
  margin-top: 10px;
}
div#calcul div.head{ 
    background: transparent url('../img/cruise-bg.png') no-repeat left -60px;
    height: 30px;
  }
    div#calcul div.head h3{ 
      font-size: 14px;
      font-weight: bold;
      line-height: 30px;
      padding-left: 10px;
      color: #fff;
      display: block;
      width: 550px;
      float: left;
    }
div#calcul div.content{
    background-color:#fff;
    color:#333;
    padding: 10px 10px 0 10px;
  }
  div#calcul form{
    padding-left: 10px;
    font-size: 12px;
  }
  div#calcul form h4{
    font-size: 14px;
    font-weight: bold;
    color: #90f;
    margin: 15px 0 20px 0;
  }
  div#calcul form label{
   height: 20px;
   line-height: 20px;
   display:block;
   float:left;
   width: 100px;
   margin: 0 0 0 30px;
  }
  /*div#calcul form label.right{
    float: none;
    display: inline-block;
    height: -20px;
  }*/
  div#calcul form input[type='text'], div#calcul form textarea, div#calcul form select{
    border: 1px solid #999;
    /*margin-bottom: 10px;*/
  }
  div#calcul form option{
    padding: 0 3px;
  }
  div#calcul form select, div#calcul form input[type='text']{
    width: 170px;
  }
  div#calcul form input[type='checkbox']{
    margin-left: 30px;
  }
  div#calcul form select.nb{
    width: 50px;
  }
  div#calcul form input:focus, div#calcul form textarea:focus{
    border: 1px solid #90f;
  }
  div#calcul form textarea, div#calcul form span{
    margin: 0px;  
    color: #90f;  
  }
  div#calcul form textarea, div#calcul form span.ex{ margin-left: 30px; color: #90f;  }
  div#calcul form textarea, div#calcul form input, div#calcul form select{
    font-size: 12px;
    color: #90f;
    padding: 3px;

  }
  div#calcul form input[type='button']{
    cursor: pointer;
    border: 0;
    /*float: right;*/
    margin: 30px auto 20px 260px;
	width: 150px;
	height: 20px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #fff url('../img/btn-bg.gif') no-repeat left -40px;
  }
  div#calcul form input[type='button']:hover{
    color: #333;
  }
    
div#departuredate{
  margin-top: 10px;
}
div#departuredate div.head{ 
    background: transparent url('../img/cruise-bg.png') no-repeat left -60px;
    height: 30px;
  }
    div#departuredate div.head h3{ 
      font-size: 14px;
      font-weight: bold;
      line-height: 30px;
      padding-left: 10px;
      color: #fff;
      display: block;
      width: 550px;
      float: left;
    }
div#departuredate div.content{
    background-color:#fff;
    color:#333;    
    padding: 10px 10px 0 10px;
  }

div#departuredate div.prices{
    overflow-y: scroll;
    overflow-x:hidden;
    height: 250px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
  }

div#departuredate table{
    width: 100%;
    _width: 90%; 
    margin: 3px;
  }
  
div#departuredate td.title{
  font-weight:bold;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #fff;
  background-color: #666;
  text-align:center;
  color: #fff;
  }
div#departuredate td.date, div#departuredate td.price{
  font-size: 12px;
  width: 120px;
  padding: 5px;
  border: 1px solid #fff;
  background-color: #ebebeb;
  font-weight: bold;
  }
div#departuredate td.date{
  color: #333;
  text-align: center;
  }
div#departuredate td.price{
  color: #333;
  text-align: right;
  padding-right: 25px;
  }
div#departuredate td.price:hover{
  background-color: #fff;
  border: 1px solid #ccc;
  }
div#departuredate td.price a{
  display:block;
  color:#f00;
  text-decoration: none;
  }
div#departuredate td.price a:hover{
  color: #333;
  text-decoration: underline;
  }
div#departuredate td.btn{
  text-align: center;
  width: 150px;
  padding-left: 5px;
  }
div#departuredate td.btn a{
  display: block;
  margin-right: 20px;
  width: 150px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #fff url('../img/btn-bg.gif') no-repeat left -40px;
  }
div#departuredate td.btn a:hover{
  color: #333;
  }
div#selection div.footer, div#pointofview div.footer, div#moreinfos div.footer, div#includeornot div.footer, div#calcul div.footer, div#departuredate div.footer{ 
    height: 10px;
    background: transparent url('../img/cruise-bg.png') no-repeat left -90px;
   }
