.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: #b3b3b3 url(i/bg-body.jpg) repeat-x 50% 0;
  margin: 0;
  padding: 0;
  color: #525252;
  line-height: 1.25;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size: 12px;  ~font-size:  75.00%; }
body.zoom2 { font-size: 14px;  ~font-size:  87.50%; }
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: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #4666a5;
  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;
}
h1 {
  font-size: 1.33em;
  margin-bottom: .5em;
}
h2 {
  font-size: 1.17em;
  margin-top: 1.57em;
  margin-bottom: .2em;
}
h3 {
  font-size: 1.09em;
  margin-top: 1em;
  margin-bottom: .2em;
}
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: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #888;
  background: #fff;
  color: #000;
}

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: 98%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #888;
  color: #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #c00;
  color: #c00;
}


.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: 970px;
  margin: 0 auto;
  text-align: left;
}

.pghead { 
  position: relative;
  height: 212px;
  width: 970px;
  background: transparent url(i/bg-head.png) 0 0 no-repeat; 
}
.pghead .brand { 
  position: absolute;
  top: 30px;
  left: 26px;
  font-size :1em; 
  width: 492px;
}
.pghead .brand img.logo { vertical-align: middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */

.wrap-inner {
  width: 970px;
  background: transparent url(i/bg-wrap_3col.png) 0 0 repeat-y;
}
.wrap-inner:after,
.wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.pgmain {
  float: left;
  margin-left: 228px;
  width: 724px;
  _display: inline;
  border-top: 6px solid #fff;
}

.threecol .pgmain {
  width: 400px;
  margin-right: 180px;
}

.pgmain .wrap {
  _height:1px;min-height:1px; /* Floating layout fix */
}

.pgextra1 {
  float: left;
  width: 170px;
  _display: inline;
  margin-left: -170px;
  _margin-left: -171px;
}

.pgextra2 {
  float: left;
  width: 212px;
  margin-left: -937px;
  _display: inline;
}

.pgfoot {
  clear: both;
  min-height: 100px;
  width: 970px;
  background: url(i/bg-foot.png) 1px 0 no-repeat;
  margin: 0 auto;
}

/* disposable helper fyrir canvas vinnu */
.pgfoot .wrap,
.pgextra4 .wrap,
.pgextra3 .wrap,
.pgextra2 .wrap,
.pgextra1 .wrap,
.pghead .wrap,
.pgmain .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */

}



/* ********************************** */
/* 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; color: #4666a5; font-weight: bold; }
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }

.boxhead a { color: #4666a5; }

.pgmain .boxhead,
.pgmain .article h1 {
  font-size: 2em;
  margin-bottom: .5em;
  color: #4666a5;
}



/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #777;
  display: block; 
  font-weight: normal;
  font-size: .92em;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }
.meta .date {
  color: #cf3900;
}


/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float: left;
  padding: 0 10px 0 14px;
}



/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom: 1em;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1em; 
  margin: 0;
}
.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 {
  font-weight: bold; 
}

/* adjustments */
/* News */
.articlelist.frettir .date {
  position: absolute;
  bottom: 16px;
  font-weight: bold;
}
.articlelist.frettir .item {
  position: relative;
  padding-bottom: 3em;
}
.articlelist.frettir h3 a {
  display: block;
  color: #525252;
  padding-bottom: .6em;
}


/* ******  article  ****** */
.article .boxhead { position:absolute;right:9999px;left:auto; }
.article .boxbody { line-height: 1.5; }
.article .subtitle {
  clear: none;
  margin-top: -.54em;
  font-size: 1em;
}
.article .summary {
  color: #777;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.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 table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th,
.article td {
  padding: .2em .5em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.article .th th,
.article thead th {
  font-weight: bold;
  background-color: #eee;
}
.article tr.odd th,
.article tr.odd td {
  background-color: #f8f8f8;
}

.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul {
  list-style: disc;
  padding-left: 2.5em;
  margin-bottom: .7em;
}
.article li { margin-bottom: .54em; }


.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; }

/* ****** article - single ****** */
.col1 .articlelist.single {
  border-bottom: 1px solid #2f66a8;
  padding-bottom: 1em;
  margin-bottom: 1.8em;
}
.col1 .articlelist.single p {
  font-size: 1.167em;
}


/* ******  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;
}

.imagebox .img {
  display: block;
  border: 3px solid #ddd;
}
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  max-width: 280px;
}

.imagebox .longdesc,
.imagebox small.credit {
  background-color: #ededed;
  padding: 7px 9px 12px 9px;
  margin-top: 5px;
  max-width: 190px;
  _width: 190px;
}
.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: #fff;
  padding: 4px;
  border: 1px solid #c9c9c9;
  display : inline-block;
  position: relative;
  width: 600px;
}
.ipopup-container .img {
  display: block;
}
.ipopup-container .image img {
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  display: block;
  padding : 5px 0;
  color: #000;
  font-size: 1.33em;
  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) -100px 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; }
.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;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999em;
}



/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: absolute;
  top: 58px;
  right: 25px;
  margin-top: -.5em;
  width: 450px;
  font-size: 0.92em;
  text-align: right;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #999;
}
.breadcrumbs i { font-style: normal; }



/* ******  mnav  ****** */
.mnav {
  position: absolute;
  top: 142px;
  left: 12px;
  width: 942px;
  height: 43px;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { padding: 0; }

.mnav ul {}
.mnav li {
  _display: inline;
  float: left;
  width: 312px;
  height: 43px;
  overflow: hidden;
  margin-right: 1px;
}
.mnav li.cat2 {
  width: 311px;
}
.mnav li.cat3 {
  width: 315px;
}
.mnav li:hover,
.mnav li.current,
.mnav li.parent {
  background: #3166aa;
}
.mnav li.cat1:hover,
.mnav li.cat1.current,
.mnav li.cat1.parent {
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
}
.mnav li.cat3:hover,
.mnav li.cat3.current,
.mnav li.cat3.parent {
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
}
.mnav .boxbody a {
  display: block;
  padding: .5em 0;
  max-height: 43px;
  color: #fff;
  font-size: 1.5em;
  white-space: nowrap;
  text-indent: -9999px;
  overflow: hidden;
  background: url(i/mnav_text-en.png) no-repeat 16px 15px;
}
.is .mnav .boxbody a { background-image: url(i/mnav_text-is.png); }
.mnav .boxbody .cat2 a {
  background-position: -298px 15px;
}
.mnav .boxbody .cat3 a {
  background-position: -608px 15px;
}
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
  color: #fff;
}
.mnav .parent a,
.mnav .current a {

}

/** mnav Level 2 **/
.wrap .mnav .level2 {
  padding: 10px 5px;
  position: absolute;
  left: 0;
  display: none;
  z-index: 1;
  height: auto;
  _width:0;min-width:150px; /* ie hasLayout fix */
  top: 47px;
  margin-top: -.5em;
  width: 940px;
}
.mnav li:hover .level2,
.mnav li.current .level2,
.mnav li.parent .level2 {
  display: block;
}
.mnav .level2 li {
  background: none;
  float: left;
  padding: 0;
  width: auto;
  height: 12px;
  border-right: 1px solid #fff;
}
.mnav .level2 li:last-child {
  border-right: none;
}

.mnav .level1 .level2 a {
  font-size: .9em;
  padding: 0 10px;
  margin-top: -2px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  height: auto;
  line-height : 1.4;
  width: auto;
  text-indent: 0;
  background: none;
}

.mnav .level2 a:hover,
.mnav .level2 a:focus,
.mnav .level2 .current a {
  text-decoration: none;
  color: #fbad17;
}


/* ******  snav  ****** */
.snav { width: 204px;}
.snav ul {}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  _display: inline;
  padding-bottom: 0;
  margin: 0;
  background: transparent url(i/divider_H.png) 100% 100% no-repeat;
}
.snav a {
  display: block;
  padding: 20px 5px 17px 59px;
  letter-spacing: -.5px;
  font-weight: bold;
  font-size: 13px;
  background: transparent url(i/icons-sprite.png) 10px 50% no-repeat;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active, 
.snav .parent a,
.snav .current a {
  background-image: url(i/icons-sprite_active.png);
}
/* Icon manipulation */
.snav .eu-adildarferlid a {
  background-position: 10px 50%; 
}
.snav .eu-reports a {
  background-position: -190px 50%; 
}
.snav .eu-iceland a {
  background-position: -390px 50%; 
}
.snav .eu-events a {
  background-position: -590px 50%; 
}
.snav .eu-links a {
  background-position: -790px 50%; 
}
.snav .eu-malaflokkar a {
  background-position: -790px 50%; 
}
.snav .eu-gallery a {
  background-position: -990px 50%; 
}
.snav .eu-arrow a {
  background-position: -1190px 50%; 
}
.snav .eu-committee a {
  background-position: -1390px 50%; 
}
.snav .eu-samningsnefnd a {
  background-position: -1590px 50%; 
}
.snav .eu-samningaferli a {
  background-position: -1790px 50%; 
}
.snav .eu-taiex a {
  background-position: -1990px 50%; 
}

/* Level 2 */
.snav .level2 {
  background: none;
  padding-bottom: 1.5em;;
}
.snav .level2 li {
  background: none;
  list-style-type: disc;
  margin-left: 34px;
}
.snav .level2 a {
  padding: .5em 14px .5em 0;
  font-size: 1em;
  height: auto;
  background: none;
  color: #000;
}
.snav .level2 a:hover,
.snav .level2 a:focus,
.snav .level2 a:active,
.snav .level2 .parent a,
.snav .level2 .current a {
  background: none;
}
/* Photo Gallery */
.snav .eu-gallery .level2 li {
 list-style-type: none;
 margin-left: 20px;
}
.snav .eu-gallery .level2 a {
 padding: 1.5em 0 .5em;
}
.snav .eu-gallery .level2 img {
 -moz-box-shadow: 0px 0px 14px rgba(100,100,100,.7);
 -webkit-box-shadow: 0px 0px 14px rgba(100,100,100,.7);
 box-shadow: 0px 0px 14px rgba(100,100,100,.7);
}

/* ******  enav  ****** */
.enav { 

}
.enav .boxhead { position:absolute;right:9999px;left:auto; }
.enav ul {
  overflow: hidden;
  width: auto;
}
.enav li {
  float: left;
  _display: inline;
  padding: 0 7px;
  border-left: 1px solid #ccc;
}
.enav ul li:first-child,
.enav li.cat1 { border: none; }

.enav .boxbody a {}

.enav .parent a,
.enav .current a { font-weight: bold; }





/* ******  flnav  ****** */

.flnav {
  position: absolute;
  top: 65px;
  margin-top: -.5em;
  right: 18px;
  width: 350px;
}
.flnav .boxhead { position:absolute;right:9999px;left:auto; }
.flnav ul {
  overflow: hidden;
  width: auto;
  float: right;
}
.flnav li {
  float: left;
  _display: inline;
  padding: 0 7px;
  border-left: 1px solid #ccc;
}
.flnav ul li:first-child,
.flnav li.cat1 { border: none; }
.flnav .boxbody a { font-weight: bold; }

.flnav .parent a,
.flnav .current a { font-weight: bold; }






/* ******  monthlist ****** */
.pgmain td table.calendar {
  font-size: .92em;
}
.monthlist table.grid { width: 100%; }
.monthlist td {
  padding: 0 0 10px 0;
}

.events .pager,
.monthlist .pager {
  padding-top: 5px;
  text-align: center;
}
.events .pager .prev,
.monthlist .pager .prev {
  float: left;
  padding-right: 7px;
  border-right: 1px solid #eee;
}
.events .pager .next,
.monthlist .pager .next {
  float: right;
  padding-left: 7px;
  border-left: 1px solid #eee;
}




/* ******  calendar  ****** */
.monthlist .boxbody {
  position: relative;
}
.calendar { margin: 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width: 100%; }

.calendar th {
  text-align: center;
  font-size: .92em;
  padding: .2em;
  border-bottom: 1px solid #666;
}
.calendar td {
  padding: 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.calendar .sa { }
.calendar .su { color: #888; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display: block;
  font-style: normal;
  padding: 2px;
}
.calendar td.today i {
  font-style: italic;
}
.calendar td a:link,
.calendar td a:visited { font-weight: bold; }
.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active { background-color: #eee; }



.dateinfo {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0px 4px;
  padding: 0;
  text-align: left;
}
td:hover .dateinfo {
  display: block;
}
.dateinfo strong {
  display: block;
  margin-bottom: 2px;
  padding: 2px 8px 0px 8px;
  color: #272727;
}
.dateinfo ul {
}
.dateinfo li {
  border-top: 1px solid #ccc;
}
.dateinfo li a {
  padding: 2px 8px 2px 4px;
}
.evwrap .dateinfo li a {
  min-width: 120px;
  max-width: 300px;
  display: block;
  text-align: left;
  font-weight: normal;
}


/* ******  qsearch  ****** */
.qsearch {
  position: absolute;
  top: 38px;
  margin-top: -.8em;
  right: 25px;
  width: 210px;
  text-align: right;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { padding: 0; }
.qsearch .fi_txt input { width: 168px; padding: .2em 2px; color: #7a7a7a; border: 1px solid #7a7a7a;}
.qsearch .fi_btn input {
  border: none;
  width: 38px;
  height: 24px;
  background: transparent url(i/bg-search.png) no-repeat 0 0;
  position: absolute;
  top: -1px;
  left: 5px;
  cursor: pointer; 
  _cursor: hand;
  /* input-button image replacement */
  line-height:0;  
  letter-spacing:-9999px; 
  text-indent:-999em; 
}



/* ******  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 {
  width: 100%;
  overflow: hidden;
}

.mediagallery li {
  float: left;
  margin: 0 15px 15px;
  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 {
}

.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 {
}


/* ******  footer  ****** */
.footer .boxhead { position:absolute;right:9999px;left:auto; }
.footer {
  padding: 57px 20px 20px;
  margin: 0;
  width: 750px;
}
.footer p {
  margin: 0;
}


/* ******  byggiraeplica  ****** */
.byggiraeplica {
  margin-top: -40px;
  position: absolute;
  right: 0;
  padding: 0 20px 10px 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(http://codecentre.eplica.is/f/ba_e2-b50.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b50.png',sizingMethod='crop');
}



/* ******  imgbanner  ****** */
.imgbanner { 
  position: relative;
}
.imgbanner .title { 
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,.9);
  color: #4666a5;
  padding: .6em 20px .7em 6px;
  font-size: .917em;
}



/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #c00;  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; }


/* ****** Columns ******** */
.pgmain .col1,
.pgmain .col2 {
  width: 505px;
  float: left;
  margin: 0 22px 0 20px;
  padding-top: 2em;
}
.pgmain .col2 {
  width: 177px;
  margin: 0 0 0 0;
  padding: .5em 0 0;
}

/*** Facts about Iceland ***/
.box.facts {
  border-left: 4px solid #d0d0d0;
  padding: 1.5em 0 0 0;
  width: 173px;
  background: url(i/divider_horizontal.png) 0 0 no-repeat;
}
.box.facts .boxhead {
  display: block;
  padding: .5em 12px .5em 58px;
  font-size: 14px; /* Change to EM's when site is ready */
  background: transparent url(i/icons-sprite.png) -1188px 50% no-repeat;
}
.box.facts .boxbody {
  font-size: .917em;
  padding: 0 18px 2em 12px;
  background: url(i/divider_horizontal.png) 0 bottom no-repeat;
}