/* **************************************************************** */
/* Box definitions                                                  */
/* **************************************************************** */

.box { 
  position: relative; 
  float: left; 
  width: 99%; 
  margin-top: 4px; 
  border: 1px solid #e5e5e5; 
}

.box .boxcontent { 
  overflow: hidden;
  padding: 14px; 
  border-top: 1px solid #e5e5e5; 
}

.box h2 {
  font-size: 1em; 
  color: #777;
  padding: 7px 0 6px 11px;
  margin: 2px 2px 0 2px;
  background: url(../img/bg-box-header.gif) repeat-x 0% 0%;
}

/**** List definitions in boxes ****/
.box .boxcontent ul { list-style-position: outside; margin: 0 0 -8px 0; padding: 0; }
.box .boxcontent ul li { 
  list-style: none; 
  margin: 0; 
  padding: 0 0 8px 13px;
  background: url(../img/bg-red-circle.gif) no-repeat 0% 25%;  
}


.box .boxcontent ul li a { color: #555; font-weight: bold; }

/**** News/Webshop ****/
/* .box.news { min-height: 244px; _height: 186px; } */
.box.news { min-height: 203px; _height: 151px; }
.box.webshop { min-height: 224px; }


.box .boxcontent .news h2 { 
  font-size: 1.1em;
  padding: 0;
  margin: 0;
  background: none;
}

.box .boxcontent .news img { float: right; padding: 10px 0 0 10px; } 
.box .boxcontent .news .more { margin-top: 16px; }
.box .boxcontent .news .more a { color: #4b4b4b; font-weight: bold; }
.box .boxcontent .news .more-news { position: absolute; bottom: 15px; right: 25px; }
.box .boxcontent .news .more-news a { 
  color: #484848; 
  font-weight: bold; 
  text-transform: uppercase;
  padding-left: 18px;
  background: url(../img/bg-red-arrow-circle.gif) no-repeat 0% 50%;
}

/**** Subpage fix ****/
#three-col-sub-webshop #block_3 .box.webshop { margin-bottom: 4px; }
*:first-child+html #three-col-sub #block_3 .img-margin { margin-bottom: -3px; }

/**** Box with no header ****/
.box.nohead { 
  min-height: 205px;
  margin-top: 0px; 
  border: none; 
  background: url(../img/bg-box-2.gif) repeat-x 0% 0%; 
}

.box.nohead .boxcontent { border-top: none; }

/* **************************************************************** */
/* Frontpage Box definitions                                                  */
/* **************************************************************** */
.fpbox-wrapper
{
  background: url(../img/bg-block1.gif) repeat-x 0% 0%;
  padding: 15px 0 0 3px;
}
.fpbox { 
  position: relative; 
  float: left; 
  width: 248px; 
  margin: 24x 0px 4px -1px; 
  margin-bottom: 5px;
}

.fpbox .boxcontent { 
  overflow: hidden;
  padding: 14px; 
  background: url(../img/bg-fpboxes.gif) repeat-x 0% 0%;
  height: 146px;
}

.fpbox h2 
{
  margin-bottom: 0px;
  font-size: 1.1em; 
  text-transform: uppercase;
  padding: 15px 0 0px 15px;
  height: 24px;
  background: url(../img/bg-fpboxes-header.gif) repeat-x 0% 0%;
}
.fpbox.webshop h2
{
  background: url(../img/bg-fpboxes-header-red.gif) repeat-x 0% 0%;
}
.fpbox.webshop h2 a
{
  color: #fff;
}
.fpbox .boxcontent .news h2 { 
  font-size: 1.1em;
  padding: 0;
  margin: 0;
  background: none;
  text-transform: none;
}
.fpbox .ico 
{
  position: absolute;
  right: 12px;
  top: 15px;
  height: 31px;
  width: 31px;
  background: url(../img/ico-contact.gif) no-repeat 100% 50%;
}
.fpbox.boxcustomers .ico 
{
  background: url(../img/ico-customers.gif) no-repeat 100% 50%;
}
.fpbox.webshop .ico 
{
  background: url(../img/ico-webshop.gif) no-repeat 100% 50%;
}
.fpbox.service .ico 
{
  background: url(../img/ico-service.gif) no-repeat 100% 50%;
}

.fpbox .boxcontent .news img { float: right; padding: 10px 0 0 10px; } 
.fpbox .boxcontent .more-news { position: absolute; bottom: 10px; right: 15px; }
.fpbox .boxcontent .more-news a { 
  color: #484848; 
  font-weight: bold; 
  text-transform: uppercase;
  padding-left: 18px;
  background: url(../img/bg-red-arrow-circle.gif) no-repeat 0% 50%;
}
.fpbox  ul { list-style-position: outside; margin: 0; padding: 0; }
.fpbox ul li { 
  list-style: none; 
  margin: 0; 
  padding: 4px 0 4px 15px;
  background: url(../img/bg-red-arrow-circle.gif) no-repeat 0% 40%;  
}

.fpbox ul li.offer
{
    background: url(../img/fp-contact-offer.png) no-repeat 4% 50%;  
    font-size:14px;
    font-weight:bold;
    height:21px;
    padding-left:45px;
    margin-top: 8px;
}

.fpbox ul li.phone-call
{
    background: url(../img/fp-contact-phone.png) no-repeat 0% 50%;  
    font-size:14px;
    font-weight:bold;
    height:21px;
    padding-left:45px;
    margin-top: 8px;
}

.fpbox ul li.query
{
    background: url(../img/fp-contact-query.png) no-repeat 4% 50%;  
    font-size:14px;
    font-weight:bold;
    height:21px;
    padding-left:45px;
    margin-top: 8px;
}

.fpbox ul li.mailing-list
{
    background: url(../img/fp-contact-mailinglist.png) no-repeat 3% 50%;  
    font-size:14px;
    font-weight:bold;
    height:21px;
    padding-left:45px;
    margin-top: 8px;
}


.fpbox ul li a
{
  color: #4c4c4c;
}

/* **************************************************************** */
/* Frontpage news                                                   */
/* **************************************************************** */
.fpnews
{
  width: 720px;
  background: url(../img/bg-fpnews.gif) no-repeat 0% 0%;
  float: left;
}
.fpnews a
{
  font-weight: bold;
}
.fpnews h2
{
  font-size: 1.1em;
}
.fpnews .newsleft
{
  width: 400px;
  float:left;
  margin-right: 30px;
}
.fpnews .newsright
{
  width: 270px;
  float:left;
}
.fpnews .newsright .news
{
  margin-bottom: 5px;
}
.fpnews .head
{
  padding: 12px 0px 10px 10px; 
  font-weight: bold; 
}
.fpnews .head a
{
  padding-right: 20px;
  color: #4c4c4c;
  background: url(../img/bg-red-arrow-circle.gif) no-repeat 100% 50%;
}
.fpnews .boxcontent
{
  padding: 10px 10px 10px 10px;
}
.fpnews .boxcontent .more 
{
  float:right;
  margin-top:20px;
  margin-right: 20px;
}
.fpnews .boxcontent .more a { 
  color: #484848; 
  font-weight: bold; 
  padding: 0 18px 0 5px;
  background: url(../img/bg-red-arrow-circle.gif) no-repeat 100% 50%;
  
}
.fpnews .boxcontent .date
{
  padding-right: 5px;
  color: #9f9f9f;
  border-right: solid 1px #696969;
  font-weight: bold;
}

/* **************************************************************** */
/* fpEldvarnir                                                   */
/* **************************************************************** */
.fpeldvarnir
{
  float: right;
  width: 150px;
  background: url(../img/bg-eldvarnir.gif) no-repeat 0% 0%;
  min-height: 150px;
  padding: 10px 0px 0px 77px;
  margin: 30px 30px 0 0;
}
.fpeldvarnir h2
{
  color: #b11414;
}
.fpeldvarnir .boxcontent .more 
{
  float:right;
  margin-top:10px;
  margin-right: 20px;
}
.fpeldvarnir .boxcontent .more a { 
  color: #484848; 
  font-weight: bold; 
  text-transform: uppercase;
  padding-left: 18px;
  background: url(../img/bg-red-arrow-circle.gif) no-repeat 0% 50%;
}

/* **************************************************************** */
/* Boxes on frontpage (Content area)                                */
/* **************************************************************** */

#content-boxes { 
  float: left;
  width: 470px;
  height: 163px;
  margin-bottom: 3px;
}

#content-boxes .c-box { float: left; }
#content-boxes .c-box.one { width: 157px; }
#content-boxes .c-box.two { width: 158px; }
#content-boxes .c-box.three { width: 155px; }

#content-boxes .c-box .c-content { 
  min-height: 130px;
  _height: 119px;
  padding: 11px 16px 0 16px;
  background: url(../img/bg-cboxes.gif) no-repeat 0% 0%; 
}

#content-boxes .c-box.two .c-content { background-position: -157px 0% }
#content-boxes .c-box.three .c-content { background-position: -315px 0% }

#content-boxes .c-box h2 {
  font-size: 1em; 
  color: #fff;
  margin-bottom: 0;
  padding: 10px 0 9px 17px;
  background: url(../img/bg-cboxes-header.gif) no-repeat 0% 0%;
}

#content-boxes .c-box.two h2 { background-position: -157px 0% }
#content-boxes .c-box.three h2 { background-position: -315px 0% }

/**** List definitions in content boxes ****/
#content-boxes .c-box ul { list-style-position: outside; margin: 0; padding: 0; }
#content-boxes .c-box ul li { 
  list-style: none; 
  margin: 0; 
  padding: 0 0 2px 12px;
  background: url(../img/bg-red-arrow.gif) no-repeat 0% 40%;  
}

#content-boxes .c-box ul li a { color: #545454; }

/* **************************************************************** */
/* Webcam box frontpage                                             */
/* **************************************************************** */

.webcam { 
  float: left; 
  width: 263px; 
  height: 109px; 
  margin-top: 4px; 
  background: url(../img/bg-webcam.gif) no-repeat 0% 0%; 
}

.webcam .wc-content { padding: 30px 0 0 20px; }

.webcam label { 
  display: block;
  color: #595959;
  font-weight: bold;
  margin-bottom: 8px;
}

.webcam select { font-size: .9em; }


/* **************************************************************** */
/* WebShopItems                                                     */
/* **************************************************************** */


/* AddThis button */
.addthis { margin: 30px 0 30px 0; }


/* **************************************************************** */
/* Employee list                                                    */
/* **************************************************************** */

#EmployeeSearchResults
{
    border: solid 1px #d8d8d8;
    padding: 2px;
    margin-bottom: 15px;
}

#EmployeeSearchResults td.workplace-header
{
    background: #FFF url(../img/bg-workplace.gif) repeat-x 0 0;
    height: 37px;
    border-bottom: solid 1px #d8d8d8;
    padding: 0 10px 0 10px;
    text-align: center;
}

#EmployeeSearchResults td.selected-workplace
{
    border-left:  solid 1px #d8d8d8;
    border-right:  solid 1px #d8d8d8;
    padding: 0 10px 0 10px;
    height: 37px;
    text-align: center;
}


#EmployeeSearchResults td.workplace-header a
{
    color: #222222;
}

#tblEmployeeResult th
{
    height: 39px;
    background-color: #393939;
    color: #FFF;
    text-align: left;
    padding-left: 10px;
}


#tblEmployeeResult td
{
  height: 23px;
  padding-left: 10px;
}

#tblEmployeeResult tr.alt td
{
    background-color: #f2f2f2;
}

#EmployeeSearchResults div
{
    margin: 4px;
}





/* **************************************************************** */
/* Employee list popup                                              */
/* **************************************************************** */

 #backgroundPopup{  
     display:none;  
     position:fixed;  
     _position:absolute; /* hack for internet explorer 6*/  
     height:100%;  
     width:100%;  
     top:0;  
     left:0;  
     background:#000000;  
     border:1px solid #cecece;  
     z-index:1001;  
 }  
 .popupContact{  
     display:none;  
     position:fixed;  
     _position:absolute; /* hack for internet explorer 6*/  
     height:462px;  
     width:588px;  
     background:#FFFFFF;  
     border:2px solid #cecece;  
     z-index:1002;  
     padding:12px;  
     font-size:13px;  
     color: #000;
 }  
 .popupContact h1{  
     text-align:left;  
     color:#C4200F;  
     font-size:22px;  
     font-weight:700;  
     margin-bottom: 2px;
 }  
 
 .popupContact h2{  
     text-align:left;  
     color:#4F4F4F;  
     font-size:20px;  
     font-weight:normal;  
     margin-bottom: 20px;
 }  
 
 .popupContact h3{  
     text-align:left;  
     color:#0B0B0B;  
     font-size:16px;  
     font-weight:bold;  
     margin-bottom: 0px;
 }  
 
 .popupContact .popupContactClose{  
     font-size:14px;  
     line-height:20px;  
     right:31px;  
     top:25px;  
     position:absolute;  
     color:#444444;  
     display:block;  
     background: #FFF url(../img/emp-popup-close.gif) no-repeat 100% 50%;
     padding-right: 32px;
 }  
 
 .popupContact img.logo
 {
     position:absolute;
     top: 30px;
     left: 34px;
 }
 
 .popupContact .btn-red
 {
     border: none;
     background-color: #c4200f;
     color: #FFF;
     height: 36px;
     width: 102px;
 }
 
 .notification
 {
     background-color: #D4FFAA;
     border: solid 2px #3EBF00;
     padding: 4px;
     margin: 0 200px 10px 200px;
     text-align: center;
 }
 
/* **************************************************************** */
/* WebShop main page                                                */
/* **************************************************************** */


.webshop-cat-preview
{
    float: left;
    width: 195px;
    margin-right: 1px;
}

.webshop-cat-preview h3
{
    color: #a91e11;
    text-transform: uppercase;
    margin: 5px 0 0 5px;
}
.webshop-cat-preview .webShopCatContent
{
    padding-right: 5px;
    margin: 2px 2px 5px 5px;
}

.webshop-hr
{
    clear: both;
    margin: 20px 10px 20px 10px;
}

.webshop-cat-preview .webShopLinks ul
{
    margin-left: -34px;
}

*:first-child+html .webshop-cat-preview .webShopLinks ul
{
    margin-left: 0px;
}
    
.webshop-cat-preview .webShopLinks li
{
    list-style: none;
    background: transparent url(../img/red-dot.gif) no-repeat 0% 50%;
    padding-left: 12px;
    margin-bottom: 3px;
}

.webshop-cat-preview .webShopLinks li a
{
    color: #222222;
}

.webshop-box
{
    width: 380px;
    float: left;
}

.webshop-box .boxcontent img
{
    float: right;
    padding: 0 0 0 10px;
}

.webshop-box h2
{
    background:none repeat scroll 0 0 transparent;
    font-size:1.1em;
    margin:0;
    padding:0;
    color:#777777;
}

.webshop-box .boxcontent
{
    padding: 10px;
}

.webshop-box .boxcontent .news .more-news {
    margin-top: 12px;
}

.webshop-box .boxcontent .news .more-news a {
    background:url("../img/bg-red-arrow-circle.gif") no-repeat scroll 0 50% transparent;
    color:#484848;
    font-weight:bold;
    padding-left:18px;
    text-transform:uppercase;
}