.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #c00;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position: absolute;
  right: -9999px;
}

.print-only { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; }


body {
  background : #fff;
  margin : 0;
  padding : 0;
  color : #272727;
  line-height : 1.2;
  text-align : center;
  font-family : Tahoma, Helvetica, sans-serif;
  background: #F4F4F4 url(i/body-bg.png) 50.01% -160px no-repeat;
}

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 : #005DAC;
  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 : #005DAC;
  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;
}

.products .fi_btn,
.productitem .fi_btn,
.co .col-row .fi_btn,
.checkout .fi_btn {
  float: left;
  background: url(i/btn-bg.gif) no-repeat 0 50%;
  _display: inline;
}

.products .fi_btn input,
.productitem .fi_btn input,
.co .col-row .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;
}
.forgottenpassword,
.co .toggleforgotten {
  clear: both;
  float: left;
  margin-top:5px;
}

.checkout .fi_gray { background-image: url(i/btn-bg-gray.gif); }
.checkout .fi_gray input { background-image: url(i/btn-input-bg-gray.gif); }

.products .button:hover,
.products .button:focus,
.products .fi_btn input:hover,
.products .fi_btn input:focus,
.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 : #006cc7;
  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;
  height: 104px;
  position: relative;
  z-index: 1;
}
.home .pghead {
/*St�r Banner*/
  height : 566px;
/*L�till banner*/
  /*height : 238px;  */
}
.pghead .brand { padding-left : 11px;}
.pghead .logo {
  vertical-align : middle;
  margin-top: 25px;
  margin-bottom: 6px;
}

.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;
}
.home .pgmain {
  background: url(i/home-pb-top.gif) no-repeat;
}

.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 {
  clear : both;
  background: #f4f4f4 url(i/pe5-bg.png) no-repeat 0 0;
  _overflow /**/: none;
  padding : 28px 0 15px;
  width : 996px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.pgfoot .wrap { /*  background: #fff url(i/p5-bg.gif) no-repeat 0 -11px; */ }



/*
  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 */ }
.boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.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 { 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    */
/* ********************************** */


/* ******  popup (fickle+curtain)   ****** */
.popup {
/*
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
*/
  z-index: 999;
  background: url(i/alpha.png);
  background: rgba(60,60,60,.8);
  font-size: 1.09em;
}
.popwin {
  position: relative;
  margin: 95px auto 0 auto;
  width: 932px;
  background: #fff;
  -moz-border-radius:    10px;
  -webkit-border-radius: 10px;
  border-radius:         10px;
  text-align: left;
  -moz-box-shadow:    rgba(0,0,0, .5)  2px 2px 25px;
  -webkit-box-shadow: rgba(0,0,0, .5)  2px 2px 25px;
  box-shadow:         rgba(0,0,0, .5)  2px 2px 25px;
}
.popwin .boxhead {
  margin: 0;
  padding: 13px 20px 15px 20px;
  color: #fff;
  background: #47a72b url(i/popwin-boxhead.png) 0 50% repeat-x;
  -moz-border-radius-topleft:      10px;
  -webkit-border-top-left-radius:  10px;
  border-top-left-radius:          10px;
  -moz-border-radius-topright:     10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius:         10px;
  border-bottom: 1px solid #4ea430;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.583em;
  line-height: 1;
}
.popwin .boxbody {
  padding: 10px 20px 15px 20px;
}

.popwin a.closebtn {
  position: absolute;
  top: 19px;
  margin-top: -.5em;
  right: 5px;
  padding: 5px 10px 5px 28px;
  background: url(i/icn-closepop.png) 0 50% no-repeat;
  font-size: .92em;
  line-height: 1;
  color: #fff;
}
.popwin a.closebtn:hover,
.popwin a.closebtn:focus,
.popwin a.closebtn:active {
  color: #fff;
  text-decoration: underline;
}






/* ******  imgPopper  ****** */
.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  background-color: #3c3c3c;
  opacity: .80;
  filter: alpha(opacity=80);
}
.ipopup {
  position : absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(i/alpha.png);
  background: rgba(60,60,60,.8);
}
.ipopup-container {
  position: absolute;
  left: 0;
  font-size: 1.08em;
  text-align: center;
  z-index: 101;
  width: 100%;
  font-size: 1.09em;
}
.ipopup-container-wrapper {
  position: relative;
  width: 760px;
  margin: 95px auto 0 auto;
  padding: 33px 0;
  border: 5px solid #fff;
  text-align: center;
  color: #fff;
  -moz-box-shadow:    rgba(0,0,0, .5)  2px 2px 25px;
  -webkit-box-shadow: rgba(0,0,0, .5)  2px 2px 25px;
  box-shadow:         rgba(0,0,0, .5)  2px 2px 25px;
  background: #363637;
  background: -webkit-gradient(
                        linear,
                        left top,
                        left bottom,
                        color-stop(0.4, #3c3c3c),
                        color-stop(0.6, #303132)
                      );
  background: -moz-linear-gradient(
                        center top,
                        #3c3c3c 40%,
                        #303132 60%
                      );
}
.ipopup-container-wrapper a {
  color: #e9e9e9;
}
.ipopup-container-wrapper a:hover,
.ipopup-container-wrapper a:focus,
.ipopup-container-wrapper a:active {
  color: #fff;
  text-decoration: underline;
}

.ipopup-container-wrapper .image img {
  border: 1px solid #fff;
}
.ipopup-container-wrapper .image .img {
  display: block;
  margin-bottom: 8px;
}
.ipopup-container-wrapper .image * {
  display: inline;
}

.ipopup-container-wrapper .paging {
  margin-top: 5px;
}
.ipopup-container-wrapper .paging * {
  font-weight: normal;
  font-style: normal;
}
.ipopup-container-wrapper .paging .status {
  font-size: .92em;
  display: none;
}
.ipopup-container-wrapper .paging .stepper,
.ipopup-container-wrapper .paging .stepper * {
  display: inline;
}
.ipopup-container-wrapper .paging .prev a,
.ipopup-container-wrapper .paging .next a {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 140px;
  height: 180px;
  background: url(i/ipop-nextprev.png) 0 62px no-repeat;
}
.ipopup-container-wrapper .paging .next a {
  left: auto;
  right: 0;
  background-position: 100% 62px;
}

.ipopup-container-wrapper a.closebtn,
.ipopup-container-wrapper .paging .close a {
  position: absolute;
  top:   -18px;
  right: -18px;
  height: 30px;
  width: 30px;
  background: url(i/closebox.png) top left no-repeat;
  overflow: hidden;
  text-indent: -999em;
}

.ipopup-container-wrapper .paging .stepper a:hover,
.ipopup-container-wrapper .paging .stepper a:focus,
.ipopup-container-wrapper .paging .stepper a:active,
.ipopup-container-wrapper a.closebtn:hover,
.ipopup-container-wrapper a.closebtn:focus,
.ipopup-container-wrapper a.closebtn:active {
  opacity: .80;
  filter: alpha(opacity=80);
}



.ipopup.video-container object {
  border: 1px solid #fff;
  display: inline-block;
}
.ipopup.video-container .video {
  padding-bottom: 8px;
}





/* ******  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;
  height : 1.2em;
}
.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/subscr-arrow.gif) 0 65% no-repeat;
}

.wrap .buttons a {
  font-size: .92em;
  font-weight: bold;
  background: #f8f8f8 url(i/buttons-bg.png) -420px 50% no-repeat;
  text-align: center;
  line-height: 1;
  padding: 6px 8px 8px 8px;
  border: 1px solid #e5e5e5;
  -moz-border-radius:    4px;
  -webkit-border-radius: 4px;
  border-radius:         4px;
  color: #666;
  margin-right: 13px;
}
.wrap .buttons a:hover,
.wrap .buttons a:focus,
.wrap .buttons a:active {
  border-color: #bbb;
}

.wrap .buttons a.prev,
.wrap .buttons a.next,
.wrap .buttons a.btnback,
.wrap .buttons a.btnemail,
.wrap .buttons a.btnprint {
  background-position: 0 50%;
  padding-left: 20px;
  padding-right: 7px;
  font-size : 1em;
  overflow : hidden;
  margin-right : 10px;
  text-align : left;
}
.wrap .buttons a.next {
  background-position : 100% 50%;
  padding-left: 7px;
  padding-right: 21px;
}
.wrap .buttons a.btnemail {
  background-position : -200px 50%;
  padding-left: 25px;
}
.wrap .buttons a.btnprint {
  background-position : -400px 50%;
  padding-left: 25px;
}

/* ******  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 {
  font-weight : bold; 
}
.articlelist li .meta {
  font-size : .92em;
}
.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/subscr-arrow.gif);
}


.pgextra1 .articlelist h3 {  }

.pgextra1 .articlelist .summary {  }

.pgextra1 .articlelist .more { padding-top: 2px; }

.pgextra1 .articlelist .more a {
  background-image: url(i/subscr-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/subscr-arrow.gif);
}





/* ****** products (extends: articlelist) ****** */


.home .products .boxbody { 
  padding : 0; 
  margin-right : -8px;
}

.home .products .boxbody,
.twocol .products .boxbody,
.threecol .products .boxbody {
  padding : 10px 0 20px 0;
  border : none;
  position : relative;
  z-index : 100;
  margin : 0 -6px;
}

.home .products .boxbody {
  margin-left : -4px;
  padding : 0 0 1px 0;
  ~padding-bottom: 12px;
  _padding-bottom: 1px;
}

.home .products .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.products h3 {
  clear: left;
  padding-left: 14px;
  font-size: 1.5em;
  margin-top: 0;
  padding-top: 4px;
}

.products .item {
  position: relative;
  float: left;
  margin : 0 5px 11px 7px;
  _display : inline;
  width: 195px;
}

.products .item a {
  background : url(i/products-bg.png) 0 0 no-repeat;
  width: 195px;
  height : 165px;
  float: left;
  text-align : center;
  position : relative;
}
.products .item a:hover {
  background-position : 0 -400px;
}
.products .item h3 {
  font-size: 1em;
}
.products .item h3 a {
  background:none;
  text-align: center;
  height:auto;
}
.home .products .item a {
  background : url(i/products-home-bg.gif) 0 -120px no-repeat;
  height : 120px;
}
.home .products .item a:hover {
  background-position : 0 -240px;
  text-decoration:none;
}


.products .item img {
  position : relative;
  top: -7px;
  margin: 0;
  float: none;
  max-height : 105px;
}

.home .products .item img {
  top: -19px;
}

.products .item .summary a {
  display: inline;
}

.products .item label {
  position: absolute;
  left: 32px;
  top: 12px;
  color: #005DAC;
  z-index: 1;
}

.products .item h3 a,
.products .item .itemdesc {
  font-size : 1.09em;
  position : absolute;
  width: 175px;
  top: 125px;
  left: 0;
  padding: 0 10px;
  cursor : pointer;
  _cursor : hand;
}

.home .products .item h3,
.home .products .item .itemdesc {
  top: 84px;
}

.products .item strong {
  display: block;
  line-height: 1.1;
  font-weight: normal;
}
.products .item span.price {
  display: block;
  color: black;
  font-weight: bold;
}

.products .summary {
  padding-right: 6px;
  color : #696969;
}


.products .item input[type="checkbox"] {
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: 1;
}
.products .fi_btn {
  clear: both;
}
.products .item a span {
  display: block;
}
.oldmsie .products .fi_btn {
  clear: none;
}
.oldmsie .products .fi_btn input {
  width: 18em;
}








/* ****** 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 h1 {
  color: #005DAC;
  margin-top: 0;
  line-height: 1.4;
  font-size: 1.27em;
  margin-bottom: .55em;
}
.productitem h1 span {
  font-weight : normal;
  color : #909090;
  font-size : .72em;
  display: block;
}
.productitem h3 {
  color: #005DAC;
  padding-left: 10px;
  background: url(i/green-dot.gif) no-repeat 0 .44em;
}
.productitem li { background : none; }
.productitem .desc {
  margin-bottom : 1em;
}
.productitem .leftcol {
  width: 292px;
  float: left;
  clear: right;
}

.productitem .rightcol {
  width: 293px;
  float: right;
}

.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 .price {
  margin-bottom : 1em;
  font-size: 1.1em;
  clear: none;
}
.productitem .price ul {
  margin-bottom : 0;
}
.productitem .price li {
  border : none;
  background : #0086c5;
  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.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 .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 .imagebox {
  float: right;
}
.productitem .imagebox li,
.productitem .imagebox li a:hover,
.productitem .imagebox li a:focus,
.productitem .imagebox li a:active,
.productitem .imagebox li a {
 border:none;
 background-color: transparent;
 padding:0;
}
.productitem .imagebox li img {
 border: 1px solid #D6D6D6;
}
.productitem .imagebox li {
  display: none;
}
.productitem .imagebox li:first-child {
  display: block;
}
.productitem .buttons {
  height : auto;
  padding-top : 1em;
}

.products .fi_btn,
.productitem .fi_btn {
  float: left;
  background-image: url(i/cart-li-btn.gif);
  margin: 0;
}

.products .fi_btn input,
.productitem .fi_btn input {
  background-image: url(i/cart-a-btn.gif);
  padding-right: 40px;
  ~padding-right: 22px;
}

.products .fi_bs,
.productitem .fi_bs {
  background-image: url(i/btn-bg.gif);
  margin-right: 5px;
}
.products .fi_bs input,
.productitem .fi_bs input { background-image: url(i/bera-saman-btn.gif); }


.products .fi_qty input,
.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 .pimg {
  clear: right;
  float: right;
  width: 290px;
  overflow: hidden;
  position : relative;
}

.productitem .pimg h3 {
  background: url(i/tabbox-li.gif) no-repeat;
  width: 124px;
  height: 19px;
  _height /**/: 29px;
  display: block;
  text-align: center;
  margin-right: -16px;
  color: #727272;
  font-weight: bold;
  font-size: .92em;
  padding-top: 10px;
  position : relative;
  z-indeX: 98;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 175px;
}

.productitem .pimg ul {
  clear: left;
  width: 280px;
  height: 186px;
  background: url(i/pimg-ul-bg.gif) no-repeat;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding-top: 16px;
  padding-left: 10px;
  margin-top: -1px;
}

.productitem .pimg li {
  float: left;
  margin-bottom: 12px;
}

.productitem .pimg li a {
  float: left;
  width: 135px;
  text-align: center;
}

.productitem .pimg li a img { border: 1px solid #D2D2D2; }

.productitem .pimg li a img:hover,
.productitem .pimg li a img:focus,
.productitem .pimg li a img:active {
  border: 1px solid #005DAC;
}

.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 */
}






.tbox .extras {
  float : left;
  margin-right : 11px;
  width : 130px;
  clear : none;
}
.tbox .extras li img {
  margin: 0 0 .33em 0;
  float: none;
}
.tbox .extras li h3 {
  margin : 0 0 .2em;
}
.tbox .extras li h3 a {
  font-size: .92em;
  display: block;
  background: url(i/square2.gif) 0 .36em no-repeat;
  padding: 0 0 0 12px;
  font-weight: normal;
  color: #000;
}
.tbox .extras li li {
  background : url(i/bread-arrow.gif) 0 .45em no-repeat;
  padding : .1em 0 .1em 10px;
}


.wrap .bunadur .boxbody,
.wrap .efni .boxbody,
.wrap .imagelist .boxbody,
.wrap .videolist .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;
}


.wrap .imagelist .boxbody,
.wrap .videolist .boxbody {
  width : 580px;
  padding-left:  20px;
  padding-right: 10px;
}
.imagelist li,
.videolist li {
  float : left;
  margin : 0 -5px 0 0;
  padding: 4px 5px;
  background-color: #3c3c3c;
}
.imagelist li a,
.videolist li a {
  display: block;
  background-color: #cbcbcb;
  border: 1px solid #3c3c3c;
  padding: 1px;
  min-width:  120px;
  min-height:  80px;
}
.imagelist li a:hover,
.imagelist li a:focus,
.imagelist li a:active,
.videolist li a:hover,
.videolist li a:focus,
.videolist li a:active {
  padding: 0;
  border: 2px solid #006CC7;
}

.imagelist li img,
.videolist li img {
  border: none;
}



.videolist li a {
  min-width:  180px;
  min-height: 135px;
  position: relative;
}
.videolist li a:after {
  content: " ";
  background: #eee url(i/video-play.png) 55% 50% no-repeat;
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  border-radius:         5px;
  -moz-box-shadow:    rgba(0,0,0, .33)  0 0 6px;
  -webkit-box-shadow: rgba(0,0,0, .33)  0 0 6px;
  box-shadow:         rgba(0,0,0, .33)  0 0 6px;
  opacity: .80;
  filter: alpha(opacity=80);
  display: block;
  width:  35px;
  height: 35px;
  position: absolute;
  right:  11px;
  bottom: 8px;
}
.videolist li a:hover:after,
.videolist li a:focus:after,
.videolist li a:active:after {
  right:  10px;
  bottom: 7px;
  -moz-box-shadow:    rgba(0,0,0, .5)  0 0 6px;
  -webkit-box-shadow: rgba(0,0,0, .5)  0 0 6px;
  box-shadow:         rgba(0,0,0, .5)  0 0 6px;
}

.videolist li a img {
  max-width: 180px;
}
.oldmsie .videolist li a img {
  width: 180px;
}



/* ******  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;
}

.imgbox .pgs a {
  color: #272727;
}

.imgbox .pgs b {
  color: #006CC7;
}


.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra1 .imgbox .imgcontent,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgcontent,
.pgextra2 .imgbox .imgmeta { width : auto; }










/* ******  .productcompare  ****** */
.productcompare .boxbody {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.productcompare .addedtocart {
  font-weight: bold;
  padding: 0 4px 8px 4px;
  font-size: 1.167em;
  text-align: center;
}
.productcompare table {
  border-collapse: seperate;
  margin: 0;
}
.productcompare th,
.productcompare td {
  padding: 10px 10px 10px 20px;
  text-align: center;
  border-left: 8px solid #fff;
  border-bottom: 8px solid #fff;
  background-color: #f7f7f7;
}
.productcompare th {
  color: #404040;
  font-size: 1.167em;
}
.productcompare th:first-child {
  text-align: left;
  border-left: none;
  padding-right: 30px;
  width: 160px;
}
 

.productcompare thead th {
  text-align: left;
  border-bottom: none;
}
.productcompare thead th:first-child {
  background-color: #f2f6fa;
}
.productcompare thead i,
.productcompare thead a.drop {
  display: block;
  font-size: .786em;
  font-style: normal;
  font-weight: normal;
  color: #606060;
  margin-top: 3px;
}
.productcompare thead a.drop {
  float: right;
  line-height: 1;
  margin: -5px -6px 0 0;
  padding: 1px 5px 1px 14px;
  background: url(i/compare-drop.png) 0 2px no-repeat;
}


.productcompare tr.price th {
  color: #fff;
  background-color: #727272;
}
.productcompare tr.price td {
  font-size: 1.167em;
  font-weight: bold;
  color: #fff; 
  background-color: #00539a;
}
.productcompare tr.price td b {
  float: left;
}
.productcompare tr.price .fi_btn {
  float: right;
  margin: 0;
  padding: 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.productcompare tr.price .fi_btn input {
  background: transparent url(i/compare-cart.png) 0 50% no-repeat;
  border: none;
  font-size: .786em;
  color: #fff;
  width: 8em;
  padding: 4px 4px 4px 27px;
  margin: -4px -6px -4px 0;
}
.productcompare tr.price .fi_btn input:hover,
.productcompare tr.price .fi_btn input:focus {
  text-decoration: underline;
}

.productcompare tr.summary th {
  background-color: #f2f6fa;
  font-weight: normal;
}
.productcompare tr.summary td {
  text-align: left;
}
.productcompare tr.summary .act {
  font-size: .92em;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.productcompare tr.summary a.more {
  display: inline;
  margin: 0;
  padding: 0 0 0 14px;
  background: url(i/more-arrow.gif) 0 50% no-repeat;
}

.productcompare .attrgrp tr:nth-child(2n-1) th,
.productcompare .attrgrp tr:nth-child(2n-1) td {
  background-color: transparent;
}

.productcompare tbody.attrgrp td {
  padding-left: 10px;
  border-bottom: none;
  border-left: none;
}
.productcompare tbody.attrgrp th {
  font-size: 1em;
  border-left: 20px solid #fff;
  border-right: 8px solid #fff;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: none;
  text-align: right;
}
.productcompare tbody.attrgrp-closed tr {
  display: none;
}
.productcompare tbody.attrgrp-closed tr.th {
  display: table-row;
}
body.oldmsie .productcompare tbody.attrgrp-closed tr.th {
  display: block;
}
.productcompare tbody.attrgrp .th th {
  text-align: left;
  font-size: 1.25em;
  font-weight: normal;
  background: transparent url(i/compare-attrgrp-line.png) 0 100% repeat-x;
  line-height: 1;
  padding: 3px 0 7px 0;
  border-bottom: 8px solid #fff;
}
.productcompare tbody.attrgrp .th th a {
  display: block;
  position: relative;
  _height:0;min-height:0; /* ie hasLayout fix */
  margin: -3px 0;
  padding: 3px 17px;
  background: url(i/compare-attrgrp-expand.png) 0 -43px no-repeat;
  color: #272727;
}
.productcompare tbody.attrgrp-closed .th th a {
  background-position: 0 7px;
}
.productcompare tbody.attrgrp .th th a:hover,
.productcompare tbody.attrgrp .th th a:focus,
.productcompare tbody.attrgrp .th th a:active {
  text-decoration: none;
  color: #006cc7;
}


.popup .productcompare .boxbody {
  padding-top: 8px;
}
.popup .productcompare a.printpage {
  position: absolute;
  top: 19px;
  margin-top: -.5em;
  right: 45px;
  margin-right: 5em;
  padding: 5px 10px 5px 28px;
  background: url(i/icn-printpage.png) 0 50% no-repeat;
  font-size: .92em;
  line-height: 1;
  color: #fff;
}
.popup .productcompare a.printpage:hover,
.popup .productcompare a.printpage:focus,
.popup .productcompare a.printpage:active {
  color: #fff;
  text-decoration: underline;
}







/* ****** cartstatus & vlogin ****** */

.pgextra1 .cartstatus,
.pgextra2 .cartstatus{
  background: #005DAC url(i/catstatus-bg.gif) no-repeat;
  margin-bottom: 0;
  min-height: 44px; _height: 44px;
}

.vlogin {
  background: url(i/vlogin-bg.gif) no-repeat;
  margin-bottom: 10px;
  height: 50px;
}

.pgextra1 .cartstatus .boxhead,
.pgextra2 .cartstatus .boxhead,
.vlogin .boxhead {
  color: #fff;
  font-size: 1.1em;
  padding-top: 7px;
  padding-left: 10px;
  padding-bottom: 0;
  margin-bottom: 2px;
  font-family: Trebuchet MS;
}

.pgextra1 .cartstatus .boxhead a,
.pgextra2 .cartstatus .boxhead a,
.vlogin .boxhead a {
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgextra1 .cartstatus .boxhead a,
.pgextra2 .cartstatus .boxhead a {
  color:#FFF;
}
.pgextra1 .cartstatus .boxhead a:focus,
.pgextra1 .cartstatus .boxhead a:hover,
.pgextra2 .cartstatus .boxhead a:focus,
.pgextra2 .cartstatus .boxhead a:hover,
{
  color:#FFF;
}

.pgextra1 .cartstatus .boxbody,
.pgextra2 .cartstatus .boxbody,
.vlogin .boxbody {
  font-size: .92em;
  color: #fff;
  padding-left: 10px;
  padding-top: 0;
  padding-right: 40px;
}

.pgextra1 .cartstatus .boxbody a,
.pgextra2 .cartstatus .boxbody a,
.vlogin .boxbody a { color: #fff; }

.pgextra1 .cartstatus .boxbody p,
.pgextra2 .cartstatus .boxbody p,
.vlogin .boxbody p {
  margin-bottom: 0;
}

.vlogin .boxbody .user {
  padding-top: 10px;
}

.pgextra1 .cartstatus .boxbody a:hover,
.pgextra1 .cartstatus .boxbody a:focus,
.pgextra1 .cartstatus .boxbody a:active,
.pgextra2 .cartstatus .boxbody a:hover,
.pgextra2 .cartstatus .boxbody a:focus,
.pgextra2 .cartstatus .boxbody a:active,
.vlogin .boxbody a:hover,
.vlogin .boxbody a:focus,
.vlogin .boxbody a:active {
  color: #fff;
}


/* ******  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: 613px;
  clear : both;
  border-bottom: 2px solid #005dac;
}

.tabbox .boxbody {
  padding: 0 4px 0 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%;
  overflow: hidden;
  padding: 0;
  float: right;
  width: 605px;
}

.tabbox li { float: left; }

.tabbox li a {
  background: url(i/tabbox-li.gif) no-repeat;
  width: 124px;
  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);
  width: 124px;
  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;
}

.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 {  }

.co .boxbody { padding-top: 84px; border-top:none; }
.checkout .boxbody { padding-top: 84px; border-top:none; }

.checkout .stepimg {
  margin: 0 -12px 1em -16px;
  _margin-top: -1px;
}

.checkout table {
  margin: 0 -16px;
  width: 613px;
  position : relative;
}

.checkout table th,
.checkout table td {
  padding: 10px;
  border-bottom: 1px solid #F1F1F1;
}

.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 table td.fi_btn {
  padding:10px 0;
  background: url(i/btn-bg-gray.gif) 0 50% no-repeat;
}
.checkout table td.fi_btn input {
  background: url(i/btn-input-bg-gray.gif) 100% 50% no-repeat;
  padding:7px 14px;
}
.checkout .total {
  /*width: 606px;*/
  overflow: hidden;
  margin: 0 -10px 10px -10px;
  padding:15px;
  text-align:right;
  font-size: 1.3em;
}
.checkout .cartbox .total  {
  /*width: 606px;*/
  margin: 0 -10px 10px 0;
  overflow: hidden;
  padding: 15px;
  text-align: right;
  font-size: 1em;
  float:right;
}
.checkout tbody .name {
  color: #006CC7;
  font-weight: bold;
}
.checkout .total p {
  padding: 10px;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
  color: #fff;
  float: right;
  background: #005DAC;
  font-weight: bold;
  font-size: .92em;
}

.checkout .fi_btn {
  float: right;
  float: left;
  ~margin-left: 0;
  _margin-left: 10px;
}

.checkout .leftcol,
.checkout .rightcol {
  width: 49%;
  float: left;
}

.checkout .rightcol { float: right; }
.crumbs {
 position: absolute; 
 top:95px;
 left:192px;
 width:613px;
}
.crumbs h3 {
  background: url("i/pb-top.gif") no-repeat 0 0 #4EAE30;
  color: #fff;
  font-size: 1.167em;
  padding:5px 12px 6px 16px;
  margin-bottom:0;
}
.crumbs ul {
  background: url(i/co-bg.png) 0 0 repeat-x;
  float: left;
  padding:5px;
  height:44px;
  width:603px;
}
.crumbs ul li {
  background: url(i/co-step1.png) 0 0 no-repeat;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  float: left;
  padding:10px 0 12px 72px;
  margin-right:20px;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  height: 38px;
  padding-left:72px;
}
.crumbs ul li.c1 { background: url(i/co-step1.png) 0 0 no-repeat; padding-left:43px;}
.crumbs ul li.c2 { background: url(i/co-step2.png) 0 0 no-repeat;}
.crumbs ul li.c3 { background: url(i/co-step3.png) 0 0 no-repeat;}
.crumbs ul li.c4 { background: url(i/co-step4.png) 0 0 no-repeat;}
.crumbs ul li.c5 { background: url(i/co-step5.png) 0 0 no-repeat;}

.crumbs li.current strong {
  display: block;
  text-indent:-10px;
  overflow:hidden;
}
.crumbs ul li.current {
  background-position: 0 -38px;
  display: block;
  text-indent:0;
  font-size: 1em;
  letter-spacing:0;
  line-height:1.1;
  padding-top:10px;
  margin-right:40px;
}
.crumbs ul li.current a {
  color: #fff;
}

  
/* step2 (extends: checkout) */

.ccinfo .fi_txt input,
.ccinfo .fi_sel select,
.co-step2 .fi_txt input,
.step2 .fi_txt input {
  width: 100%;
  margin-top: 1px;
  margin-bottom: .6em;
  padding: 3px 0;
}
.ccinfo .fi_mmyy label {
  width:100%;
  clear: both;
  float: left;
}
.ccinfo .fi_mmyy.fi_sel select {
  width:49%;
}
.step2 h3 { margin-bottom: 1.5em; }

.co-step2 .col-row .col-1_2,
.step2 .leftcol,
.step2 .rightcol {
  width: 42%;
  float: left;
}
.checkout .col-row {
  float: left;
  clear: both;
  margin-bottom:20px;
}
.checkout .col-1_2.col-first {
  padding-right:1%;
  padding-left:0;
  width:48.9%;
  border-right: 1px solid #ccc;
}
.checkout .col-first table {
  width:100%
}
.checkout .col-1_2 {
  width:45%;
  float: left;
  padding-left:20px;
}
.checkout .fi_static {
  border-bottom: 1px solid #ccc;
  padding:7px 0;
}
.checkout .fi_static strong {
  padding-right:8px;
  text-align: right;
  
}

.co-step2 .col-1_2.col-first,
.step2 .leftcol {
  margin-right: 75px;
}
.checkout .col-1_2 .total {
  width:330px; 
}

/* 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;
}
.nextform .fi_btn {
  float: right;
}
.logout .fi_btn {
  float: left;
  background: url(i/btn-bg-gray.gif) 0 50% no-repeat;
}
.logout .fi_btn input {
  background: url(i/btn-input-bg-gray.gif) 100% 50% no-repeat;
}
.checkout .customer {
  float: left;
  clear: both;
  width:509px;
}
.checkout .customer .col-1_2 {
  padding-left:0;
}
.ccinfo {
  clear: both;
  margin:35px 0 10px 0;
}
.ccinfo .fi_txt,
.ccinfo .fi_sel {
  width:275px;
}
.ccinfo .btnrow {
  float: right;
  clear: both;
  margin:10px 0 15px 0;
}
.checkout .btnrow .fi_btn i {
  position: absolute;
  margin:30px 0 0 -330px;
}

.step4 h3 {
  margin-bottom: 0;
  color: #005DAC;
}

.checkout .customerinfo .fi_btn{
  margin-top:10px;
  float:right;
}

/* ******  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: #005DAC;
  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: #efefef url(i/mnav-li-a.gif) no-repeat 0 0;
  text-align: center;
  padding: 6px 0 7px 0;
  font-weight: bold;
  color: #4EAE30;
}

.mnav .current a,
.mnav .parent a,
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  background-position: 0 -100px;
  background-color: #005dac;
  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  ****** */

.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: #4EAE30;
  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;
  color: #005DAC;
  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; }


.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: #005DAC;
}




/* ******  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 {
  text-align : center;
  font-size : 1.09em;
  height : 25px;
}

.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 .cat1 { background: none; }



/* ****** subscr ****** */

.pgextra1 .subscr,
.pgextra2 .subscr {
  background: #005DAC 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/subscr-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; }





/* ******  milliforsida  ****** */
.milliforsida .boxbody{
  padding:0;
}

/* ******  adbox  ****** */
.introad {
  padding: 0;
  border : none;
  margin-bottom : 8px;
}/*
.introad h3{
  font-size:15px;
}
.introad div.text{
  float:left;
}
.introad div a {
  float:right;
}*/
.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 : #006cc7; }
.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: #005dac;
  text-decoration: underline;
}

.wrap .footer a:hover,
.wrap .footer a:focus,
.wrap .footer a:active {
  text-decoration: none;
}





/* ******  byggiraeplica  ****** */
.byggiraeplica {
  position : relative;
  margin: -25px auto 0 auto;
  width: 970px;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.byggiraeplica a {
  /* inline IR */display:inline-block; overflow:hidden; width:0; height:1px; font-size:1px; line-height:0; vertical-align:-2px;
  padding-left: 135px;
  padding-top: 19px;
  background: url(http://codecentre.eplica.is/f/ba_e2-b15.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b15.png',sizingMethod='crop');
}




/* ******  imgbanner  ****** */
.pgmain .imgbanner {
  position : absolute;
  z-index: 10;
  top : 94px;
  left : 11px;
}
/* ******  imgbanner  ****** */
.pgfoot .imgbanner {
  position : absolute;
  z-index: 10;
  top : 94px;
  left : 11px;
}

/* ******  flash banner hack for milliforsidur. banner is replaced by another banner in milliforsida.jsp  ****** */
.verslun .pgextra1 .rightflashbanner {
  display:none;
}

.verslun .pgmain .milliforsidabanner { 
  position:absolute;
  right:13px;
}


.pleasewait-loading {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width : 63px;
  height : 113px;
  margin : 10px auto;
  background : url(i/loading.gif) 0 0 no-repeat;
}


/* ****** pagestyle  ****** */
.pagestyle { 
  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: 18px;
  height: 18px;
  background : url(i/font-dwn.gif) no-repeat;
}

.pagestyle .up a { background-image : url(i/font-up.gif); }
.pagestyle .userstyles a { background-image : url(i/font-stillingar.gif); }

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active { background-position: 0 -18px; }





/* * links * */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #006cc7;  text-decoration : underline; }
div.wrap a:hover,
div.wrap a:active { outline: none; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }












