/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 05 September 2013 11:13:06
*/


/*
    By = Ricardo Zea

    - To target only IE6, use: *html or _property {...}
    - To target only IE7, use: *+html or *property {...} - Keep in mind that you have to put the IE7 property first if you're using the same selector.
    - To target only IE8, use: \9 >> p { color:#f00\9; } - http://stackoverflow.com/questions/660652/ie8-css-selector
        The above solution doesn't work with font-family, so instead you need to use "\0/ !important" >> { font-family:Arial \0/ !important; } -             
        http://dimox.net/personal-css-hacks-for-ie6-ie7-ie8/
*/

/* ---------------------------------------------------------------- */
/*                             HOME RESET                                */
/* ---------------------------------------------------------------- */
#header { background:none; padding:0; margin:0; width:930px; }
ul#top-right-links { margin:0; padding:0; float:right; }
#megamenus { background:none; /*top:82px;*/ top:102px; }
#bg-footer { display:none; }
#footer { position:absolute; left:0;top:0; /*top:644px;*/ top:635px; }
#credits { top:10px; }
#megamenus div.menu-container { top:40px; }
#left-links ul.bottom { float:right; }
#search-wrapper { padding:0; }

/* ---------------------------------------------------------------- */
/*                             HOME CSS                                */
/* ---------------------------------------------------------------- */
body {
    background:url(http://www.lexisnexis.de/__data/assets/image/0005/212/bg-website.jpg?v=0.1.1) 0 0 repeat-x #E3E3E3;
    margin:auto;
    /*overflow:hidden;*/
    overflow-y:visible;
    overflow-x:hidden;
    color:#000;
    }
    
#frame {
    background:url(http://www.lexisnexis.de/__data/assets/image/0004/211/bg-shadow.png?v=0.1.3) no-repeat center 100%;    
    width:100%;
    /*height:1000px;*/
    /*height:1288px;*/
    /*padding-bottom:35px;*/
    }
    #interface { 
        position:absolute;
        width:1500px;
        left:-270px;
        /*top:0px;*/
        top:20px;
        z-index:5;
        }
        #header-bg {
            position:absolute;
            top:0;
            left:0;
            width:1500px;
            height:123px;
            background:url(http://www.lexisnexis.de/__data/assets/image/0011/209/bg-header.png?v=0.1.1) 0 bottom repeat-x #fff;
            z-index:6;
            }
        #promo-bg {
            position:absolute;
            /*top:490px;*/
            top:435px;
            left:0;
            width:1500px;
            height:200px;
            /*background:url(mysource_files/ bg-promo.png) 0 0 repeat-x;*/
            z-index:6;
            }
        #footer-bg {
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
            position:absolute;
            /*top:697px;*/
            /*top:666px;*/
            /*left:0;*/
            width:1500px;
            /*height:60px;*/
            /*height:244px;*/
            /*height:553px;*/
            z-index:6;
            }
    #center {
        position:relative;
        width:960px;
        xpadding:0 20px;
        /*height:778px;*/
        /*height:900px;*/
        height:1240px;
        margin:auto;
        }
        #content {
            position:relative;
            z-index:10;
            width:930px;
            }

/*TOP MESSAGE*/
#top-msg { right:0; }



/* ---------------------------------------------------------------- */
/*                             PROMOS CSS                                */
/* ---------------------------------------------------------------- */
#promos {
    position:absolute;
    /*top:510px;*/
    top:456px;
    left:290px;
    z-index:10;
    }
#promos table { width:900px; margin:0 10px; }
#promos table td { width:50%; vertical-align:top; }
#promos table td.center { width:261px; }
#promos table td.left div,
#promos table td.left img{ float:left; }
#promos table td.right div,
#promos table td.right img{ float:right; }
#promos table td img, .home_pbox {
    -moz-box-shadow:0 5px 15px rgba(0,0,0,.4);
    -webkit-box-shadow:0 5px 15px rgba(0,0,0,.4);
    box-shadow:0 5px 15px rgba(0,0,0,.4);
    }

.home_pbox {
  border-left:#fff 2px solid;
  border-right:#fff 2px solid;
  border-bottom:#fff 2px solid;
  height:125px;
  width:246px;
  background:#fff url(http://www.lexisnexis.de/__data/assets/image/0015/573/pbox_bg.png?v=0.1.1) repeat-x 0 100%;
  padding:13px 10px 10px;
  overflow:hidden;
  position:relative;
}

#promos table td .home_pbox img {
  -webkit-box-shadow:0 0 0 rgba(0,0,0,.4);
     -moz-box-shadow:0 0 0 rgba(0,0,0,.4);
          box-shadow:0 0 0 rgba(0,0,0,.4);
}

#promos table td img:hover { position:relative; top:-2px; }

#promos table td .home_pbox img:hover {
  top:0; 
}

.promo-block {
    width:239px;
    height:160px;
    padding:21px;
    position:relative;
    /*background:url(mysource_files/ bg-promo_block.png) 0 0 no-repeat;*/
    }

.promo-pic {
    float:left;
    margin-right:16px;
    }
.promo-content {
    width:130px;
    float:left;
    }
.promo-content p {
    font-size:13px;
    line-height:18px;
    color:#666;
    }
.promo-content h6 {
    font-family:'OmnesRegular', Calibri, Arial, sans-serif;
    line-height:19px;
    font-size:18px;
    color:#ee162d;
    margin-bottom:8px;
    }

.home_pbox span {
  border:#999 1px solid;
  display:inline-block;
  float:left;
  margin:0 10px 5px 0;
}

.home_pbox span img {
  border:#fff 2px solid;
  display:block;
}

.home_pbox h3, .home_pbox h3 a {
  font-weight:normal;
  font-family:'OmnesRegular', Calibri, Arial, sans-serif;
  line-height:19px;
  font-size:14px;
  color:#ee162d;
  margin-bottom:8px;
  clear:none;
}

.home_pbox p {
  font-size:13px;
  line-height:18px;
  color:#666;
  margin:0;
}


.home_pbox a.arrow {
  text-indent:-9999px;
  position:absolute;
  bottom:3px;
  right:6px;
  background:url(http://www.lexisnexis.de/__data/assets/image/0016/574/pbox_arrow.png?v=0.1.1) no-repeat;
  width:21px;
  height:22px;
}

/* ---------------------------------------------------------------- */
/*                         SLIDESHOW RESET                                */
/* ---------------------------------------------------------------- */
#slides { display:none; }
.slideshow {
    position:absolute;
    /*top:0;*/
    top:123px;
    left:0;
    width:1500px;
    /*height:550px;*/
    /*height:484px;*/
    height:361px;
    background-position:top center;
    background-repeat:no-repeat;
    z-index:4;  
    overflow: hidden;  
    }
.slideshow.active { z-index:5; position:relative; }
#slide-controler {
    position:absolute;
    top:150px;
    right:290px;
    z-index:7;
    }
.slide-marker {
    width:30px;
    height:19px;
    display:inline-block;
    *display:inline;
    background:url(http://www.lexisnexis.de/__data/assets/image/0006/213/slide-indicator.png?v=0.1.1) 0 0 no-repeat;
    cursor:pointer;
    zoom:1;
    }
.slide-marker.active {
    background-position:0 -22px;
    }

div.blurb {
  width:383px;
  /*height:127px;*/
  height: auto;
  background-color:#EC1D24;
  padding:10px;
  color:#fff;
}

div.blurb h2, div.blurb h3, div.blurb h4, div.blurb h5, div.blurb h6 {
  color: #FFFFFF;
  font-weight: normal;
  margin: 0;
}

div.blurb p {
  margin: 10px 0 0;
}

div.blurb a {
  color: #FFF;
  float: right;
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background:url(http://www.lexisnexis.de/__data/assets/image/0016/493/blurb_link_arrow.png?v=0.1.1) no-repeat 100% 50%;
  padding-right:10px;
}

div.blurb a:hover {
  text-decoration:underline;
}

div.blurb p a {
  float: none;
  font-size: inherit;
  font-weight: normal;
  text-decoration: underline;
  text-transform: none;
  background:none;
  padding:0;
}

.blurb.right, .blurb.left {
    position:absolute;
    overflow:hidden;
    /*top:40%;*/
    top: 25%;    
    } 
.blurb.right {    
    right:0;
    margin-right:300px;
    }
.blurb.left {    
    left:0;
    margin-left:300px;
    }
    
/* ---------------------------------------------------------------- */
/*                         TOP MESSAGE                                */
/* ---------------------------------------------------------------- */
#top-info { width:500px; padding:5px 10px; margin:0 auto 10px; border:#ccc 1px solid; border-top:none; border-radius:0 0 3px 3px; box-shadow:0 0 5px rgba(0,0,0,.2);
    background:#efefef;
    background-image: -webkit-linear-gradient(center 10px,#fff,#ddd);
    background-image:    -moz-linear-gradient(center 10px,#fff,#ddd);
    background-image:       -ms-linear-gradient(center 10px,#fff,#ddd);
    background-image:       -o-linear-gradient(center 10px,#fff,#ddd);
    background-image:           linear-gradient(center 10px,#fff,#ddd);
}
#top-info p { font-size:12px; margin:0; text-shadow:1px 1px 0     #fff; }
#top-info p.last { padding:0; text-align:right; }

/* mirroring effect
#slideshow-a img:first-child {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
   transform: scaleX(-1);
   filter: FlipH;
  -ms-filter: "FlipH";
}

#slideshow-a a img:first-child {
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
   transform: scaleX(1);
   filter: none;
  -ms-filter: "none";
}
*/

/*#frame {
  width: 1349px; 
  height: 778px;
}*/

#top-info {
  display:none;
}

#footer {
    border-top: none;
    box-shadow: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* style only for chrome */
    #interface { left:-270px; }   
    .slideshow { overflow: hidden; } 
}







#frame { padding:0 0 50px 0; height:auto; position:relative; }
#megamenus { position: relative; top: 17px; }
#header { display:inline-block; }
#interface { position:relative; top:0; }
#header-bg { position:absolute; height:10px; top:0; }
.slideshow { top:0; }
#slide-controler { top:50px; }
#promos { position:relative; top:-30px; }

.sliders_wrap { position: relative; height:360px; }
#center { height:auto; }
#footer-bg { height:auto; position:relative; width:1502px; margin:0 auto; }
#footer { margin: 0 auto; position: relative; top: 0; }


#home_longtail #center #longtail_content .home_custom { position:relative; margin:20px auto 50px; }

#longtail_content .home_custom  {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #FABBBE;
    clear: both;
    padding: 15px;
    position: relative;
    text-shadow: 1px 1px 0 #FFFFFF;
    z-index: 0;
}

/* #home_wrapper { background: none; display: block; position: relative; width: 100%; } */
body { padding:0; }


#frame {
  background: none repeat scroll 0 0 #FFFFFF;
  height: auto;
  margin: 0 auto 50px;
  padding: 0;
  position: relative;
  width: auto;
}

#home_wrapper {
  background: none repeat scroll 0 0 transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:0 0 15px rgba(0,0,0,.4);
  -webkit-box-shadow:0 0 15px rgba(0,0,0,.4);
  box-shadow:0 0 15px rgba(0,0,0,.4);
  display: block;
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
}

.wrap_all {
  margin: 0 auto;
  width: 100%;
}

.full_width .wrapper .center_home_box {
  height: auto;
  margin: auto;
  padding: 0;
  position: relative;
  width: 900px;
}


#footer-bg { width:auto; }

#footer_wrapper { 
background-color:#eee;
z-index:6;
background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 35%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.35)), color-stop(35%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 35%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 35%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 35%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 35%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
   background-color:#eeeeee;
/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 35%) repeat scroll 0 0 #EEEEEE; */

}