/*********** RESET ***********/
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   background-color: transparent;
 }
 body {
   line-height: 1;
 }
 ol, ul {
  list-style:none;
 }
 blockquote, q {
   quotes: none;
 }

/* foto content legoblok shizzle */
.lego_blok_content td, .lego_blokne_content th {
padding: 0px; 
}
 #borderblokrood {
  margin: 0;
  padding: 0;  
  border: 5px solid #CC0000;
}
#borderblokblauw {
  margin: 0;
  padding: 0;
  border: 5px solid #006699;
}
#borderblokgroen {
  margin: 0;
  padding: 0;
  border: 5px solid #009900;
}
 
 /* remember to define focus styles! */
 :focus {
   outline: 0;
 }
 
 /* remember to highlight inserts somehow! */
 ins {
   text-decoration: none;
 }
 del {
   text-decoration: line-through;
 }
 
 /* tables still need 'cellspacing="0"' in the markup */
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 
 /*********** MAIN ***********/
 * {
     margin: 0;
     padding: 0;
 }
 html {
     min-width: 980px;
 } /*IE7*/
 
 body {
     color: #111111;
     margin: 0;
     padding: 0;
     text-align: left;
     background: #fff url(../img/bg.jpg) repeat-x 0 0;
 }
 
 body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
     font: 62.5%/1.2em Verdana, Tahoma, Arial,sans-serif;
 }
 
 input {
     line-height: 1;
 }
 
 /*********** COMMON ***********/
 
 a { color: blue; cursor: pointer; text-decoration: none; outline: none !important; }
 a:visited { color: blue; }
 a:hover, a:focus { color: blue; text-decoration: none; }
 a:active { color: blue; }
 
 img {
     border: none;
 }

 img.nieuwsleft {
     border: none;
  margin: 0px 10px 0px 0px; 
 }

 img.nieuwsright {
     border: none;
  margin: 0px 0px 0px 10px; 
 }

 td, th, textarea, input, select {
   font-size: 100%;
 }
 td, th {
   padding: 5px;
 }
 p {
     line-height: 1.4;
 }
 
 
 form {
     clear: left;
     margin: 0;
 }
 
 h1 {
   font-size: 1.6em;
   letter-spacing: -0.03em;
   line-height: 1.0em;
   font-weight: bold;
 }
 
 h2 {
   font-size: 1.4em;
   font-weight: bold;
   letter-spacing: -0.05em;
   font-weight: bold;
 }
 
 h3 {
   font-size: 1.3em;
   letter-spacing: -0.01em;
   font-weight: bold;
 }
 h4 {
   font-size: 1.2em;
   letter-spacing: -0.01em;
   font-weight: bold;
 }
 
 ol,ul {
     margin: 0;
     padding: 0;
   list-style: none;
 }
 
 li p {
     margin: 0;
     padding: 0;
 }
 
 label {
   float: left;
   width: 100%;
   padding: 0.5em 0;
 }
 label span {
   float: left;
   width: 130px;
   text-align: left;
   padding: 2px 0;
   font-weight: bold;
 }
 label span.checkbox {
   width: 90%;
   padding: 4px 0;
   font-weight: normal;
 }
 
 .clear {
   clear: both;
 }
 
 .fl-left {
   float: left;
 }
 .fl-right {
   float: right;
 }
 
 
 /*********** TEMPLATE ***********/
 
 #container {
   width: 990px;
   height: 1200px;
   margin: 0 auto;
 }
 
 
 .left-box {
   width: 289px;
   padding: 0 0 10px 38px;
   float: left;
   display: inline;
   position: relative;
   z-index: 20;
 }
 #logo {
   display: block;
   position: absolute;
   width: 430px;
   height: 160px;  
   padding: 2px 0 0 0;
   background: url(../img/logo.png) no-repeat 0 0;
   text-indent: -9999em;
   z-index: 5;
   top: 0;
   left: 0;
 }
 
 .nav-top {
   width: 289px;
   height: 69px;
   margin: 163px 0 0 0;
   background: url(../img/nav-sprite.gif) no-repeat 0 0;
 }
 .nav-middle {
   width: 289px;
   background: url(../img/nav-sprite.gif) repeat-y  -289px 0;
 }
 .nav-bottom {
   width: 289px;
   height: 20px;
   background: url(../img/nav-sprite.gif) no-repeat -578px 100%;
   position: relative;
 }
 
 
 #navigation {
   clear: both;
   padding: 0 20px 20px 20px;
 }
 #navigation li {
   padding: 0 0 2px 0;
   margin: 0;
   position: relative;
 }
 #navigation li.red {
   padding-left: 20px;
   background: url(../img/nav-red.gif) no-repeat 0 0;
 }
 #navigation li.blue {
   padding-left: 20px;
   background: url(../img/nav-blue.gif) no-repeat 0 0;
 }
 #navigation li.green {
   padding-left: 20px;
   background: url(../img/nav-green.gif) no-repeat 0 0;
 }
 #navigation li.red a span,
 #navigation li.red a:hover,
 #navigation li.red li a {
   color: #e52425;
 }
 #navigation li.blue a span,
 #navigation li.blue a:hover,
 #navigation li.blue li a {
   color: #0078b6;
 }
 #navigation li.green a span,
 #navigation li.green a:hover,
 #navigation li.green li a {
   color: #008942;
 }
 #navigation li a {
   color: #111;
   display: block;
   font-weight: bold;
   position: relative;
   font-size: 1.4em;
   line-height: 1.2em;
   height: 1.2em;
   padding: 0;
   margin: 0;
 }
 #navigation li.active a,
 #navigation li a:hover {
     color: red;
 }
 #navigation ul {
   padding: 0 0 15px 15px;
 }
 #navigation li ul li {
 }
 #navigation li ul li a {
   font-size: 110%;
   background: none;
  }
 #navigation li ul li a:hover {
   text-decoration: underline;
 }
 
 
 
 .center-box {
   margin: 0 0 0 -188px;
   float: left;
   display: inline;
   width: 851px;
   position: relative;
 }
 #index .center-box {
   background: url(../img/center-box-top-index.gif) no-repeat 0 0;
 }
 .center-box-top {
   width: 851px;
   height: 210px;
   background: url(../img/center-box-top.png) no-repeat 0 0;
   position: relative;
 }
 #index .center-box-top {
   background-image: none;
   height: 180px;
 }
 .center-box-txt {
   position: relative;
   clear: left;
   width: 851px;
   height: 40px;
 }
 .center-title {
   position: absolute;
   top: 36px;
   left: 193px;
   height: 29px;
   padding: 25px 0 10px 20px;
   width: 269px;
   font-size: 2.2em;
   z-index: 30;
   color: #fff;
 }
 .center-title span {
   display: block;
   width: 269px;
 }
 .stone-red {
   background: url(../img/stones-sprite.gif) no-repeat 0 0;
 }
 .stone-green {
   background: url(../img/stones-sprite.gif) no-repeat -289px 0;
 }
 .stone-blue {
   background: url(../img/stones-sprite.gif) no-repeat -578px 0;
 }
 #announcement {
   width: 528px;
   height: 50px;
   margin: 3px 0 0 323px;
   overflow: hidden;
 }
 #announcement span {
   display: block;
 }
 #announcement span.date {
   font-size: 2em;
   line-height: 1em;
   color: #000000;
 }
 #announcement span.event {
   font-size: 1.6em;
   line-height: 1em;
   color: #e42312;
 }
 #langnav {
   float: left;
   display: inline;
   width: 304px;
   height: 80px;
   margin: -10px 0 0 540px;
   position: relative;
   overflow: hidden;
 }
 #headnav {
   float: left;
   display: inline;
   position: absolute;
   top: 120px;
   left: 290px;
   width: 550px;
   height: 50px;
   padding: 0;
   margin: 00;
   color: #111;
   z-index: 60;
 }
 #headnav ul {
   float: left;
  }
 #headnav li {
   float: left;
   height: 2em;
   line-height: 2em;
   margin-right: .4em;
 }
 #headnav a {
     color: #111;
     font-size: 1em;
 }
 #headnav form {
   clear: none;
   float: left;
 }
 #headnav .field {
   float: left;
   height: 14px;
   padding: 3px 0;
   width: 126px;
   border: 1px solid #000000;
 }
 #headnav .submit {
     clear: none;
     float: left;
     margin-left: .5em;
     height: 22px;
     padding: 0 5px;
     background: #f5cd42;
     border: 1px solid #d7ad18;
     color: #111;
     font-size: 1em;
     cursor: pointer;
 }
 
 
 #index .content-box {
   height: 545px;  
   background: url(../img/content-box-index.gif) no-repeat 0 0;
 }
 .content-box {
   float: left;
   width: 851px;
   min-height: 545px;
   height: auto !important;
   height: 545px;
   background: url(../img/content-box.gif) repeat-y 0 0;
 }
 
 #index .content-box #content {
   width: 750px;
   margin: -55px 0 0 38px;
   /*min-height; 545;*/
 }
 #content {
   float: left;
   display: inline;
   font-size: 1.1em;
   /*min-height: 500px;*/
   width: 550px;
   margin: -20px 0 0 220px;
   position: relative;
 }
 #content h1,
 #content h2,
 #content h3,
 #content h4 { margin-bottom: .5em; }
 
 #content ul { list-style: none; margin: 0px; padding-left: 0px; }
 #content p { margin: 1em; }
 #content a { color: #333; text-decoration: underline; font-weight: bold; }
 #content a:hover { text-decoration: none; }
 
 #newslist ul { list-style: none; margin: 0px; padding-left: 0px; }
 
 #index .center-box-bottom {
   height: 274px;
   background: url(../img/center-box-bottom-index.gif) no-repeat 0 0;
 }
 .center-box-bottom {
   float: left;
   position: relative;
   width: 851px;
   height: 112px;
   background: url(../img/center-box-bottom.gif) no-repeat 0 0;
 }
 
 .color-box {
   float: left;
   position: relative;
   margin-right: 4px;
   width: 246px;
   height: 336px;
 }
 .color-box .box-img {
   margin: 40px 0 0 5px;
 }
 .color-box h2 {
   font-size: 1.6em;
   padding: 15px 0;
   width: 246px;
   text-align: center;
 }
 .color-box .inner {
   position: absolute;
   top: 0;
   left: 0;
   width: 246px;
   height: 336px;
   z-index: 29;
 }
 
 .color-box .color-content {
   top: 204px;
   padding: 0px 20px 10px 40px;
   width: 186px;
   font-size: 11px;
   position: absolute;
   z-index: 30;
 }
 
 .green-box .color-content {
   top: 204px;
   padding: 0 20px 0 30px;
   width: 196px;
   height: 130px;
   font-size: 11px;
   position: absolute;
   z-index: 30;
 }
 #headline-one {
   width: 196px;
   height: 70px;
   overflow: hidden;
 }
 #headline-two {
   width: 196px;
   height: 70px;
   overflow: hidden;
 }
 #content .green-box .color-content p {
   margin: 0;
   padding: 0;
   display: inline;
 }
 
 #content .color-content ul {
   list-style: none;
   padding: 0;
   margin: 0;
 }
 .color-box .color-content li {
   padding: 0 0 2px 15px;
   background: url(../img/bullet-red.gif) no-repeat 0 0;
   margin: 0;
 }
 .blue-box .color-content li {
   background-image: url(../img/bullet-blue.gif);
  margin: 0;
   }
 .green-box .color-content li {
   background-image: url(../img/bullet-green.gif);
   margin: 0 0 15px 0;
 }
 #content .color-box .color-content li a {
   color: #333;
   text-decoration: none;  
   font-weight: normal;
 }
 #content .color-box .color-content li a:hover {
   color: #111;  
   text-decoration: underline;
 }
 .red-box .inner {
   background: url(../img/red-box.png) no-repeat 0 0;
 }
 .blue-box .inner {
   background: url(../img/blue-box.png) no-repeat 0 0;
 }
 .green-box .inner {
   background: url(../img/green-box.png) no-repeat 0 0;
 }
 
 #promo {
   float: left;
   clear: both;
   display: inline;
   margin: 5px;
   padding-top: 10px;
   width: 736px;
   height: 230px;
   overflow: hidden;
 }
 #promo .content {
   float: left;
   width: 310px;
 }
 .promos {
   float: right;
   width: 190px;
 }
 .promos a {
   margin: 10px 0;  
 }
 .promo-tickets a {
   display: block;
   position: relative;
   width: 190px;
   height: 91px;
   text-indent: -9999em;
 }
 .promo-ns a {
   display: block;
   position: relative;
   width: 190px;
   height: 75px;
   margin: 30px 0 0;
   text-indent: -9999em;
 }
 #video {
   float: left;
   position: relative;
   display: inline;
   margin: 9px 0 0;
   width: 209px;
   height: 250px;
 }
 #video-overlay {
   position: absolute;
   top: 0;
   left: 0;
   background: url(../img/video-overlay.png) no-repeat 0 0;
   width: 209px;
   height: 225px;
 }
#table_nieuwsbrief {
   margin-left: 34px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px
    padding: 0px;
}
#table_nieuwsbrief td {
   margin: 0px;
  padding: 0px;
}

 #newsletter {
   float: left;
   width: 298px;
   height: 274px;
  margin: 2px 6px -6px -3px;
  padding: 0px;
   

 }
 #newsletter #table_nieuwsbrief .invite { 
   width: 140px;
   height: 55px;
   margin: 20px 0 0 100px;
  position: absolute;
  z-index: 30;
    float: left;
    padding: 0px;
 }
 #newsletter #table_nieuwsbrief .inschrijfform {
  width: 200px;
  height: 22px;
  margin-top: 0px;
  padding: 0px;
  
 }
 #newsletter #table_nieuwsbrief .field {
   float: left;
   height: 14px;
  margin: 0px;
   padding: 3px;
   width: 165px;
   border: 1px solid #000000;
 }
 #newsletter #table_nieuwsbrief .submit {
   height: 22px;
   width: 22px;
   margin-left: 4px;
   border: 0;
   text-indent: -9999em;
   background: url(../img/submit-btn.gif) no-repeat 0 0;
   cursor: pointer;
 }
 #interests {
   float: left;
   width: 500px;
 }
 #interests li {
   float: left;
   width: 172px;
   height: 56px;
   padding: 34px 0 0 0;
   overflow: hidden;
 }
 #interests li .block {
   float: left;
   width: 172px;
   height: 2em;
 }
 #interests li.extra {
   background: url(../img/interest-puppet.jpg) no-repeat 85px 1px;
 }
 #interests li.film {
   background: url(../img/interest-film.jpg) no-repeat 112px 0;
 }
 
 #interests li.narrow,
 #interests li.narrow .block {
   width: 150px;
 }
 #interests li.narrow .block a {
   width: 150px;
 }
 #interests li a {
   display: block;
   width: 172px;
   height: 26px;
   text-align: center;
   cursor: pointer;
   font-size: 1.6em;
 }
 
 
#searchresults ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#searchresults li {
  padding: 10px 0;
  margin: 0;
  position: relative;
}
#searchresults li p {
  display: inline;
  margin: 0;
}
 
 
 #footer {
   clear: both;
   float: left;
   width: 990px;
   height: 150px;
   background: url(../img/footer.png) no-repeat 0 0;
 }
 
 #sponsors {
   float: left;
   width: 990px;
   height: 60px;
   margin: -5px 0 0 35px;
   position: relative;
 }
 #sponsors ul {
   margin: 0 0 0 260px;   
 }
 #sponsors li {
   float: left;
 }
 #sponsors li a {
   float: left;
   height: 60px;
   text-indent: -9999em;
 }
 .sponsor-lego { background: url(../img/sponsor-lego.png) no-repeat 0 0; width: 65px; }
 .sponsor-bouwsteen { background: url(../img/sponsor-bouwsteen.png) no-repeat 0 0; width: 85px; }
 .sponsor-libema { background: url(../img/sponsor-libema.png) no-repeat 0 0; width: 75px; }
 .sponsor-ijsselhallen { background: url(../img/sponsor-ijsselhallen.png) no-repeat 0 0; width: 75px; }
 .sponsor-intertoys { background: url(../img/sponsor-intertoys.png) no-repeat 0 0; width: 75px; }
 .sponsor-disney { background: url(../img/sponsor-disney.png) no-repeat 0 0; width: 75px; }
 .sponsor-axitraxi { background: url(../img/sponsor-axitraxi.png) no-repeat 0 0; width: 75px; }
 
 #footnav {
   float: right;
   position: relative;
   display: inline;
   width: 650px;
   height: 24px;
   margin: 5px 0 0 0;
 }
 #footnav ul {
   float: left;
 }
 #footnav li {
   float: left;
   height: 2em;
   line-height: 2em;
   margin-right: .4em;
   color: #fff;
 }
 #footnav li a {
   color: #fff;
 }
 #footer .text {
   clear: both;
   float: right;
   position: relative;
   display: inline;
   width: 550px;
 }
 #footer .text p {
     float: left;
     padding: 10px 0;
 }
 #footer .text span {
   float: left;
   line-height: 11px;
 }
 #footer .logo {
   float: left;
   text-indent: -9999em;
   margin-left: .5em;
 }
 #footer .libema {
   float: left;
   width: 61px;
   height: 11px;
   background: url(../img/logo-libema.gif) no-repeat 0 0;
 }
 
 .banners {
   margin: 20px 0 0 121px;  
 }
 .banners a {
   cursor: pointer;
   text-indent: -9999em;  
 }
 .banners .ns-reisplanner a {
   display: block;
   position: relative;
   width: 160px;
   height: 64px;
   margin-left: 0px; 
   overflow: hidden;
   }
 .banners .new-inschrijven a {
   display: block;
   position: relative;
   width: 164px;
   height: 132px;
   margin-top: 15px;
   margin-left: 0px; 
   overflow: hidden;
 }
 .banners .ns-reisplanner a {
   display: block;
   position: relative;
   width: 160px;
   height: 64px;
   margin-left: 0px; 
   overflow: hidden;

 }
 #tickets {
   float: left;
   display: inline;
   width: 270px;
   height: 60px;
   margin: -10px 0 0 11px;
 }
 #tickets a {
   display: block;
   float: left;
   position: relative;
   width: 270px;
   height: 60px;
   cursor: pointer;
   background: url(../img/tickets.png) no-repeat 0 0;
   text-indent: -9999em;
 }
 #legoblocks {
   position: absolute;
   top: -14px;
   left: 20px;
   width: 90px;
   height: 290px;
   background: url(../img/legoblocks.png) no-repeat 0 0;
   z-index: 51;
 }
 #index #legoblocks {
   top: 0;
   left: 761px;
 }
 #puppet {
   position: absolute;
   top: -35px;
   left: 124px;
   width: 54px;
   height: 108px;
   background: url(../img/sprite.jpg) no-repeat -200px 0;
   z-index: 15;
   overflow: hidden;
 }
 #legocar {
   position: absolute;
   top: 60px;
   left: -80px;
   width: 226px;
   height: 146px;
   background: url(../img/legocar.png) no-repeat 0 0;
   z-index: 53;
 }
 #legotruck {
   position: absolute;
   top: 80px;
   left: 684px;
   width: 167px;
   height: 118px;
   background: url(../img/legotruck.png) no-repeat 0 0;
   z-index: 54;
 }
 #legoairplane {
   position: absolute;
   top: 202px;
   left: 650px;
   width: 200px;
   height: 150px;
   background: url(../img/legoairplane.png) no-repeat 0 0;
   z-index: 55;
 }
 #legoracecar {
   position: absolute;
   top: 242px;
   left: -80px;
   width: 219px;
   height: 107px;
   background: url(../img/legoracecar.png) no-repeat 0 0;
   z-index: 55;
 }
 #legoclamps {
   position: absolute;
   top: -160px;
   left: -131px;
   width: 131px;
   height: 311px;
   background: url(../img/legoclamps.png) no-repeat 0 0;
   z-index: 56;
 }
 #legowrench {
   position: absolute;
   top: -50px;
   left: 815px;
   width: 35px;
   height: 147px;
   background: url(../img/legowrench.png) no-repeat 0 0;
   z-index: 57;
 }

 
 
 
 
 @media screen {
   .sIFR-flash {
     visibility: visible !important;
     margin: 0;
     padding: 0;
   }
   
   .sIFR-replaced, .sIFR-ignore {
     visibility: visible !important;
   }
   
   .sIFR-alternate {
     position: absolute;
     left: 0;
     top: 0;
     width: 0;
     height: 0;
     display: block;
     overflow: hidden;
   }
   
   .sIFR-replaced div.sIFR-fixfocus {
     margin: 0pt; 
     padding: 0pt; 
     overflow: auto; 
     letter-spacing: 0px; 
     float: none;
   }
 }
 
 @media print {
   .sIFR-flash {
     display    : none !important;
     height     : 0;
     width      : 0;
     position   : absolute;
     overflow   : hidden;
   }
   
   .sIFR-alternate {
     visibility : visible !important;
     display    : block   !important;
     position   : static  !important;
     left       : auto    !important;
     top        : auto    !important;
     width      : auto    !important;
     height     : auto    !important;
   }
 }
 
 @media screen {
   .sIFR-active #announcement span.date {
     font-size: 2.8em;
     line-height: 20px;
     visibility: hidden;
     margin: 0;
   }
   .sIFR-active #interests .block {
     font-size: 2.2em;
     line-height: 1em;
     visibility: hidden;
     margin: 0;
   }
   .sIFR-active .color-boxes h2 {
     font-size: 2em;
     line-height: 1em;
     visibility: hidden;
     margin: 0;
   }
   .sIFR-active .center-title span {
     font-size: 1em;
     line-height: 1em;
     visibility: hidden;
     margin: 0;
   }
 }
   
 
 
 
.album {
    display: block;
    float: left;
    
    height: 100px; 
    margin: 0 0 15px 0;
    width: 100%;
}

.albumthumb {
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    text-align: center;
}

.albumthumb img {
    margin: 0 auto;
    border: 3px solid #fff;
}

.albumdesc {
    float: left;
    padding: 0 0 0 20px;
}


/*********** LIGHTBOX ***********/

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}    
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;    
}            
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;    
}


