.stream { position:absolute;right:9999px;left:auto; }
/* 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 { display : none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y : scroll; -ms-overflow-y : scroll; }


body {
  background : #f6f6f6 url(i/body-bg.gif) repeat-x;
  margin : 0;
  padding : 0;
  color : #444;
  line-height : 1.4;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size : 12px;  ~font-size :  75.00%; }
body.zoom2 { font-size : 14px;  ~font-size :  87.50%; }
body.zoom3 { font-size : 18px;  ~font-size : 112.50%; }
/*
  body.zoom0 { font-size : 11px;  ~font-size :  68.75%; }
  body.zoom0 { font-size : 12px;  ~font-size :  75.00%; }
  body.zoom0 { font-size : 13px;  ~font-size :  81.25%; }
  body.zoom0 { font-size : 14px;  ~font-size :  87.50%; }
  body.zoom0 { font-size : 15px;  ~font-size :  93.75%; }
  body.zoom0 { font-size : 16px;  ~font-size : 100.00%; }
  body.zoom0 { font-size : 17px;  ~font-size : 106.25%; }
  body.zoom0 { font-size : 18px;  ~font-size : 112.50%; }
  body.zoom0 { font-size : 19px;  ~font-size : 118.75%; }
  body.zoom0 { font-size : 20px;  ~font-size : 125.00%; }
  body.zoom0 { font-size : 23px;  ~font-size : 143.75%; }
  body.zoom0 { font-size : 28px;  ~font-size : 175.00%; }
  body.zoom0 { font-size : 32px;  ~font-size : 200.00%; }
*/



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 : 0;
  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 : #f38000;
  text-decoration: none;

}

a span {
  cursor : pointer;
  _cursor : hand;
}


acronym {
  cursor : help;
  border : none;
}
acronym:hover { border-bottom : 1px dotted #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : top;
}


h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
}
h1 {
  font-size : 1.33em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.17em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.00em;
  margin-top : 1em;
  margin-bottom : .64em;
}
h4 {
  font-size : 0.92em;
  margin-bottom : .2em;
}




table { border-collapse : collapse; }
table, td, th, caption {
  border : none;
  background-color : transparent;
  padding : 0;
  text-align : left;
  vertical-align : top;
}
th acronym:hover { border : none; }
th.num, td.num {
  text-align : right; 
  white-space : nowrap; 
}






form { margin : 0; }

fieldset {
  padding : 0;
  margin : 0;
  border : none;
}

input,
select,
textarea {
  vertical-align : middle;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1em;
}
textarea {
  vertical-align : top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border : 1px solid #888;
  background : #fff;
  color : #000;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active { border-color: #000; }

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width : 98%; }

.button,
.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background : #fff;
  border : 1px solid #888;
  color : #000;
}

.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #c00;
  color : #c00;
}


.reqerror label,
.typeerror label {
  font-weight : bold;
  color : #c33;
}

.typeerror label { color : #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border : 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border : 1px solid #936; }


acronym.req {
  border : none;
  margin-right : -.25em;
  padding : 0 .25em 0 0;
}

acronym.req:hover { border : none; }






/* *****  clear  ***** */
.clear { display : none; } /* depricated by other float-clearing techniques. */



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position : relative;
  width : 846px;
  margin : 0 auto;
  text-align : left;
  padding-bottom: 20px;
}



.pghead { height: 67px; }

.pghead .brand {}
.pghead .brand img.logo { position:absolute;right:19999px;left:auto; }
.pghead .brand .slogan {}
.pghead .stream { top : 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float : left;
  margin-left : 204px;
  width : 644px;
  _display : inline;
  background: #fff url(i/pb-bot.gif) no-repeat 0 100%;
}

.pgmain .wrap {
  padding : 8px 17px 0;
  background: url(i/pb-top.gif) no-repeat;
  _height:0;min-height:0;/* ie hasLayout fix */
}

.pgextra2 {
  float : left;
  width : 180px;
  margin-left : -848px;
  _display : inline;
  background: #fff url(i/p2-bot.gif) no-repeat 0 100%;
}

.pgextra2 .wrap { 
  background: url(i/p2-top.gif) no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
  padding: 6px 13px 0;
}

.pgfoot { clear : both; }






/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.sbox {
  _height:0;min-height:0;/* ie hasLayout fix */
  position : relative;
  margin-bottom : 1.5em;
}

.article .boxbody h1,
.boxhead {
  padding: 0;
  margin-top: 0;
  font-size: 1.7em;
  color: #777;
  font-weight: normal;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }



.pgmain .boxbody { padding-bottom: 12px; }



.attention {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  background: #F6F6F6 url(i/attention.gif) no-repeat;
  font-style: italic;
  padding: 5px 16px 7px 32px;
  margin-left: -6px;
  position : relative;
  z-index: 100;
  margin-bottom: 1em;
}

.attention p { margin: 0; }






/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */

.meta {
  color : #777;
  display : block; 
  font-weight : normal;
  font-size : .92em;
}

.meta span { padding-right : .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color : #777; }





/* ******  buttons  ****** */

.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  white-space : nowrap;
  height : 1.4em;
}

.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 0;
  background : url(i/more-arrow.gif) 0% 50% no-repeat;
  text-decoration: underline;
  color: #444;
}





/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  overflow : hidden;
}

.articlelist .item h3 {
  font-size : 1em; 
  margin : 0;
}

.articlelist .item h3 a {
  color: #656565;
}

.articlelist .summary { /* line-height : 1.4; */ }
.articlelist .summary p { margin : 0; }
.articlelist .more {}

.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
}

.articlelist img[align=left],
.articlelist img.left {
  float : left;
  margin : .2em .5em .33em 0;
}

.articlelist ul { clear : both; }

.articlelist li { padding-bottom : .7em; }

.articlelist li a { font-weight : bold; }




/* ******  faqlist  ****** */

.faqlist .boxbody {
  margin-left: -6px;
  padding-left: 6px;
}

.faqlist .item {
  margin-left: -6px;
  position : relative;
  margin-bottom: 1em;
  
}

.faqlist h3 {
  margin-top: 0;
}

.faqlist h3 a {
  color: #444;
  background: url(i/faqlist-plus-minus.gif) no-repeat -994px .5em;
  padding: 1px 0 1px 20px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.faqlist .item-hidden h3 a { background-position: 6px .5em; }

.faqlist .item .answer ul,
.faqlist .item .answer ol,
.faqlist .item .summary ul,
.faqlist .item .summary ol {
  margin-bottom: 1em;
}

.faqlist .item .answer,
.faqlist .item .summary {
  border: 1px solid #dadada;
  background: #F6F6F6;
  padding: 10px 28px 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.faqlist .item .attention {
  margin: 0 -29px -1px;
  border-top: none;
  background: #f6f6f6 url(i/faqlist-attent.gif) repeat-x;
  padding-top: 12px;
}

/* .faqlist .item-hidden .summary { display: none; } */



/* ******  article  ****** */

.article .boxbody {
  margin-left: -6px;
  padding-left: 6px;
}

.article .boxbody p { margin-bottom: 1em; }

.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 { margin: .2em 0 0; }

.article .subtitle {
  clear : none;
  margin-top : -.54em;
  font-size : 1em;
}
.article .summary {
  color : #777;
  padding : 4px 0;
  margin : 0 0 .7em 0;
}
.article .summary p { margin : 0; }

.article img { clear : both; vertical-align : text-bottom; }
.article img.left { float : left;  margin : .2em 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: 1px solid #ddd; }

.article caption { 
  font-style : italic;
  padding : .2em 0;
  text-align : left;
}
.article th {
  font-weight : bold;
  padding : .4em .6em;
  border-top : 1px solid #eee;
  background-color : #3d3d3d;
  color: #fff;
}
.article td {
  padding : .3em .6em;
  border-top : 1px solid #eee;
}

.article tr.alt td { background-color : #f8f8f8; }

.article table.grid,
.article table.grid td {
  background : transparent none;
  border : none;
  padding : 0
}


.article ul {
  margin-bottom: 1em;
}
.article li {
  background: url(i/dot.gif) no-repeat 3px .5em;
  padding-left: 16px;
}


.article .extra {
  border-top: 1px solid #e4e4e4;
  padding-top: 12px;
  padding-left: 6px;
  margin-left: -6px;
  margin-top: 21px;
}

.article .extra h2 {
  font-size: 1.6em;
  color: #777;
  font-weight: normal;
  margin-bottom: 6px;
}

.article .extra li {
  padding: 0;
  background: none;
}

.article .extra li a {
  background: url(i/extra-arrow.gif) no-repeat 0 .6em;
  color: #444;
  padding: 2px 14px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  
}

.article .extra li a:hover,
.article .extra li a:focus,
.article .extra li a:active {
  background-position: -1000px .6em;
}


.paging ul { list-style : none; padding : 0; }
.paging .prev { float : left; margin-right : 1em; }

/*
.chapters ul { list-style : none; padding : 0; overflow : hidden; }
.chapters li { float : left; margin-right : 1em; }
*/




/* ******  imgbox  ****** */

.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  width : auto;
}
.imgbox .boxbody {
  display : inline;
  padding : 0;
  margin : 0;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
}
.imgbox .imgcontent { width : 200px; }
.imgbox .imgtext {
  color : #333;
  font-weight : normal;
  font-size : .92em;
}
.imgbox .imgmeta {
  width : 200px;
  color : #666;
  font-weight : normal;
  font-size : .83em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra1 .imgbox .imgboxbody,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgboxbody,
.pgextra2 .imgbox .imgmeta { width : auto; }





/* ******  mnav  ****** */

.mnav {
  position : absolute;
  left: 0;
  top: 17px;
  width: 500px;
  margin-top: -1.4em;
}

.mnav .boxhead { position:absolute;right:9999px;left:auto; }

.mnav ul {
  width: 100%;
  overflow: hidden;
  
}

.mnav li { float: left; }

.mnav li a {
  float: left;
  color: #fff;
  font-size: 1.5em;
  display : block;
  padding: 6px 19px;
  padding-left: 0;
  padding-right: 0;
  width: 120px;
  text-align: center;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: url(i/mnav-sep.gif) no-repeat 100% 50%;
}

.mnav li.cat2 a { width: 170px; }
.mnav li.cat3 a { width: 200px; }

.wrap .mnav li a:hover,
.wrap .mnav li a:focus,
.wrap .mnav li a:active { color: #fff; }

.mnav .parent a,
.mnav .current a {
  border-left: 1px solid #7e7e7e;
  border-right: 1px solid #7e7e7e;
  background: url(i/mnav-curr.gif) repeat-x 0 50%;
}




/* ******  snav  ****** */

.snav {
  margin: 0 -13px 12px;
}
  
.snav .boxhead {
  border-bottom: 1px solid #E4E4E4;
  padding: 0 13px;
  margin-bottom: 4px;
}
  
.snav ul {
}
  
.snav li {
}

.snav li a {
  display : block;
  padding: 4px 15px 4px 31px;
  background: url(i/snav-arrow-big.gif) no-repeat 15px .6em;
  _height:0;min-height:0; /* ie hasLayout fix */
  color: #757575;
  font-weight: bold;
  font-size: 1.1em;
}

.snav .parent a,
.snav .current a {
  color: #f38000;
  background-position: -235px .6em;
}

.snav .parent.branch a,
.snav .current.branch a {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 2px;
  _border: none;
}

.snav .parent a { color: #000; }


/* l2 */

.snav .level2 {
  background: #f6f6f6 url(i/snav-l2-bot.gif) repeat-x 0 100%;
  border-top: 1px solid #fff;
  padding-bottom: 4px;
  padding-top: 3px;
}

.wrap .snav .level2 li a {
  font-size: 1em;
  color: #666;
  background: url(i/snav-arrow-small.gif) no-repeat 32px .74em;
  border: none;
  padding-left: 42px;
  padding-bottom: 1px;
}

.wrap .snav .level2 .parent a,
.wrap .snav .level2 .current a {
  color: #000;
  background-position: -218px .74em;
}
  
  








/* ******  loginpagebox  ****** */

.loginpagebox label {
  width : 7em;
  float : left;
  margin-top : .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn { margin-left : 7em; }





/* ******  qsearch  ****** */

.qsearch {
  position : absolute;
  top : 15px;
  margin-top : -.8em;
  right : 9px;
  width : 261px;
}

.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.qsearch .boxbody { padding : 0; }

.qsearch .fi_txt input {
  width : 220px;
  float: left;
  padding-left: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 4px;
  background: #fff url(i/input-bg.gif) no-repeat;
  border-color: #e1e1e1;
}

.qsearch .fi_btn input {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 26px;
  height: 26px;
  background: url(i/qsearch-btn.gif) no-repeat;
  float: left;
  margin-top: -1px;
  position : relative;
}

.qsearch .fi_btn input:hover,
.qsearch .fi_btn input:focus,
.qsearch .fi_btn input:active { background-position : 0 -26px; }





/* ******  prodnav  ****** */

.prodnav .boxhead { position:absolute;right:19999px;left:auto; }

.prodnav ul {
  width: 100%;
  overflow: hidden;
}

.prodnav li {
  float: left;
}

.prodnav li a {
  padding: 12px;
  float: left;
  display : block;
}




/* ******  footer  ****** */

.footer .boxhead { position:absolute;right:19999px;left:auto; }

.footer .boxbody {
  padding-left: 12px;
}




/* ******  flnav  ****** */

.flnav .boxhead { position:absolute;right:19999px;left:auto; }

.flnav ul {
  width: 100%;
  overflow: hidden;
}

.flnav li { float: left; }

.flnav li a {
  padding: 6px 12px;
  float: left;
  display : block;
}





/* ******  byggiraeplica  ****** */

.byggiraeplica { display: none; }






/* ****** pagestyle  ****** */

.pagestyle { 
  position : absolute;
  top : 42px;
  right : 21px;
  width: 100px;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }

.pagestyle ul {
  position : relative;
}

.pagestyle li { float : right; }

.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: 22px;
  height: 22px;
  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-settings.gif);
  position : absolute;
  right: 0;
  top: 0;
}

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active { background-position: 0 -22px; }









/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #444;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }

