body{
  background:#f0f0f0;
  font-size: 11px;
}

form{
  margin-bottom: 10px;
}

input{
  vertical-align: middle;
}

button, input.button{
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  border-right-color: #ccc;
  font-weight: bold;
  font-size: 12px;
  padding: 1px 3px;
}

a:active {
  outline: none;
}

a img{
  border: none;
}

.categories{
  visibility: hidden;
}

#notify{
  left:-240px;
  position:absolute;
  top:-10px;
  display: none;
}

.buy-div{
  position:absolute;
  top: 30px;
  right: 25px;
}

.buy-small{
  position: relative;
  width: 68px;
}

.buy_link, #search a{
  padding: 1px 3px;
  background: #03385f;
  font-weight: bold;
  color: #fff;
  position: absolute;
}

#search a{
  display:block;
  position:absolute;
  right:10px;
  top:0;
  padding: 5px 6px;
  padding: 4px 6px;
}

a.buy_link:hover, a.buy_link:active, a.buy_link:focus, #search a:hover{
  color: #eee;
}

input, textarea, select{
  background: url('/gfx/design/input_bg.gif') top left repeat-x #fff;
  padding: 2px;
  font-size: 11px;
}

h1{
  font-size: 18px;
}

h2{
  font-size: 16px;
}

h3{
  font-size: 14px;
}

h1, h2, h3{
  color: #004577;
  margin: 0;
  padding: 0 0 10px;
  font-weight: bold;
}

strong{
  color: #004577;
}

.rlarge, .rlarge p {
  font-size:18px;
}

#basket_table{
  font-size: 14px;
}
  #basket_table .price{
    text-align: right;
  }


#pictureBrowser{
  z-index: 30;
  position: fixed;
  top: 30px;
  left: auto;
  width: 900px;
  height: 400px;
  background: white;
  border: 13px solid gray;
  display: none;
  margin-left: 20px;
}

.pictureBrowser img{
  border: 2px solid #fff;
  padding: 2px;
}

  .pictureBrowser img:hover{
    border-color: gray;
  }

  .pictureBrowser img.current{
    border-color: #338855;
  }


#basket_container:hover{
  cursor: pointer;
}


#xhr_loader{
  display: none;
  color: #000;
  background: #eee;
  padding: 3px 5px;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  border: 1px solid #ccc;
  border-width: 0 0 1px 1px;
  font-weight: bold;
}

  #xhr_loader img{
    vertical-align: middle;
    margin-right: 5px;
  }


#content{
  border: 1px solid white;
  background: url('/gfx/design/content_bg.png') #ffffff repeat-y;
}

.container{
  width: 987px;
  position: relative;
}

#header{
  background: url('/gfx/design/header_bg.png') transparent repeat-x;
  height: 97px;
  position: relative;
  z-index: 10;
}

  #header .container{
    height: 97px;
  }


  #header #menu{
    background: url('/gfx/design/menu_bg.gif') no-repeat;
    position: absolute;
    bottom: -29px;
    left: 235px;
    height: 40px;
    width: 574px;
  }

    #header #menu #navigation{
      margin: 0; padding: 0;
      list-style: none;
      padding: 11px 0 0 10px;
    }

    #header #menu #navigation li{
      float: left;
    }

    #header #menu #navigation li a{
      color: #033c65;
      font-size: 12px;
      text-decoration: none;
      font-weight: bold;
      display: block;
      padding: 0 8px;
      float: left;
    }

    #header #menu #navigation li a:hover{
      text-decoration: underline;
    }


    #header #search{
    position: absolute;
    bottom: -35px;
    width: 230px;
    right: 0;
  }

  #header #search input{
    width: 170px;
    font-size: 11px;
    color: #7c8890;
    padding: 5px;
    border: 1px solid #033c65;
  }

  #header #search img{
    vertical-align: middle;
    margin-left: 5px;
  }

  #header #logo{
    position: absolute;
    top: 20px;
    left: 5px;
  }

  #header #opening_hours{
    position: absolute;
    top: 25px;
    left: 325px;
  }

  #header #basket{
    position: absolute;
    top: 5px;
    right: 0;
    background:url('/gfx/design/basket_bg.png') no-repeat;
    width: 238px;
    height: 81px;
  }

  #header #basket div{
    position: relative;
    height: 81px;
  }

  #header #basket div span{
    position: absolute;
    left: 77px;
    top: -3px;
  }

  #header #basket div div{
    position: absolute;
    bottom: -30px;
    padding-left: 85px;
    font-size: 11px;
  }

  #header #basket #price_total{
    font-size: 15px;
    font-weight: bold;
  }

#frontpage_right{
 /* background: url('/gfx/design/right_bg.jpg') #e0e0e0 no-repeat;*/
  width: 234px; /*294px;*/
  height: 100%;
  float: left;
  margin-top: 40px;
}

#frontpage_center{
  width: 513px;
  float: left;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 40px;
}


  #frontpage_center #featured_products{
    margin: 0 0 15px 0;
  }


  #frontpage_center  #featured_products .product_wrapper{
    float: left;
    width: 163px;
    border: 1px solid #e0e0e0;
    padding: 2px;
    margin-right:2px;
  }

  #frontpage_center  #featured_products .last{
    margin: 0;
    width: 164px;
  }


  #frontpage_center #featured_banner{
    border: 1px solid #e0e0e0;
    padding: 2px;
  }

  #frontpage_center #featured_products .product_info{
    border: 1px solid #e0e0e0;
    padding: 2px;
    height: 120px;
    position: relative;
    background: url("gfx/design/center_product_bg.gif") repeat-x bottom left;
    font-size: 11px;
  }

  #frontpage_center  #featured_products .product_info h2{
    color: #033c65;
    font-size: 12px;
    font-weight: bold;
    margin-top: 7px;
  }

  #frontpage_center  #featured_products .product_info .btn_buy{
    position: absolute;
    bottom: 5px;
    right: 5px;
  }


#col_left{
  background-color: #dedede;
  float: left;
  width: 230px;
}

#col_left ul{
  margin: 0; padding: 0;
  list-style: none;
  padding: 3px 0 15px 0;
}

#col_left ul li a{
  color: #333536;
  font-size: 11px;
  text-decoration: none;
  /* width: 205px; */
  border-bottom: 1px solid #f2f2f2;
  display: block;
  background: url('/gfx/design/navigation_icon.gif') no-repeat #dedede 9px center;
  padding: 3px 3px 3px 22px;
}

#col_left ul li a:hover{
  background-color: #cacaca;
}

  #col_left ul ul a{
    padding-left: 35px;
    background-position: 20px;
    /* width: auto; */
  }

  #col_left ul ul ul a{
    padding-left: 50px;
    background-position: 35px;
  }

  #col_left ul ul ul ul a{
    padding-left: 65px;
    background-position: 50px;
    /* width: 170px; */
  }

  #col_left ul ul ul ul ul a{
    padding-left: 80px;
    background-position: 65px;
    /* width: 155px; */
  }

  #col_left ul .current{
    background-color: #cacaca;
}


#col_content{
  float: left;
  padding: 55px 0 30px 25px;
  width: 710px;
}


#footer{
  position: relative;
  height: 225px;
  margin-bottom: 40px;
}

  #footer #wrapper{
    /*background: url('/gfx/design/footer_bg.png') no-repeat;*/
    height: 250px;
    width: 1013px;
    position: absolute;
    top: -35px;
    left: -13px;
  }

    #footer #wrapper div{
      /*position: relative;*/
    }

      #footer #wrapper div #div1{
        position: absolute;
        top: 40px;
        left: 20px;
        width: 218px;
        height: 180px;
      }

      #footer #wrapper div #div2{
        position: absolute;
        top: 40px;
        left: 260px;
        width: 485px;
        height: 180px;
      }

      #footer #wrapper div #div3{
        position: absolute;
        top: 6px;
        left: 753px;
        width: 240px;
        height: 180px;
      }

  #footer #copy{
    position: absolute;
    bottom: 8px;
    color: #004577;
    font-size: 11px;
    left: 4px;
  }

  #footer #tools{
    position: absolute;
    bottom: 0;
    right: 1px;
  }

  #footer #footercards{
    position: absolute;
    bottom: -2px;
    right: 100px;
  }

  input.input_300, .input_300 input{
    width: 300px;
  }

  input.input_400, .input_400 input{
    width: 400px;
  }

  input.input_600, .input_600 input{
    width: 600px;
  }


.sortables { list-style: none; padding: 0; margin: 0 10px; }
.sortables li { margin: 0 0 10px 0; background: #eaf3fa; padding: 10px; }
.sortables .handle { margin-right: 10px; cursor: move; }

.sortables .delete{
  float: right;
}



.tree-context li a ins.folder_edit{
  background: transparent url('/gfx/icons/folder_edit.png') no-repeat center center;
}


#category_content textarea{
  width: 700px;
}

#product_form input{
  font-size: 10px;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #eeedea;
}

#product_form button{
  font-size: 10px;
}

#product_form td{
  border: 1px solid #eeedea;
  padding: 3px 0 1px 3px;
}

#product_form .input-img{
  width: 30px;
  marign-right: 5px;
}

.strike_text td{
  text-decoration: line-through;
}

#map_container{
  background:url('/gfx/map.png') top left no-repeat;
  height:229px;
  width:227px;
  position: relative;
}
#map_container_large{
  background:url('/gfx/map-large.png') top left no-repeat;
  height:458px;
  width:710px;
  position: relative;
}

.map_draggable_headline{
  top: 20px;
  left: 125px;
  width: 100px;
  height: 31px;
  position: absolute;
}

.map_draggable{
  width: 11px;
  height: 11px;
  background: url('/gfx/map_dot.png') top left no-repeat;
  position: absolute;
}
.map_item {
	width: 200px;
	color: #000000;
	padding: 2px;
	left: 14px;
	top: -2px;
	position: relative;
	background: #fff200;
	border: 1px solid black;
	white-space: nowrap;
}
.map_text {
	font-size: 20px;
	margin-left: 300px;
	padding-top: 100px;
	color: #004577;
}

a.icon, div.icon {
  background-position:center center;
  background-repeat:no-repeat;
  display:block;
  height:16px;
  text-indent:-898888px;
  width:16px;
}

.iconRet {
  background-image:url("/gfx/icons/pencil.png");
}
.iconImage {
  background-image:url("/gfx/icons/picture.png");
}
.iconDelete {
  background-image:url("/gfx/icons/delete.png");
}
.iconReport {
  background-image:url("/gfx/icons/report.png");
}
.iconCancel {
  background-image:url("/gfx/icons/cancel.png");
}
.iconTick {
  background-image:url("/gfx/icons/tick.png");
}
.iconAdd {
  background-image:url("/gfx/icons/add.png");
}
.iconMore {
  background-image:url("/gfx/icons/application_side_expand.png");
}

.basketPlus  {
  background:url("/gfx/basket_icons/plus.png") no-repeat scroll left top transparent;
}
.basketMinus {
  background:url("/gfx/basket_icons/minus.png") no-repeat scroll left top transparent;
}
.basketX {
  background:url("/gfx/basket_icons/x.png") no-repeat scroll left top transparent;
}
.basketIcon {
  clear:none;
  display:block;
  height:14px;
  margin:2px;
  text-indent:-9999px;
  width:14px;
}


.icon-word, .icon-excel, .icon-pdf, .icon-zip, .icon-image, .icon-unknown {
  display:block;
  width:200px;
  float:left;
  padding-left: 20px;
}

.fil-list:hover {
	background-color:#f1f1f1;
}

.icon-word {
	background:url(/gfx/icons/page_white_word.png) left center no-repeat;
}
.icon-excel {
	background:url(/gfx/icons/page_white_excel.png) left center no-repeat;
}
.icon-pdf {
	background:url(/gfx/icons/page_white_acrobat.png) left center no-repeat;
}
.icon-zip {
	background:url(/gfx/icons/page_white_compressed.png) left center no-repeat;
}
.icon-image {
	background:url(/gfx/icons/page_white_picture.png) left center no-repeat;
}
.icon-unknown {
	background:url(/gfx/icons/page_white.png) left center no-repeat;
}

#breadcrumb{
  margin-bottom: 10px;
}



.table-view-buy{
  width: 16px;
  padding: 1px;
}


.vare-kategori-liste-info img{
  margin-bottom:1em;
  margin-left:1em;
  float: right;
}

.vare-kategori-liste-info{
  /* text-align: right; */
}

#vareDescription {
  /*
  color: #00609E;
  font-size: 12px;
  */
  padding: 8px 0;
}


.underline{
  text-decoration: underline;
}

.vare-kategori-liste-info h2{
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}


.kategori-overview {
   width: 130px;
}

.kategori-overview-top  {
  float:left;
  width: 35%;
  margin-bottom:3em;
  list-style-image:url(/design/tick.gif);
  margin-left:2em;
  list-style-position:inside;
}

.kategori-overview-top-check  {
  list-style-type:none;
  list-style-image:none;
}
.kategori-overview-top-check label {
  display:inline;
  width:100%;
  float:none;
  clear:none;
}


#pretty_search{
  font-size: 16px;
  font-weight: bold;
  width: 320px;
}

#pretty_search_button{
  font-size: 16px;
}

.t_center{
  text-align: center;
}



#faq .container{
  float: left;
  width: 180px;
  border: 1px solid red;
  margin-right: 10px;
  background-color: #fafafa;
  border:1px solid  #eee;
}

#faq .header{
  padding: 15px 10px 0;
  margin: 0 5px;
  font-size:12px;
  color:#666;
  font-weight:bold;
  display: block;
  border:1px solid  #ddd;
  border-width: 0 0 1px 0;

}

#faq .info{
  padding: 0 15px;
  display: block;
}


#faq .answer{
  margin: 15px 0 0;
}

/*
  blueprint writeovers
*/

textarea{ height: 150px; }
p{ margin: 0 0 15px 0; }
a{ color: #336699; text-decoration: none; }
td {vertical-align: top;}

#frontpage_right p, #frontpage_center p{
  padding: 0;
  margin: 0;
}


address{
  margin: 0;
  font-style: normal;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select{
  margin: 0;
}

input[type="checkbox"], input[type="radio"], input.checkbox, input.radio{
  top: 0;
}

td{
  padding: 3px;
}

  #cke_page_content{border: none; padding: 0;}

ul#paybar {
  height:72px;
  margin:0;
  padding:0;
}

ul#paybar li.sel {
  background:url("/gfx/basket_icons/basket_paybar.png") no-repeat scroll 0 -54px transparent;
  color:#006EB8;
}

ul#paybar li {
  background:url("/gfx/basket_icons/basket_paybar.png") no-repeat scroll 0 0 transparent;
  color:#C0DBED;
  float:left;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:30px 0 0;
  text-align:center;
  width:185px;
}


input.error_req{
  background-color: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8A1F11;
  background-image: none;
}

.align-right{
  text-align: right;
}


.quiet select{
  color: #bbb;
}



/**
 * page navigation
 */


.next-nav{
  margin: 15px 0;
  text-align:center;
}

.next-nav a{
  display: block;
  padding: 5px;
  border-bottom: 1px solid #dedede;
}

.next-nav a:hover{
  color: #555;
  text-decoration: none;
  border-bottom-color: #aaa;
}


.page-nav{
  margin: 15px 0;
  clear: both;
}
/* common stuff */
.page-nav a, .page-nav a:link, .page-nav a:visited, .page-nav a:active, .page-nav span.current, .page-nav span.extend {
  padding: 2px 6px;
  margin: 2px;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.page-nav a, .page-nav a:link {
  border: 1px solid #cecece;
  background-color: #fff;
  font-size: 0.9em;
}
.page-nav a:hover {
  border: 1px solid #8e8e8e;
  color: #fff;
  background-color: #8e8e8e;
}
.page-nav a.current {
  border: 1px solid #444;
  color: #fff;
  background-color: #444;
  font-size: 1.0em;
}
.page-nav span.extend {
  border: 1px solid #dfdfdf;
  color: #aaa;
  background-color: #fff;
  font-size: 0.9em;
}


span.date {
	font-style: italic;	
}


.news-frontpage {
	margin-bottom: 2px;
	margin-right: 5px;
	text-align: left;
	border: 1px solid #004577;
	padding: 8px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DEDEDE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DEDEDE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #DEDEDE); /* for firefox 3.6+ */ 
}
	.news-frontpage h2 {
	}
	.news-frontpage ul {
		padding: 0 0 0 2em;
	}
  .news-frontpage .right {
    float: right;
  }
  .news-frontpage .image {
    width: 80px;
    float: left;
  }
    .news-frontpage .image img {
      width: 80px;
    }
  .news-frontpage .headline {
    float: right;
    width: 120px;
  }

.basketmoms {
	width: 156px
}

div#basketSwedBank {
  display: none;
  float: right;
  left: 14px;
  margin-bottom: 5px;
  margin-top: -43px;
  position: relative;
}
