body {
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
td, th {
	font-size: 11px;
}
h1 {
    margin: 10px 0;
    font-size: 18px;
    color: #00234C;
}
h2 {
    margin: 10px 0;
    font-size: 14px;
    color: #00234C;
}
h3 {
	margin: 0;
	font-size: 12px;
	color: #000;
}
a {
	text-decoration: none;
	color: #06264b;
	outline: none;
}
img {
	border: 0;
}
form {
	margin: 0;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0;
	vertical-align: top;
}
ul, ol
{
	margin: 0;
	padding: 0;
}
input {
  font-family: arial, tahoma, sans-serif;
}
hr {
  height: 1px;
  border: 0;
  background-color: #a3adb4;
  border-top: 1px solid #a3adb4;
}

/**
 * Klantenservice
 */
div.klantenserviceBlock {
    background: url('layout/default/gfx/klantenservice_block.png') no-repeat left top;
    width: 187px;
    height: 160px;
    float: left;
    margin: 0px 0px 2px 2px;
}
div.klantenserviceBlock h3 {
    margin-top: 2px;
    margin-left: 5px;
}
div.klantenserviceBlock ul {
  margin-left: 5px;
}
div.klantenserviceBlock img.klantenserviceImg {
    margin-left: 1px;
    margin-top: 4px;
    display: inline;
}

div.vestigingenBlock {
    width: 376px;
    height: 484px;
    float: left;
    margin: 0px 0px 2px 2px;
    overflow: hidden;
}

div.afhaalinformatieBlock {
    background:  url('layout/default/gfx/afhaalinformatie_header.png') no-repeat left top;
    width: 565px;
    height: 160px;
    float: left;
    margin: 0px 0px 2px 2px;
}

div.bezorgenBlock {
    background:  url('layout/default/gfx/bezorgen_header.png') no-repeat left top;
    width: 565px;
    height: 160px;
    float: left;
    margin: 0px 0px 2px 2px;
}

div.ruilenBlock {
    background:  url('layout/default/gfx/ruilen.png') no-repeat left top;
    width: 565px;
    height: 160px;
    float: left;
    margin: 0px 0px 2px 2px;
}

div.overigeinformatieBlock {
    background:  url('layout/default/gfx/overige_informatie.jpg') no-repeat left top;
    width: 565px;
    height: 160px;
    float: left;
    margin: 0px 0px 2px 2px;
}

/**
 * Tabblock Xtive text
 */

div.tabBlock div.tabBlockXtive {
    background: url(/layout/default/gfx/grey_gradient.png) repeat-x scroll center bottom;
    /*border:1px solid #a3adb4;*/
    border-top: 1px solid #a3adb4;
    position: relative;
    padding-top: 2px;
    overflow: auto;
    clear:left;
}

div.tabBlock div.tabTxtXtive {
    background: url(/layout/default/gfx/grey_gradient.png) repeat-x scroll center bottom;
    /*border:1px solid #a3adb4;*/
    border-top: 1px solid #a3adb4;
    position: relative;
    padding: 4px;
    padding-bottom: 30px;
    overflow: auto;
    clear:left;
}
div.tabBlock div.tabTxtXtive ul {
    margin-left: 30px;
    list-style: disc;
}
div.tabBlock div.tabTxtXtive ol {
    margin-left: 30px;
}
div.tabBlock div.tabTxtXtive a {
    text-decoration: underline;
}

div.tabBlock div.klantenserciceContainer {
    background: url(/layout/default/gfx/grey_gradient.png) repeat-x scroll center bottom;
    border-top: 1px solid #a3adb4;
    position: relative;
    padding-top: 2px;
    overflow: auto;
    overflow: none; /* The first overflow seems to set hasLayout for IE7, even though the 2nd one disables the scrollbar for it..*/
    clear:left;
}

/**
 * Order end messages
 */
strong.titleBar {
    display: block;
    background: url('/layout/default/gfx/grey_gradient.png') repeat-x bottom;
    border-top: 2px solid #e9ecee;
    line-height: 23px;
}
