.stream { position:absolute;right:9999em;left:auto; }
.print { display : none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); } /* fixes the background-image flicker bug in IE */
html, body { height : 100%; }

body {
  background : #fff url(i/body-bg.gif) repeat-x;
  margin : 0;
  padding : 0;
  color : #000;
  line-height : 1.2;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size : 11px;  _font-size :  68.75%; }
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 : ""; }


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 : #EB0E16;
  text-decoration: none;
}



acronym {
  cursor : help;
  border : none;
}
acronym:hover { border-bottom : 1px dotted #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : middle;
}


h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
}
h1 {
  font-size : 1.27em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.27em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.09em;
  margin-top : 1em;
  margin-bottom : .64em;
}
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;
  border : none;
}

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 #D9D9D9;
  background : #fff;
  color : #000;
}

.pageextra1 select,
.pageextra1 textarea,
.pageextra1 .textinput,
.pageextra1 .fi_txt input,
.pageextra2 select,
.pageextra2 textarea,
.pageextra2 .textinput,
.pageextra2 .fi_txt input { width : 98%; }

.button,
.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background : #FF0B0E;
  border : 1px solid #D9D9D9;
  color : #fff;
}

.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #EB0E16;
  color : #fff;
}


.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; }


.fi_bdy label,
.fi_sel label,
.fi_txt label {
  display : block;
  line-height : 1.6;
  font-weight : bold;
}
.fi_bdy,
.fi_sel,
.fi_txt,
.fi_btn { margin-bottom : .7em; }
.fi_btn { margin-bottom : .5em; }




/* *****  clear  ***** */
.clear { clear : both; line-height : 0px; font-size : 1px; }



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.bodywrap {
  position : relative;
  width : 878px;
  margin : 0 auto;
  text-align : left;
  background: url(i/bw-bg-2col.gif) repeat-y;
}

.onecol .bodywrap { background-image: url(i/bw-bg-1col.gif); }
.threecol .bodywrap { background-image: url(i/bw-bg-3col.gif); }



.pageheader {
  background: url(i/pbw-bg.gif) no-repeat 8px 100%;
  height: 182px;
}

.home .pageheader  { height: 77px; }

.pageheader .wrapper {
  height: 182px;
  background: url(i/ph-bg.gif) no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
}



.pageheader .brand {
  padding-top: 15px;
  padding-left: 19px;  
}

.pageheader .sitelogo { vertical-align : middle; }
.pageheader .stream { top : 10px; }  /* Accessibility tr1ck50r */


.pagebody {
  float : left;
  margin-left : 187px;
  width : 687px;
  _display : inline;
  background: url(i/pb-top-2col.gif) repeat-x 5px 4px;
}

.onecol .pagebody {
  margin-left: 4px;
  width: 870px;
}

.threecol .pagebody {
  width : 497px;
  margin-right : 190px;
  background-image: url(i/pb-top-3col.gif);
}

.pagebody .wrapper {
  padding : 20px 20px 0 20px;
}

.pageextra1 {
  float : left;
  width : 183px;
  margin-left : -870px;
  _display : inline;
}

.pageextra1 .wrapper {
  padding: 4px 5px 0 4px;
}

.pageextra2 {
  float : left;
  _display : inline;
  width: 190px;
  margin-left: -190px;
}

.pageextra2 .wrapper {
  padding: 7px 8px 0 9px;
}

.pageextra5 {
  clear : both;
  min-height: 140px; _height: 140px;
  background: url(i/p5-bg-2col.gif) no-repeat;
}

.home .pageextra5,
.threecol .pageextra5 { background-image: url(i/p5-bg-3col.gif); }



/*
  disposable helper fyrir canvas vinnu  
*/
.pageextra5 .wrapper,
.pageextra4 .wrapper,
.pageextra3 .wrapper,
.pageextra2 .wrapper,
.pageextra1 .wrapper,
.pageheader .wrapper,
.pagebody .wrapper {
  _height:0;min-height:0;/* ie hasLayout fix */
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  position : relative;
  margin-bottom : 1.5em;
}

.onecol .pagebody .boxhd,
.twocol .pagebody .boxhd,
.threecol .pagebody .boxhd {
  position : absolute;
  font-size: 1.9em;
  margin-top: -.6em;
  top: 132px;
  left: 20px;
  text-transform: uppercase;
  color: #6B6B6B;
  padding-top: 0;
}

.boxhd {
  padding-top : 1.5em;
  margin-top: 0;
  font-family: Trebuchet MS;
}
.content { _height:0;min-height:0;/* ie hasLayout fix */ }


.wrapper .box .boxhd,
.bodywrap .wrapper .short .boxhd,
.currency .boxhd {
  background: url(i/boxhd-arrow.gif) no-repeat 0 1em;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #6B6B6B;
  border-bottom: 1px solid #D9D9D9;
  padding: .9em 0 3px 13px;
  margin-bottom: 10px;
  position : static;
}



.topbox {
  padding-bottom: 10px;
  padding-top: 0;
  margin: 0 -15px;
  margin-top: -18px;
  background: url(i/home/tnav-top.gif) repeat-x 0 100%;
}

.topbox .content {
  padding: 0 15px;
}

.topbox .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.wrapper .topbox img.left {
  border: 2px solid #E0E0E0;
  ~margin-top: 18px;
  position : relative;
}




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #777;
  display : block; 
  font-weight : normal;
  font-size : .92em;
}
.meta span { padding-right : .5em; }
.wrapper .meta a:link,
.wrapper .meta a:visited { color : #777; }





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  white-space : nowrap;
  height : 1.2em;
}
.buttons {
  margin-top : 1.33em;
  clear : both;
}
.wrapper .more a,
.wrapper .buttons a,
.wrapper .moreolder a,
.wrapper .archivelink a {
  float : left;
  padding : 0 10px 0 0;
  color: #000;
  font-weight: bold;
}



/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  overflow : hidden;
}
.articlelist .item h3 {
  font-size : 1em; 
  margin : 0;
}

.articlelist .item h3 a {
  color: #000;
}

.articlelist .summary p { margin : 0; }
.articlelist .more {}

.articlelist img {
  float: left;
  margin: 0 7px 6px 0;
  border: 1px solid #bbb;
}

.articlelist ul {
  clear : both;
}
.articlelist li {
  padding-bottom : .7em;
  
}
.articlelist li a {
  background: url(i/al-dot.gif) no-repeat 0 .44em;
  color: #000;
  padding-left: 10px;
  _height:0;min-height:0; /* ie hasLayout fix */
}




/* ****** vorulisti (extends: articlelist) ******* */

.vorulisti .item {
  padding-left: 120px;
  width: auto;
}

.vorulisti .item img {
  margin-left: -120px;
}



/* ******  article  ****** */

.article .content h1 {
  font-family: Trebuchet MS;
}

.article .content h2 {
  font-size: 1em;
  margin-bottom: 0;
}

.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 1em .2em 0; }
.article img.right { float : right;  margin : .2em 0 .5em 1em; }
.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 {
  font-weight : bold;
  padding : .2em .4em;
  border-right : 1px solid #eee;
  border-top : 1px solid #eee;
  background-color : #f8f8f8;
}
.article td {
  padding : .2em .4em;
  border-right : 1px solid #eee;
  border-top : 1px solid #eee;
}
.article tr.alt td {
  background-color : #f8f8f8;
}

.article table.grid,
.article table.grid td {
  background : transparent none;
  border : none;
  padding : 0
}


.article ul {
  margin-bottom : .7em;
}
.article li {
  padding-left: 14px;
  background: url(i/al-dot.gif) no-repeat 0 .44em;
  margin-bottom : .54em;
}


/* ******  tables  ****** */

.pagebody table {
  border : 1px solid #ddd;
  width : 100%;
}
.pagebody table thead td,
.pagebody table thead th {
  border-bottom : 2px solid #ddd;
  border-left : 1px solid #ccc;
  padding : 4px 3px 5px 4px;
  background : #f2f2f2 url(i/thead-cell.gif) 0 0 repeat-x;
}
.pagebody table tbody td,
.pagebody table tbody th {
  border-bottom : 1px solid #ddd;
  border-left : 1px solid #ddd;
  border-color : #ddd;
  padding : 3px 3px 3px 4px;
}

.pagebody table .subtotal td,
.pagebody table .subtotal th {
  background : #f4f4f4;
  border : 0;
}

.pagebody table tr.alt td {
  background: #F6F6F6;
}


/* ******  imgbox  ****** */
.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  width : auto;
}
.imgbox .content {
  display : inline;
  padding : 0;
  margin : 0;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
}
.imgbox .imgcontent { width : 200px; }
.imgbox .imgtext {
  color : #333;
  font-weight : normal;
  font-size : .92em;
}
.imgbox .imgmeta {
  width : 200px;
  color : #666;
  font-weight : normal;
  font-size : .83em;
}

.pageextra1 .imgbox,
.pageextra2 .imgbox {
  float : none;
  padding : 0;
}
.pageextra1 .imgbox .imgcontent,
.pageextra1 .imgbox .imgmeta,
.pageextra2 .imgbox .imgcontent,
.pageextra2 .imgbox .imgmeta { width : auto; }






/* ******  quizbox  ****** */
.quizbox .question { font-weight : bold; }
.quizbox h3 {
  margin : .5em 0;
}
.quizbox .thanks {
  color : #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom : .5em;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.quizbox label { display : inline; }
.quizbox .options li {}
.quizbox span.stat { display : block; }
.quizbox span.stat i {
  font-style : normal;
  color : #777;
  padding-left : .5em;
}
.quizbox span.bar {
  display : block; 
  background-color : #ddd;
}
.quizbox .results .bar img {
  height : .91em;
  background : #888;
}
.pagebody p.morequizes { margin : 0; }


/* ******  quizlist  ****** */
.quizlist .quiz {
  float : left;
  width : 45%;
  margin-right : 4.5%;
  _display : inline;
  padding-bottom : 1em;
  border-bottom : 1px solid #eee;
  margin-bottom : 1em;
  min-height : 23.5em;
  _height : 23.5em;
}
.quizlist .dates,
.quizlist .totalnum {
  clear : both;
  font-size : .92em;
  color : #777;
  margin : 0;
}
.quizlist .totalnum { margin-top : .7em; }
.quizlist .dates b,
.quizlist .totalnum b {
  float : left;
  margin-bottom : .09em;
  margin-right : .5em;
  font-weight : normal;
  width : 10em;
}






/* ******  contactform  ****** */
.contactform .content { 
  padding-bottom : 2em;
}

.contactform p { clear : both; }
.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width : 12em;
  float : left;
  margin-top : .2em;
}

.contactform .fi_btn {
  margin-left : 7em;
  _margin-left : 7.2em;
}
.contactform textarea { width : 70%; }


.umsoknir .fi_txt,
.umsoknir .fi_sel,
.umsoknir .fi_bdy
{
	margin-bottom: 0.5em;
}

.umsoknir .fi_txt label,
.umsoknir .fi_bdy label,
.umsoknir .fi_static span {
  float:none;	
  width:auto;
  display:block;
}


/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position : absolute;
  top : 165px;
  right : 17px;
  width : 750px;
  margin-top: -.6em;
  text-align: right;
}

.home .breadcrumbs,
.onecol .breadcrumbs,
.breadcrumbs .boxhd { position:absolute;right:9999em;left:auto; }

.breadcrumbs .content {}

.breadcrumbs .content span,
.breadcrumbs .content a {
  text-decoration : none;
  color : #6B6B6B;
}

.breadcrumbs i { font-style: normal; }



/* ******  qnav  ****** */
.qnav {
  position : relative;
  width : 150px;
}

.qnav .boxhd {
  background : #f8f8f8;
  font-weight : normal;
  font-size : 1em;
  color : #333;
  padding : 2px 20px 2px 8px;
  margin : 0;
  border : 1px solid #bbb;
}
.qnav-active .boxhd {
  padding : 0;
  border : none;
}

.qnav .boxhd a {
  background : transparent url(i/drop-arrow.gif) 100% 50% no-repeat;
  border : 1px solid #bbb;
  display : block;
  padding : 2px 20px 2px 8px;
  _height:0;min-height:0;/* ie hasLayout fix */
  text-transform : none;
  font-weight : normal;
  text-decoration : none;
}
.qnav .boxhd a:hover,
.qnav .boxhd a:focus,
.qnav .boxhd a:active {
  text-decoration : none;
  background-color : #fff;
}

.qnav .content {
  padding : 3px 0 0 0;
  position : relative;
  background : #fff;
  margin : -1px 0 0 0;
  border : 1px solid #bbb;
  border-top : none;
}
.qnav-closed .content { display : none; }
.qnav-open .content { display : block; }

.qnav li { _display : inline; }
.qnav .content a {
  display : block;
  text-decoration : none;
  padding : 3px 5px 3px 8px;
  margin-top : -3px;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.qnav .content a:hover,
.qnav .content a:focus,
.qnav .content a:active {
  text-decoration : none;
  background-color : #f8f8f8;
}





/* ******  mnav  ****** */
.mnav {
  position : absolute;
  left: 224px;
  top: 36px;
  margin-top: -.6em;
  width: 460px;
  font-family: Trebuchet MS;
}

.mnav .boxhd { position:absolute;right:9999em;left:auto; }

.mnav .content {
  padding : 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
}

.mnav ul {
  
}

.mnav li {
  float: left;
}

.mnav li a {
  float: left;
  padding: 15px 12px 0 12px;
  ~padding-top: 16px;
  background: url(i/mnav-sep.gif) no-repeat;
  color: #6B6B6B;
}

.mnav li.home a {
  background: none;
}

.mnav .current a,
.mnav .parent a {
  color: #EB0E16;
}



/* ******  snav  ****** */

.snav {}
  
.wrapper .snav .boxhd {
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  color: #FF3538;
  background: none transparent;
}

.snav li {
  _display: inline;
}

.snav li a {
  padding: 8px 6px 5px 25px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  border-bottom: 1px solid #E0E0E0;
  background: url(i/snav-arrow.gif) no-repeat 13px 1em;
  color: #000;
}

.snav .current a,
.snav .parent a {
  font-weight: bold;
  color: #000;
  background-position: -187px 1em;
}

/* l2 */

.snav .level2 {
  border-bottom: 1px solid #E0E0E0;
  padding-top: 1px;
  padding-bottom: 8px;
}

.snav .level2 li a {
  font-weight: normal;
  padding-left: 14px;
  background: none;
  border: none;
  padding-top: 5px;
  padding-bottom: 2px;
}

.snav .level2 .current a,
.snav .level2 .parent a {
  font-weight: bold;
}

/* l3 */

.snav .level2 .level3 li a {
  padding-left: 28px;
  font-weight: normal;
}

.snav .level2 .level3 .current a,
.snav .level2 .level3 .parent a {
  font-weight: bold;
}


.snav li a:hover,
.snav li a:focus,
.snav li a:active { background-position: -187px 1em; }

.onecol .snav {
  position : absolute;
  top: 171px;
  left: 8px;
  width: 862px;
  margin-top: -1.2em;
}

.onecol .snav .boxhd { position:absolute;right:19999px;left:auto; }

.onecol .snav .content {
  background: url(i/tab-bottom.gif) repeat-x 0 100%;
}

.onecol .snav ul {
  width: 100%;
  overflow: hidden;
}

.onecol .snav li {
  float: left;
  background: url(i/tab-left.gif) no-repeat;
  margin-left: 3px;
}

.onecol .snav li a {
  float: left;
  background: url(i/tab-right.gif) no-repeat 100% 0;
  padding: 6px 12px 4px;
  border-bottom: 0;
  border-bottom: 1px solid #d1d1d1;
}

.onecol .snav li.current {
  background-image: url(i/tab-curr-left.gif);
}

.onecol .snav li.current a {
  background-image: url(i/tab-curr-right.gif);
  border-bottom: 1px solid #fff;
}

.onecol .snav li a:hover,
.onecol .snav li a:focus,
.onecol .snav li a:active {
  background-position: 100% 0;
}


/* *** short (extends: snav) *** */

.bodywrap .wrapper .short .boxhd { margin-bottom: 0; }




/* ******  enav  ****** */

.enav { }

.wrapper .enav .boxhd { margin-bottom: 0; }

.enav ul {
  
}

.enav li a {
  padding: 10px 0 10px 40px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  border-bottom: 1px solid #E0E0E0;
  color: #000;
  background: no-repeat 0 50%;
  position : relative;
}

.enav li a img {
  position : absolute;
  left: 0;
  top: 0;
}

/* if the menu is not a static HTML
.enav li.tel a { background-image: url(i/enav-tel.gif); }
.enav li.fax a { background-image: url(i/enav-fax.gif); }
.enav li.email a { background-image: url(i/enav-email.gif); }
.enav li.people a { background-image: url(i/enav-people.gif); }

*/
.enav li.umsokn2 a { background-image: url(i/enav-umsokn.gif); }
.enav li.ferdathjonusta a { background-image: url(i/ferdathjonusta.gif); }
.enav li.greidsludreyfing a { background-image: url(i/greidsludreifing.gif); }
.enav li.haekkunheimildar a { background-image: url(i/haekkaheimild.gif); }
.enav li.saekjaumadgang a { background-image: url(i/saekjaumadgang.gif); }
.enav li.skodafaerslur a { background-image: url(i/skodafaerslur.gif); }
.enav li.einstaklingar a { background-image: url(i/einstaklingar-fridindi.gif); }


/* *** tnav *** */

.tnavwrapper {
  width: 100%;
  margin: 0 -15px;
  width: 677px;
  overflow: hidden;
  background: url(i/home/pbt-bottom.gif) repeat-x 0 100%;
  margin-bottom: 5px;
}


.tnav {
  float: left;
  width: 338px;
  padding-top: 5px;
}

.wrapper .tnav .boxhd {
  width: 300px;
  _width /**/: 315px;
  margin-bottom: 5px;
  margin-left: 15px;
}

.tnav .content { padding-left: 15px; }

.tnav ul {
  width: 188px;
  ~padding-bottom: 16px;
}

.tnav li a {
  background: url(i/tnav-arrow.gif) no-repeat 2px .55em;
  padding: 3px 0 3px 15px;
  color: #000;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
}




/* ****** service ****** */


.service .boxhd { display: none; }

.service .content { padding: 20px 16px 10px 16px; }

.service li {
  border: 1px solid #003c74;
  margin-bottom: 1em;
}


.service li a {
  display: block;
  text-align: center;
  background: url(i/service-a.gif) repeat-x 0 50%;
  border: 1px solid #fff;
  padding: 7px 10px;
  color: #003c74;
  font-size: 1.1em;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.wrapper .service li a:hover,
.wrapper .service li a:focus,
.wrapper .service li a:active {
  color: #003c74;
}




/* ******  flnav  ****** */

.flnav {
  position : absolute;
  top: 9px;
  ~top: 10px;
  right: 12px;
  margin-top: -.6em;
}

.flnav .boxhd { position:absolute;right:9999em;left:auto; }

.flnav ul { float: right; }

.flnav li { float : left; }

.flnav li a {
  float: left;
  color: #6B6B6B;
  padding: 4px 2px 4px 6px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: url(i/flnav-sep.gif) no-repeat 0 55%;
}

.flnav li.cat1 a { background: none; }

.flnav .parent a,
.flnav .current a { font-weight : bold; }




/* ******* stafflist (extends: article) ****** */

.stafflist table { width: 100%; }




/* ******  monthlist ****** */
.pagebody td table.calendar {
  font-size : .92em;
}
.monthlist table.grid { width : 100%; }
.monthlist td {
  padding : 0 0 10px 0;
}

.events,
.monthlist {
  width : 100%;
  overflow : hidden;
}

.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  ****** */
.calendar { margin : 0; }
.pageextra1 .calendar,
.pageextra2 .calendar { width : 100%; }

.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  padding : .1em;
  font-size : 1.08em;
}
.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 : #555; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display : block;
  font-style : normal;
  padding : 2px;
}
.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; }



/* ******  currency  ****** */

.currency .content { padding-top : 0; }

.currency .date {
  padding : 0 4px 2px 2px;
  margin : 0;
  border-bottom : 1px solid #e6e6dc;
}

.currency table { width: 100%; }

.currency th,
.currency td {
  padding : .18em 4px 6px 11px;
  font-weight : normal;
  position : relative;
}
.currency th.col2 { text-align : right; }
.currency th { display : none; }

.currency td img {
  position : absolute;
  margin-left: -3px;
  margin-top: 2px;
}



/* ******  advert  ****** */
.advert {
  text-align : center;
  overflow : hidden;
  width : 100%;
}
.advert .boxhd { text-align : left; }
.advert .content { 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 {
  position : absolute;
  top : 50px;
  margin-top : -.8em;
  right : 0px;
  width : 184px;
}

.qsearch .boxhd,
.qsearch label { position:absolute;right:9999em;left:auto; }

.qsearch .content { padding : 0; }

.qsearch .fi_txt input {
  width : 120px;
  font-size: 1.1em;
  padding: 3px 2px 2px 2px;
}

.qsearch .fi_btn input {
  width : 44px;
  padding: 2px 0;
  _padding /**/: 1px 0 0 0;
}





/* ******  sitemap  ****** */
.sitemap .content {
  font-weight : bold;
  font-size : 1.08em;
  padding-bottom : 3em;
}
.sitemap ul { width : 13em; }

.sitemap .level1 ul {
  margin : -3px 0 0 110px;
  _margin-bottom : -.5em;
  font-size : .92em;
  padding-bottom : 3px;
}
.sitemap ul.level3 {
  font-weight : normal;
  margin-left : 100px;
}
.sitemap ul.level4 {
  margin-left : 90px;
  font-size : 1em;
}
.sitemap li { margin-bottom : .5em; }

.sitemap a,
.sitemap i {
  display : block;
  padding : 2px 10px;
  background : #fff none 95% 45% no-repeat;
  background-color : #f8f8f8;
  border : 1px solid #ccc;
  _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 { border-color : #d9d9d9; }
.sitemap .level3 a,
.sitemap .level3 i { border-color : #e9e9e9; }

.sitemap .content a:hover,
.sitemap .content a:focus,
.sitemap .content a:active { border-color : #EB0E16; }
.sitemap .content i:hover { border-color : #aaa; }







/* ******  galleries  ****** */
.galleries {}
.galleries ul {}
.galleries h4 {}
.galleries p {}


/* ******  gallery  ****** */
.gallery .content {
  padding-right : 0;
}
.gallery td {
  padding-right : 12px;
  padding-bottom : 12px;
  text-align : center;
  vertical-align : bottom;
}
.gallery img {
  margin : 0 auto;
}


/* ******  galleryitem  ****** */
.galleryitem .content {
  text-align : center;
}
.galleryitem .ctrls a {
  padding : 0 .3em;
}
.galleryitem img {
  margin : .5em 0;
}




/* ******  footer  ****** */

.footer {
  width: 690px;
}

.footer .boxhd { position:absolute;right:19999px;left:auto; }

.footer .content {
  padding: 11px 21px;
}

.footer p { margin-bottom: 3px; }

.footer i {
  text-indent: -20px;
  position : relative;
  width: 3px;
  background: url(i/footer-i-sep.gif) no-repeat 40% 50%;
  color: #fff;
  padding-left: 2px;
}




/* ******  eplicaad  ****** */
.eplicaad {
  background: #fff;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 20px;
}




/* ******  imgbanner  ****** */
.imgbanner {}





/* ****** fontsizer  ****** */
.fontsizer { 
  position : absolute;
  top : 5px;
  right: 48px;
  margin-right : 12em;
}
.fontsizer h2 { position:absolute;right:9999em;left:auto; }

.fontsizer li {
  float : right;
}

.fontsizer a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 21px;
  height: 15px;
  background: url(i/font-dwn.gif) no-repeat;
}

.fontsizer .up a { background-image : url(i/font-up.gif); }


.fontsizer a:hover,
.fontsizer a:focus,
.fontsizer a:active { background-position: 0 -15px; }








/* * links * */
div.wrapper a:hover,
div.wrapper a:focus,
div.wrapper a:active { color : #EB0E16;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }






/* ************** */
/* **** HOME **** */
/* ************** */


/* *** layout *** */


.home .bodywrap { background-image: url(i/home/bw-bg.gif); }

.home .pagebody {
  width: 680px;
  margin-left: 4px;
  margin-right: 190px;
}

.home .pb-top {
  background: #fefefe url(i/home/pbt-bottom.gif) no-repeat 4px 100%;
  padding-left: 4px;
  width: 676px;
  overflow: hidden;
  padding-bottom: 10px;
}

.home .pb-bottom {
  padding: 0 19px 0 18px;
  /* width: 644px; */
}

.home .pagebody .wrapper { padding: 0; }

.home .pb-top object {
  margin: 0 13px;
}




/* *** tnav *** */

.home .tnav {
  width: 224px;
  padding-top: 4px;
  background: url(i/home/tnav-top.gif) repeat-x;
}

.home .wrapper .tnav .boxhd {
  margin-left: 16px;
  width: 180px;
}

.home .wrapper .tnav a {
  color: #6B6B6B;
}

.home .tnav .content { padding-left: 16px; }




/* *** advert *** */

.home .pagebody .pb-top .advert {
  float: left;
  width: auto;
  overflow: visible;
}

.home .pagebody .pb-top .advert .content { float: left; }

.home .pagebody .pb-top .advert img {
  border: 1px solid #EBEBEB;
  background: url(i/home/advert-bottom.gif) repeat-x;
  margin: 4px 4px 4px 0;
  _margin-right /**/: 2px;
}





/* *** quicknav *** */
.quicknav .boxhd { position:absolute;right:9999px;left:auto; }
.quicknav .content {
  padding: 7px 10px;
  background: url(i/home/advert-bottom.gif) 0 100% repeat-x;
}
.quicknav ul {
  width: 100%;
  overflow: hidden;
}
.quicknav li {
  float: left;
  
}
.quicknav li 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: 217px;
  height: 106px;
  background: url(i/home/quicknav.png) 0 0 no-repeat;
}
.quicknav li a:hover,
.quicknav li a:focus,
.quicknav li a:active {
  background-color: #f4f4f4;
}

.quicknav li.cat1 a { background-position:      0       0; }
.quicknav li.cat2 a { background-position: -217px       0; }
.quicknav li.cat3 a { background-position: -434px       0; }
.quicknav li.cat4 a { background-position:      0  -106px; }
.quicknav li.cat5 a { background-position: -217px  -106px; }
.quicknav li.cat6 a { background-position: -434px  -106px; }


.quicknav-thjonustur li a { background-image: url(i/home/quicknav-thjonustur.png); }
.quicknav-kort li a      { background-image: url(i/home/quicknav-kort.jpg); }
.quicknav-kort ul { border-top: 1px solid #d9d9d9; }







/* ******  filtercards  ****** */

.filtercards {
  margin-top : 1px;
  position : relative;
  border : 1px solid #d6d6d6;
  border-top : none;
  background : url(../img/filtercards/box-bak.gif) 0 0 repeat-y;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.filtercards .boxhd { position:absolute;right:9999em;left:auto; }

.filtercards .content {
  padding : 16px 1px 0 187px;
  _padding-left : 185px;
  margin : 0;
  position : relative;
}

.filtercards .fi_btn {
  position : relative;
  margin : 0 -1px 0 -187px;
  background : #fff url(../img/filtercards/submit-bak.gif) 0 100% repeat-x;
  border-top : 1px solid #d6d6d6;
  padding : 12px 21px;
  _height:1px;min-height:0; /* ie hasLayout fix */
}

.filtercards .fi_btn .submit { float : right; }


.filtercards div.filters {
  float : left;
  margin : 0 -300px 0 -176px;
  width : 150px;
  _display : inline;
}

.filtercards div.filters h4 {
  text-transform : uppercase;
  margin : 0 0 4px 0;
  color : #af0224;
}
.filtercards div.filters ul {
  padding-bottom : 1em;
}
.filtercards div.filters li { margin-top : 3px; }
.filtercards div.filters label {
  color : #666;
  font-weight : bold;
  cursor : pointer;
  _cursor : hand;
}
.filtercards div.filters li.filter-active label {
  color : #af0224;
}
.filtercards div.filters acronym { border : none; }



.filtercards ul.products {
  clear : none;
  _height:1px;min-height:0; /* ie hasLayout fix */
}
.filtercards ul.products:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.filtercards .products li {
  float : left;
  position : relative;
  margin : 0 13px 0 0;
  padding : 93px 0 0 0;
  background : #fafafa url(../img/filtercards/product-shadow.gif) -200px 87px no-repeat;
  width : 138px;
  overflow : hidden;
  _display : inline;
}
.filtercards .products li img {
  position : absolute;
  top : 0;  
  left : 0;
  display : block;
  width : 138px;
  opacity : .08;
  filter : alpha(opacity=8);
}
.filtercards .products li input {
  float : left;
  margin-left : 7px;
  margin-right : 6px;
  margin-bottom : 3.5em;
  _margin-left : 4px;
  _margin-right : 3px;
  opacity : .40;
  filter : alpha(opacity=40);
}
.filtercards .products li label,
.filtercards .products li a {
  display : block;
  padding-top : 1px;
  text-decoration : none;
  font-weight : bold;
  color : #ccc;
}
.filtercards .products li label { height : 5em; }

.filtercards .products li label span {
  display : block;
  font-weight : normal;
}

.filtercards .products li.product-active {
  border-color : red;
  background-color : #e9e9e9;
  background-position : 0 87px;
  font-weight : bold;
}
.filtercards .products li input:hover,
.filtercards .products li input:focus,
.filtercards .products li.product-active img,
.filtercards .products li.product-active input {
  opacity : 1;
  filter : alpha(opacity=100);
}
.filtercards .products li.product-active label,
.filtercards .products li.product-active a {
  color : #555;
}
.filtercards .products li.product-active label span {
  color : #888;
}

.filtercards .products li a:hover,
.filtercards .products li a:focus,
.filtercards .products li a:active,
.filtercards .products li a:hover span,
.filtercards .products li a:focus span,
.filtercards .products li a:active span {
  text-decoration : none;
  color : #000;
}


.filtercards .aboutproduct {
  width : 400px;
  margin : 0 0 1.5em 0;
  background : #f3f3eb url(../img/filtercards/aboutproduct-body.gif) 0 100% no-repeat;
  padding-bottom : 15px;
}
.filtercards .popperblock-closed { display : none; }
.filtercards .popperblock-open {
  position : absolute;
  top : 26px;
  right : 0;
  margin-right : 16%;
}
.filtercards .aboutproduct h3 {
  font-size : 1.38em;
  color : #555;
  margin : -3px 0 0 0;
  padding : 12px 15px 11px 15px;
  border-bottom : 3px solid #c00530;
  background : url(../img/filtercards/aboutproduct-head.gif) 0 0 no-repeat;
}
.filtercards .aboutproduct img {
  position : absolute;
  left : 12px;
  margin-top : 15px;
  width : 150px;
}
.filtercards .aboutproduct ul {
  padding : 2px 12px 0 177px;
  margin : 16px 0 0 0;
  min-height : 156px;
  _height : 156px;
}
.filtercards .aboutproduct li {
  padding : 0 0 2px 7px;
  margin : 0;
  background : url(../img/filtercards/aboutproduct-bullet.gif) 0 .45em no-repeat;
}
.filtercards .aboutproduct .more {
  position : absolute;
  left : 18px;
  bottom : 55px;
  margin-bottom : -.6em;
}
.filtercards .aboutproduct .apply {
  left : 15px;
  bottom : 20px;
  border : 1px solid #ccccb3;
  padding : 5px 0 5px 8px;
  background : #fcfcfa url(../img/filtercards/aboutproduct-apply.gif) 0 100% repeat-x;
}
.filtercards .aboutproduct a.closebutton {
  position : absolute;
  top : 10px;
  right : 8px;
  width : 15px;
  height : 15px;
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  background : url(../img/filtercards/closebutton.gif) 0 0 no-repeat;
  z-index: 99;
}
.filtercards .aboutproduct a.closebutton:hover,
.filtercards .aboutproduct a.closebutton:focus,
.filtercards .aboutproduct a.closebutton:active { background-position : 0 -15px; }




/* ******  productcompare  ****** */
.productcompare {
}
.productcompare .boxhd em {
  font-style : normal;
  text-transform : none;
  letter-spacing : 0;
  font-weight : normal;
  color : #755;
  padding-left : .5em;
}
.productcompare .content {
  padding-left : 4px;
  padding-right : 0;
}
.productcompare th.col0 { width : 18%; }
.productcompare tr.th img {
  width : 150px;
  margin-left : -4px;
}
.productcompare table.compare2 img { width : 200px; }
.productcompare table.compare3 img { width : 185px; }
.productcompare table.compare4 img { width : 140px; }

.productcompare th span {
  display : block;
  font-size : 1.36em;
  padding : 3px 0 6px 0;
  color : #333;
}
.productcompare th span span {
  padding : 0;
  font-size : .85em;
  font-weight : normal;
  color : #666;
}

.productcompare th a.drop {
  float : left;
  font-size : .91em;
  font-weight : normal;
  margin-right : 22px;
  padding : 1px 0 0 12px;
  background : url(../img/drop-icon.gif) 0 60% no-repeat;
  text-decoration : none;
  color : #bbb;
}

.productcompare th,
.productcompare td {
  border : none;
  padding : .36em 8px .55em 6px;
}

.productcompare td { border-left : 1px solid #eeeee9; }

.productcompare tr.ie-hover th,
.productcompare tr.ie-hover td,
.productcompare tr:hover th,
.productcompare tr:hover td { background-color : #eeeee9; }
.productcompare tr.th:hover th,
.productcompare tbody.summary tr:hover th,
.productcompare tbody.summary tr:hover td { background : transparent none; }


.productcompare tbody.attrtable-closed tr { display : none; }
.productcompare tbody.attrtable-closed tr.subhead { display : block; }
.productcompare tbody.attrtable-closed tr.subhead { display : table-row; }

.productcompare tr.subhead th,
.productcompare tbody.summary tr.subhead th {
  border-bottom : 2px solid #fff;
  padding : .54em 20px;
  background : #e0e0cc url("../img/bullet.gif") 10px 1em no-repeat;
}
.productcompare tbody.attrtable-active tr.subhead th { padding : 0; }
.productcompare tr.subhead th a {
  color : #c72029;
  padding : .54em 20px;
  display : block;
  _height:1px;min-height:0; /* ie hasLayout fix */
}
.productcompare .attrtable-open tr.subhead th a { text-decoration : none; }

.productcompare .pager li {
  margin : 0 5px;
  padding : 0 13px;
  border : none;
  font-weight : bold;
  background : url(../img/more.gif) 100% 50% no-repeat;
}
.productcompare .pager li.prev {
  background-position : 0 50%;
  background-image : url(../img/less.gif);
}

.home .topflash {
	height : 180px;
}


/*******************************/
/* ******  minar sidur  ****** */
/*******************************/

.loginbox br,
.signupstart br,
.signupstart hr { display : none; }


.usermenu .user {
  position : absolute;
  top: 90px;
  right: 15px;
  font-size: 1.1em;
}

.usermenu .user span {
  font-size: .92em;
  color: #555;
  padding-left: 5px;
}


/* *** periodmenu *** */

.periodmenu {
  margin-bottom: 1.2em;
  margin: -16px -20px 0;
  background: #fff url(i/period-bot.gif) repeat-x 0 100%;
  border-bottom: 1px solid #d1d1d1;
}

.periodmenu:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.periodmenu .content {
  padding: 6px 225px 1px 20px;
  min-height: 50px; _height: 50px;
  position : relative;
}

.periodmenu .fi_sel {
  margin-right : 12px;
  margin-bottom : .5em;
  line-height : 1.4;
  float: left;
}

.periodmenu .fi_btn {
  padding-top: 14px;
}

.periodmenu .fi_btn input {
  background: url(i/quickview-btn.gif) no-repeat 0 50%;
  width: 53px;
  height: 23px;
  border: none;
  font-weight: bold;
  padding-bottom: 3px;
  ~padding-bottom: 0;
}

.periodmenu .fi_btn input:hover,
.periodmenu .fi_btn input:focus,
.periodmenu .fi_btn input:active {
  background-position: -53px 0;
}



/* *** quickview *** */

.quickview {
  padding-bottom: 15px;
  background: url(i/quickview-bot.png) no-repeat 0 100%;
  _background-image: url(i/quickview-bot.gif);
  width: 210px;
  position : absolute;
  top: 191px;
  right: 13px;
  clear: both;
}

.quickview:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.wrapper .quickview .boxhd {
  background: url(i/quickview-boxhd1.gif) no-repeat 0 5px;
  position : absolute;
  top: 22px;
  left: 18px;
  border: none;
  color: #353535;
  padding: 3px 10px 11px 45px;
  font-size: 1em;
  margin-top: -.7em;
  font-family: Arial;
}

.wrapper .quickview .amex .boxhd
{
	background: url(i/quickview-boxhd2.gif) no-repeat 0 5px;
	left : 1px;
	margin-top:-0.1em;
	padding: 3px 15px 11px 20px;
}

.quickview .content {
  background: url(i/quickview-bg.png) no-repeat;
  _background-image: url(i/quickview-bg.gif);
  padding-top: 48px;
  padding: 55px 5px 0;
}

.quickview ul {
  overflow: hidden;
  width: 100%;
}

.quickview ul.itm1 {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 16px;
  margin-bottom: 2px;
}

.quickview ul.itm2 {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 16px;
  margin-bottom: 2px;
}

.quickview li {
  width : auto;
  margin-top : 5px;
  float : left;
  clear: left;
  _display: inline;
  width: 100%;
}

.quickview ul.itm1 li { margin-top : 9px; }

.quickview li strong {
  width: 118px;
  text-align: right;
  float: left;
  color: #5C5C5C;
  padding-right: 9px;
}

.quickview li span {
  float: left;
  width: 70px;
  white-space: nowrap;
}




/* ******  tabnav  ****** */

.tabnav {
  margin-left: -21px;
}

.tabnav ul {
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  font-size: 1.1em;
}

.tabnav li {
  padding: 5px 20px 6px;
  background: #fff url(i/tabnav-a.gif) repeat-x 0 100%;
  _height:0;min-height:0; /* ie hasLayout fix */
  border-bottom: 1px solid #d1d1d1;
}

.tabnav li a {
  color: #696969;
  font-weight: bold;
  padding-left: 13px;
  background: url(i/tabnav-arrow.gif) no-repeat 0 .33em;
}

.tabnav li.current {
  background-color: #727272;
  background-image: url(i/tabnav-curr.gif);
}

.tabnav li.current a {
  color: #fff;
  background-image: url(i/tabnav-arrow-curr-dwn.gif);
}

.tabnav li.current a:hover,
.tabnav li.current a:focus,
.tabnav li.current a:active {
  color: #fff;
}

.tabpane-closed { display: none; }




/* ******  usageoverview  ****** */

.usageoverview {
  width: 75%;
}

.usageoverview:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.wrapper .usageoverview table {
  border: none;
}

.wrapper .usageoverview th,
.wrapper .usageoverview td {
  padding: .4em .6em;
}

.wrapper .usageoverview td {
  border-left: none;
  border-right: 1px solid #d5d5d5;
}

.wrapper .usageoverview td:first-child {
  border-left: 1px solid #D5D5D5;
}

.wrapper .usageoverview th {
  background: none;
  border: none;
  color: #777;
  border-bottom: 1px solid #ddd;
}

.wrapper .usageoverview thead th {
  background: url(i/th-sep.gif) no-repeat 0 100%;
}

.wrapper .usageoverview thead th.tcol1 {
  background: none;
}

.wrapper .usageoverview .th th {
  color: #353535;
  padding-top: .7em;
}

.usageoverview .subtotal {
  float: right;
  font-weight: bold;
  color: #696969;
  font-size: 1.1em;
}

.green_
{
	color: green;
}

.red__
{
	color : red;
}

.number
{
	text-align: right;
}
