/* **************************************************************** */
/* Box definitions                                                  */
/* **************************************************************** */

.box { 
  position: relative; 
  float: left; 
  width: 99%; 
  margin-top: 4px; 
  border: 1px solid #e5e5e5; 
  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
}
.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%;
}

.box h4{ font-size: 1.1em; /*color: #df3013;*/ color: #646464;                                               
border: 1px solid #dcdcdc;    border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
 padding: 7px 7px 7px 20px;
 color: #FFFFFF;
 text-decoration: none;
  background-color: #5F5F5F;
}


/**** 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%;
}

.footerbox .boxcontent a.more-news  
{
    float: right;
    margin: 5px 15px 0px 0px;
  color: #484848; 
  font-weight: bold; 
  text-transform: uppercase;
  padding-left: 10px;
  background: transparent url(../img/arrow-red.png) no-repeat 0% 50%;
}
.orange .footerbox .boxcontent a.more-news { background: transparent url(../img/arrow-orange.png) 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
{
  padding: 15px 0 0 0px;
}
.fpbox { 
  position: relative; 
  float: left; 
  width: 261px; 
  margin: 24x 0px 4px 0px; 
  margin-bottom: 5px;
}

.fpbox.trausti { width: 377px; margin-right: 10px; }
.fpbox.webshop { width: 300px; height: 200px; margin-right: 10px; padding: 20px;  background: url(../img/bg-fp-box.png) no-repeat 0px 0px; }

.fpbox.webshop h4 { font-size: 1.4em; /*color: #df3013;*/ color: #646464; font-weight: normal; margin-bottom: 10px; }
.fpbox.webshop .item { float:left; width:300px; height: 165px; /*background: url(../img/dots-bg.gif) repeat-x 0px 199px;*/  }
.fpbox.webshop .item a { color:#df3013; font-size:12px; font-weight:bold; }
.orange .fpbox.webshop .item a { color: #f47528; }

.fpbox.webshop .item span { color:#df3013; font-size:12px; font-weight:bold; }
.orange .fpbox.webshop .item span { color: #f47528; }

.fpbox.webshop .item h5 { /*height:20px;*/ margin-bottom:3px; float:left; }
.fpbox.webshop .item h5 a { width: 150px; float:left;  }

.fpbox.webshop .item  a.img { /*border:1px solid #dedfda;*/ float:right; height:125px; width:140px; margin-bottom:8px; }
.fpbox.webshop .item .left { float:left; width: 155px; }

.fpbox.webshop a.more { font-size: 1.3em; color: #6a6a6a; float:right; margin: 17px 5px 0px 0px; font-weight: bold; }

.fpbox .boxcontent { 
  overflow: hidden;
  padding: 14px; 
  background: url(../img/bg-fpboxes.png) repeat-y 0% 0%;
  border: 1px solid #d9d9d9;
border-radius: 0px 3px 7px 7px;
-moz-border-radius: 0px 3px 7px 7px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;


  background-color: #fff;
  height: 180px;
}

.fpbox  ul { list-style-position: outside; margin: 0; padding: 0; }
.fpbox ul li { 
  list-style: none; 
  font-size:14px;
  margin: 0; 
  padding: 10px 0 4px 15px;
  background: url(../img/bg-red-arrow-circle.gif) no-repeat 0% 70%;  
}

.fpbox ul li.offer
{
    background: url(../img/fp-contact-offer.png) no-repeat 4% 30%;  
    
    height:21px;
    padding-left:45px;
    margin-top: 8px;
}

.fpbox ul li.phone-call
{
    background: url(../img/fp-contact-phone.png) no-repeat 0% 30%;  
    height:21px;
    padding-left:45px;
    margin-top: 8px;
}

.fpbox ul li.query
{
    background: url(../img/fp-contact-query.png) no-repeat 4% 30%;  
    height:21px;
    padding-left:45px;
    margin-top: 8px;
}
.fpbox ul li.query a { color: #df3013; }
.orange .fpbox ul li.query a { color: #f47528; }

.fpbox ul li.mailing-list
{
    background: url(../img/fp-contact-mailinglist.png) no-repeat 3% 30%;  
    height:21px;
    padding-left:45px;
    margin-top: 8px;
}


.fpbox ul li a
{
  color: #4c4c4c;
}




/* **************************************************************** */
/* 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; }



/* **************************************************************** */
/* 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: 193px;
    margin-right: 1px;
    margin-bottom: 20px;
}

.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
{
    display: none;
    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;
}

.securityCode div
{
    width:430px;
    clear:both;
}

.securityCode div label
{
    font-weight:bold;
    margin-top:5px;
    margin-bottom:5px;
}

.securityCode div span
{
    font-weight:bold;
    float:left;
    margin-top:5px;
    margin-bottom:5px;
}

.securityCode input[type='text']
{
    float:right;
    width:200px;
    margin-bottom:5px;
}

.securityCode select
{
    float:right;
    width:204px;
    margin-bottom:5px;
}

.securityCode textarea
{
    display:block;
    float:right;
    width:410px;
    float:right;
    height:100px;
    margin-bottom:10px;
}

.securityCodeTable div
{
    padding-left:20px;
    width:320px;
    color:black;
    padding-right:20px;
}

.securityCode a
{
    font-weight:bold;
    float:right;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:5px;
}

.securityCodeTable
{
    color:#DF3013;
    border-width:1px;
    border-style:solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.securityCodeTable legend
{
    color:black;
    font-weight:bold;
    margin-left:20px;
}
