.stream, .print { display : none; }
/* **************************************************************** */
/* Basic Style Definitions                                          */
/* **************************************************************** */

html, body { height : 100%; }

body {
  background : #fff;  
  color : #000;  
  font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
}

body,
body.zoom1 { font-size : 11px; ~font-size : 68.75%; }
body.zoom2 { font-size : 13px; ~font-size : 81.25%; }
body.zoom3 { font-size : 15px; ~font-size : 93.75%; }


.bodywrap {
  width : 930px;
  position : relative;
  text-align: left;
  margin: 0 auto;
  line-height: 1.3;
}


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 { padding-left : 1.75em; }
ol { padding-left : 2.25em; }
ul, ol  { margin-left : 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom : .27em; }
li { margin : 0; padding-bottom : .18em; }


form { margin : 0; }
label { display : block; }
.textinput, textarea, select {
  vertical-align : middle;
  font-family : Arial, Helvetica, Geneva, sans-serif;
  border : 1px solid #888;
  font-size : 1em;
}
textarea { vertical-align : top; }
.fi_btn input,
.button {
  font-family : Arial, Helvetica, Geneva, sans-serif;
  font-size : 1.2em;
  vertical-align : middle;
  cursor : pointer; 
  _cursor : hand;
} 
.button:hover { color : #c00; }
fieldset {
  padding : 0;
  margin : 0 0 .7em 0;
  border : none;
}


a { color : #0066cc; }




abbr, acronym, span.abbr {
  border-bottom : 1px dotted #777;
  cursor : help;
}
abbr:hover, acronym:hover, span.abbr:hover { border-bottom-color : #555; }


img { 
  margin : 0;
  padding : 0;
  border : none; 
}


h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
}
h1 {
  font-size : 1.45em;
  color : #0066cc; 
}
h2 {
  font-size : 1em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.27em;
  margin-top : 1em;
  margin-bottom : .64em;
  font-weight : normal;
}
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.num, td.num {
  text-align : right; 
  white-space : nowrap; 
}



/* **********  clear & tabletrick  ********** */
.clear { clear : both; line-height : 1px; font-size : 1px; margin-top : -1px; }
.tabletrick,
.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; background-color : transparent; }



/* **************************************************************** */
/* Page Canvas Definitions                                          */
/* **************************************************************** */


.pageheader {
  background : url("../img/ph-bak.gif") 0 0 no-repeat; 
  /* border-bottom : 8px solid #cc0000; rauğur */
  border-bottom : 13px solid #52a9c7;
  width : 725px;
}

.pageheader .brand { padding : 7px 0 0 7px; }
.home .pageheader .brand { padding-top : 41px; padding-bottom : 41px; }
.pageheader .imgbanner {
  position : absolute;
  right : 205px;
  top : 0;  
}

.home .pageheader .imgbanner { right : 205px; }

.textbox {  
  position : absolute;
  top : 0;
  right : 375px;
  width : 360px;
  height : 87px;  
  border-right : 3px solid #fff;
  background : #fea115;
  background : #ffcc66;
  color : #fff;
  font-size : 2em;
  font-weight : bold;  
  font-family : Arial;
}

.home .textbox { right : 375px;}

.textbox .content {
  margin-top : 30px;
  text-align : center;    
  margin : 30px 30px 10px 30px;
}



.pagebody {
  float : left;
  display : inline;  
  margin-left : 210px;
  margin-right : 9px;
  width : 506px;
}

.home .pagebody {
  margin-left : 220px;
    /*
  margin-right : 206px;
  width : 297px;  
    */
    margin-right : 0;
    width : 503px;
  margin-top : 20px;
}

.onecol .pagebody {
  margin-left: 0;
  width: 675px;
  margin-right: 0;
  
}

.onecol .pagebody .wrapper {
  padding: 0 18px;
}

.pageextra1 {
  width : 191px;
  float : left;
  margin-left : -725px;
  _height:1px;min-height:0; /* ie hasLayout fix */
}

.pageextra2 {
  float : left;
  width : 184px;
  margin-left : -184px;
  margin-top : 20px;  
}

.pageextra3 {
  position : absolute;
  width : 190px;
  right : 0;
  top : 2px;
}

.pageextra5 {
  clear : both;
  padding-top : 5px;
}
.home .pageextra5 { padding-right : 205px; }

.pageextra5 .wrapper {   border-top : 1px solid #0e70b4; }

.adbanners img { margin : 5px 0; }

.onecol .adbanners {
  margin-right: -50px;
  position : relative;
  _height:0;min-height:0; /* ie hasLayout fix */
  border-top: 1px solid #FFCC66;
  border-bottom: 1px solid #FFCC66;
  padding: 1px 0 12px 0;
  margin-bottom: 32px;
  _margin-bottom: 42px;
}

.onecol .adbanners img {
  margin-left: 14px;
}




/* **************************************************************** */
/* Generic Box Definitions                                          */
/* **************************************************************** */
.home .box {
  margin-bottom : 1em;
  background : url("../img/pb-box.gif") 0 100% no-repeat;
  padding-bottom : 9px;
  _height:1px;min-height:0; /* ie hasLayout fix */
}

.pageextra1 .box {
  background : url("../img/p1-box.gif") 0 100% no-repeat;
  padding-bottom : 9px;
}

.pageextra2 .box {
  background : url("../img/p2-box.gif") 0 100% no-repeat;
  padding-bottom : 9px;
}

.boxhd {
  font-size : 1em;
  color : #fff;
  text-align : center;
  margin : 0;
  background : #ffcc66;
  display : none;
}
.home .boxhd { display : block; }
.pageextra1 .boxhd {  background : #52a9c7; }

.box .content { padding: 20px 10px; }

.home .box .content,
.pageextra2 .box .content {
  border : 1px solid #ffcc66;
  border : 1px solid #ffcc66;
  border-bottom : none;
  _height:1px;min-height:0; /* ie hasLayout fix */
}



.topbox {
  border-bottom : 1px solid #FFCC66;
  margin-left: 10px;
  margin-right: -50px;
  position : relative;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.topbox .content {
  padding-bottom: 2px;
  padding-top: 20px;
  padding-left: 0;
}

.wrapper .topbox h1 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 6px;
}

.wrapper .topbox h2 {
  margin-bottom: 0;
  color: #0066CC;
}


/* **************************************************************** */
/* Definitions of Individual Page Items                             */
/* **************************************************************** */


/* **********  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;
}


/* **********  buttons  ********** */
.more,
.archivelink,
.buttons {
  display : block;  
}
.pagebody .more,
.pagebody .buttons {
  font-size : .92em;
}
.buttons { margin-top : 1em; }
.more a,
.archivelink a,
.buttons a {  
  padding-left : 20px;
  padding-bottom : 2px;
  white-space : nowrap;  
  background : url("../img/morebutton.gif") 0 0 no-repeat;
  text-decoration : none;
  font-weight : bold;
}


.wrapper .btnfacebook {
  background: url(../img/facebook.gif) 0 50% no-repeat;
  display: block;
  padding: 6px 0 6px 29px;
  font-weight: bold;
  color: #6b6b6b;
  float: right;
  margin-top: -8px;
  ~margin-top: -19px;
}
.wrapper .fi_btn .btnfacebook {
  margin-top: -2px;
}

/* *********** columns *********** */

.col-row {
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.col-row:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.col-1_2 {
  margin-left: 16px;
  float: left;
  width: 235px;
}

.col-first { margin-left: 0; }




/* **********  articlelist  ********** */
/* pláss fyrir forsíğuauglısingu .home .pagebody .articlelist { margin-top : 320px; } */
.articlelist .item {
  padding-bottom : 12px;
  margin-bottom : 1em;
  border-bottom : 1px solid #ffcc66;
  _height:1px;min-height:0; /* ie hasLayout fix */
}

.home .articlelist .item { 
  border : none ;
  float : left;
  width : 243px;
}
.home .articlelist .itm1,
.home .articlelist .itm3,
.home .articlelist .itm5 {
  clear : left;
  margin-right : 17px;
}
.home .articlelist .moreolder {
  clear : both;
  margin-left : 260px;
  margin-bottom : 10px;
}
.articlelist .item h3 {  
  margin : 0;
}
.articlelist .item h3 a { text-decoration : none; }



.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
}

.articlelist h3.old {
  clear : both;
  font-size : 1em; 
  margin : 0;
}

.articlelist ul {
  clear : both;
  list-style : none;
  padding-left : 0;
}
.articlelist li {
  padding-bottom : .7em;
}
.articlelist li a {
  font-weight : bold; 
}




/* **********  article  ********** */
.article .subtitle {
  clear : none;
  margin-top : 0;
  font-size : 1em;
}
.article .meta { margin-top : .7em; }
.article .summary {  
  padding : 4px 0;
  margin : 0 0 .7em 0;
}


.article img { clear : both; }
.article img.left { float : left;  margin : .2em .5em .2em 0; }
.article img.right { float : right;  margin : .2em 0 .5em .5em; }
.article img.center { float : none; display : block; margin : 0 auto .7em auto; text-align : center;}
.article-ie5mac img.center { 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 #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;
}




/* **********  imgbox  ********** */
.imgbox {
  position : static;
  float : left;
  padding : 0 .67em .75em 0;
  background : none;
  margin : 0;
  width : auto;
}
.imgbox .content {
  display : inline;
  background : none;
  padding : 0;
  margin : 0;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
}
.imgbox .imgcontent { width : 200px; }
.imgbox .imgtext {
  color : #333;
  font-weight : normal;
  font-size : .92em;
}
.imgbox .imgmeta {
  width : 200px;
  color : #666;
  font-weight : normal;
  font-size : .83em;
}

.pageextra1 .imgbox,
.pageextra2 .imgbox {
  float : none;
  margin : 0;
  width : auto; 
  margin-bottom : 2.5em;
}

/* **********  breadcrumbs  ********** */
.breadcrumbs { display : none; }



/* **********  snav  ********** */
.snav {
  margin-bottom : 1em;
  background : url("../img/p1-box.gif") 0 100% no-repeat;
  padding-bottom : 9px;
}
.home .snav {
  position : relative;
  top : -13px;
  left : 2px;
}
.snav ul {
  list-style : none;
  margin : 0;
  padding : 0;
}

.snav li {
  display : block;  
  padding : 0;
  margin : 0;
}

.snav li a {
  display : block;    
  font-weight : bold;
  color : #cc0000;
  text-decoration : none;  
  background : #ffcc66;
  padding : 2px 15px;
  border-bottom : 1px solid #ffedc8;
}

.snav .current a,
.snav .parent a, {
  color : #0066cc;
}

.snav .level2 a {
  background : #ffe1a6; 
  border-color : #ffcc66;
  font-weight : normal;
  color : #cc0000;
}

.snav .level2 .current a,
.snav .level2 .parent a, {
  color : #0066cc;
}
.snav .level2 .level3 a {
  background :  #ffe1a6 url("../img/redarrow.gif") 15px 7px no-repeat;
  padding-left : 30px;
  color : #cc0000;
}

.snav .level3 .current a,
.snav .level3 .parent a, {
  color : #0066cc;
  background-image : url("../img/redarrow-d.gif"); 
}

.snav .level3 .level4 a {
  padding-left : 45px; 
  background : #fff5e0 url("../img/bullet.gif") 30px 7px no-repeat;
  color : #cc0000;  
}

.snav .level4 .current a,
.snav .level4 .parent a, {
  color : #0066cc;
}


/* **********  enav ********** */
.wrapper .enav {
  position : absolute;
  top : -109px;
  left : 150px;
  width : 600px;
  border : none;
  padding : 0;
  margin : 0;
  background : transparent none;
}
.enav .boxhd { display : none; }
.enav .content {
  padding : 0;
  margin : 0 15.5em 0 0;
  background : transparent none;
}
.enav ul {
  list-style : none;
  padding : 0;
  margin : 0;
  float : right;
  border-right : 1px solid #b0a283;
  width : 21.2em;
}
.enav li {
  display : inline;
  padding : 0;
}
.enav .level1 a {
  float : left;
  line-height : 1em;
  padding : 0 0 0 7px;
  margin : 0 0 0 7px;
  color : #666;
  text-decoration : none;
  border-left : 1px solid #b0a283;
}
.enav a:hover,
.enav a:focus,
.enav a:active {
  color : #c00;
  text-decoration : underline;
}
.enav .parent a,
.enav .current a { font-weight : bold; }




/* **********  fnav ********** */
.fnav {
  text-align : center;
  font-size : .92em;
  padding : 1.2em 0  .4em 0;
}
.fnav .boxhd { display : none; }
.fnav .content {}
.fnav ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
.fnav li {
  display : inline;
  padding : 0;
}
.fnav .level1 a {
  line-height : 1em;
  padding : 0 5px 0 6px;
  color : #666;
  text-decoration : none;
  border-left : 1px solid #b0a283;
}
.fnav .cat1 a { border : none; }
.fnav a:hover,
.fnav a:focus,
.fnav a:active {
  color : #c00;
  text-decoration : underline;
}
.fnav .parent a,
.fnav .current a { font-weight : bold; }




/* **********  calendar  ********** */
.calendar {
  border : 1px solid #ccc;
  border-bottom : none;
  border-right : none;
}
.calendar td {
  text-align : right;
  border : 1px solid #ccc;
  border-top : none;
  border-left : none;
}
.calendar th {
  text-align : center;
  font-size : 10px;
  padding : .2em;
  border : 1px solid #ccc;
  border-top : none;
  border-left : none;
}
.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  background-color : #ccc;
  padding : .2em;
}
.calendar .sa {}
.calendar .su { font-weight : bold; color : #666; }
.calendar .o {
  background-color : #eee;
}
.calendar .osa {}
.calendar .osu {}

.calendar td i,
.calendar td a {
  display : block;
  font-style : normal;
  padding : .2em .33em .2em .4em;
}
.calendar a:link,
.calendar a:visited {
  text-decoration : underline;
  font-weight : bold;
}
.calendar a:hover,
.calendar a:focus,
.calendar a:active {
  background-color : #eee;
  text-decoration : underline;
}


/* **********  advert  ********** */
.home .pagebody .advert {
  position : absolute;
  margin-left : 40px;
  top : 190px;
  
}
.advert .content {
  text-align : center;
  padding : 0;
}



/* **********  searchform  ********** */
.wrapper .searchform {
  background : transparent none;
  padding : 0;
  margin : 0;
  border : none;
  position : absolute;
  top : -112px;
  left : 743px;
  text-align : right;
  width : 15.5em;
  margin-left : -15.5em;
}
.searchform .boxhd { display : none; }
.searchform .content {
  background : transparent none;
  padding : 0;
  margin : 0;
  border : none;
  font-size : .91em;
}
.searchform label { display : none; }
.searchform .textinput { border : 1px solid #888; width : 10.5em;}
.searchform .button { background : #fff; border : 1px solid #888; width : 4.2em;}




/* **********  footer  ********** */

.footer {  
  text-align : center;
  color : #777;  
  font-size : .909em;
}
.footer .boxhd { display : none; }
.footer .content { padding : 0; }
.footer p { margin : 0; }
.footer a:link, .footer a:visited { color : #777; text-decoration : none; }
.footer a:hover, .footer a:active { color : #c00; text-decoration : underline; }



/* **********  eplicaad  ********** */
.eplicaad {
  text-align : right;
  padding-right : 10px;
}
.eplicaad a {
  position : relative;
  top : -2em;
}



/* **********  advert  ********** */
.wrapper .advert {
  border : none;
  margin : 0;
  padding : 0;
  background : transparent none;
}
.advert .boxhd { display : none; }
.advert .content {
  padding-top : 13px;
  background-position : 0% -1px;
}
.advert img { margin-bottom : 8px; }

.pagebody .advert .content { background : transparent none; }




/* **********  forsíğa  krakkav, unglingav  ********** */
.krakkav .boxhd,
.unglingav .boxhd {
  padding : 4px 12px 3px 12px;
  width : 112px;
  _width /**/: 136px;
  border-bottom : 1px solid #8d8d8d;
  height : auto;
  min-height : 1em;
  min-height : auto;
  background : transparent url("../img/krakkav-boxhd.gif") 0% 0% no-repeat;
}
.unglingav .boxhd { background-image : url("../img/unglingav-boxhd.gif"); }



.generalform { padding-top : 10px; }
.generalform fieldset { border : none; }
.generalform fieldset ul {
  list-style : none;
  margin : 0 0 .8em 10px;
  padding : 0;  
}

.generalform .fi_txt,
.generalform .fi_sel,
.generalform .fi_rdo,
.generalform .fi_bdy {
  margin-bottom: .3em;
  clear: both;
  height: auto;
  overflow: hidden;
}

.generalform fieldset li { clear : both; width : 100%;}


.generalform fieldset li label { float : left; }

.generalform .fi_txt input,
.generalform .fi_txt select { font-size : 1em; height : 20px; }
.generalform .fi_sel label,
.generalform .fi_txt label { 
  display : block;
  float : left;
  width : 132px;
}

.generalform .fi_long label {
  float : none;
  width : auto;
}

.framlagsform .fi_txt select,
.framlagsform .fi_sel label,
.framlagsform .fi_txt input {
  font-size: 1em;
  height: 1em;
  width: 200px;
}

.framlagsform .fi_sel label,
.framlagsform .fi_txt label { width : 170px; height: auto; }
.framlagsform .fi_sel input { width: 77px; font-size: 1em; }

.framlagsform .fi_qty input { width: 60px; }

.framlagsform i {
  font-weight: normal;
  font-size: .8em;
}

.framlagsform div { padding-bottom: 5px; }

.framlagsform .fi_pnr input { width: 30px; }



/* ******  shoppingcart  ****** */
.shoppingcart table { width : 100%; }

.shoppingcart th,
.shoppingcart .th th,
.shoppingcart .th th.th {
  text-align : left;
  font-weight : bold;
  border : none;
  padding : 0;  
}

.shoppingcart .content .th th { border-bottom : 1px solid #999; }

.shoppingcart th {
  font-weight : normal;
}

.shoppingcart td,
.shoppingcart .th th {
  text-align : right;
  padding : 0 0 0 5px;
}


.shoppingcart .perunit { color : #999; }
.shoppingcart .del {
  font-size : .91em;
  width : 1em;
  padding-left : 1em;
}

.shoppingcart th,
.shoppingcart td {
  border-top : 1px solid #e9e9e9;
  padding-top : 3px;
  padding-bottom : 2px;
}
.shoppingcart td { white-space : nowrap; }



.shoppingcart .total th,
.shoppingcart .total td { border-top-color : #999; }

.shoppingcart .tax th,
.shoppingcart .tax td { border-top : none; }
.shoppingcart .gtotal th,
.shoppingcart .gtotal td {
  border-top : none;
  font-weight : bold;
}


.shoppingcart .total th,
.shoppingcart .tax th,
.shoppingcart .gtotal th { /* padding-left : 200px; */ text-align : right; }



.shoppingcart .fi_txt input { width : 2em; }
.shoppingcart .fi_btn { text-align : right; }
.shoppingcart th acronym { border : none; }

.shoppingcart #fkt,
.shoppingcart #fpw {
  width : 200px;
}

/* ******  checkoutlogin / changereg  ****** */
.checkoutlogin .content { padding-top : 10px; }
.checkoutlogin h3 { margin-top : 0; }
.checkoutlogin h4 { font-size : 1.09em; }

.changereg .fi_btn,
.checkoutlogin .fi_btn { text-align : left; }
.changereg .fi_btn input,
.checkoutlogin .fi_btn input { margin-left : 0; }

.checkoutlogin h4 { display : none; }
.checkoutlogin .register {
  float : right;
  width : 50%;
  padding-left : 2.5%;
  border-left : 1px solid #ccc;
  padding-top : 2px;
}

.changereg fieldset,
.register fieldset {
  float : left;
  width : 100%;
}
.changereg .fi_txt,
.register .fi_txt {
  clear : both;
  margin-bottom : .42em;
}
.changereg label,
.register label {
  float : left;
  width : 7.5em;
  padding-top : .17em;
}
.checkoutlogin .register label {
  width : 11em;
  float : none;
}
.changereg .fi_txt input,
.register .fi_txt input { width : 200px; }
.changereg .fi_btn,
.register .fi_btn { padding-left : 7.75em; }

.checkoutlogin .login {
  float : left;
  width : 37%;
}




.ecardform .content { padding : 10px 0 0 0; }
.ecardform .fi_txt {
  display : block;
  width : 49%;
  float : left;
  _height:1px;min-height:0; /* ie hasLayout fix */
}

.ecardform .fi_bdy textarea {  
  width : 350px;
}

.qsearch .content { padding : 10px; }



/* ****** gallery ****** */

.gallery {
  margin-right: -50px;
  position : relative;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.gallery .content { padding: 10px 0; }

.gallery .ctrls {
  width: 100%;
  text-align: center;
  padding-bottom: 7px;
}

.gallery td {
  text-align: center;
  background: url(../img/gallery-td-bg.gif) no-repeat 50% 50%;
  height: 163px;
  overflow: hidden;
  position : relative;
  vertical-align: middle;
}

.gallery td img {
  padding: 1px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}

.wrapper .gallery td.tabletrick {
  height: 30px;
  background: none;
  padding: 0;
  border-bottom: 1px solid #FFCC66;
}

.gallery .pgr {
  position : relative;
  width: 100%;
  overflow: hidden;
  font-size: .92em;
}

.gallery .pgr a {
  width: 38%;
  display: block;
  float: left;
  text-align: right;
  color: #000;
  text-decoration: none;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.gallery .pgr a.next {
  float: right;
  text-align: left;
}


.gallery .pgr a.next span {
  background-image: url(../img/gallery-next.gif);
}

.gallery .pgs {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: .92em;
  margin-top: -12px;
}




/* **** galleryitem **** */

.galleryitem {
  margin-right: -50px;
  position : relative;
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-top: 18px;
}

.galleryitem .content {
  padding: 21px 0 0 0;
  background: url(../img/galleryitem-bg.gif) no-repeat 50% 0;
}

.galleryitem .image {
  text-align: center;
  padding-bottom: 23px;
  background: url(../img/galleryitem-img-bottom.gif) no-repeat 50% 100%;
  margin-bottom: 12px;
}

.galleryitem .image img {
  padding: 1px;
  border: 1px solid #C5C5C5;
  background-color: #fff;
}

.galleryitem .ecardform {
  background: url(../img/galleryitem-img-bottom.gif) no-repeat 50% 100%;
  width: 100%;
  overflow: hidden;
  padding-bottom: 21px;
}

.galleryitem .ecardform .content {
  _height:0;min-height:0; /* ie hasLayout fix */
  padding: 20px 0 0 30px;
}

.galleryitem .ecardform label {
  color: #747474;
  padding-bottom: 5px;
  font-size: .92em;
  padding-left: 3px;
}

.galleryitem .ecardform input,
.galleryitem .ecardform textarea {
  border: 1px solid #C5C5C5;
  margin-bottom: 12px;
  width: 200px;
  font-size: 1.2em;
  padding: 2px;
}

.galleryitem .ecardform textarea {
  width: 428px;
  height: 80px;
}

.galleryitem .fi_bdy input {
  /* input-button image replacement */padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-99999em; overflow:hidden;
  width: 82px;
  height: 28px;
  background: url(../img/galleryitem-btn.gif) no-repeat;
  cursor: pointer;
  _cursor: hand;
  float: right;
  margin-right: 30px;
}

.galleryitem .fi_bdy input:hover,
.galleryitem .fi_bdy input:focus,
.galleryitem .fi_bdy input:active { background-position: 0 -28px; }




.onecol .galleryitem {
  background: url(../img/gallery-item-big-bottom.gif) no-repeat 0 100%;
  padding-top: 0;
  line-height: 1.3;
  margin-bottom: 18px;
}

.onecol .galleryitem .boxhd {
  display: block;
  background: #fff none;
  color: #0066CC;
  text-align: left;
  border-bottom: 1px solid #FFCC66;
  font-size: 1.5em;
  padding: 18px 0 5px 10px;
}

.onecol .galleryitem .content {
  background: url(../img/gallery-item-big-top.gif) no-repeat;
  width: 100%;
  overflow: hidden;
  padding-bottom: 16px;
  _padding-bottom: 26px;
}


.onecol .galleryitem .image {
  background: none;
  padding: 10px 20px;
  float: left;
  width: 405px;
  _width /**/: 445px;
}

.onecol .galleryitem ul {
  list-style: none;
  padding: 0;
}

.onecol .galleryitem ul li { padding-bottom: 0; }

.onecol .galleryitem .ecardmsg li strong { display: none; }

.onecol .galleryitem .ecardmsg li span { font-weight: bold; }

.onecol .galleryitem .ecardmsg li span.email {
  font-weight: normal;
  font-size: .83em;
}
.onecol .galleryitem .ecardmsg {
  float: left;
  font-size: 1.1em;
  width: 200px;
  padding-top: 60px;
  padding-bottom: 20px;
}
.onecol .galleryitem .ecardmsg h3 { display: none; }
.onecol .galleryitem .msg { margin-bottom: 1em; }
.onecol .galleryitem b { color: #408CD9; }







/* remove display: none and uncomment for prev next
.galleryitem .ctrls a { padding : 2px; }
.galleryitem .image { padding-top : 8px; }
*/
.galleryitem .ctrls { display: none; }





/* ***** giftcard ***** */

.giftcard h1.boxhd {
  padding : 20px 10px 0 10px;
  /* undo default .boxhd style */
  font-size : 1.45em;
  color : #0066cc; 
  text-align : left;
  margin : 0;
  background : transparent;
  display : block;
}
.giftcard .content { padding-top : 10px; }


.giftcard a { text-decoration: none; }

.giftcard .desc {
  margin: .6em 0 14px 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.giftcard .step {
  float: right;
  margin-bottom: -13px;
  ~margin-bottom: -22px;
}

.giftcard .subtitle {
  border-bottom: 1px solid #ffcc66;
  color: #0066cc;
  padding-bottom: 3px;
  margin-top: .7em;
  margin-bottom: 14px;
  clear: both;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.giftcard a.option {
  color: #000;
  position : relative;
  margin : -5px -6px;
  padding : 5px 6px;
  margin-bottom: 1.4em;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.giftcard a.option:hover,
.giftcard a.option:focus,
.giftcard a.option:active {
  background-color : #f4f4f4;
}

.giftcard a.option img { margin-bottom: .7em; }
.giftcard a.option strong { display : block; }

.giftcard a.option:hover strong,
.giftcard a.option:focus strong,
.giftcard a.option:active strong {
  text-decoration: underline;
  color: #333;
}


.giftcard form {
  background : #e8e8e8 url(../img/giftcard-form-top.gif) no-repeat;
  width: 486px;
  padding-top: 14px;
  position : relative;
}

.giftcard form img { margin-bottom: 14px; }

.giftcard form .wrap {
  background: url(../img/giftcard-form-bottom.gif) no-repeat 0 100%;
  width : 100%;
  overflow : hidden;
}
.giftcard fieldset {
  background : transparent none;
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 0;
}

.giftcard h3 {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  padding-left: 160px;
  margin : 0;
}

.giftcard .fi_txt,
.giftcard .fi_bdy,
.giftcard .fi_sel {
  width: 100%;
  overflow: hidden;
  margin : 7px 0;
}

.giftcard .fi_txt label,
.giftcard .fi_bdy label,
.giftcard .fi_sel label {
  float: left;
  text-align: right;
  width: 140px;
  margin-right : 12px;
  padding-top : .09em;
  position : relative;
}

.giftcard label i,
.giftcard label i,
.giftcard label i {
  font-style : normal;
  font-size : .92em;
  color : #666;
}

.giftcard acronym.req,
.giftcard acronym.req {
  position : absolute;
  border : none;
  color : #900;
  right: -7px;
}

.giftcard .fi_txt input,
.giftcard .fi_bdy textarea,
.giftcard .fi_sel select {
  width: 290px;
  padding: 2px 7px;
  font-size: 1em;
  font-family: verdana;
  border: 1px solid #A5ACB2;
}

.wrapper .giftcard .fi_duration select { width: auto; }

.giftcard .fi_sel select {
  width: 306px;
  padding: 0;
}

.giftcard .fi_bdy textarea {}



.giftcard .cardpreview {
  position : relative;
  text-align : center;
}
.giftcard .cardpreview .text {
  text-align : left;
  position : absolute;
  top : 260px;
  left : 30px;
  width : 248px;
}
.giftcard .cardpreview-type2 .text { top : 323px; }

.giftcard .trigger {
  position : absolute;
  top: 530px;
  right: 25px;
  width: 170px;
  height: 100px;
  display : block;
  background: url(../img/bullet.gif) no-repeat -100px -100px;
  z-index: 99;
}

.giftcard .popper {
  position : absolute;
  top: 450px;
  right: 200px;
  width: 240px;
  border: 1px solid #009FDD;
  background: #fff;
  text-align: left;
  padding: 10px 15px;
  text-decoration: none;
  z-index: 100;
}

.giftcard .popper strong { display : block; }

.giftcard #cardtext_preview_title {
  color: #fb9e1d;
  font-size : 1.8em;
  font-family: Georgia, serif;
  white-space : nowrap;
  line-height : 1.4;
}
.giftcard #cardtext_preview_body {
  color : #fff;
  font-size : 1.1em;
  font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height : 1.5;
  height: 145px;
  overflow: hidden;
}

.giftcard .attention {
  background-color : #fee;
  margin : 10px 20px;
  padding : 5px 10px;
  border : 1px solid #bbb;
}

.giftcard .warning {
  float: left;
  padding: 10px 19px;
  float: left;
  text-align: left;
  width: 275px;
}

.giftcard .warning p { margin-bottom: 0; }



.giftcard .act {
  text-align: left;
  padding-left: 15px;
  float: left;
  width: 300px;
  margin: -10px 0;
  position : relative;
}

.giftcard .act a {
  display : block;
  padding: 8px 0 8px 37px;
  background: url(../img/icn-print.gif) no-repeat 0 50%;
  font-size: .92em;
  color: #000;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.giftcard .act a:hover,
.giftcard .act a:focus,
.giftcard .act a:active {
  text-decoration: underline;
}


.giftcard .btnrow {
  float: right;
  padding: 9px 15px 20px 10px;
}

.giftcard .btnrow span {
  float: right;
  margin-left: 4px;
}

.giftcard .btnrow input {
  width: 70px;
  height: 30px;
  background: url(../img/giftcard-btns.gif) no-repeat 0 -30px;
  border: none;
  color: #fff;
  font-size: 1em;
  font-family: verdana;
}

.giftcard .btnrow .cancel input { background-position: 0 0; }

.giftcard .btnrow input:hover,
.giftcard .btnrow input:focus,
.giftcard .btnrow input:active { font-weight: bold; }







