.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; -ms-overflow-y: scroll; }


body {
  background : #fff;
  margin : 0;
  padding : 0 0 30px 0;
  color : #272727;
  line-height : 1.2;
  text-align : center;
  font-family : Tahoma, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size : 11px;  ~font-size :  68.50%; }
body.zoom2 { font-size : 13px;  ~font-size :  81.25%; }
body.zoom3 { font-size : 16px;  ~font-size : 100.00%; }

.pgwrap {
  background: url(i/body-bg.gif) 0 0 repeat-x;
}
.pgwrap2 {
  position : relative;
  width : 996px;
  margin : 0 auto;
  text-align : left;
  background : #fff;
}

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 : #A8B200;
  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 {
  color : #A8B200;
  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; 
}
table tr.alt td {
  background : #f4f4f4;
}





form { margin : 0; }

fieldset {
  padding : 0;
  margin : 0;
  border : none;
}

input,
select,
textarea {
  vertical-align : middle;
  font-family : Tahoma, Helvetica, sans-serif;
  font-size : 1em;
}
textarea {
  vertical-align : top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border : 1px solid #BDBDBD;
  background : #fff;
  color : #272727;
}

.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 #BDBDBD;
  color : #272727;
}

.productitem .fi_btn,
.checkout .fi_btn {
  float: left;
  /* background: url(i/btn-bg.gif) no-repeat 0 50%; */
  _display: inline;
}

.productitem .fi_btn input,
.checkout .fi_btn input {
  float: left;
  background: url(i/btn-input-bg.gif) no-repeat 100% 50%;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 6px 14px 6px 14px;
  ~padding: 5px 1px;
  border: none;
}

.checkout .fi_gray { background-image: url(i/btn-bg-gray.gif); }
.checkout .fi_gray input { background-image: url(i/btn-input-bg-gray.gif); }

.productitem .button:hover,
.productitem .button:focus,
.productitem .fi_btn input:hover,
.productitem .fi_btn input:focus,
.checkout .button:hover,
.checkout .button:focus,
.checkout .fi_btn input:hover,
.checkout .fi_btn input:focus {
  color : #fff;
}

.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #A8B200;
  color : #272727;
  text-decoration: underline;
}


.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 { clear : both; line-height : 0px; font-size : 1px; }



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */


.pghead {
  background: #fff url(i/body-bg.gif) repeat-x;
  min-height: 100px;
  position: relative;
  z-index: 1;
}
.pghead .brand { padding : 0 0 20px 11px;}
.pghead .logo {
  vertical-align : middle;
  margin: 27px 0 0 14px;
}

.pgmain {
  float : left;
  margin-left : 191px;
  width : 580px;
  _display : inline;
  _height:517px;min-height:517px;
}

.home .pgmain,
.threecol .pgmain,
.fourcol .pgmain {
  width : 613px;
  margin-right : 192px;
}
.onecol .pgmain {
  margin: 0;
  width: 996px;
}

.pgmain .wrap { }

.pgextra2 {
  float : left;
  width : 172px;
  margin-left : -985px;
  _display : inline;
  margin-bottom: -20px;
}

.pgextra1 {
  float : left;
  width : 172px;
  _display : inline;
  margin-left : -183px;
  margin-bottom: -8px;
}

.pgextra3 {
  clear: both;
  background: url(i/p3-bg.gif) repeat-y;
  width: 100%;
  overflow: hidden;
}

.pgextra3 .wrap {
  background: url(i/p3-top.gif) no-repeat;
  padding-top: 18px;
}

.pgfoot {
  border-top: 5px solid #A8B200;
  clear : both;
  /* background: url(i/pe5-bg.png) no-repeat 0 0; */
  _overflow /**/: none;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.pgfoot .wrap {
  padding : 20px 0 15px;
  background: #fff;
  position : relative;
  width : 996px;
  margin : 0 auto;
  text-align : left;
}



/*
  disposable helper fyrir canvas vinnu  
*/
.pgfoot .wrap,
.pgextra4 .wrap,
.pgextra3 .wrap,
.pgextra2 .wrap,
.pgextra1 .wrap,
.pghead .wrap { _height:0;min-height:0;/* ie hasLayout fix */ }
.pgmain .wrap {
  _height:1px;min-height:1px;
}


/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  position : relative;
  margin-bottom : 1.5em;
}
.boxhead { padding-top : 1.5em; margin-top: 0; }
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }

.pgmain .boxhead,
.pgextra1 .box .boxhead,
.pgextra2 .box .boxhead,
.pgextra3 .box .boxhead {
  font-size:1.3em;
  color : #fff;
  text-shadow : #2C7D18 1px 1px 1px;  /* <-- Safari only for the time being, but hey! :-)  */
  font-family: Trebuchet MS;
  font-weight: bold;
  padding: 5px 12px 6px 16px;
  margin-bottom: 0;
}
.pgmain .boxhead a,
.pgextra1 .box .boxhead a,
.pgextra2 .box .boxhead a,
.pgextra3 .box .boxhead a {
  color: #fff;
}
.pgmain .boxhead { background: #4eae30 url(i/pb-top.gif) no-repeat; }
.pgmain .boxbody {
  padding: 10px 12px 20px 16px;
  border-top: 1px solid #E5E5E5;
}

.home .pgmain .boxbody { border: none; }


.home .pgmain .box,
.threecol .pgmain .box,
.twocol .pgmain .box {
  clear : both;
  background: url(i/bw-bg.gif) -180px 0 repeat-y;
  margin-bottom : 0;
}
.home .pgmain .box .boxbody,
.threecol .pgmain .box .boxbody,
.twocol .pgmain .box .boxbody {
  background: url(i/tbox-bottom.png) 0 100% no-repeat;
}



.pgextra1 .box,
.pgextra2 .box { background: url(i/p2-box-bg.gif) repeat-y; margin-bottom: 12px; }

.pgextra1 .box .boxhead,
.pgextra2 .box .boxhead {
  background: #4eae30 url(i/p2-box-top.gif) no-repeat;
  font-size: 1.3em;
  padding-bottom:6px;
  padding-top:5px;
}

.pgextra1 .box .boxbody,
.pgextra2 .box .boxbody {
  background: url(i/p2-box-bottom.gif) no-repeat 0 100%;
  border-top: 1px solid #e5e5e5;
  padding: 6px 12px;
}

.pgextra1 .box .boxbody:after,
.pgextra2 .box .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.pgextra3 .box {
  width: 484px;
  float: left;
}
.pgextra3 .box .boxhead { background: #4eae30 url(i/p3-box-top.gif) no-repeat; }
.pgextra3 .box .boxbody { border-top: 1px solid #efefef; }




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #777;
  display : block; 
  font-weight : normal;
  font-size : .83em;
}
.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;
}
.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 11px;
  background : url(i/snav-arrow.gif) 0 50% no-repeat;
}

.wrap .buttons a {
  font-size: .92em;
  font-weight: bold;
  background: url(i/buttons-a-bg.gif) no-repeat 0 50%;
  text-align: center;
  width: 83px;
  padding: 7px 0;
  color: #727272;
  margin-right: 13px;
}
.wrap .buttons a.btnemail,
.wrap .buttons a.btnprint {
  background : url(i/buttons-bg.gif) 0 0 no-repeat;
  padding : 6px 2px 0 40px;
  width : 104px;
  height : 23px;
  font-size : 1em;
  overflow : hidden;
  margin-right : 10px;
  text-align : left;
}
.wrap .buttons a.btnprint {
  margin-right : 0;
  background-position : 0 -29px;
}

/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  overflow : hidden;
}
.articlelist .item h3 {
  font-size : 1.17em;
  margin : 0;
}
.articlelist .item h3 .meta {
  font-size : .83em;
}
.articlelist .summary { line-height : 1.4; font-size : 1.09em; }
.articlelist .summary p { margin : 0; }
.articlelist .more {}

.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
}



.articlelist ul {
  clear : both;
}
.articlelist li {
  padding-bottom : .7em;
}
.articlelist li a {
  color: #272727;
}
.articlelist li .meta {
  font-size : .92em;
  display: inline;
}
.articlelist .summary li { padding-bottom: 0; }

.articlelist .summary li span {
  color: #727272;
  width: 3.5em;
  float: left;
}

.pgmain .articlelist .more {
  /* padding-top: 5px; */
}

.pgmain .articlelist .more a {
  font-size: .92em;
  font-weight: bold;
  background-image: url(i/snav-arrow.gif);
}


.pgextra1 .articlelist h3 {  }

.pgextra1 .articlelist .summary {  }

.pgextra1 .articlelist .more { padding-top: 2px; }

.pgextra1 .articlelist .more a {
  background-image: url(i/snav-arrow.gif);
  font-weight: bold;
}

.pgextra1 .articlelist .archivelink a,
.pgextra1 .moreolder .archivelink a,
.pgextra2 .articlelist .archivelink a,
.pgextra2 .moreolder .archivelink a {
  font-weight: bold;
  font-size: .92em;
  background-image: url(i/snav-arrow.gif);
}





/* ****** products (extends: articlelist) ****** */
.home .products .boxbody,
.twocol .products .boxbody,
.threecol .products .boxbody {
  padding : 10px 0 20px 0;
  border : none;
  position : relative;
  z-index : 100;
  margin : 0 -6px;
}





.products .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.products .item {
  float: left;
  margin : 0 5px 11px 7px;
  _display : inline;
  width: 195px;
}

.products .item {
  background : url(i/products-bg.png) 0 0 no-repeat;
  width: 195px;
  height : 147px;
  float: left;
  text-align : center;
  position : relative;
}



.products .item img {
  position : relative;
  top: -13px;
  margin: 0;
  float: none;
  max-height : 105px;
}
.js-active .products .item img {
  cursor: pointer;
  _cursor: hand;
}

.products .item .summary a {
  display: inline;
}

.products .item h3 {
  font-size: 1em;
}
.products .item strong {
  font-size : 1.09em;
  position : absolute;
  width: 137px;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
  cursor : pointer;
  _cursor : hand;
  margin: 0 25px;
  padding: 3px;
  border: 1px solid #9b9b9b;
  background: #b3b3b3;
  color: #fff;
}

.products .item:hover h3 a strong,
.products .item a:hover h3,
.products .item a:focus h3,
.products .item a:hover strong,
.products .item a:focus strong {
  text-decoration: none;
  border-color: #c1cd00;
  background: #a8b200;
}

.products .summary {
  padding-right: 6px;
  color : #696969;
}



.home .products {
  _height:0;min-height:0; /* ie hasLayout fix */
}
.home .products .boxhead { position:absolute;right:9999px;left:auto; }
.home .products .boxbody { 
  padding : 0; 
  margin: 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.home .products .item {
  background-image: url(i/products-home.png);
  margin: 0 0 10px;
  float: none;
  padding: 12px 0 0;
  width: auto;
  height: auto;
  _height:0;~min-height:0; /* ie hasLayout fix */
  text-align: left;
  position: relative;
  overflow: hidden;
  _overflow: visible;
  clear: both;
}
.home .products .item img {
  position: absolute;
  right: 5px;
  top: 5px;
  max-height: none;
}
.home .products .item h3 {
  font-size: 1.17em;
  padding: .5em 415px 4px 20px;
  width: 178px;
}
.home .products .item h3 strong,
.home .products .item:hover h3 strong,
.home .products .item h3 a:hover strong,
.home .products .item h3 a:focus strong {
  position: static;
  background: none;
  border: none;
  padding: 0;
  font-size: 1em;
  margin: 0;
  color: #a8b200;
}
.home .products .item .summary {
  background: url(i/products-home.png) 0 100% no-repeat;
  font-size: 1em;
  padding: 0 415px 12px 20px;
  width: 178px;
  _height:104px;min-height:104px;
}
.home .products .item .more a {
  font-size : 1.09em;
  width: 137px;
  padding: 0 10px;
  cursor : pointer;
  _cursor : hand;
  padding: 3px;
  border: 1px solid #c1cd00;
  background: #a8b200;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  display: block;
  float: none;
}
.home .products .moreolder {
  height: auto;
  margin-bottom: 12px;
}
.home .products .moreolder a {
  display: block;
  background: url(i/home-moreolder.png) 0 0 no-repeat;
  padding: 8px 44px 0;
  height: 25px;
  color: #fff;
  font-size: 1.17em;
  float: none
}




/* ****** al2 (extends: articlelist) ****** */

.wrap .al2 .boxbody { padding: 5px 1px 0; }

.al2 img {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 6px;
}

.al2 .summary { padding: 0 10px; }



/* ****** alpitems ****** */

.alpitems:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.alpitems .item {
  width: 33%;
  float: left;
}

.alpitems .item img {
  float: left;
  margin-left: 0;
  margin-right: 6px;
}



.introbox .boxbody {
  padding-top : 30px;
  text-align : center;
  font-size : 1.45em;
  font-family : Trebuchet MS;
  color : #7b7b7b;
  border : none;
  background: url(i/tbox-bottom.png) no-repeat 0 100%;
  margin-bottom : 10px;
}
.introbox h1,
.introbox h2 {
  font-size : 1.25em;
  margin : 0;
  color : #2b2f32;
}
.col2 { overflow : hidden; margin : 0 -1px; }
.col2 .introbox {
  width : 303px;
  float : left;
  margin-left : 7px;
  background: url(i/infocol-bg.png) 0 0 no-repeat;
  _height:275px;min-height:275px;
  _display: inline;
}
.col2 .leftcol {
  margin-left : 0;
}
.col2 .introbox .boxbody {
  margin-bottom : 0;
  background : none;
  padding-top : 10px;
}

.introbox .info {
  margin-top : -60px;
  font-size : .92em;
  color : #2b2b2b;
  margin-bottom : 5px;
}
.introbox h3 {
  margin : 0;
}


/* ****** products (extends: articlelist) ****** */


.introboxes .boxbody { 
  padding : 0; 
  margin-right : -13px;
  border: none;
}


.introboxes .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.introboxes .item {

}

.introboxes .item {
  float: left;
  margin : 0 13px 11px 0;
  _display : inline;
  padding-left: 10px;
  padding-right: 10px;
  width: 175px;
  _width /**/: 195px;
  background : url(i/introboxes-item.gif) 0 0 no-repeat;
  height : 155px;
  float: left;
  text-align : center;
  position : relative;
}

.introboxes .item img {
  margin: 0;
  float: none;
}

.introboxes .item .summary {
  color: #666;
}

.introboxes .item .summary a {
  display: inline;
}

.introboxes .item h3,
.introboxes .item strong {

}





/* ******  article  ****** */

.article .boxbody { line-height : 1.4; font-size : 1.09em; }
.article h1 {
  margin-bottom : 2px;
  line-height : 1.1;
}
.article .meta {
  margin-bottom : 2px;
}
.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 {
  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 ul {
  margin-bottom : .7em;
}
.article li {
  padding-left : 18px;
  background : url(i/square.gif) 5px .45em no-repeat;
  margin-bottom : .54em; 
}

.article ul.col2 {
  float : left;
  margin-bottom : .3em;
  width : 243px;
  padding: 0;
  list-style : none;
}
.article ul.col2 li {
  background : none;
  padding : 4px 0 4px 8px;
}
.article ul.col2 li.alt {
  background : #F4F4F4;
}
.article ul.rightcol {
  width : 346px;
}

.article .subscr li {
  padding : 0;
  background : none;
  margin-bottom : 2px;
}





/* ****** productitem (extends: artice) ****** */
.productitem {
  background : url(i/tbox-bottom.png) 0 100% no-repeat;
  margin-bottom : 1em;
}
.productitem .boxbody {
  height : auto;
  overflow : hidden;
}
.productitem h2 {
  color: #A8B200;
  margin-top: 0;
}
.productitem h2 span {
  font-weight : normal;
  color : #909090;
  font-size : .72em;
  display: block;
}
.productitem h3 {
  color: #A8B200;
  padding-left: 10px;
  background: url(i/green-dot.gif) no-repeat 0 .44em;
}
.productitem li { background : none; }
.productitem .desc {
  margin-bottom : 1em;
  clear: both;
}
.productitem .leftcol {
  width: 292px;
  float: left;
  clear: both;
}
.productitem .rightcol {
  width: 293px;
  float: right;
  right: left;
}


.productitem .added {
  display: block;
  clear: both;
  margin: 1em 0;
}

.productitem .attr {
  list-style: none;
  padding: 0;
  width: 280px;
  margin-top: 2em;
  font-size: .83em;
  font-family: verdana;
}

.productitem .attr li {
  padding: 4px 4px 3px 4px;
  margin-bottom: 1px;
  position : relative;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.productitem .attr li:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.productitem .attrgroup h2 {
  margin-bottom : 0;
  clear: both;
  font-size : 1.09em;
  color : #727272;
}
.productitem .attrgroup .attr {
  margin-right : -2px;
  overflow : hidden;
  width : auto;
  margin-top : 2px;
}
.productitem .attrgroup .attr li {
  float : left;
  _display : inline;
  margin-right : 9px;
  width : 276px;
  text-align : right;
}
.productitem .attr li.alt { background-color: #F7F7F7; }
.productitem .attr li strong {
  float: left;
}
.productitem .attr li span {
  text-align: right;
  font-weight: bold;
  float: right;
}
.productitem .attr li i {
  float : left;
  font-style : normal;
}




.productitem .price {
  width: 292px;
  font-size: .92em;
  font-family: verdana;
  background : #A8B200;
  color: #fff;
  padding: 6px;
  margin-bottom: 0;
  overflow: hidden;
}
.productitem .price strong {
  float: left;
}
.productitem .price b {
  text-align: right;
  font-weight: bold;
  float: right;
}


.productitem .addtocart {
  margin: .5em 0 0 0;
}
.productitem .addtocart .fi_txt label {
  vertical-align: middle;
}



/*
.productitem .price {
  margin-bottom : 1em;
  font-size: 1.1em;
}
.productitem .price ul {
  margin-bottom : 0;
}
.productitem .price li {
  border : none;
  background : #A8B200;
  color : #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.productitem .price li i {
  font-weight: bold;
}

.productitem .price li:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.productitem .price li.soldout {
  background : #d7d7d7;
}

.productitem .attr li.discount {
  background: #fff url(i/discount-bg.gif) repeat-x 0 100%;
  color: #727272;
  position : relative;
}

.productitem .attr li.discount strong {
  font-weight: normal;
}

.productitem .attr li.discount span {
  color: #c00;
  font-weight: normal;
}

.productitem .attr li.discount span b {
  font-family: impact;
  font-weight: normal;
  background: url(i/discount-icn.gif) no-repeat;
  width: 39px;
  height: 39px;
  display : block;
  _height:0;~min-height:0; /+ ie hasLayout fix +/
  text-align: center;
  position : absolute;
  right: 56px;
  bottom: 3px;
  font-size: 1.4em;
  z-index: 10;
  line-height: 2.5;
}
*/


.productitem .buttons {
  height : auto;
  margin: 0;
  margin-bottom: -2em;
}
.productitem .buttons a {
  margin-top: 1em;
}



.productitem .fi_btn {
  background-image: url(i/cart-li-btn.gif);
  margin: 1em 0 1.5em;
}

.productitem .fi_btn input {
  background-image: url(i/cart-a-btn.gif);
  padding-right: 40px;
  ~padding-right: 22px;
}

.productitem .fi_bs {
  background-image: url(i/btn-bg.gif);
  margin-right: 5px;
}
.productitem .fi_bs input { background-image: url(i/bera-saman-btn.gif); }

.productitem .fi_qty input {
  width: 20px;
  text-align: center;
}

.productitem .similar {
  list-style: none;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.productitem .similar li {
  float: left;
  margin-right: 12px;
}




.productitem .dropdown {
  border: 1px solid #d7d7d7;
  width : 200px;
  background : #fff;
}
.productitem .dropdown h3 {
  margin : 0;
  padding : 0;
  background : none;
  font-weight : normal;
  color : #272727;
  font-size : 1em;
}
.productitem .dropdown h3 a {
  padding : 2px 20px 2px 5px;
  display: block;
  color : #727272;
  background: url(i/droparrow.gif) 180px 50% no-repeat;
}
.productitem .dropdown h3 a:hover,
.productitem .dropdown h3 a:focus {
  text-decoration : none;
  color : #727272;
  outline : 0;
}
.productitem .dropdown ul {
  width : 200px;
  position: absolute;
  background : #fff;
  border: 1px solid #d7d7d7;
  border-top: none;
  z-index: 1;
  margin : 1px 0 0 -1px;
  display : none;
}
.productitem .drop-open ul {
  display : block;
}
.productitem .dropdown li {
  padding : 0;
  margin : 0;
}
.productitem .dropdown li a {
  padding : 3px 5px;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}


.productitem table {
  width: 100%;
  border: none;
  clear: both;
}
.productitem table tr {
  border: none;
}
.productitem table td {
  width: 50%;
  border: none;
  padding: 0.2em 0.4em 1em;
}




.tbox .extras {
  float : left;
  margin-right : 11px;
  width : 130px;
  clear : none;
}
.tbox .extras li h3 {
  margin : 0 0 .2em;
}
.tbox .extras li li {
  background : url(i/bread-arrow.gif) 0 .45em no-repeat;
  padding : .1em 0 .1em 10px;
}

.imagelist ul {
  margin : 0 -10px;
}
.imagelist li {
  float : left;
  _display : inline;
  margin : 0 5px 5px;
}
.imagelist li img {
  border : 1px solid #d9d9d9;
}


.wrap .bunadur .boxbody,
.wrap .efni .boxbody,
.wrap .imagelist .boxbody {
  overflow : hidden;
  height : auto;
  width : 565px;
}
.efni .item {
  width : 275px;
  float : left;
}
.efni .itm1 {
  margin-right : 15px;
}
.efni .item img {
  float : left;
  margin : .2em 1em .5em 0;
}




/* ******  imgbox  ****** */
.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  width : auto;
}
.imgbox .boxbody {
  display : inline;
  padding : 0;
  margin : 0;
}
.imgbox .boxbody span {
  display: block;
  color : #f00;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
  border: 1px solid #d6d6d6;
}
.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;
}

.imgbox .pgr {
  width: 202px;
  overflow: hidden;
  border: none;
}

.imgbox .pgr a,
.imgbox .pgr span {
  float: left;
  color: #272727;
}

.imgbox .pgr .next {
  float: right;
}

.imgbox .pgs {
  width: 202px;
  text-align: center;
  border: none;
  margin-top: -18px;
  ~margin-top: -17px;
}

.imgbox .pgs a {
  color: #272727;
}

.imgbox .pgs b {
  color: #A8B200;
}


.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra1 .imgbox .imgcontent,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgcontent,
.pgextra2 .imgbox .imgmeta { width : auto; }





/* ******  imagebox (new-style)  ****** */
.imagebox {
  float: right;
  padding : 0 0 .75em 10px;
  margin : 0;
}
.imagebox .imagelist li {
  margin: 0 5px 10px 5px;
  padding: 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.imagebox .imagelist li:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.imagebox .imagelist li.first-child,
.imagebox .imagelist li:first-child {
  float: none;
  display: block;
  margin-bottom: 10px;
}

.imagebox .imagelist img {
  max-width: 78px;
  _width: 78px; 
}
.imagebox .imagelist li.first-child img,
.imagebox .imagelist li:first-child img {
  max-width: none;
  _width: auto; 
}
.imagebox .imagelist img {
  border: none;
}
.imagebox .imagelist .img {
  display: block;
  border : 1px solid #d9d9d9;
}
.imagebox .imagelist a.img:hover,
.imagebox .imagelist a.img:focus,
.imagebox .imagelist a.img:active {
  border-color: #660;
}





/* ****** cartstatus & vlogin ****** */

.pgextra1 .cartstatus .boxhead {
  background-image: url(i/p2-box-cart.png);
}
.pgextra1 .cartstatus b {
  color: #8d9502;
}


/* ******  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;
}
.pgmain 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 .boxbody { 
  padding-bottom : 2em;
}
.contactform p { clear : both; }

.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_static {
  margin-bottom: .4em;
}

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width : 8em;
  float : left;
  margin-top : .2em;
}
.contactform .fi_btn {
  margin-left : 8em;
  _margin-left : 8.2em;
}
.contactform textarea { width : 70%; }



/* ****** tabbox & tbox ****** */

.tabbox { width: 609px; clear : both; }

.tabbox .boxbody {
  padding: 0;
  border-top: none;
}

.tabbox .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.tabbox ul {
  position : relative;
  width: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  float: right;
  margin-right: -4px;
  width: 532px;
}

.tabbox li { float: left; }

.tabbox li a {
  background: url(i/tabbox-li.gif) no-repeat;
  width: 145px;
  height: 19px;
  _height /**/: 29px;
  display: block;
  float: left;
  text-align: center;
  margin-right: -16px;
  color: #727272;
  font-weight: bold;
  padding-top: 10px;
  position : relative;
  z-indeX: 98;
}

.tabbox .current a {
  background-image: url(i/tabbox-li-curr.gif);
  position : relative;
  z-index: 99;
  color: #FDFDFD;
}

.wrap .tabbox .current a:hover,
.wrap .tabbox .current a:focus,
.wrap .tabbox .current a:active {
  color: #fff;
}


.tbox {
  background : url(i/tbox-bottom.png) 0 100% no-repeat;
  width: 613px;
  _height:0;min-height:0; /* ie hasLayout fix */
  clear : both;
  position : relative;
  top : -1px;
}

.home .tbox {
  min-height: 271px; _height: 271px;
}

.tbox .boxhead { position:absolute;right:9999px;left:auto; }


.home .tbox .boxhead { position : static; }
.tbox .boxbody {
  padding: 15px 20px;
  border-top: none;
  border-top : 1px solid #e5e5e5;
  _height:100px;min-height:100px;
}

.tbox img { border: 1px solid #9D9D9D; }

.section-closed { display: none; }






/* ******* checkout ******* */

.checkout {  }

.checkout .boxbody { padding-top: 0; }

.checkout .stepimg {
  margin: 0 -12px 1em -16px;
  _margin-top: -1px;
}

.checkout table {
  width: 613px;
  position : relative;
}

.checkout table th,
.checkout table td {
  padding: 10px;
  border-bottom: 1px solid #F1F1F1;
}

.checkout table tfoot td {
  border-bottom: none;
}

.checkout table .right { text-align: right; }
.checkout table .center { text-align: center; }

.checkout table .fi_qty label { position:absolute;right:19999px;left:auto; }

.checkout table .fi_qty input {
  width: 20px;
  text-align: center;
  border: 1px solid #F1F1F1;
}

.checkout .total {
  overflow: hidden;
}

.checkout .total p {
  padding: 10px;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
  color: #fff;
  float: right;
  background: #A8B200;
  font-weight: bold;
  font-size: .92em;
}

.checkout .fi_btn {
  float: right;
  margin-left: 10px;
  ~margin-left: 0;
  _margin-left: 10px;
}

.checkout .leftcol,
.checkout .rightcol {
  width: 49%;
  float: left;
}

.checkout .rightcol { float: right; }



/* step2 (extends: checkout) */

.step2 .fi_txt input {
  width: 100%;
  margin-top: 1px;
  margin-bottom: .6em;
  padding: 3px 0;
}

.step2 h3 { margin-bottom: 1.5em; }

.step2 .leftcol,
.step2 .rightcol {
  width: 42%;
  float: left;
  
}

.step2 .leftcol {
  margin-right: 75px;
}


/* step3 & step4 (extends: checkout) */

.step3 td,
.step3 td a,
.step4 td,
.step4 td a { color: #999; }

.step3 .total p,
.step4 .total p { background-color: #727272; }

.step3 fieldset .fi_txt,
.step3 fieldset .fi_sel {
  width: 50%;
  clear: left;
  padding-bottom: .6em;
  overflow: hidden;
}

.step3 fieldset .fi_txt label,
.step3 fieldset .fi_sel select {
  float: left;
}

.step3 fieldset .fi_txt input,
.step3 fieldset .fi_sel select {
  float: left;
  clear: left;
}

.step3 fieldset fieldset { clear: left; }

.step3 fieldset fieldset h4 {
  font-weight: normal;
}

.step3 fieldset fieldset label { position:absolute;right:19999px;left:auto; }

.step3 fieldset fieldset .fi_sel {
  float: left;
  clear: none;
  width: auto;
  margin-right: 10px;
}

.step3 fieldset img {
  float: left;
  clear: left;
}


.step4 h3 {
  margin-bottom: 0;
  color: #A8B200;
}



/* ******  tjaldstaedi companylist  ****** */
.companylist .arealist {
  position : relative;
  background : url(i/arealist-bg.jpg) 50% 0 no-repeat;
  margin : 35px 0 30px;
  height : 350px;
}
.companylist .arealist h3 { position:absolute;right:9999px;left:auto; }
.companylist .arealist li a {
  background : 0 0 no-repeat;
  display : block;
  overflow : hidden;
  text-indent : -99999em;
  position : absolute;
}
.companylist .arealist li.cat0 a {
  background-image : url(i/arealist0.gif);
  top : 94px;
  left : 398px;
  width : 151px;
  height : 163px;
}
.companylist .arealist li.cat1 a {
  background-image : url(i/arealist1.gif);
  top : 130px;
  left : 205px;
  width : 200px;
  height : 110px;
}
.companylist .arealist li.cat2 a {
  background-image : url(i/arealist2.gif);
  top : -2px;
  left : 394px;
  width : 123px;
  height : 134px;
}
.companylist .arealist li.cat3 a {
  background-image : url(i/arealist3.gif);
  top : 34px;
  left : 266px;
  width : 142px;
  height : 118px;
}
.companylist .arealist li.cat4 a {
  background-image : url(i/arealist4.gif);
  top : 43px;
  left : 190px;
  width : 108px;
  height : 155px;
}
.companylist .arealist li.cat5 a {
  background-image : url(i/arealist5.gif);
  top : 235px;
  left : 103px;
  width : 91px;
  height : 67px;
}
.companylist .arealist li.cat6 a {
  background-image : url(i/arealist6.gif);
  top : 196px;
  left : 338px;
  width : 113px;
  height : 118px;
}
.companylist .arealist li.cat7 a {
  background-image : url(i/arealist7.gif);
  top : 240px;
  left : 175px;
  width : 191px;
  height : 112px;
}
.companylist .arealist li.cat8 a {
  background-image : url(i/arealist8.gif);
  top : -2px;
  left : 35px;
  width : 161px;
  height : 160px;
}
.companylist .arealist li.cat9 a {
  background-image : url(i/arealist9.gif);
  top : 151px;
  left : 49px;
  width : 160px;
  height : 97px;
}
.companylist .arealist li.cat0 a:hover,
.companylist .arealist li.cat0 a:focus { background-position : 0 -163px; }
.companylist .arealist li.cat1 a:hover,
.companylist .arealist li.cat1 a:focus { background-position : 0 -110px; }
.companylist .arealist li.cat2 a:hover,
.companylist .arealist li.cat2 a:focus { background-position : 0 -134px; }
.companylist .arealist li.cat3 a:hover,
.companylist .arealist li.cat3 a:focus { background-position : 0 -118px; }
.companylist .arealist li.cat4 a:hover,
.companylist .arealist li.cat4 a:focus { background-position : 0 -155px; }
.companylist .arealist li.cat5 a:hover,
.companylist .arealist li.cat5 a:focus { background-position : 0 -67px; }
.companylist .arealist li.cat6 a:hover,
.companylist .arealist li.cat6 a:focus { background-position : 0 -118px; }
.companylist .arealist li.cat7 a:hover,
.companylist .arealist li.cat7 a:focus { background-position : 0 -112px; }
.companylist .arealist li.cat8 a:hover,
.companylist .arealist li.cat8 a:focus { background-position : 0 -160px; }
.companylist .arealist li.cat9 a:hover,
.companylist .arealist li.cat9 a:focus { background-position : 0 -97px; }


.companylist .areabox {
  border : 1px solid #d8d8d8;
  border-bottom : none;
  position : absolute;
  top : 40px;
  left : 15px;
  background : #fff;
}
.companylist .areabox h3 {
  border-bottom : 1px solid #d8d8d8;
  margin : 0;
  padding : 1px;
}
.companylist .areabox h3 a {
  background : url(i/droparrow.gif) 100% 50% no-repeat;
  padding : 1px 25px 1px 4px;
  font-weight : normal;
  display : block;
}
.companylist .areabox ul {
  border-bottom : 1px solid #d8d8d8;
}
.companylist .drop-closed ul { display : none; }
.companylist .areabox li a {
  display : block;
  padding : 2px 5px;
}
.companylist .areabox li a:hover {
  text-decoration : none;
  background : #eee;
}

.companylist table { width: 100%; }
.companylist th {
  padding: 10px 5px;
  background-color: #A8B200;
  margin-right: 2px;
  color: #fff;
  border-right : 2px solid #fff;
}
.companylist td {
  padding: 5px 5px;
  border-right : 2px solid #fff;
}
.companylist .alt td {
  background-color: #F9F9F9;
}



/* ******  companyinfo  ****** */

.companyinfo img {
  float: right;
  margin: 0 0 1em 1em;
}

.companyinfo ul {
  margin-bottom: 1em;
}

.companyinfo li {
  margin: 0 0 .3em;
}

.companyinfo .memo {
  margin-bottom: 1em;
}

.companyinfo .boxbody {
  font-size : 1.09em;
  line-height : 1.3;
}



/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position : absolute;
  right:9999px;left:auto;
  /*
  top : 129px;
  right : 200px;
  */
  width : 400px;
  color: #fff;
  text-align: right;
  margin-top: -1.2em;
  z-index: 99;
  font-size: .92em;
}



.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999em;left:auto; }

.breadcrumbs div {}

.breadcrumbs div a,
.breadcrumbs div b,
.breadcrumbs div span {
  text-decoration : none;
  color : #fff;
  font-weight: normal;
}

.wrap .breadcrumbs a:hover,
.wrap .breadcrumbs a:focus,
.wrap .breadcrumbs a:active { color: #fff; }



/* ******  qnav  ****** */
.qnav {
  position : relative;
  width : 150px;
}

.qnav .boxhead {
  background : #f8f8f8;
  font-weight : normal;
  font-size : 1em;
  color : #333;
  padding : 2px 20px 2px 8px;
  margin : 0;
  border : 1px solid #bbb;
}
.qnav-active .boxhead {
  padding : 0;
  border : none;
}

.qnav .boxhead 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 .boxhead a:hover,
.qnav .boxhead a:focus,
.qnav .boxhead a:active {
  text-decoration : none;
  background-color : #fff;
}

.qnav .boxbody {
  padding : 3px 0 0 0;
  position : relative;
  background : #fff;
  margin : -1px 0 0 0;
  border : 1px solid #bbb;
  border-top : none;
}
.qnav-closed .boxbody { display : none; }
.qnav-open .boxbody { display : block; }

.qnav li { _display : inline; }
.qnav .boxbody a {
  display : block;
  text-decoration : none;
  padding : 3px 5px 3px 8px;
  margin-top : -3px;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.qnav .boxbody a:hover,
.qnav .boxbody a:focus,
.qnav .boxbody a:active {
  text-decoration : none;
  background-color : #f8f8f8;
}





/* ******  mnav  ****** */

.mnav {
  position : absolute;
  z-index: 10;
  top: 69px;
  right: 11px;
  width: 750px;
  margin-top: -1.2em;
  font-size: 1.2em;
}
  
.mnav .boxhead { position:absolute;right:9999em;left:auto; }

.mnav .boxbody { padding : 0; }

.mnav ul { float: right; }
.mnav li { float: left; }

.mnav li a {
  float: left;
  display: block;
  width: 145px;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: #e6e6e6 url(i/mnav-li-a.gif) no-repeat 0 0;
  text-align: center;
  padding: 6px 0 7px 0;
  font-weight: bold;
  color: #696969;
}

.mnav .current a,
.mnav .parent a,
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  background-position: 0 -100px;
  background-color: #a8b200;
  color: #fff;
  text-decoration: none;
}

/* l2 */

.mnav .level2 {
  position: absolute;
  top: 23px;
  right: 18px;
  padding-left: 23px;
  font-size: .9em;
  height: 23px;
  margin-top: 1.2em;
  overflow: hidden;
}

.mnav .level2 li a {
  background: transparent none;
  padding: 2px 10px;
  width: auto;
  color: #fff;
  font-weight: normal;
}

.mnav .level2 .current a,
.mnav .level2 .parent a { font-weight: bold; }

.mnav .level2 a:hover,
.mnav .level2 a:focus,
.mnav .level2 a:active {
  background-position: 0 0;
  background-color: transparent;
  text-decoration: underline;
}



/* ******  snav  ****** */
.onecol .snav { position:absolute;right:9999px;left:auto; }
.wrap .snav .boxbody {
  padding: 0;
  font-size: 1.09em;
  ~padding-bottom: 5px;
}

.snav ul { _height:0;min-height:0; /* ie hasLayout fix */ }

.snav li {
  _display: inline;
  background: url(i/dots.gif) repeat-x;
}

.snav li a {

  _height:0;min-height:0; /* ie hasLayout fix */
  color: #272727;
  display: block;
  padding: 8px 6px 7px 23px;
  background: url(i/snav-arrow.gif) no-repeat 11px 1em;
}

.snav .current a,
.snav .parent a {
  color: #A8B200;
  text-decoration: underline;
  font-weight : bold;
}

.snav li.cat1 { background: none; }

/* l2 */

.snav .level2 {
  border-top : 1px solid #ededed;
  border-bottom : 1px solid #ededed;
  background : #f4f4f4;
  margin : 0 1px;
  display : none;
}
.snav .parent .level2,
.snav .current .level2 {
  display: block;
}
.snav .level2 li {
  background: none;
}

.snav .level2 li a {
  text-transform: none;
  font-weight: normal;
  color: #272727;
  background : none;
  padding: 4px 6px 4px 23px;
  _padding-bottom: 2px;
  text-decoration: none;
}

.snav .level2 .current a,
.snav .level2 .parent a {
  text-decoration: underline;
  font-weight : bold;
}

/* l3 */
.snav .level2 .level3 {
  border-top : 1px solid #ededed;
  border-bottom : 1px solid #ededed;
  background : #fff;
  padding : 3px 0;
  display : none;
}
.snav .level2 .parent .level3,
.snav .level2 .current .level3 {
  display: block;
}
.snav .level2 .level3 li a {
  text-decoration: none;
  padding-left: 33px;
  font-weight : normal;
  background : none;
  color: #272727;
}

.snav .level2 .level3 .current a,
.snav .level2 .level3 .parent a { text-decoration: underline; color: #A8B200; }


.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active,
.wrap .snav .level2 a:hover,
.wrap .snav .level2 a:focus,
.wrap .snav .level2 a:active {
  text-decoration: underline;
  color: #A8B200;
}




/* ******  enav  ****** */
.enav { text-align : center; }
.enav .boxhead { position:absolute;right:9999em;left:auto; }
.enav ul {
  overflow : hidden;
  width : auto;
}
.enav li {
  float : left;
  display : inline;
  padding : 0 7px;
  border-left : 1px solid #ccc;
}
.enav li.cat1 { border : none; }

.enav .boxbody a {}

.enav .parent a,
.enav .current a { font-weight : bold; }





/* ******  flnav  ****** */
.flnav {
  position:absolute;
  right:78px;
  top:21px;
  z-index:100;
}

.flnav .boxhead { position:absolute;right:9999em;left:auto; }

.flnav ul {  }

.flnav li { display : inline; padding : 0 5px 0 8px; background: url(i/fnav-mid.gif) no-repeat 0 60%; }

.flnav li a {
  _height:0;min-height:0; /* ie hasLayout fix */
  color: #727272;
}

.flnav .cat1 { background: none; }


/* ****** fnav ****** */

.fnav {
  text-align : center;
  font-size : 1.09em;
}

.fnav .boxhead { position:absolute;right:9999em;left:auto; }

.fnav .boxbody {
  padding : 5px 0;
}

.fnav ul {  }

.fnav li { display : inline; padding : 0 5px 0 8px; background: url(i/fnav-mid.gif) no-repeat 0 60%; }

.fnav li a {
  color: #727272;
}

.wrap .fnav a:hover,
.wrap .fnav a:focus,
.wrap .fnav a:active {
}

.fnav .home,
.fnav .cat1 { background: none; }



/* ****** subscr ****** */

.pgextra1 .subscr,
.pgextra2 .subscr {
  background: #A8B200 url(i/subscr-bg.png) no-repeat;
  color: #fff;
  margin-bottom : 1em;
}

.pgextra1 .subscr .boxhead,
.pgextra2 .subscr .boxhead {
  /* background : url(i/leftbox-top.gif) 0 0 no-repeat; */
  padding-top: 7px;
  padding-left: 10px;
  font-family: Trebuchet MS;
  font-size: 1.2em;
}

.pgextra1 .subscr .boxbody,
.pgextra2 .subscr .boxbody {
  font-size: .92em;
  overflow : hidden;
  _height : auto;
  padding: 0 10px 10px;
  background :  url(i/subscr-bottom.png) 0 100% no-repeat;
}

.home .pgextra1 .subscr .boxbody,
.home .pgextra2 .subscr .boxbody {
  min-height: 79px; _height: 79px;
}

.pgextra1 .subscr p,
.pgextra2 .subscr p { margin-bottom: 2px; }

/*
.pgextra1 .subscr label,
.pgextra2 .subscr label { position:absolute;right:19999px;left:auto; }
*/

.pgextra1 .subscr .textinput,
.pgextra2 .subscr .textinput { margin-bottom: 7px; }

.pgextra1 .subscr .button,
.pgextra2 .subscr .button {
  background: transparent url(i/snav-arrow.gif) no-repeat 0 50%;
  border: none;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  ~padding-left: 0;
  float: right;
}

.pgextra1 .subscr .error,
.pgextra2 .subscr .error { color: #c00; }

.pgextra2 .subscr ul { margin-bottom: 5px; }


.pgextra2 .subscr label {
  display : block;
  margin-bottom: -5px;
}

.pgextra2 .subscr .fi_btn {
  text-align: right;
  padding-right: 2px;
  ~padding-right: 0;
  padding-top: 5px;
}

.pgextra2 .subscr .fi_btn input {
  float: right;
}



/* ******  monthlist ****** */
.pgmain 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; }
.pgextra1 .calendar,
.pgextra2 .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; }




/* ******  advert  ****** */
.advert {
  text-align : center;
  overflow : hidden;
  width : 100%;
}

.home .advert {
  padding-bottom: 2px;
  ~padding-bottom: 5px;
}

.advert .boxhead { text-align : left; }
.advert .boxbody { text-align : center; }
.advert img { margin-bottom : 1em; }





/* ******  adbox  ****** */
.introad {
  padding: 0;
  border : none;
  margin-bottom : 8px;
}
.adbox {
  float : left;
  margin : 0 0 8px 14px;
}
.leftad {
  clear : left;
  margin-left : 0;
}
.adbox .boxbody {
  padding: 0;
  margin: 0;
  border : none;
}



/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width : 7em;
  float : left;
  margin-top : .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left : 7em;
}





/* ******  qsearch  ****** */
.qsearch {
  position : absolute;
  z-index: 10;
  top : 27px;
  _top: 26px;
  margin-top : -.6em;
  right : 89px;
  width : 310px;
  text-align: right;
  font-size: .92em;
}

.qsearch .boxhead,
.qsearch label { position:absolute;right:9999em;left:auto; }

.qsearch .boxbody { padding : 0; }

.qsearch .fi_txt input {
  width : 130px;
  padding: 3px 4px 2px 4px;
  font-size: 1.2em;
}

.wrap .qsearch .fi_btn {
  float: none;
}

.subscr .fi_btn input, 
.qsearch .fi_btn input {
  width : 5.5em;
  _width: 6em;
  font-size : .9em;
  color: #fff;
  background: #4eae30 url(i/qs-btn.gif) repeat-x;
  padding: 3px 4px 4px 4px;
  ~padding-top: 4px;
  ~padding-bottom: 3px;
  font-family: Tahoma;
  font-weight: bold;
  float: none;
}
.subscr .fi_btn input {
  padding:1px;
  width:4em;
}


/* ******  sitemap  ****** */
.sitemap .boxbody {
  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 .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active { border-color : #A8B200; }
.sitemap .boxbody i:hover { border-color : #aaa; }







/* ******  galleries  ****** */
.galleries {}
.galleries ul {}
.galleries h4 {}
.galleries p {}


/* ******  gallery  ****** */
.gallery .boxbody {
  padding-right : 0;
}
.gallery td {
  padding-right : 12px;
  padding-bottom : 12px;
  text-align : center;
  vertical-align : bottom;
}
.gallery img {
  margin : 0 auto;
}


/* ******  galleryitem  ****** */
.galleryitem .boxbody {
  text-align : center;
}
.galleryitem .ctrls a {
  padding : 0 .3em;
}
.galleryitem img {
  margin : .5em 0;
}


/* ******  people  ****** */
.people h3 {
  font-family : trebuchet ms; 
  font-size : 1.27em; 
  color : #575757;
  margin-bottom : .3em;
  margin-top : 0;
}
.people table {
  font-size : 1.09em;
  width : 100%;
  margin-bottom : 1em;
}
.people table th,
.people table td {
  padding : 0.5em;
}
.people table .col1 { width : 30%; }
.people table .col2 { width : 25%; }
.people table .col3 { width : 30%; }
.people table .col4 { width : 15%; }


/* ******  footer  ****** */

.footer { color: #272727; text-align : center; font-size : 1.09em; }

.footer .boxhead { display : none; }

.footer .boxbody {
}

.footer a {
  color: #A8B200;
  text-decoration: underline;
}

.wrap .footer a:hover,
.wrap .footer a:focus,
.wrap .footer a:active {
  text-decoration: none;
}




/* ******  byggiraeplica  ****** */
.byggiraeplica {
  width: 975px;
  margin: 0 auto;
  text-align: right;
  padding-top: 10px;
}
.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(https://secure.eplica.is/codecentre/f/e2-b15.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://secure.eplica.is/codecentre/f/e2-b15.png',sizingMethod='crop');
  margin-right: 20px;
}



/* ******  imgbanner  ****** */
.pghead .imgbanner {
  padding: 0 0 12px 11px;
}
.pgmain .imgbanner,
.pgfoot .imgbanner {
  position : absolute;
  z-index: 10;
  top : 94px;
  left : 11px;
}






/* ****** pagestyle  ****** */
.pagestyle {
  padding: 0 0 5px 9px;
  background: url(i/fonts-sep.gif) 0 0 no-repeat;
  position : absolute;
  z-index: 10;
  top : 22px;
  right : 21px;
}

.pagestyle h2 { position:absolute;right:9999em;left:auto; }

.pagestyle li {
  float : left;
  _display: inline;
  margin-left: 3px;
}

.pagestyle a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 17px;
  height: 10px;
  background : url(i/fonts.gif) 0 0 no-repeat;
}

.pagestyle .up a { background-position: 0 -10px; }





/* * links * */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #A8B200;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }





















/* ****** fancybox popup  ****** */
div#fancy_overlay {
	background-color: #666;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position:fixed;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 32px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

div#fancy_content {
	position: relative;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_nw.png') no-repeat;
}




