@font-face {
  font-family: 'Share-Regular';
  src: url('font/share-regular-webfont.eot');
  src: local('☺'), url('font/share-regular-webfont.woff') format('woff'), url('font/share-regular-webfont.ttf') format('truetype'), url('font/share-regular-webfont.svg#webfontWZSWWsfi') format('svg');
  font-weight: normal;
  font-style: normal;
}


.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #c00;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position: absolute;
  right: -9999px;
}

.print-only { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; }


body {
  background: #f8f8f3;
  margin: 0;
  padding: 0;
  color: #303030;
  line-height: 1.30;
  text-align: center;
  font-family: Tahoma, Geneva, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

body,
body.zoom1 { font-size: 13px;  ~font-size:  81.25%; }
body.zoom2 { font-size: 15px;  ~font-size:  93.75%; }
body.zoom3 { font-size: 18px;  ~font-size: 112.50%; }


div, table, caption { font-size: 1em; }


blockquote {
  margin: 0 3em 0 2em;
  padding: .3em .5em;
}
q:after, q:before { content: ""; }

sup, sub { line-height: .5;  ~display: inline-block;  ~line-height: 1; }
sup { vertical-align:  .4em;  ~margin-top:    -1em; }
sub { vertical-align: -.4em;  ~margin-bottom: -1em; }


p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: 1em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #64440c;
  text-decoration: none;
}

a * {
  cursor: pointer;
  _cursor: hand;
}


acronym {
  cursor: help;
  border: none;
}
acronym:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none; 
  vertical-align: top;
}


h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
h1 {
  margin-bottom: .5em;
}
h2 {
  font-size: 1.23em;
  margin-top: 1.57em;
  margin-bottom: .2em;
  color: #533213;
}
h3 {
  font-size: 1.08em;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #533213;
}
h4 {
  font-size: 1em;
  margin-bottom: .2em;
}




table { border-collapse: collapse; }
table, td, th, caption {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
th acronym:hover { border: none; }
th.num, td.num {
  text-align: right; 
  white-space: nowrap; 
}




form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0 0 1em;
  border: none;
}

.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_sel,
.fi_static,
.fi_rdo {
  margin-bottom: .7em;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  display: block;
}

.f_row {
  overflow: hidden;
  margin-bottom: .7em;
}
.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
}

input,
select,
textarea {
  vertical-align: middle;
  font-family: Tahoma, Geneva, "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 90%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #ebebe0;
  background: #fff;
  color: #303030;
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  border-radius:         5px;
  font-size: .92em;
}

textarea,
.textinput,
.fi_txt input {
  padding: 3px 8px;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 85%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #ebebe0;
  color: #303030;
  font-size: .92em;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #000;
  color: #986e24;
}


.reqerror label,
.typeerror label {
  font-weight: bold;
  color: #c33;
}
.typeerror label { color: #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border: 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border: 1px solid #936; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }






/* *****  clear  ***** */
.clear {height:0;line-height:0;font-size:1px;clear:both;} /* re-appreciated for IE6. */


/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 958px;
  margin: 0 auto;
  text-align: left;
}



.pghead { height: 88px; }
.pghead .brand { margin:0; font-size :1em; padding: 41px 0 0 13px; }
.pghead .brand img.logo { vertical-align: middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.pgtop {
  background: #fff;
  padding: 10px;
  margin-bottom: 18px;
  border: 1px solid #ececd7;
  -moz-box-shadow:    #ececd7  0 0 4px;
  -webkit-box-shadow: #ececd7  0 0 4px;
  box-shadow:         #ececd7  0 0 4px;
}


.pgmain {
  background: #fff url(i/pgm-bg.png) 0 0 repeat-y;
  border: 1px solid #ececd7;
  -moz-box-shadow:    #ececd7  0 0 4px;
  -webkit-box-shadow: #ececd7  0 0 4px;
  box-shadow:         #ececd7  0 0 4px;
  padding: 170px 39px 15px 274px;
  margin-bottom: 18px;
  float: left;
  width: 643px;
  _display: inline;
}

.home .pgmain {
  padding: 20px 20px 20px 0;
  width: 936px;
  background: #fff;
}

.pgmain .wrap {
  _height:1px;min-height:1px; /* Floating layout fix */
}

.pgextra2 {
  float: left;
  width: 234px;
  margin-left: -957px;
  padding-top: 171px;
  _display: inline;
}

.home .pgextra2 {
  padding: 0;
  width: auto;
  margin: 0;
}

.pgfoot {
  clear: both;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #ececd7;
  -moz-box-shadow:    #ececd7  0 0 4px;
  -webkit-box-shadow: #ececd7  0 0 4px;
  box-shadow:         #ececd7  0 0 4px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgfoot .wrap { _height:0;min-height:0; /* ie hasLayout fix */ }
.pgfoot .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 1em;
}

.boxhead { padding-top: 0; margin-top: 0; font-size : 1.17em; }
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }
.pgmain .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.boxhead a { color: #272727; }

.pgmain .boxhead,
.pgmain .article h1 {
  font-family: "Share-Regular", Tahoma, Geneva, "Trebuchet MS", sans-serif;
  color: #533213;
  font-size: 1.85em;
  margin-bottom: .5em;
}




.titlebox {
  position: absolute;
  top: 200px;
  left: 35px;
  margin-top: -.5em;
  z-index: 100;
  color: #fff;
  font-size: 1.85em;
  font-family: "Share-Regular",Tahoma,Geneva,"Trebuchet MS",sans-serif;
}



/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #777;
  display: block; 
  font-weight: normal;
  font-size: .85em;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.buttons {
  border-top: 1px solid #e2e2cd;
  padding-top: 10px;
  margin: 1.5em 0 0;
  clear: both;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  color: #4a4a4a;
  font-size: .85em;
  padding: 0 10px 0 9px;
  background: url(i/arrow-more.png) 0 55% no-repeat;
}

.wrap .buttons a {
  padding-left: 26px;
  background-position: 4px 50%;
  float: right;
}

.wrap .buttons a.btnback { background-image: url(i/arrow-back.png); padding-left: 15px; float: left; }
.wrap .buttons a.senda { background-image: url(i/icn-send.png) }
.wrap .buttons a.prenta { background-image: url(i/icn-print.png) }


/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom: 1.5em;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1.15em; 
  margin: 0;
}
.articlelist .item h3 .meta { font-size: .73em; }
.articlelist .summary { line-height: 1.5; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .7em;
}
.articlelist li a {
}




/* ******  article  ****** */
.article .boxhead { position:absolute;right:9999px;left:auto; }
.article .boxbody { line-height: 1.45; }
.article .subtitle {
  clear: none;
  margin-top: -.54em;
  font-size: 1em;
}
.article .summary {
  font-family: "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, helvetica, sans-serif;
  font-size: 1.23em;
  color: #986e24;
  margin: 0 0 .7em;
}
.article .summary p { margin: 0; }

.article img { clear: both; vertical-align: text-bottom; }
.article img.left { float: left;  margin: .2em 2em .2em 0; }
.article img.right { float: right;  margin: .2em 0 .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}

.article blockquote {
  margin: 0 0 1.5em;
  padding: 0 0 0 52px;
  background: url(i/bq-bg.png) 0 100% no-repeat;
  color: #827d73;
  font-size: .92em;
}
.article blockquote p { margin-bottom: .5em; }
.article blockquote strong {
  font-weight: normal;
  color: #303030;
  display: block;
  font-size: .92em;
}
.article table {
  border-bottom: 1px solid #d9d9be;
  border-right: 1px solid #d9d9be;
  margin-bottom: 1.5em;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th,
.article td {
  padding: 7px 14px;
  border-left: 1px solid #d9d9be;
  border-top: 1px solid #d9d9be;
  font-size: .85em;
  color: #282826;
}
.article .th th,
.article thead th {
  font-weight: normal;
  border-left: 0;
  background: url(i/table-th.png) 0 100% repeat-x;
}
.article .th th:first-child,
.article thead th:first-child {
  border-left: 1px solid #d9d9be;
}
.article tr.odd th,
.article tr.odd td {
  background-color: #f8f8f3;
}

.article tr:hover td {
  background-color: #f7f7de;
}

.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0;
}


.article ul {
  margin-bottom: 1.5em;
}
.article li { margin-bottom: .54em; }

.article ul li {
  padding-left: 20px;
  background: url(i/square-red.png) 11px .55em no-repeat;
}
.article .paging ul { list-style: none; padding: 0; }
.article .paging li { clear: none; }
.article .paging .prev { float: left; margin-right: 1em; }

.article .chapters ul { list-style: none; padding: 0; overflow: hidden; }
.article .chapters li { float: left; margin-right: 1em; }




/* news (extends:article) */
.news .boxhead { position: static; }
.news h1 { font-size: 1.3em; }
.news .meta { margin-bottom: .3em; }



/* ******  imagebox  ****** */
.imagebox {
  line-height: 1.2;
  font-size: .85em;
  float: right;
  margin: 0 0 .75em 20px;
  color: #666;
}
.imagebox ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.imagebox li.image {
  margin: 0 0 1em 0;
  padding: 0;
  background: 0;
}

.imagebox .img {
  display: block;
}
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 4px;
  max-width: 280px;
  border: 1px solid #e2e2ce;
  -moz-box-shadow:    #e2e2ce  0 0 4px;
  -webkit-box-shadow: #e2e2ce  0 0 4px;
  box-shadow:         #e2e2ce  0 0 4px;
}

.imagebox .longdesc,
.imagebox small.credit {
  padding: 7px 9px 12px 9px;
  margin-top: 5px;
  max-width: 214px;
  _width: 214px;
}
.imagebox .longdesc strong.title {
  display: block;
}

.imagebox small.credit {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: -3px;
  font-size: .91em;
  color: #aaa;
}






/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  text-align: center;
}

.ipopup-container {
  position : absolute;
  z-index: 250;
  width: 100%;
  top: 29px;
  left: 0;
}


.ipopup-container-wrapper {
  background: #221202;
  padding: 20px;
  display : inline-block;
  position: relative;
  width: 850px;
}
.ipopup-container .img {
  display: block;
  text-align: center;
}
.ipopup-container .image img {
  border: 2px solid #fff;
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  display: block;
  padding : 18px 50px 0;
  color: #fff;
  font-size: 1.16em;
  position: relative;
  z-index: 10;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}
.ipopup-container .status { display: none; }
.ipopup-container .paging,
.ipopup-container .paging ul
.ipopup-container .paging ul li {
  ~height:0;
}
.ipopup-container .paging .next a,
.ipopup-container .paging .prev a {
  background: url(i/popup-prev.png) -150px 50% no-repeat;
  _background-image: url(i/popup-prev.gif);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 4px;
  display: block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999em;
}
.ipopup-container .paging .next a {
  background: url(i/popup-next.png) 150% 50% no-repeat;
  _background-image: url(i/popup-next.gif);
  right: 4px;
  left: auto;
  z-index: 2;
}
.ipopup-container .paging .prev a:hover,
.ipopup-container .paging .prev a:focus {
  background-position: 0 50%;
}
.ipopup-container .paging .next a:hover,
.ipopup-container .paging .next a:focus {
  background-position: 100% 50%;
}
.ipopup-container .paging li.nav-end { display: none; }
.en .ipopup-container .paging .close a {
  background: url(i/en-popup-close.png) 0 0 no-repeat;
}
.ipopup-container .paging .close a {
  background: url(i/popup-close.png) 0 0 no-repeat;
  _background-image: url(i/popup-close.gif);
  position: absolute;
  z-index: 5;
  bottom: 12px;
  right: 18px;
  width: 42px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999em;
  z-index: 100;
}







/* ******  contactform  ****** */
.contactform .boxbody { 
  padding-bottom: 2em;
}
.contactform .boxhead { display: none; }
.contactform p { clear: both; }
.contactform  fieldset { margin: 0; }
.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_file,
.contactform .fi_chk,
.contactform .fi_static { clear: left; margin-bottom: .7em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_file label,
.contactform .fi_static span {
  width: 6.5em;
  padding-right: .5em;
  float: left;
  text-align: right;
  margin-top: .2em;
}
.contactform .fi_txt input { 
  width: 40%;
}
.contactform .fi_qty,
.contactform .fi_btn {
  margin-left: 7em;
}
.contactform .fi_qty label {
  width: auto; 
  text-align: left; 
}
.contactform .fi_qty input { width: 15%; }
.contactform textarea { width: 70%; }





/* ******  breadcrumbs  ****** */
.breadcrumbs { position:absolute;right:9999px;left:auto; }



/* ******  mnav  ****** */
.mnav {
  position: absolute;
  top: 55px;
  right: 1px;
  width: 700px;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { padding: 0; }

.mnav ul { float: right; }
.mnav li {
  
  padding-left: 11px;
  _display: inline;
  float: left;
}

.mnav .boxbody a {
  font-family: "Share-Regular", Tahoma, Geneva, "Trebuchet MS", sans-serif;
  display: block;
  font-size: 1.23em;
  padding: .1em .33em;
  padding: 0 17px 0 6px;
  line-height: 26px;
  color: #2b2927;
}
.zoom2 .mnav .boxbody a { font-size: 1.15em; }
.zoom3 .mnav .boxbody a { font-size: 1em; }
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
}

.mnav .parent,
.mnav .current {
  background: url(i/mnav-bg.png) 0 0 no-repeat;
}
.mnav .parent a,
.mnav .current a {
  background: url(i/mnav-bg.png) 100% 0 no-repeat;
  color: #683a0d;
  text-shadow: #fff 1px 1px 0;
}



/* ******  snav  ****** */
.snav {
  margin-right: -1px;
  margin-bottom: 18px;
}
.snav .boxhead { position:absolute;right:9999px;left:auto; }
.snav ul {
  padding-top: 1px;
  background: url(i/snav-sep.png) 0 0 no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-bottom: 0;
  padding-bottom: 1px;
  background: url(i/snav-sep.png) 0 100% no-repeat;
}

.snav .boxbody a {
  _height:0;min-height:0; /* ie hasLayout fix */
  display: block;
  padding: 9px 10px 9px 33px;
  color: #746b5d;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
}
.snav .parent a,
.snav .current a {
  color: #64440c;
  background: #fff url(i/square-red.png) 24px 1.15em no-repeat;
}

.snav .level2 {
  padding: 3px 0 8px;
}
.snav .level2 li {
  padding: 0;
  background: 0;
}
.snav .level2 a {
  background: 0;
  color: #746b5d;
  padding: 3px 10px 3px 50px;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight: bold;
  color: #64440c;
}
.snav .level2 ul {
  background: 0;
  padding: 0;
}
.snav .level2 .level3 a {
  font-weight: normal;  
  padding-left: 65px;
  color: #746b5d;
}
.snav .level3 .current a {
  font-weight: bold;
  color: #64440c;
}




/* ******  flnav  ****** */

.flnav {
  margin-left: -10px;
}
.flnav .boxhead { position:absolute;right:9999px;left:auto; }
.flnav ul {
  overflow: hidden;
  width: auto;
}
.flnav li {
  float: left;
  _display: inline;
}
.flnav .boxbody a { 
  color: #8e6b4a;
  padding: 0 10px;
  font-size: .92em;
  border-left: 1px solid #999483;
}
.flnav ul li:first-child a,
.flnav li.cat1 a { border: none; }
.flnav .parent a,
.flnav .current a { font-weight: bold; }






.langnav {
  position: absolute;
  top: 12px;
  right: 22px;
  width: 22px;
}
.langnav .boxhead { position:absolute;right:9999px;left:auto; }
.langnav a {
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  width: 22px;
  height: 22px;
  background: url(i/icns.png) 0 0 no-repeat;
}
.langnav .en a { background-position: -44px 0; }
.langnav .en a:hover,
.langnav .en a:focus {
  background-position: -44px -22px;
}
.langnav .is a { background-position: -66px 0; }
.langnav .is a:hover,
.langnav .is a:focus {
  background-position: -66px -22px;
}



/* ******  advert / imglink  ****** */
.advert {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.advert .boxhead { text-align: left; }
.advert .boxbody { text-align: center; }
.advert img { margin-bottom: 1em; }





/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width: 7em;
  float: left;
  margin-top: .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left: 7em;
}





/* ******  qsearch  ****** */
.qsearch {
  background: url(i/search-bg.png) 0 0 no-repeat;
  position: absolute;
  top: 12px;
  right: 112px;
  width: 196px;
  height: 16px;
  padding: 8px 30px 0 10px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { padding: 0; }
.qsearch .fi_txt { margin: 0; }
.qsearch .fi_txt input { 
  border: 0;
  background: 0;
  padding: 0;
  margin-top: -.4em;
  width: 196px;
  font-size: .85em;
  color: #303030;
  -moz-border-radius:    0;
  -webkit-border-radius: 0;
  border-radius:         0;
}
.qsearch .fi_txt input.labelized {
  font-style: italic;
  color: #c4b7a1;
}
.qsearch .fi_btn {
  position: absolute;
  top: 0;
  right: 0;
  
}
.qsearch .fi_btn input { 
  width: 26px;
  height: 24px;
  overflow: hidden;
  background: #fff;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}



/* ******  searchresults  ****** */
.searchresults form.search {
  margin-bottom: 1em;
}
.searchresults .search .fi_txt label { display: inline; }
.searchresults .search strong,
.searchresults .search .fi_chk { 
  display: block;
  margin-bottom: .3em;
}
.searchresults .search strong { margin-top: .4em; }

.searchresults .item h3 small {
  font-size: 1em;
  width: 1.6em;
  display: inline-block;
}
.searchresults .item .summary {
  padding-left: 2em;
}
.searchresults .item .more a {
  padding: 0;
  background: none;
  float: none;
}

.searchresults .paging {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 4px 0;
  margin: 2em 0;
}
.searchresults .paging-top {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.searchresults .paging .status {
  float: left;
  margin: 0;
}
.searchresults .paging li {
  margin: 0 4px;
}
.searchresults .paging .stepper {
  float: right;
  padding-right: 6em;
  position: relative;
}
.searchresults .paging .next {
  position: absolute;
  right: 0;
}
.searchresults .paging .prev {
  float: left;
}
.searchresults .paging .jump {
  float: left;
  max-width: 15em;
}





/* ******  sitemap  ****** */
.sitemap .boxbody {
  padding-bottom: 3em;
}
.sitemap .level1 ul {
  margin: 0;
  padding: 5px 0 1px;
  clear: both;
}
.sitemap li { 
  width: 15em;
  margin-bottom: 1em;
  position: relative;
}
.sitemap .level2 li {
  padding: 1px 0 0 26px;
  margin-bottom: .5em;
  width: 17em;
  background: url(i/sitemap-step.png) 11px 0 no-repeat;
}
.sitemap a,
.sitemap i {
  display: block;
  padding: 2px 10px 2px 25px;
  background: #f8f8f8 none 95% 45% no-repeat;
  font-size: 1.17em;
  border: 1px solid #d9d9d9;
  color: #3f3f40;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.sitemap i {
  color: #999;
  font-style: normal;
  background-image: url(i/icn-lock.gif);
}
.sitemap .level2 a,
.sitemap .level2 i { background-color: #fff; border-color: #d9d9d9; font-size: 1em; }
.sitemap .level3 a,
.sitemap .level3 i { background-color: #f8f8f8; }
.sitemap .level4 a,
.sitemap .level4 i { background-color: #fff; }

.sitemap .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active { 
  border-color: #595959;
  background-color: #747474;
  color: #fff;
  text-decoration: none;
}
.sitemap .boxbody i:hover { border-color: #aaa; }



.sitemap li.closed ul {
  display: none;
}
.sitemap .boxbody a.expand {
  position: absolute;
  top:0;
  left: 0;
  display: block;
  margin: 3px;
  padding: 0;
  width: 14px;
  height: 1.25em;
  min-height: 14px;
  overflow: hidden;
  text-indent: -999em;
  border: none;
  background: url(i/sitemap-expand.png) 0 50% no-repeat;
}
.sitemap .boxbody .level2 a.expand {
  left: 26px;
}
.sitemap .boxbody .open > a.expand {
  background-position: -500px 50%;
}
.sitemap .boxbody a.expand:hover,
.sitemap .boxbody a.expand:focus {
  background-color: transparent;
}



/* ****** mediagallery ****** */

.mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 1em;
}
.mediagallery .boxbody {
  text-align: center;
}
.mediagallery ul {
  overflow: hidden;
  _overflow: visible;
  _height:0;min-height:0; /* ie hasLayout fix */
  margin: 0 -20px 0 -6px;
}
.mediagallery li {
  float: left;
  margin: 0 6px 30px;
  position: relative;
  _display: inline;
  text-align: center;
}
.mediagallery .pgr {
  text-align: right;
  padding : 5px 0;
}
.mediagallery .pgr a.prev {
  float: left;
}
.mediagallery .pgr a.next {
}
.mediagallery .pgs {
  clear: both;
}



/* albums (extends: mediagallery) */

.albums li {
}
.albums li a {
  overflow: hidden;
  display: block;
}
.albums li span.count {
}



/* imagelist (extends: mediagallery) */

.imagelist .thumbsview li {
}
.imagelist .thumbsview li a {
  height: 160px;
  width: 200px;
  vertical-align: middle;
  text-align: center;
}
.imagelist .thumbsview li img {
  padding: 4px;
  border: 1px solid #e2e2cd;
  -moz-box-shadow:    #e2e2cd  0 0 4px;
  -webkit-box-shadow: #e2e2cd  0 0 4px;
  box-shadow:         #e2e2cd  0 0 4px;
}

.imagelist .thumbsview li a:hover img,
.imagelist .thumbsview li a:focus img,
.imagelist .thumbsview li a:active img {}



/* imgalbum-bigimage (extends: mediagallery) */

.singleimage img {
}
.singleimage .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.singleimage .imgcontent .imgtext {
  text-align: left;
  margin: 0;
}
.singleimage .pgs {
}





/* ******  people  ******* */

.people h3 {
}

.people table { 
  width: 100%; 
}

.people table th,
.people table td { 
  padding: 6px 6px 6px 11px;
  border-bottom: 1px solid #161717;
}

.people th.col1 { width: 30%; }
.people th.col2 { width: 30%; }
.people th.col3 { width: 20%; }
.people th.col4 { width: 30%; }

.people table th {
}

.people .even td {
  background: #fcfbd4;
}

.people table a {
}

.people table .netfang a {
}

.people .close {
  display: block;
  background: #161717  url(i/people-close.gif) 6px 50% no-repeat;
  border-right: 1px solid #161717;
  border-left: 1px solid #161717;
  padding: 3px 22px;
  color: #fff;
}
.people .close:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}
.people .open {
  display: none;
}
.people .subrow td {
  padding: 0;
}



/* ******  persona  ******* */
td .persona {
  padding: 15px 10px 13px 157px;
  margin: 0;
  width: auto;
  background: 0;
  border: 1px solid #513f17;
  border-top: none;
  border-bottom: none;
}
td .persona .boxbody {
  padding: 0 0 2em;
  _height:142px;min-height:142px;
}
td .persona h3 {
  font-size: 1.67em;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
td .persona .imgbox {
  padding: 0 20px .75em 0;
  float: left;
  padding-bottom: 0;
  margin: 0 0 0 -116px;
}
td .persona .imgbox img {
  border: 1px solid #fff;
  padding: 0;
  max-height: 140px;
  max-widtht: 105px;
}
td .persona ul {
}
td .persona li {
  margin-bottom: .3em;
}
td .persona li b {
  display: inline;
  font-weight: normal;
}
td .persona .title b {
  font-weight: bold;
}
td .persona .info {
  margin-right: 20px;
}




/* ******  adilar  ****** */
.adilar {
  width: 400px;
  float: right;
  overflow: hidden;
  _height:0;min-height:0; /* ie hasLayout fix */
  _overflow: visible;
  margin: 0;
}
.adilar .boxhead { position:absolute;right:9999px;left:auto; }
.adilar ul { float: right; }
.adilar li {
  float: right;
  margin-left: 15px;
  _display: inline;
}


/* ******  footer  ****** */
.footer {
  color: #999483;
  font-size: .92em;
  padding-top: 8px;
  ~width: 500px;
}
.footer p { margin-bottom: .3em; }
.footer i { padding: 0 3px; font-style: normal; }




/* ******  byggiraeplica  ****** */
.byggiraeplica {
  padding: 18px 0;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.byggiraeplica a {
  /* inline IR */display:inline-block; overflow:hidden; width:0; height:1px; font-size:1px; line-height:0; vertical-align:-2px;
  padding-left: 135px;
  padding-top: 19px;
  background: url(/codecentre/f/ba_e2-b33.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/codecentre/f/ba_e2-b33.png',sizingMethod='crop');
}
.en .byggiraeplica a {
  background: url(/codecentre/f/e2-b33.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/codecentre/f/e2-b33.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */
.imgbanner {
  position: absolute;
  top: 89px;
  left: 1px;
  width: 936px;
  height: 75px;
  overflow: hidden;
  background: #fff url(i/banner-dirt.png) 50% 100% no-repeat;
  padding: 15px 10px 44px;
}





/* ****** pagestyle  ****** */
.pagestyle { 
  position: absolute;
  top: 12px;
  right: 52px;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }
.pagestyle li {
  float: right;
  _display: inline;
  margin-left: 4px;
}
.pagestyle a {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 22px;
  height: 22px;
  background: url(i/icns.png) 0 0 no-repeat;
}

.pagestyle .up a {
  background-position: -22px 0;
}
.pagestyle a:hover,
.pagestyle a:focus {
  background-position: 0 -22px;
}
.pagestyle .up a:hover,
.pagestyle .up a:focus {
  background-position: -22px -22px;
}





/* ******  Home  ****** */

/* toparticle  */
.toparticle {
  background: url(i/topart-bg.jpg) 0 0 no-repeat;
  position: relative;
  margin: 0;
  color: #fff;
}
.toparticle .boxbody {
  background: url(i/topart-shadow.png) 0 100% repeat-x;
  _background: 0;
  padding: 20px 634px 20px 20px;
  min-height: 254px;
  _height: 254px;
}
.toparticle .imagebox { 
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.toparticle .imagelist li { 
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.toparticle .imagelist li:first-child { display: block; }
.toparticle .imagelist img {
  border: 0;
  padding: 0;
  -moz-box-shadow:    0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow:         0 0 0;
  max-width: none;
}

.toparticle h1 {
  font-family: "Share-Regular", Tahoma, Geneva, "Trebuchet MS", sans-serif;
  color: #e5d371;
  line-height: 1.16;
  font-size: 2em;
}

.toparticle a.more {
  background: url(i/topart-arrow.png) 0 50% no-repeat;
  color: #fff;
  font-size: .85em;
  padding-left: 10px;
  display: block;
}


/* pgmain boxes  */
.home .pgmain .box {
  _display: inline;
  margin: 0 0 0 20px;
  float: left;
  width: 292px;
}
.home .pgmain .box .boxhead {
  background: url(i/home-pgm-bh.png) 0 0 no-repeat;
  font-family: "Share-Regular", Tahoma, Geneva, "Trebuchet MS", sans-serif;
  font-size: 1.54em;
  color: #fff;
  line-height: 44px;
  height: 44px;
  padding: 0 15px;
  margin: 0;
}
.home .pgmain .box .boxhead a { color: #fff; }
.home .pgmain .box .boxbody {
  background: url(i/home-pgm-bb.png) 0 100% no-repeat;
  padding: 15px 15px 1px;
  font-size: .92em;
}
.home .pgmain .box .moreolder { margin-bottom: 16px; }
.home .pgmain .box .more a { font-size: .92em; }
.home .pgmain .box .moreolder a { font-size: .92em; }


.home .opnun .img {
  text-align: center;
  display: block;
  margin-bottom: 1em;
}


.home .gallery ul { overflow: hidden; }
.home .gallery li {
  margin: 0 8px 16px;
  float: left;
  display: inline;
  width: 114px;
  height: 88px;
  overflow: hidden;
  text-align: center;
}





/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { text-decoration: underline; }
div.wrap a:hover,
div.wrap a:active { outline: none; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }



