#contents {
  padding-top: 40px;
}

#contents h3 {
  margin: 0;
}

#journey-header {
  position: relative;
  margin-bottom: 17px;
  zoom:1;
}

#journey-header  h2 {
  font-size: 25px;
  margin: 0;
  padding: 10px 0 10px 80px;
  background: #eee url(../media/journey-pictos.png) no-repeat 15px -393px;  
  border: 1px #ccc solid;
  border-width: 1px 0;
}

.connect {
  background: url(../media/index-connect.png) no-repeat 0 0;
  width: 25px;
  height: 40px;
  position: absolute;
  bottom: -30px; 
}

#connect1 {
  left: 70px;
}

#connect2 {
  left: 320px;
}

#connect3 {
  left: 480px;
}

#connect4 {
  left: 700px;
}

#journey-details-col {
  width: 415px;
  float: left;
  margin: 0 15px 0 5px;
}

#user-details-col {
  width: 320px;
  float: left;
}

#journey-details-col h3 span,
#user-details-col h3 span {
  text-align: center;
}

/* the journey details part */
#journey-details {
  background: #dff7fe;
  margin: 0 -6px;
  padding: 10px 0;
}

#journey-preferences,
#journey-stopovers,
#journey-pets {
  width: 90%;
  margin: 20px auto 0 auto;
  padding: 10px 0;
  border-top: 1px #b2c6cb solid;
}

#journey-stopovers {
  padding: 10px 0 0 0;
}

#journey-stopovers h4,
#journey-stopovers p {
  margin: 5px 0 5px 5px;
}

#journey-comments {
  width: 90%;
  margin: 10px auto 20px auto;
  background: #fff url(../media/journey-pictos.png) no-repeat 5px -595px;
  border: 1px #b2c6cb dashed;
}

#journey-comments h4{
  margin: 5px 0 0 50px;
  color: #999;
}

#journey-comments p{
  margin: 5px 5px 10px 50px;
}


#journey-actions {
  height: 65px;
  position: relative;
}


#journey-actions a {
  padding-left: 25px;
  background: url(../media/event-actions.png) no-repeat;
  position: absolute;
  top: 10px;
  font-weight: normal;
  font-size: 13px;
}

/* Facbook sharer */
#journey-actions .fb_share_link { 
  background: url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat 3px 1px;
  top: auto;
  bottom: 10px;
  left: 5px;
  color: #3b5998;
}

html[lang="nl"] #journey-actions {
  height: 75px;
}

html[lang="nl"] #journey-actions a{
  width: 165px;
}

#journey-actions a.add-fav {
  background-position: 4px 2px;
  left: 5px;  
  color: #b24036;
}

#journey-actions a.tell-friend {
  background-position: 2px -297px;
  right: 5px;
  color: #019edf;
}

/**************************** the user details *******************/
#journey-user-header {
  padding-top: 8px;
}

#journey-user-header h4 {
  margin: 0 0 5px 0;
  font-size: 15px;
  padding-top: 3px;
}

.avatar-cont {
  width: 100px;
  height: 100px;
  float: left;
}
 #avatar {
  margin: 2px 10px 10px 2px; 
  padding: 2px;
  border: 1px #ccc solid;
}

#journey-user-contacts .contact-options {
  float:left;
  padding: 10px 5px 10px 10px;
}

#journey-user-contacts .contact-options li {
  display: block;
  width: auto;
  padding-right: 20px;
}

#contents table td{
  border: none;
}

#contents table.time-table tbody td{
  border: 1px silver dotted;
}

.time-table td.highlight {
  font-weight: bold;
}

#journey-user-details,
#journey-user-contacts,
#journey-send-message {
  width: 98%;
  margin: 0 auto;
  border-top: 1px #ccc solid;
  position: relative;
}

#journey-send-success,
#journey-send-error {
  font-size: 16px;
  font-weight: bold;
  color: #8daa01;
  padding: 20px;
  margin: 10px;
  border: 1px #8daa01 solid;
}

#journey-send-error {
  color:#c00;
  border: 1px #c00 solid;
}

#journey-send-message h5{
  font-size: 16px;
  color: #00abe0;
  margin: 20px 0 10px 0;
}

#journey-send-message textarea {
  width: 95%;
  height: 110px;
  margin: 0 auto 40px auto;
  padding: 5px;
}

#journey-send-message a {
  padding-left: 25px;
  background: url(../media/event-actions.png) no-repeat 4px 2px;
  position: absolute;
  bottom: 10px;
  left: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #b24036;
}

#journey-send-message button {  
  position: absolute;
  bottom: 10px;
  right: 5px;
}

/********************* the login box ********************/
#journey-login-box {
  margin-top: 40px;
  background: none;
  border: none;
}

#journey-login-box input {
  width: 170px; 
  margin-left: 5px;
}

#journey-login-box label.cb {
  margin: 10px 0;
}

#journey-login-box button {
  padding: 1px 15px;
}

#journey-login-box.visit-karzoo h4 {
  color:#00ABE0;
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:5px 0;
}

#journey-login-box.visit-karzoo div {
  text-align: center;
  margin: 0;
}

#journey-login-box.visit-karzoo a {
  background: url(../media/logo-small.png) no-repeat right 8px;
  padding: 25px 160px 25px 0;
  text-align: right;
  display: inline-block;
}

/****************** the map ***************************/

#journey-map {  
  width: 755px;
  height: 502px;
  margin: 40px auto 10px auto;
  position: relative;
  border: 1px #ccc solid;
}

.no-js #journey-map {
  display: none;
}

#journey-map h3 {
  width: 129px;
  position: absolute;
  right: 0;
  top: -27px;
  text-align: center;
}

#journey-facts {
  width: 131px;
  height: 501px;
  float: left;
  background: #edfbfe;
  margin: 0 0 1px 2px;
}

#journey-facts ul {
  margin-top: 50px;
  display: none;
}

#journey-facts li {
  padding: 5px 0 5px 35px;
  margin: 20px 0 5px 10px;
  background-image: url(../media/journey-pictos.png);  
  background-repeat: no-repeat;  
  color: #3fcaf7;
  font-weight: bold;
  font-size: 13px;
}

#journey-length {
  background-position: 0 3px;
}

#journey-duration {
  background-position: 0 -95px;
}

#journey-cost{
  background-position: 0 -197px;
}

#journey-co2 {
  background-position: 0 -297px;
}

li#journey-explanation {
  background: none;
  padding-left: 5px;
  font-size: 11px;
  font-weight: normal;
  color: #999;
}

#map-cont {
  overflow: hidden;
  position: relative;
  width: 618px;
  float: left;
  margin: 1px;
}

#map {
  width: 618px;
  height: 500px;
  position: relative;
}

.no-js #map {
  display: none;
}

#map span.loading {
  position: absolute;
  top: 55%;
  display: block;
  text-align: center;
  width: 100%;
}

#map-address {
  display: none;
}

#map-msg {
  position: absolute;
  width: 327px;
  height: 226px;
  background: url(../media/map/message-box.png) no-repeat 0 0;
  top: 137px;
  left: 184px;
  z-index: 999;
  font-size: 18px;
  text-align: center;  
  padding: 30px;
  display: none;
}
