/* JFE CSS FILE */

/* General */
body
{ 
  background: #fff url('../img/bg/bg.gif') repeat; 
  color: #333;
  font-size: 15px;
  font-family: arial;
  text-align: center;
}

h1
{
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-family: tahoma;
  font-weight: bold;
}

h2
{
  padding: 0;
  margin: 0 0 4px 0;
  border-bottom: 1px solid #ccc;
  font-size: 19px;
  font-family: tahoma;
  font-weight: bold;
}

h3
{
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: tahoma;
  font-weight: bold;
}

h4
{
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: tahoma;
  font-weight: bold;
}

p
{
  margin: 0;
  font-family: tahoma;
}

a, a:link, a:visited
{
  color: #000;
  text-decoration: none;
  outline: none; /* Fx fix: prevents the ugly dotted line from appearing on links */
}

a:hover, a:active
{
  color: #e60000;
  outline: none; /* Fx fix: prevents the ugly dotted line from appearing on links */
}

ul
{
  list-style: none;
}

table
{
  margin: 0;
  padding: 0;
}

img.icon
{
  vertical-align: -2px;
}

div#specbox
{
  position: absolute;
  visibility: hidden;
  z-index: 200;
}

table.specbox
{
  border-collapse: collapse;
  border-top: 2px solid #124;
  border-bottom: 3px solid #124;
  border-left: 3px solid #124;
  border-right: 3px solid #124;
  border-spacing: 0;
  width: 275px;
}

table.specbox th
{
  font-size: 13px;
  text-align: center;
  border-width: 0;
  background-color: #124;
  color: #fff;
  padding: 4px;
}

table.specbox td
{
  font-size: 12px;
  text-align: left;
  border-width: 0;
  padding: 3px;
  background-color: #ddf;
  color: #124;
}

/* Body */
#body
{
  background-color: #fff;
  color: #333333;
/*  position: relative; */
  width: 780px; 
  border: 2px solid #666;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  vertical-align: middle;
}

/* Header */
div#header
{
  background: #fff url('../img/banner/jfe1208.jpg') no-repeat center center; 
  margin: 10px;
  height: 140px;
}

div#header h1
{
  display: none;
}

/* Breadcrumbs */
div#breadcrumbs
{
  text-align: right;
}

div#breadcrumbs p
{
  margin: 3px 4px 0 0;
  padding: 0;
  font-size: 13px;
}

div#breadcrumbs p a, div#breadcrumbs p a:link, div#breadcrumbs p a:visited
{
  background-image: url('../img/rest/link_sep.gif');
  background-repeat: no-repeat;
  background-position: 3px 4px;
  padding-left: 15px;
}

div#breadcrumbs p a.title
{
  font-weight: bold;
  background-image: none;
  padding-left: 0px;
}

/* Content */
div#content
{
  padding: 6px;
}

/* Shops */
div#shops
{
  margin: 0;
  padding: 0;
}

div#shops div.shop
{
  float: left;
  /* width: 251px; //in case of 3 shops */
  width: 280px;
  margin: 6px 0 0 3px;
  padding: 0;
}

div#shops div.shop div.image
{
  float: left;
  margin: 0;
  padding: 0;
}

div#shops div.shop div.image img
{
  margin: 0;
  padding: 0;
}

div#shops div.shop div.info
{
  margin-left: 107px;
  padding: 0;
}

div#shops div.shop h4
{
  margin: 0 0 2px 0;
  padding: 0;
  color: #444;
}

div#shops div.shop h4 span
{
  color: #666;
}

div#shops div.shop p
{
  margin: 0;
  padding: 0;
}

div#shops div.shop p.more
{
  margin: 4px 0 0 0;
  padding: 0;
}

div#shops div.shop p.more a
{
  text-decoration: underline;
  background: #fff url('../img/rest/right_grey.gif') no-repeat center left;
  padding-left: 20px;
}

div#shops div.group
{
  float: left;
  width: 193px;
  margin: 6px 0 0 3px;
  padding: 0;
}

div#shops div.group div.info
{
  margin-left: 77px;
  padding: 0;
}

div#shops div.group p.more
{
  margin: 4px 0 0 0;
  padding: 0;
}

div#shops div.group p.more a
{
  text-decoration: underline;
  background: #fff url('../img/rest/right_grey.gif') no-repeat center left;
  padding-left: 20px;
}

div#shops div.clear
{
  clear: both;
}

div#shops div.line
{
  margin: 5px 0;
}

/* Partners */
div#partners
{
  margin: 0;
  padding: 0;
}

div#partners div.partner
{
  width: 16.5%;
  float: left;
  margin-bottom: 6px;
}

/* Display products */
div#productfilter
{
  float: left;
  width: 152px;
  overflow: hidden;
  background-color: #ffc;
  border: 1px solid #fea;
  margin-bottom: 4px;
  padding-bottom: 3px;
}

div#productfilter h4
{
  padding: 3px;
  background-color: #fea;
}

div#productfilter ul
{
  padding: 0;
  margin: 0 3px;
}

div#productfilter ul li
{
  font-weight: bold;
  font-size: 13px;
  margin-top: 4px;
}

div#productfilter ul li ul
{
  margin: 0;
}

div#productfilter ul li ul li
{
  font-weight: normal;
  font-size: 12px;
  background: url('../img/rest/bullet_blue.gif') no-repeat 1px 4px;
  padding-left: 8px;
  margin: 0;
}

div#productfilter ul li ul li.current
{
  font-weight: bold;
}

div#productfilter ul li ul li span
{
  font-weight: normal;
  color: #666;
}

div#productlistlinear
{
  margin-left: 160px;
}

div#productlistlinear p#productcounter
{
  font-size: 12px;
  color: #666;
}

div#productlistlinear div.product
{
  height: 1%; /* Fixes layout in ie */
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 0 0 8px 0;
  margin: 8px 0 2px 0;
}

div#productlistlinear div.product div.image
{
  float: left;
  overflow: hidden;
  margin: 0 20px 0 0;
}

div#productlistlinear div.product div.info
{
/*  margin: 0 0 0 140px; */
  overflow: hidden;
}

div#productlistlinear div.product div.info h4
{
  padding-right: 100px;
  text-decoration: underline;
}

div#productlistlinear div.product div.info div.price
{
  position: absolute;
  right: 1px;
  top: 0;
  font-size: 15px;
  font-weight: bold;
}

div#productlistlinear div.product div.info p.summary
{
  font-size: 13px;
}

div#productlistlinear div.product div.more
{
  margin-top: 3px;
}

div#productlistlinear div.product div.more a
{
  text-decoration: underline;
  background: #fff url('../img/rest/right_grey.gif') no-repeat center left;
  padding-left: 20px;
  font-size: 13px;
}

div#productlistlinear p.listfooter
{
  font-size: 12px;
  color: #666;
  text-align: right;
  margin-top: 1px;
}

div#productlisttiled
{
  margin-left: 160px;
}

div#productlisttiled p#productcounter
{
  font-size: 12px;
  color: #666;
}

div#productlisttiled div.product
{
  width: 140px;
  margin: 0;
  padding: 6px;
  float: left;
}

div#productlisttiled div.product div.image
{
  text-align: center;
  position: relative; /* Required for the absolute positioning of the promotional icon */
}

div#productlisttiled div.product div.image img.actionicon
{
  position: absolute;
  top: -5px;
  left: 5px;
  border: none !important;
}

div#productlisttiled div.product div.info
{
  text-align: center;
  height: 3.1em;
}

div#productlisttiled div.product div.info h4
{
  font-size: 13px;
}

div#productlisttiled div.product div.info div.price
{
  font-size: 11px;
}

/*
div#productlistlinear div#container, div#productlisttiled div#container
{
  width: 440px;
}
*/

div#productlistlinear div#listheader, div#productlisttiled div#listheader
{
/*  position: relative; */
/*  float: left; */
  width: 440px;
}

div#productlistlinear div#productsort form, div#productlisttiled div#productsort form
{
  margin: 0;
}

div#productlistlinear div#productsort select, div#productlisttiled div#productsort select
{
  font-size: 11px;
  margin: 0;
}

div#productlistlinear div#productsort, div#productlisttiled div#productsort
{
  position: relative;
/*  margin-left: 440px; */
  float: right;
  width: 160px;
  top: -34px;
  font-size: 11px;
  text-align: right;
  vertical-align: top;
}

div#product
{
  overflow: hidden;
  width: 100%; /* IE 6 fix: prevents the product info from overlapping the image */
}

div#product h3
{
  color: #a11;
  border-bottom: 1px solid #800;
}

div#product div#info
{
  float: left;
  margin: 0 290px 8px 0;
  width: 474px;
}

div#product div#info p
{
  font-size: 13px;
  padding-bottom: 6px;
}

div#product div#extra
{
  float: left;
  width: 260px;
  margin-left: -260px;
}

div#product div#extra div#image
{
  text-align: center;
}

div#product div#extra div#price
{
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

div#product div#extra ul#shortcuts
{
  margin: 0;
  padding: 0;
  font-size: 13px;
}

div#product div#extra ul#shortcuts li
{
  padding: 4px 0 4px 22px;
}

div#product div#extra ul#shortcuts li.zoom
{
  background: url('../img/rest/zoom.gif') no-repeat center left;
}

div#product div#extra ul#shortcuts li.print
{
  background: url('../img/rest/print.gif') no-repeat center left;
}

div#product div#extra ul#shortcuts li.compare
{
  background: url('../img/rest/compare.gif') no-repeat center left;
}

div#product div#extra ul#shortcuts li.mail
{
  background: url('../img/rest/mailto.gif') no-repeat center left;
}

div#product div#extra ul#shortcuts li.manual
{
  background: url('../img/rest/manual.gif') no-repeat center left;
}

div#product div#specifications
{
  clear: both;
}

div#product div#specifications table
{
  border-collapse: collapse;
  border-width: 0;
  border-spacing: 0;
  margin-top: 6px;
  width: 80%;
}

div#product div#specifications table tr:hover td
{
  background-color: #ffc;
}

div#product div#specifications table th
{
  font-size: 13px;
  text-align: left;
  border-width: 0;
  border-bottom: 1px solid #999;
  background-color: #ddd;
  padding: 4px;
}

div#product div#specifications table td
{
  font-size: 12px;
  border-width: 0;
  border-bottom: 1px solid #999;
  padding: 2px 10px 2px 3px;
}

div#product div#specifications table td.title
{
  width: 40%;
}

div#product div#specifications table td.icon
{
  width: 26px;
}

div#product div#specifications table td.extra
{
  vertical-align: bottom;
}

/* Pagination */

div.pagination
{
  clear: both;
  margin-left: 160px;
  font-size: 9pt;
  text-align: center;
  padding: 4px 0;
}

div.pagination a
{
  color: #921;
  border: 1px solid #ddd;
  padding: 2px 6px;
  margin: 2px;
  text-decoration: none;
}

div.pagination a:hover
{
  border: 1px solid #000;
  background-color: #777;
  color: #fff;
}

div.pagination span.active
{
  color: #921;
  font-weight: bold;
  padding: 2px 6px;
  margin: 2px;
}

div.pagination span.inactive
{
  margin: 2px;
  padding: 2px 6px;
  color: #aaa;
}

div.pagination a.active
{
  font-weight: bold;
  border: 1px solid #eee;
}

div.pagination a.active:hover
{
  border: 1px solid #ddd;
  background-color: #eee;
  color: #921;
}

/* Shop */
div#shop
{
  overflow: hidden;
  width: 100%; /* IE 6 fix: prevents the shop info from overlapping the image */
}

div#shop h3
{
  color: #a11;
  border-bottom: 1px solid #800;
}

div#shop div#coordinates
{
  float: left;
  margin: 0 290px 8px 0;
  width: 474px;
}

div#shop div#coordinates p
{
  line-height: 1.4em;
}

div#shop div#image
{
  float: left;
  width: 260px;
  margin-left: -260px;
  text-align: right;
}

div#shop div#openinghours
{
  clear: both;
}

div#shop div#openinghours table
{
  margin-top: 6px;
  border-collapse: separate;
}

div#shop div#openinghours table th
{
  font-weight: normal;
  font-size: 13px;
  color: #666;
  text-align: left;
  height: 1.6em;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 3px;
  margin: 0;
  vertical-align: bottom;
  width: 46px;
}

div#shop div#openinghours table th.first
{
  border-left: 1px solid #fff;
}

div#shop div#openinghours table td
{
  line-height: 1.4em;
  font-size: 14px;
  color: #fff;
}

div#shop div#openinghours table td.day
{
  font-size: 14px;
  padding-right: 35px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  color: #000;
}

div#shop div#openinghours table td.open
{
  background-color: #090;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  text-align: center;
}

div#shop div#openinghours table td.closed
{
  color: #000;
}

div#shop div#map_canvas
{
  margin: 5px;
}

/* Sidebox */
.sidebox {
  margin: 0 auto; /* center for now */
  width: 17em; /* ems so it will grow */
  background: url('../img/rest/sbbr.gif') no-repeat bottom right;
  font-size: 100%;
}
.boxhead {
  background: url('../img/rest/sbtr.gif') no-repeat top right;
  margin: 0;
  padding: 0;
  text-align: center;
}
.boxhead h2 {
  background: url('../img/rest/sbtl.gif') no-repeat top left;
  margin: 0;
  padding: 20px 30px 7px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  border: 0 solid #fff;
}
.boxbody {
  background: url('../img/rest/sbbl.gif') no-repeat bottom left;
  margin: 0;
  padding: 5px 30px 31px;
}

/* Pages */
ul.base
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.base li
{
  background-image: url(../img/rest/list_bluecheck.gif);
  background-position: 0px 0px 0px 0px;
  background-repeat: no-repeat;
  padding-left: 25px;
}

table.proximus
{
  font-size: 11px;
}

table.proximus th
{
  color:#412687;
  background-color:#cdcbf3;
  padding: 2px;
  text-align: center;
  font-size: 12px;
}

table.proximus td
{
  padding: 3px;
  border-right: 1px solid #EDEDFB;
  border-bottom: 1px solid #EDEDFB;
}

table.proximus td.title
{
  background-color:#ededfb;
  color:#412687;
}

/* Footer */
div#footer
{
  background-color: #ddd;
  border-top: 2px solid #666;
  clear: both;
  padding: 4px;
}

div#footer p
{
  padding: 2px;
  text-align: center;
  color: #000;
  font-size: 13px;
}
