
html {
   overflow: -moz-scrollbars-vertical; overflow-y: scroll;
   height: 100%;
} 

body { 
   background: #fff url(/images/bg/main_bg.gif);
   margin: 0px 0px 0px 0px;
   font-family: Arial, Sans; font-size: 12px; font-weight: normal;
   height: 100%;
}

img {
   border: none;
}

/* page layout                  */
#canvas      { width: 995px; margin: 0px auto 0px auto; background: #fff;  }

#main-border { width:1009px; margin: 0px auto 0px auto;  padding: 0px; background: url(/images/bg/shadow_main.png) top center repeat-y; }
#shadow-top  { width:1009px; height:0px; }
#page-top    { position: relative; width: 995px; height: 120px;   background: #fff url(/images/bg/top.jpg) no-repeat; z-index: 100; }
#page-left   { width: 160px; height: auto;  float:left; padding: 15px 10px 100px 5px; }
#page-main   { width: 815px;  padding: 0px; background: #fff; float: right;  }
#header      { width: 815px; height: 225px; padding: 0; margin: 0 }
#no_header   { width: 820px; height: 2px;  padding: 0; margin: 0 }
#content     { width: 815px; height: 400px; height: auto !important; padding: 8px 7px 0px 0px; }
#footer      { width: 995px; height: 30px; padding-top: 12px; text-align: center; }
#shadow-bot  { width:1009px; height:8px; background: url(/images/bg/shadow_bot.png) top no-repeat; }
#footer2     { margin: 0px auto 10px auto; font-family: arial, Sans; font-size: 8pt; font-weight: normal; color: #444; line-height:17px; text-align:center; }

/* content header, flash/image and cart or login box */
#top-header  { width: 995px; height: 89px }
#header-img  { float: left; width: 655px; height: 225px; }
#top-logo    { position: absolute; left: 13px; top: 2px; width: 160px; height: 85px; z-index: 1000; }

/* top menu, this lives inside page-top  */
#top-menu         { height: 31px; width: 995px; z-index: 101; background: url(/images/topmenu/menu-bg.png) repeat-x top; }
#top-menu a       { height:31px; float: left; background: transparent url(/images/topmenu/topmenu_fillout.png) no-repeat top left; }
#top-menu a:hover { background-position: top right; }
#top-menu .act    { background-position: top right; }

a#menu-button-8   { width: 63px;  background-image: url(/images/topmenu/partner.png); }
a#menu-button-7   { width: 74px;  background-image: url(/images/topmenu/startsida.png); }
a#menu-button-6   { width: 96px;  background-image: url(/images/topmenu/hur_du_koper.png); }
a#menu-button-5   { width: 116px; background-image: url(/images/topmenu/boka_upplevelse.png); }
a#menu-button-4   { width: 62px;  background-image: url(/images/topmenu/om_oss.png); }
a#menu-button-3   { width: 64px;  background-image: url(/images/topmenu/fragor.png); }
a#menu-button-2   { width: 66px;  background-image: url(/images/topmenu/kontakt.png); }
a#menu-button-1   { width: 104px;  background-image: url(/images/topmenu/foretag.png); }
a#menu-button-0   { width: 104px;  background-image: url(/images/topmenu/i_butik.png); }
#menu-filler      { width: 60px; height:31px; background: url(/images/topmenu/topmenu_fillout.png) repeat-x; float: right; }

/* left menu                */
#categories a {
   display: block;
   font-family: verdana, serif; font-size: 11px; font-weight: 700;
   line-height: 17px;
   height:17px;
   color: #393939;
   text-transform: uppercase;
   border-bottom:1px dotted #bbb;
}

#categories a:hover      { background: #eee; }
#categories .campaign a  { color: #555; }
#categories .parent_null { position: relative; height: 18px; }
#categories .sub_menu    { min-width: 160px; background: #e5e5e5;  padding: 0px; white-space: nowrap; }
#categories .sub_menu a  { text-transform: none; font-size: 9px; font-weight: 100}

/* login / cart box on top */
#header-box  {  float:right; width: 160px; height: 225px; background: url(/images/bg/right_red_fill_225.jpg) no-repeat; }
#box-content {  top: 0; left: 0; width: 147px; height: 217px; padding: 8px 5px 0 5px; color: #fff; font-size: 12px; }

#box_cart tr {
   font-family: arial, sans; font-size: 11px; font-weight: normal;
   color: #eee;
   line-height: 12px;
   padding-bottom: 2px;
}

#box_cart tbody tr { cursor: pointer; }
#box_cart tbody tr:hover td { color: #ccc; }

/* html elements           */
p { margin: 9px 0px 9px 0px; }

a.white       { color: #FFF; }
a.white:hover { color: #CCC; }

.overlay { position: absolute; z-index: 100000; left: 0px; top: 0px; width: 100%; height: 100%; }

.overlay-darken {
   position:absolute; left: 0px; top: 0px; width: 100%; height: 100%;
   background: black;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70);";
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
   opacity: .7;
}

.overlay-content {
   position: relative;
   margin: 0 auto;
   width: 200px; height: 200px;
   background-color: #FFF;
   display: none;
}

#category_descr {
   width: 600px;
   min-height: 22px;
}

#category_descr h1 {
   font-size: 16px;
}


/* dialogs                */
div.dialog {
   background: url(/images/ico/error.png) no-repeat 5px 5px;
   min-height: 100px;
   height: auto !important;
   height: 100px;
}

div.dialog-inner {
   margin: 0px auto auto 50px;
   overflow: hidden;
   min-height: 85px;
   height: auto !important;
   height: 85px;
}

div.dialog.no-icon {
   background-image: none;
}
div.dialog.no-icon .dialog-inner{
   margin-left:0;
}

.button { 
   outline: 0; 
   margin: 0px 2px; 
   font-family: arial, sans; font-size: 10px; font-weight: normal;
   line-height: 16px;
   padding: 1px 4px 1px 4px;
   text-decoration:none !important; 
   cursor: pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
}

iframe#debitech {
   position: absolute; left: 50%; top: 50%; width: 600px; height: 400px; 
   margin-left: -300px; margin-top: -200px;
   border: 1px solid black;
   display: block;
}


div#inner {
   float: left;
   width: 648px;
   font-family: arial, Sans; font-size: 12px; font-weight: normal; color: #000; margin: 4px 0px 4px 0px;
   margin: 4px 0px 4px 0px;
}     

h1  { font-family: arial, Sans; font-size: 20px; font-weight: bold; color: #444; margin:10px 0px 5px 0px; line-height:24px; }
.h1  { font-family: arial, Sans; font-size: 20px; font-weight: bold; color: #444; margin:10px 0px 5px 0px; line-height:24px; }
h2  { font-family: arial, Sans; font-size: 16px; font-weight: bold; color: #000; margin: 8px 0px 4px 0px; line-height:16px; }
h3  { font-family: arial, Sans; font-size: 13px; font-weight: bold; color: #000; margin: 4px 0px 4px 0px; line-height:1px; }

a       { color: #07b; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

ul    { margin: 0px 10px 15px 0px; padding: 0px 0px 0px 25px; }
ol    { margin: 0px 20px 15px 0px; padding: 0px 0px 0px 25px; }
li    { margin: 0px; padding: 0px; }

/* buttons                  */
.btn_buy  { width: 31px; height: 18px; background: transparent url(/images/buttons/buy.gif)  no-repeat top left; cursor: pointer; margin: 0px 2px 0px 4px; }
.btn_info { width: 31px; height: 18px; background: transparent url(/images/buttons/info.jpg) no-repeat top left; cursor: pointer; margin: 0px 2px 0px 4px; }
.btn_pick { width: 31px; height: 18px; background: transparent url(/images/buttons/pick.jpg) no-repeat top left; cursor: pointer; margin: 0px 2px 0px 4px; }

.btn_info:hover,.btn_buy:hover,.btn_pick:hover { background-position: top right; }

.btn_back   { height: 18px; line-height: 18px;  padding-left: 18px; background: transparent url(/images/buttons/back16.png) no-repeat; }
.btn_print  { height: 18px; line-height: 18px;  padding-left: 18px; background: transparent url(/images/buttons/print16.png) no-repeat; }

/* buttons, icons for related: for 1 for two */
.btn_for2a { width: 35px; height: 24px; background: transparent url(/images/buttons/related_for2.png) no-repeat top right; cursor: pointer; }
.btn_for2b { width: 35px; height: 24px; background: transparent url(/images/buttons/related_for2.png) no-repeat top left; cursor: pointer; }
.btn_for1a { width: 35px; height: 24px; background: transparent url(/images/buttons/related_for1.png) no-repeat top right; cursor: pointer; }
.btn_for1b { width: 35px; height: 24px; background: transparent url(/images/buttons/related_for1.png) no-repeat top left; cursor: pointer; }
.btn_xfor2a { width: 54px; height: 30px; background: transparent url(/images/search/for_tva.png) no-repeat 0px -10px; cursor: pointer; }
.btn_xfor2b { width: 54px; height: 30px; background: transparent url(/images/search/for_tva_rod_prick.png) no-repeat 0px -10px; cursor: pointer; }
.btn_xfor1a { width: 38px; height: 30px; background: transparent url(/images/search/for_en.png) no-repeat 0px -10px; cursor: pointer; }
.btn_xfor1b { width: 38px; height: 30px; background: transparent url(/images/search/for_en_rod_prick.png) no-repeat 0px -10px; cursor: pointer; }

/* new buttons for 1 and 2 */
.btn_for2  { width: 54px; height: 27px; background: transparent url(/images/search/for2.png) no-repeat left top; cursor: pointer; }
.btn_for1  { width: 38px; height: 27px; background: transparent url(/images/search/for1.png) no-repeat left top; cursor: pointer; }
.act_for12 { background-position: left bottom; }

.ui-booking-full        { color: black; font-weight: bold; opacity: 0.9 !important; } 
.ui-booking-full span   { background: red !important; }
.ui-booking-available a { background: green !important; font-weight: bold; }

.datepicker { position: absolute; left: 0px; top: 0px; }

/*
 * Booking. should we load these with @import
 */
.li-booking-info { position: absolute; left: 200px; top: 0px; width: 230px; height: 175px; overflow-x: hidden; overflow-y: auto; } 
.li-bslot-disabled     { border: 1px solid #E0E0E0; cursor: arrow; margin-bottom: 2px; background-color: red; color: #FFF; }
.li-bslot              { border: 1px solid #E0E0E0; cursor: pointer; margin-bottom: 2px; }
.li-bslot:hover        { background-color: #DDDDDD; }
.li-booking-inner { position: relative; height: 175px; }
.li-booking-datepicker { position: absolute; top: 0px; left: 0px; }
.li-booking-confirm { background:url(/images/ico/cal.png) no-repeat top left; position: relative; width: 250px; height: 75px; }
.li-booking-confirm-inner { position: absolute; left: 50px; top: 0px; width: 175px; height: 75px; }

/*
 *
 */
 
.dump { width: 100%; height: 600px; overflow-x: hidden; overflow-y: auto; } 


/* produkt info pages              */
.p_info_cont {
   float: left;
   left: 0;
   top: 0;
   width: 430px;
   text-align: left;
}

.p_info_right {
   float: left;
   width: 200px;   
   text-align: left;
   margin: 0px 0px 0px 15px;
}

.p_info_box {
   margin: 4px 0px;
   background-color:#f9f9f4;
   border-width: 1px;
   border-color:#d8dbd6;
   border-style: solid;
   padding: 5px;
}

/* input textbox inside p_info_box */
.p_info_txt {
   border: solid 1px #c8cbc6;
   height: 16px;
   margin: 0px 0px 0px 0px;
   padding: 0px;
   text-align:center;
}

.p_info_buy div {
   height: 16px;
   line-height: 18px;
   margin: 0px 4px 0px 4px;
}

.p_info_hr {
   height: 1px;
   background: #d8dbd6;
   margin: 5px 10px 5px 10px;
}

/* product info boxes  (3 x 4) 210px */
.p_box {
   position: relative;
   width: 260px;
   height: 160px;
   margin: 10px 10px 0px 0px;
   padding: 0px;
   overflow: visible;
   float: left;
}

.p_box_top {
   position: relative;
   left: 0px;
   top: 0px;
   height: 18px;
   width: 260px;
   background: transparent url(/images/bg/prod_box_top.gif) repeat-x;
   color: #FFF;
   font-family: verdana,helvetica,sans;
   font-size: 10px;
   font-weight: 700;
   line-height: 15px;
   overflow: hidden;
   text-align: left;
   text-indent: 5px;
   text-transform: uppercase;
   white-space: nowrap;
}

.p_box_top a {
   font-family: verdana,helvetica,sans;
   color: #FFF;
}

.p_box2_top a
{
   font-family: verdana,helvetica,sans;
   color: #FFF;
}
.p_box_cont {
   position: relative;
   background: transparent url(/images/bg/prod_box.jpg) no-repeat left top;
   height: 142px;
   width: 260px;
   margin: 0px;
}
.p_box_cont_big {
   position: relative;
   background: transparent url(/images/bg/prod-box-bg.png) no-repeat right bottom;
   margin: 0px;
}

.p_box_img {
   position: relative;
   float: left;
   width: 160px;
   height: 105px;
}

.p_box_loc {
   float: right;
   width: 95px;
   margin: 0px 5px 0px 0px;
   font-family:arial,Sans;
   font-size:8pt;
   font-style:italic;
   height: 40px;
   line-height:13px;
   overflow: hidden;
   text-align:right;
}

.p_box_for {
   float: right;
   width: 90px;
   margin: 3px 5px 0px 5px;
   font-family:arial,Sans;
   font-size:12px;
   font-weight:bold;
   height: 38px;
   line-height:17px;
   overflow: hidden;
   text-align:right;
}

.p_box_price {
   float: right;
   width: 95px;
   height: 20px;
   margin: 20px 5px 0px 0px;
   font-family: arial,Sans;
   font-size: 10pt;
   font-weight: bold;
   line-height:20px;
   overflow: hidden;   
   text-align: right;
}

.p_box_btn {
   float: right;
   width: 95px;
   margin: 0px 5px 0px 0px;
   height: 20px;
   overflow: hidden;   
   text-align: right;
}

.p_box_btn {
   float: right;
   width: 95px;
   margin: 0px 5px 0px 0px;
   font-family: arial,Sans;
   font-size: 10pt;
   font-weight: bold;
   height: 20px;
   line-height:20px;
   overflow: hidden;   
   text-align: right;
}

.p_box_teaser {
   float: left;
   position: relative;
   font-family: arial,Sans;
   font-size: 8pt;
   height: 26px;
   width: 230px;
   margin: 0px 0px 0px 5px;
   line-height: 13px;
   overflow:hidden;
   text-align:left;
}

.p_box_teaser a {
   color: #000;
}

/* popup location        */
.p_box_loc_pop {
   position: absolute;
   right: -140px;
   top: 4px;
   width: 135px;
   height: auto;
   display: none;
   background: transparent url(/images/bg/location_pop.png) no-repeat right bottom;
   border: none;
   z-index: 500;
   padding: 5px 3px 8px 5px;
}


/*
 *    Choicebox styling
 */

div.pbox {
   position: relative;
   width: 160px; height: 210px;
   margin: 0px 1px 10px 0px; 
   font-family: arial, sans; font-size: 10px; font-weight: normal;
}

div.pbox div.top {
   background: url(/images/bg/pbox_top.gif) repeat-x;
   height: 16px;
   margin-bottom: 2px;
   padding-left: 2px;
   font-family: verdana; font-size: 12px; font-weight: 700;
   color: #FFF; text-transform: uppercase; line-height: 16px;   
}

div.pbox .xy16{
   color:#000000;
   font-family:arial,Sans;
   font-size:10pt;
   font-weight:bold;
   height:20px;
   line-height:20px;
   overflow:hidden;
   position:absolute;
   right:5px;
   text-align:right;
   top:80px;
   width:80px;
}

div.pbox div.teaser {
   margin: 5px;
   height: 75px;  
}

div.pbox div.footer {
   position: absolute; top: 100%; left: 0px;
   width: 100%; height: 25px; 
   margin-top: -25px;
}



/* product info boxes 4 in a row width: 160px  */
.p_box2 {
   position: relative;
   width: 160px; height: 200px;
   margin: 0px 2px 10px 0px; 
   font-family: arial, sans; font-size: 10px; font-weight: normal;
   //background: transparent url(/images/bg/prod_box.jpg) no-repeat right bottom;
   background: #fff;
}

.p_box2_top {
   background: url(/images/bg/pbox_top.gif) repeat-x;
   height: 16px;
   margin-bottom: 2px;
   padding-left: 2px;
   font-family: verdana; font-size: 10px; font-weight: 700;
   color: #FFF; text-transform: uppercase; line-height: 16px;   
   white-space: nowrap; overflow: hidden;
}

.p_box2_teaser {
   margin: 5px;
   height: 40px;
   overflow: hidden;
}

p_box2_footer {
   position: absolute; top: 100%; left: 0px;
   width: 100%; height: 25px; 
   margin-top: -25px;
}

/* banners left and right                   */
/* these should fit on both left and right! */
/* it would be nice if width L/R was same   */
#l_banner { float: left; width: 155px; }
#r_banner { float: right; width: 165px; }
#l_banner .banner { margin: 6px 0px 0px 0px; }
#r_banner .banner { margin: 6px 0px 0px 5px; }

/* this is the one with light grey background */
.banner_box {
   margin:5px 0px 0px 0px;
   background-color:#f9f9f4;
   border: 1px #d8dbd6 solid;
   padding: 5px;
   font-family: arial, Sans; font-size: 8pt; font-weight: normal; color: #000; line-height:17px;
}

.banner_box p  { margin: 5px 0px 2px 0px; }
.banner_box h3 { margin: 5px 0px 2px 0px; }

/* big orange text used on boka */
.obs { font-family: arial, Sans; font-weight:bold; color:#cc602b; font-size:28px; margin: 50px 0px 0px 0px; }

/* overrides, subclasses       */
.verdana  { font-family: verdana; }
.verdana td { font-family: verdana; }
.b        { font-weight: bold; } 
.bold     { font-weight: bold; } 
.ita      { font-style: italic; }
.sthru    { text-decoration: line-through; }
.uline    { text-decoration: underline; }

.err      { color: #f00; }
.msg      { color: #070; }
.clk      { cursor: pointer; }
.li-booking-link { cursor: pointer; }
.h10      { height: 10px; }
.h15      { height: 15px; }
.h20      { height: 20px; }
.h35      { height: 35px; }
.uc       { text-transform: uppercase; }
.lc       { text-transform: lowercase; }
.upper    { text-transform: uppercase; } 
.upper td { text-transform: uppercase; }

/* float and alignment   */ 
.fl { float: left;  }
.fr { float: right; }
.cl { clear: left;  }
.cr { clear: right; }
.cb { clear: both;  }
.al { text-align: left;   }
.ac { text-align: center; margin: 0px auto 0px auto; }
.ar { text-align: right;  }

/* special <hr />        */
div.hr      { height: 1px; background: #000000; }
div.hr hr   { display: none; }

/* widths, form elements */
.txt   { font-family: Arial,Sans; font-size: 12px; color: #000; background: #fff; border: solid #bbb 1px; margin: 2px 1px 2px 1px; padding: 1px 1px 1px 1px; }
.chk   { margin: 1px; padding: 1px; }
.wT    { width: 20px; }
.wS    { width: 44px; }
.wM    { width: 90px; }
.wL    { width: 145px; }
.wXL   { width: 200px; }
.wXXL  { width: 250px; }
.wXXXL { width: 300px; }
.wMax  { width: 149px; }

/* font sizes            */
.tT   { font-size: 8px;  }
.tS   { font-size: 10px; }
.tM   { font-size: 12px; }
.tL   { font-size: 14px; }
.tXL  { font-size: 16px; }
.tXXL { font-size: 20px; }

/* margin and spacing    */
.pad { padding-right: 4px; }
.v5  { margin: 5px 0px 5px 0px; }
.v10 { margin: 10px 0px 10px 0px; }
.v15 { margin: 15px 0px 15px 0px; }
.v20 { margin: 20px 0px 20px 0px; }
.b5  { margin: 5px; }
.b10 { margin: 10px; }
.b15 { margin: 15px; }
.b20 { margin: 20px; }

/* Form label */
.fol {
   font-family: arial, sans; font-size: 12px; font-weight: normal;
   padding-right: 5px; 
   text-align: right;
}

.searchDiv{
   float: left; 
   width: 50px; 
   border: 0px solid #fff; 
   text-align: center; 
   /*background-color:#cc0d0c;*/ 
   margin:12px 0px 0px 50px; 
   color: #FFF;
   cursor: pointer;
}

/* search box on the left menu */
#search-left {
   float: left;
   width: 160px;
   height: 25px;
   padding: 6px 14px 0 8px;
}

#x_search-left input {
   position: absolute;
   top: 13px; left: 3px;
   width: 105px; height:14px;
   border: none; border-color: transparent;
   padding:0; margin:0; 
}

#search-left .searchBtn {
   width: 35px;
   float: right;
   margin: 1px 1px 1px 5px;
   padding: 0;
   height: 18px;
}


/* Styling for i_butik, maybe we should put this is another css-file */
.butikbox {
   height: 145px;width: 195px;
   margin: 0px 10px 10px 0px;
   background: url(/pics/layout/grey_fade.jpg);
   padding: 5px 0px 0px 5px;
}
.butik_lev_1, .butik_lev_2{
   clear:both;
}
.butik_lev_1 h2, .butik_lev_2 h3{
   cursor:pointer;
   color:#333;
}
.butik_lev_2 h3{
   font-size:10px;
   padding:8px 0 1px 20px;
}
.butik_a h2, .butik_a .butik_a h3{
   margin-left:10px;
   border-bottom:1px solid #DDD;
}


/* Search box */
.searchInputText {
   border: 0px;
   width: 111px;
   height: 17px;
   float: left;
   background-image: url('/pics/searchshadow.jpg');
   padding: 1px 1px 1px 6px;
}


/* Search element in left column */
#search_panel {
   width: 141px;
   height: 216px;
   background: url(/images/bg/searchelement_bg.png) no-repeat;
   padding: 10px 11px 10px 8px;
}

#search-element .ui-slider-handle {
   border-color: #999;
}
.price_12
{
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

#sliderWrap {
   position: fixed;
   overflow:visible;
   margin-top: 470px;
   width: 40px;
   height: 159px;  
   right: 0px; 
}
#slider {
   position: absolute;
   width: 295px;
   height: 159px;
   margin-top: 0px;
   right: 0px;
   margin-right: -290px;
}
#slider img {
   border: 0;
}
#sliderContent {
   margin: 0 0 0 0px;
   position: absolute;
}
#slide-header {
   margin: 0 auto;
   width: 600px;
   /* background-color: #F0F0F0; */
   height: 200px;
   padding: 10px;
}
#wrd {
   margin: 0 auto;
   width: 600px;
   padding: 10px;
}
#openCloseWrap {
   position:absolute;
   margin: 55px 0 0 -30px;
   font-size:12px;
   font-weight:bold;
}


/* eof */

