.stream, .print { display : none; }


/* **************************************************************** */
/* Basic Style Definitions                                          */
/* **************************************************************** */


body {
  background-color : #fff;
  color : #000;
  margin : 0;
  padding : 2.36em 0 0 0;
/* 
  font-size : 11px;
  _font-size : 68.75%;
*/
  font-size : 12px;
  _font-size : 75%;
  font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
}
.bodywrap {
  width : 760px;
}


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, ol {
  margin-left : 0;
  padding-left : 1.5em;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom : .27em;
}
li { margin : 0; padding-bottom : .18em; }


form { margin : 0; }

label {
  display : block;
  margin-bottom : 2px;
}
.fi_chk label,
.fi_rdo label { display : inline; }


fieldset {
  clear : both;
  padding : 10px 0 1.82em 0;
  border : none;
  border-bottom : 1px solid #ddd;
  margin-bottom : -11px;
}
fieldset h3 {
  margin : 0 0 1em 0;
  font-size : 1em;
  background : url("../img/arrow-dr.gif") 0% 60% no-repeat;
  padding : 7px 17px;
  border-top : 1px solid #ddd;
  border-bottom : 1px solid #ddd;
}


select,
textarea,
.textinput,
.fi_txt input {
  vertical-align : middle;
  font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
  border : 1px solid #888;
  font-size : 1em;
  padding-left : 0;
  padding-right : 0;
  background-color : #fff;
  width : 99%;
}
textarea { vertical-align : top; }

.fi_btn {
  text-align : right;
  padding-top : 1em;
}

.button,
.fi_btn input {
  font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
  font-size : 1em;
  vertical-align : middle;
  border : 1px solid #999;
  background-color : #fff;
  color : #66879e;
  cursor : pointer; 
  _cursor : hand;
}
.fi_btn .reset,
.fi_btn .recalc {
  border-color : #d9d9d9;
  background : #f8f8f8;
  margin-right : 5px;
}
.recalc { display : none; }

.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  color : #c00;
  border-color : #933;
}


.reqerror label  { font-weight : bold; color : #c33; }
.typeerror label { font-weight : bold; color : #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border : 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border : 1px solid #936; }

.req label acronym {
  border : none;
  margin : 0 -.18em;
  padding : 0 .27em 0 0;
  color : #888;
}
.req label acronym:hover { border : none; }


a:link { color : #5588ad; }
a:visited { color : #6c8ba1; }
a:hover,
a:focus,
a:active { color : #c00; }
a[name]:hover { color : inherit; text-decoration : none; }



abbr, acronym, style.abbr {
  border-bottom : 1px dotted #777;
  cursor : help;
}
abbr:hover, acronym:hover, style.abbr:hover { color : #666; border-bottom-color : #000; }


img { 
  margin : 0;
  padding : 0;
  border : none; 
}


h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : .7em;
  font-size : 1em;
}
h2 {
  margin-top : 3em;
  margin-bottom : .7em;
}
h3 {
  font-size : .91em;
  margin-top : 1.75em;
  margin-bottom : .67em;
}
h4 {
  font-size : .91em;
  margin-bottom : .22em;
}


table { font-size : 1em; border-collapse : collapse; }
table, td, th, caption {
  border : none;
  background-color : transparent;
  padding : 0;
  text-align : left;
  vertical-align : top;
}
th acronym,
th acronym:hover { border : none; }

th.num, td.num {
  text-align : right; 
  white-space : nowrap; 
}



.clear { clear : both; line-height : 1px; font-size : 1px; margin-top : -1px; }
.box table tr.tabletrick td,
.box table tr td.tabletrick { letter-spacing : 50px; font-size : 1px; line-height : 1px; padding : 0; border : none; clear : both; }



/* **************************************************************** */
/* Page Canvas Definitions                                          */
/* **************************************************************** */


.pageheader {
  border-bottom : 2.18em solid #69889e;
  width : 760px;
}
.pageheader h1 {
  background : #456 url("../img/pagehead-bak.jpg") 0% 0% no-repeat;
  font-size : 10px;
  padding : 13px 11px;
  margin-bottom : 3px;
   
}
.pageheader .sitelogo {
  vertical-align : middle;
}

.pagebody {
  width : 760px;
  background-color : #cecece;
  position : relative;
}
.pagebody .wrapper {
  margin-right : 262px;
  border-right : 8px solid #fff;
  background-color : #f5f5f5;
  padding : 5em 14px 2em 16px;
  _height:340px;min-height:340px; /* ie hasLayout fix */
}
.home .pagebody {
  width : 766px; 
  background-color : #fff;
}
.home .pagebody .wrapper {
  padding-top : 12px;
  margin-right : 267px;
}


.pageextra1 {
  position : absolute;
  top : 111px;
  _top : 112px;
  left : 498px;
  width : 262px;
  margin-top : 4.54em;
}
.pageextra1 .wrapper {
  background-color : #fff;
  padding-bottom : 1em;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.home .pageextra1 { }
.home .pageextra1 .wrapper {
  padding-bottom : 0em;
}


.pageextra3 {
  border-top : 1px solid #999;
  padding : .7em 0;
  clear : both;
}

.pageextra5 {
  background : url("../img/footer-bak.gif") 0% 2.61em repeat-x;
  width : 760px;
}
.pageextra5 .wrapper {
  width : 760px;
}



/* **************************************************************** */
/* Generic Box Definitions                                          */
/* **************************************************************** */


.box {
  _height : 1em;
}
.pagebody .box { padding-bottom : 2.5em; }
.pageextra1 .box { padding-top : 1em; }


.boxhd {
  margin : 0;
  font-size : 1em;
}
.pageextra3 .boxhd,
.pageextra1 .boxhd {
  background : url("../img/arrow-dr.gif") 0% 60% no-repeat;
  padding : .33em 0 .33em 14px;
  margin-bottom : .55em;
  border-bottom : 2px solid #cfcfcf;
  font-size : .91em;
  color : #888;
}


.content {
  _height : 1em;
}



/* **************************************************************** */
/* Definitions of Individual Page Items                             */
/* **************************************************************** */



.moreolder a,
.archivelink a {
  background-image : url("../img/arrow-dr2.gif");
  background-position : 0% 60%;
  background-repeat : no-repeat;
  padding : .29em 15px;
}
.moreolder a:link,
.moreolder a:visited,
.moreolder a:hover,
.moreolder a:active,
.archivelink a:link,
.archivelink a:visited,
.archivelink a:hover,
.archivelink a:active { text-decoration : none; }


/* **********  meta  ********** */
.meta {
  color : #777;
  display : block; 
  font-weight : normal;
  font-size : .92em;
}
.meta span { padding-right : .5em; }
.meta a:link,
.meta a:visited {
  color : #777;
}
.meta a:hover,
.meta a:active {
  color : #c00;
}



/* **********  article  ********** */
.article .subtitle {
  clear : none;
  font-weight : normal;
  margin-top : 0;
  font-size : 1em;
}
.article .summary {
  border-top : 1px solid #ddd;
  border-bottom : 1px solid #ddd;
  color : #777;
  margin-bottom : .7em;
  padding : 4px 0 7px 0;
}
.article .summary p { margin : 0; }


.article img,
.article img.right { clear : both; float : right;  margin : .2em 0 .33em .5em; }
.article img.left { float : left;  margin : .2em 1em .33em 0; }
.article img.big { float : none;  display : block;  margin : 0 auto .7em auto; text-align : center; }
.article-ie5mac img.big { display : inline; }


.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 #ddd;
  border-top : 1px solid #ddd;
  background-color : #eee;
}
.article td {
  padding : .2em .4em;
  border-right : 1px solid #ddd;
  border-top : 1px solid #ddd;
}
.article tr.alt td {
  background-color : #eee;
}

.article .buttons { margin-top : 2em; }
.article .buttons a {
  background : url("../img/arrow-l.gif") 0% 60% no-repeat;
  padding : .29em 15px;
}
.article .buttons a:link,
.article .buttons a:visited,
.article .buttons a:hover,
.article .buttons a:active { text-decoration : none; }




.home .pagebody .articlelist {
  min-height : 235px;
  _height : 235px;
}

.home #mainpageimg {
  margin-left : -4px;
}



/* **********  imgbox  ********** */
.imgbox {
  float : right;
  margin : .18em 0 .18em .67em;
  padding : 0 0 0 10px;
  background-color : #f5f5f5;
}
.imgbox .content {
  display : inline;
  font-size : .91em;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
  vertical-align : middle;
}
.imgbox .imgname { font-weight : normal; }
.imgbox .imgtext {
  color : #777;
  font-weight : normal;
}
.imgbox .imgcontent {
  width : 200px;
  text-align : left;
}
.imgbox .imgmeta {
  width : 200px;
  text-align : left;
  color : #999;
  font-weight : normal;
  font-size : .9em;
}



/* **********  articlelist  ********** */
.articlelist .item {
  clear : both;
  margin-bottom : 1.5em;
  margin-top : .7em;
}
.articlelist .item h3 {
  font-size : 1em; 
  margin : 0;
}
.articlelist .item h3 a:link,
.articlelist .item h3 a:visited,
.pagebody .articlelist ul a:link,
.pagebody .articlelist ul a:visited { color : #345873; text-decoration : none; }
.articlelist .item h3 a:hover,
.articlelist .item h3 a:focus,
.articlelist .item h3 a:active,
.pagebody .articlelist ul a:hover,
.pagebody .articlelist ul a:focus,
.pagebody .articlelist ul a:active { color : #c00;  text-decoration : underline; }

.articlelist .item .more {
  display : block;
  white-space : nowrap;
}
.articlelist .item p { margin : 0; }

.articlelist img {
  float : right;
  margin : .2em 0 .5em .5em;
}

.articlelist h3.old {
  font-size : 1em; 
  margin : 0;
}

.articlelist li a {
  font-weight : bold; 
}
.articlelist ul {
  list-style : none;
  padding-left : 0;
  margin-bottom : .29em;
}
.articlelist li {
  padding-bottom : .7em;
}

.pageextra1 .articlelist ul a { font-weight : normal; }




/* **********  homepage list boxes  ********** */
.pageextra3 .yearindex,
.pageextra3 .articlelist {
  clear : none;
  float : left;
  padding : 0;
  width : 243px;
}
.pageextra3 .boxhd { margin : 0 4px 0 16px; }
.pageextra3 .content { padding : 0 4px 0 16px; }

.pageextra3 .yearindex { width : 272px; }
.pageextra3 .yearindex .content { padding-top : .75em; }

.pageextra3 .info ul, 
.pageextra3 .forms ul {
  width : 100%;
  clear : none;
}
.pageextra3 .articlelist .archivelink { margin-top : 1em; }
.pageextra3 .articlelist li {
  background-image : url("../img/arrow-r.gif");
  background-position : 0% .91em;
  background-repeat : no-repeat;
  padding : .75em 0 0 14px;
}
.pageextra3 .articlelist ul a { font-weight : normal; }




/* **********  maincatimage  ********** */
.pageextra1 .maincatimage { padding-top : 0; }




/* **********  breadcrumbs  ********** */
.breadcrumbs {
  position : absolute;
  top : 111px;
  margin-top : 7em;
  left : 16px;
  width : 470px;
  background-image : url("../img/arrow-r2.gif");
  background-position : 0% 60%;
  background-repeat : no-repeat;
  padding : .5em;
  padding-left : 15px;
  color : #777;
}
.breadcrumbs .boxhd { display : none; }
.breadcrumbs .content {
  font-size : .91em;
}

.breadcrumbs a:link,
.breadcrumbs a:visited { text-decoration : none; }
.breadcrumbs a:hover,
.breadcrumbs a:active { text-decoration : underline; }

.home .breadcrumbs { display : none; }




/* **********  nav  ********** */
.nav {
  position : absolute;
  left : 0;
  top : 101px;
  width : 760px;
  margin-top : 2.36em;
}
.nav .boxhd { display : none; }
.nav .content {
  font-size : .91em;
  padding : 0 0 0 6px;
}
.nav ul {
  padding : 0;
  list-style : none;
  margin : 0;
}

.nav li {
  float : left;
  display : inline;
  padding : 10px 0 0 0;
  background-position : 50% 0%;
  background-repeat : no-repeat;
}

/* Gammastöðvar og póstlisti */
.nav .catPostlisti { float: right; }
.nav .catGammastodvar {
  float : right;
  margin-left : 10px;
  font-weight : bold;
}

.nav .content a {
  display : block;
  padding : .55em 10px .64em 10px;
  text-decoration : none;
  background-color : #69889e;
  color : #fff;
}
.nav-ie5mac .content a { float : left; }

.nav a:hover,
.nav a:focus,
.nav a:active {
  color : #fff;
  background-color : #6c91ab;
  text-decoration : underline;
}

.nav .parent,
.nav .current { background-image : url("../img/arrow-d.gif"); }
.nav-ie5mac .parent,
.nav-ie5mac .current { background-position : 25px 0%; }

.nav .homecurrent { background-image : none; }


.nav .parent a,
.nav .current a {
  font-weight : bold;
  background-color : #7498b3;
}


/* Gammastöðvar */
.nav .catGammastodvar a {
  background : #8f969a url(../img/arrow-r2t.gif) 3px 50% no-repeat;
  padding-left : 17px;
}
.nav .catGammastodvar a:hover,
.nav .catGammastodvar a:focus,
.nav .catGammastodvar a:active { background-color : #919DA4; }





.nav .level2 {
  position : absolute;
  margin-top : 10px;
  top : 2.4em;
  left : 0;
  width : 490px;
  background : #e4e4e4;
  line-height : .8em;
}

.nav .level2 li { padding : 0; }
.nav .level2 a {
  font-weight : normal;
  background : transparent;
  position : relative;
  color : #5588ad;
  padding : .8em 10px;
}
.nav .level2 a:visited { color : #6c8ba1; }
.nav .level2 a:hover,
.nav .level2 a:focus,
.nav .level2 a:active { color : #c00;  background : transparent; }

.nav .level2 .parent,
.nav .level2 .current { background-image : none; }

.nav .level2 .parent a:link,
.nav .level2 .parent a:visited,
.nav .level2 .current a:link,
.nav .level2 .current a:visited {
  background-color : #f0f0f0;
  font-weight : bold;
  color : #777;
}
.nav .level2 .parent a:hover,
.nav .level2 .parent a:active,
.nav .level2 .current a:hover,
.nav .level2 .current a:active {
  color : #c00;
}

.nav .level2 .level3 a {
  font-weight : normal;  
}
.nav .level2 .level3 .current a {
  font-weight : bold;
}



/* **********  extranav  ********** */
.extranav {
  position : absolute;
  left : 0px;
  top : 0px;
  width : 760px;
}
.extranav .boxhd { display : none; }
.extranav .content {
  margin-right : 17.5em;
  text-align : right;
}
.extranav-ie5mac .content { margin-right : 18.35em; }

.extranav ul {
  position : relative;
  z-index : 3;
  font-size : .92em;
  list-style : none;
  margin : 0;
  padding : .7em 0;
}
.extranav li {
  display : inline;
}
.extranav a {
  padding : 0 .85em;
  border-right : 1px solid #999;
}
.extranav a:link,
.extranav a:visited { text-decoration : none; }
.extranav a:hover,
.extranav a:active { text-decoration : underline; }





/* **********  searchform  ********** */
.searchform {
  position : absolute;
  left : 0px;
  top : 2px;
  width : 760px;
  text-align : right;
}
.searchform .boxhd { display : none; }
.searchform .content {
  margin-left : auto;
  margin-top : .22em;
  width : 16.8em;
  padding : 0;
  background-image : url("../img/arrow-r.gif");
  background-position : 0% 60%;
  background-repeat : no-repeat;
}
.searchform label { display : none; }
.searchform .textinput { width : 10.27em; }
.searchform .button { width : 4.5em; }



/* **********  dropnav  ********** */
.dropnav .boxhd {
  position : relative;
  z-index : 2;
  background : url(../img/open.gif) 192px 55% no-repeat;
  width : 180px;
  border : 1px solid #69889E;
  padding : 3px 20px 3px 2px;
}
.dropnav-open .boxhd {
  background-image : url(../img/close.gif);
}
.dropnav .boxhd a {
  text-decoration : none;
}
.dropnav .content {
  _height:0;min-height:0; /* ie hasLayout fix */
  width : 202px;
  margin-top : -1px;
  position : absolute;
  z-index : 1;
  border : 1px solid #69889E;
  border-top : none;
  background : #fff;
}
.dropnav .content ul {
  list-style : none;
  padding : 0;
  margin : 0;
  display : none;
}
.dropnav-open .content ul {
  display : block;
}
.dropnav .content ul li { padding : 0; }
.dropnav .content ul a {
  text-decoration : none;
  display : block;
  padding : 3px;
}
.dropnav .content ul a:hover,
.dropnav .content ul a:focus {
  background : #f0f0f0;
}


/* **********  footer  ********** */
.footer { 
  padding : .18em 0 0 0;
}
.footer .boxhd { display : none; }
.footer .content {
  background-color : #999; 
  padding : .6em 0;
  color : #fff;
  font-size : .92em;
}
.footer p { margin : 0; }
.footer b {
  font-weight : normal;
  float : left;
  padding : .6em 16px;
  margin : -.6em 10px -.6em 0;
  background-color : #60859f;
}
.footer a:link,
.footer a:visited { color : #fff; }
.footer a:hover,
.footer a:active { color : #f00; }




/* **********  eplicaad  ********** */
.eplicaad {
  margin : 9em .5em 3em 0;
  text-align : right;
}





/* **********  forms  ********** */

/*.forms .content { padding-top : 1em; }*/
.forms fieldset {
  float : left;
  width : 100%;
  padding-bottom : .75em;
}
.forms .fi_btn .submit { font-weight : bold; }
.forms p.fi_sel,
.forms p.fi_txt {
  float : left;
  _display : inline;
  width : 47%;
  margin-right : 2.75%;
}
.forms .fi_sel label,
.forms .fi_txt label {
  white-space : nowrap;
  overflow : hidden;
}
.fi_bdy,
.fi_btn,
.fi_chk,
.fi_rdo,
.forms .note {
  clear : both;
}
.fi_qty { margin-bottom : .7em; }
.fi_qty label { float : left; width : 10em; }
.fi_qty input { width : 30px; }

.forms table { width : 100%; }
.forms th {
  padding : 0 0 0 1px;
  font-weight : normal;
}
.forms td { padding : 2px 7px 2px 0; }


/* * * *  form1  * * * */
.form1 p.fi_teg { width : 27%; }
.form1 p.fi_year { width : 17%;}

.form1 .notkun p {
  float : right;
  clear : right;
}
.form1 .notkun .fi_bdy {
  width : 47%;
  float : left;
  clear : none;
}

.form1 p.fi_email {
	clear : both;
	float : none;
}


/* * * *  form3  * * * */
.form3 th.col1,
.form3 th.col4 { width : 30%; }
.form3 th.col2,
.form3 th.col3 { width : 20%; }


/* * * *  form4  * * * */
.form4 p.fi_deild { width : 32%; }
.form4 p.fi_stnr { width : 12%; }



/* * * *  form5  * * * */
.form5 th.col1,
.form5 th.col3 { width : 35%; }
.form5 th.col2 { width : 30%; }


/* * * *  form6  * * * */
.form6 p.fi_teg { width : 27%; }
.form6 p.fi_year { width : 17%;}


/* * * *  form7  * * * */
.form7 p.fi_teg { width : 27%; }
.form7 p.fi_year { width : 17%;}



/* * * *  vottordform  * * * */
.vottordform .fi_txt label { display: inline; }
.vottordform .fi_txt input { width : 7em; }
.vottordform .fi_qty input { width : 2em; }
.vottordform .fi_qty { float : left; }
.vottordform .fi_btn { clear : none; }




/* * * *  cart  * * * */
.cart table {
  margin-top : 1em;
  margin-bottom : 0;
  width : 100%;
}
.confrm table { margin : 0; }
.cart th,
.cart td {
  font-weight : normal;
  padding : 4px 5px 4px 0;
}
.cart td { text-align : right; }
.cart .th th,
.cart .th td {
  text-align : right;
  border-bottom : 1px solid #ccc;
}
.cart .th .col1 { text-align : left; }


.cart td.fi_qty { padding : 2px 5px 2px 0; }
.cart .fi_qty input { width : 2em; }

.cart .col4 { text-align : right }
.cart .subtot {
  text-align : right; 
  white-space : nowrap;
}

.cart .del { font-size : .91em; }

.cart .total th,
.cart .total td {
  border-top : 1px solid #ccc;
  text-align : right;
  font-weight : bold;
  padding-top : 5px; 
}

.cart .fi_btn { padding-right : 4em; }

.cart .edit {
  text-align : right;
  margin-right : 5px;
}

.cart .userinfo { list-style : none; }



/* * * *  cartstatus  * * * */
.cartstatus { margin-bottom : 1.5em; }
.cartstatus .content { padding : 0 15px; }



/* * * *  checkoutlogin  * * * */
.checkoutlogin form {
  width : 45%;
  float : left;
  margin-top : 1em;
}
.checkoutlogin form h3 { margin-top : 0; }
.checkoutlogin form h4 { display : none; }
.checkoutlogin .register {
  padding-right : 10px;
  border-right : 1px solid #ddd;
}
.checkoutlogin .login { padding-left : 10px; }
.checkoutlogin fieldset {
  border : none;
  padding-top : 0;
  margin : 0;
}


/* * * *  cartsearch  * * * */
.cartsearch .fi_txt select { width : 22em; }
.cartsearch .fi_txt { float : left; clear : none; }
.cartsearch .status { padding-left : 20px; }

.cartsearch h3 { clear : both; }

.cartsearch .fi_rdo { list-style : none; }
.cartsearch .fi_rdo li { display : inline; }

.cartsearch table { width : 100%; }

.home .loginpagebox .textinput { width : 15em; }




/* * * *  changereg  * * * */
.changereg fieldset {
  float : left;
  display : inline;
  clear : none;
  width : 45%;
  margin-right : 4.5%;
  border : none;
}



/* * * *  confirmation  * * * */
.confirmation .intro { margin-bottom : 1.5em; }
.confirmation h3 { margin-top : 0; }
.confirmation ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
.confirmation li,
.confirmation h4 { clear : both; }

.confirmation h4,
.confirmation li b {
  float : left;
  font-size : 1em;
  margin : 0 0 .27em 0;
  font-weight : normal;
  width : 8em;
}
.confirmation address {
  font-style : normal;
  margin-bottom : .5em;
}
.confirmation .shipnfo .edit { padding-left : 8em; }

.radiation .item {
	position : relative;
	padding-bottom : 5px;
	margin-bottom : 1em;
	_height : 1em;
	background : #fff;
}

.radiation .item h3 {
	background : #6c8ba1;
	padding : 5px 0 5px 10px;
	margin : 0;
	margin-bottom : 10px;
	color : #fff;
	width : 100%;
}


.radiation .item .more {
	position : absolute;
	right : 5px;
	top : 5px;
	color : #fff;
	font-size : .909em;
}



/**/

.unsubscribe {
  border : 1px solid #999;
  background : white;
  padding : 1px 6px;
  color : #66879E;
  text-decoration : none;
}
.unsubscribe:hover {
}

.shoppingcart {
  position : relative;
  padding-bottom: 30px;
}
.shoppingcart .fi_btn {
  text-align: left;
  padding: 0;
  bottom: 0;
}
.wrapper .checkoutlogin .fi_btn {
  position: static;
}


.vottun {
  margin-top : 5px;
}

.vottun .content { text-align : center; }
.vottun a {
  background : url(../img/vottun.gif) 0 0 no-repeat;
  display : block;
  margin : 0 auto;
  height : 73px;
  width : 97px;
  overflow : hidden;
  text-indent : -9999em;
}
.vottun a:hover,
.vottun a:focus {
  background-position : 0 -73px;
}
