#title-line {
  margin-top: 20px;
  width: 803px;
  height: 35px;
  padding-bottom: 7px;
  background: url('/images/frontend/venues/agenda-title-shadow.png') 0 28px no-repeat;
}
  

#second-navigation {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
  border-bottom: 1px solid #e3d1c7;
  width: 100%;
}

#second-navigation li {
  float: left;
  margin-bottom: -1px;
  margin-left: 5px;
  height: 40px;
  padding: 0 10px;
  background-color: #fcf8f7;
  
  border: 1px solid #e3d1c7;  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/*#second-navigation li.right {
  float: right;
}*/

#second-navigation li.active {
  border-bottom: none;
  height: 41px;
  margin-bottom: -1px;
  background-color: white;
}

#second-navigation li a {
  display: block;
  height: 28px;
  padding-top: 12px; 
  color: #967a88;
  font-family: 'Cocon-Regular';
  text-decoration: none;
  font-size: 18px;
}

#second-navigation li.active a,
#second-navigation li:hover a{
  color: #781c5a;
}

/****************** CONTENT *******************************/
div#content h3 {
  font-family: "Arial";
}

div#events {
  width: 960px;
}

div.event {
  position: relative;
  width: 468px;
  height: 303px;
  margin-bottom: 10px;
  float: left;
  background: url('/images/frontend/venues/agenda-duo.png') no-repeat;
}

div.event.booking {
  background-position: 0 -303px;
}

div.event.left {
  margin-right: 10px;
}

div.event div.event-images {
  float: left;
  width: 145px;
  height: 215px;
  margin-top: 20px;
  margin-left: 20px;
}

div.event-images img.event-cover {
  border: 1px solid white;
}

div#content h3 {
  font-family: 'Cocon-Regular';
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  color: white;
}

div.event div.post-textual {
  float: left;
  width: 280px;
}

div.event div.post-textual span.production {
  color: #ff6600;
}

div.event div.post-textual span.production a {
  color: #ff6600;
  font-weight: bold;
}

div.event div.post-textual span.more {
  display: block;
  color: #9a2474;
  font-weight: bold;
}


div#content div.event p.price {
  position: absolute;
  left: 40px;
  bottom: 22px;
  color: #9c2475;
  font-size: 18px;
  font-weight: bold;
  
}

div#content div.event a.order {
  text-indent: -5000px;
  display: block;
  width: 180px;
  height: 45px;
  position: absolute;
  bottom: 22px;
  right: 27px;
}

/****************************** INFOS ****************************************/

#infos {
  border-bottom: 5px solid #e0ccc1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#infos .col {
  float: left;
  width: 450px;
}

#infos .col.right {
  margin-left: 20px;
}

div#infos span,
div#infos h3 {
  color: #9a0949;
  font-weight: bold;
  font-family: 'Arial';
  font-size: 12px;
  text-transform: none;
  margin: 5px 0;
}

div#infos p {
 line-height: 130%;
 margin-top: 3px;
}

div#infos h2 {
  color: #6e0d54;
  font-size: 18px;
  font-family: 'Arial';
  font-weight: bold;
}

div#infos {
  list-style-position: inside;
}

div#infos .separator {
  width: 100%;
  height: 1px;
  background-color: #e0ccc1;
  margin: 10px 0;
}

/* Lightbox booking */
.booking-lightbox {
  text-align: center;
  width: 600px;
}

.booking-lightbox p.intro {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.booking-link {
  margin: 4px 20px;
  float: left;
  display: inline-block;
}

.booking-link a img {
  margin-bottom: 10px;
}

.booking-link.fnac {
  width: 80px;
}

.booking-link.cheyenne {
  width: 154px;
}

.booking-link.ticketnet {
  width: 86px;
}
