@font-face {
    font-family: Timeless;
    src : url('../fonts/timeless.ttf');
}


body {
    background-image: url('../images/background.png');
    background-repeat: repeat;
    font-family: Arial;
    font-size: 14px;
    text-align: justify;
}

p {
  margin-top: 0px;
  margin-bottom: 8px;
}

.mainframe {
    margin: 0 auto;
    width: 1001px;
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
  background-color: white;
  padding-top: 8px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.logo img {
  margin-bottom: 8px;
}

div.clear_float {
    clear: both;
}

.accordion {
    margin-bottom: 16px;
    box-shadow: 0 0 6px #aaa;
}

.content {
    background-color: #FBEEE2;
    padding: 20px;
    margin-bottom: 12px;
    box-shadow: 0 0 6px #aaa;
    clear: both;
    line-height: 1.4;
    font-size: 15px;
}

.content h2 {
    font-family: 'Timeless';
    font-size: 30px;
    margin-bottom: 12px;
    margin-top: 0;
}

h3 {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    margin-top: 24px;
    margin-bottom: 4px;
}
h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 16px;
    margin-bottom: 12px;
}
.imageSlider {
    box-shadow: 0 0 6px #aaa;
  padding: 0 30px;
  background-color: white;
}

.footerWrapper {
  margin-bottom: 140px;
}


.link_list ul {
  list-style-type: decimal;
}

.link_list ul li a {
  color: black;
}



/* faq */
.link-list {
    margin-top: 32px;
}

.link-list a.link-title {
    display: block;
    color: black;
    text-decoration: none;
    border: 1px solid #888;
    border-bottom: none;
    background-color: #fff1e2;
    padding: 4px;
    padding-left: 12px;
    font-weight: bold;
}

.link-list .faq-item {
    display: none;
    padding: 12px;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    background-color: #fafafa;
}






.image_thumbnail {
  width:  100px;
  height: 100px;
  display: block;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px #ccc;
  background-color: white;
  border-radius: 2px;
  margin: 0 0 6px 6px;
  overflow: hidden;
}

.image_thumbnail:hover {
  box-shadow: 0 0 4px #aaa;
}


.popup_overlay {
    display: none;
    z-index: 200;
    position: absolute;
    background-color: white;
    border: 2px solid #FBEEE2;
    box-shadow: 0 0 8px black;
    border-radius: 4px;
    padding: 22px;
    width: 800px;
  height: 340px;
    left: 50%;
  top: 50%;
  position: fixed;
    margin-left: -400px;
    margin-top: -170px;
}


#popup_background {
    background: none repeat scroll 0 0 #222222;
    background-image: url('../images/background_dark.png');
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
}

.inf_det_cont .element1 {
  float: left;
  height: 255px;
  width: 160px;
  text-align: center;
}

.inf_det_cont .element2 {
  width: 420px;
  float: left;
  margin-left: 60px;
  max-height: 350px;
  overflow: auto;
  padding-right: 8px;
}

.inf_det_cont .element3 {
  float: left;
  width: 120px;
  margin-left: 20px;
  text-align: right;
}

#image_lightbox {
    z-index: 300;
    position: absolute;
    background-color: white;
    border: 2px solid #FBEEE2;
    box-shadow: 0 0 8px black;
    border-radius: 8px;
    padding: 6px;
    width: 570px;
    height: 570px;
    margin-top: -300px;
    margin-left: -300px;
    top: 50%;
    left: 50%;
    position: fixed;
    margin-bottom: 60px;
    text-align: left;
  display: none;
}

#image_lightbox_img {
    width: 550px;
    height: 550px;
}

#image_lightbox a.previous_image,
#image_lightbox a.next_image {
  display: block;
  height: 300px;
  position: absolute;
  color: #eee;
  font-size: 5em;
  padding-top: 250px;
  text-decoration: none;  
}

#image_lightbox a.previous_image {
  width: 90px;
  padding-left: 30px;
  border-radius: 4px 0 0 4px;
}
#image_lightbox a.next_image {
  width: 70px;
  padding-left: 50px;
  margin-left: 430px;
  border-radius: 0 4px 4px 0;
}


#image_lightbox a.previous_image:hover,
#image_lightbox a.next_image:hover {
  background-color: #666;
  opacity: 0.2;
  color: white;
}

.language_switcher {
  float: right;
  margin-top: -40px;
  margin-right: 14px;
}

.language_switcher img {
  box-shadow: 1px 1px 4px #666;
}



/* the metro pattern */
.metro_pattern {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    background-color: white;
    padding: 20px;
    border-top: 1px solid #888;
}

.metro_pattern .tile {
    float: left;
    margin: 15px 10px;
    width: 450px;
    height: 310px;
    background-image: url('../../../images/celine_manual_big.png');
    border: 1px solid #ccc;
    border-radius: 3px;
}

.metro_pattern .tile .description {
    position: absolute;
    margin-left: 225px;
    width: 225px;
    text-align: center;
    margin-top: 150px;
    font-size: 20px;
}

.metro_pattern .tile {
    text-decoration: none;
    color: black;
}

.metro_pattern .tile img {
    height: 160px;
    position: absolute;
    margin-top: 60px;
    margin-left: 70px;
}

.metro_pattern .tile img.left  {margin-left: 20px;}
.metro_pattern .tile img.right {margin-left: 120px;}





.contact-form fieldset {
    border: medium none;
}
.contact-form fieldset dt {
    clear: both;
    float: left;
    width: 70px;
}
.contact-form fieldset dd {
    float: left;
    margin-bottom: 6px;
    width: 480px;
}
.contact-form fieldset dd button {
    float: right;
}

.black_content .black_frame {
    background-color: black;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 12px;
    height: 260px;
    border-top: 1px solid #666;
    background-position: bottom;
    background-repeat: no-repeat;;
}

.black_content .black_frame .content_left,
.black_content .black_frame .content_right {
    position: absolute;
    width: 500px;
    margin-left: 80px;
    color: white;
}

.black_content .black_frame .content_right {
    margin-left: 420px;
}

.mainframe .content a {
    text-decoration: none;
}
.mainframe .content a:hover {
    text-decoration: underline;
}


h1 {
    display: none;
}

div.mod-languages {
    margin-top: 0;
    margin-left: 0;
    width:auto;
}

div.mod-languages img {
    box-shadow: 0 0 4px #888;
}

.lang-inline li {display:inline-block; list-style:none; margin-left:7px;} 


.contact-page-ctn a
{
	font-size:14px;
	padding:8px 20px;
	display:block;
	border:none;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:3px;
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
	margin-top:20px;
}
.contact-page-ctn a:hover
{
	background-color:#666;
	color:#fff;
}