body
{
    min-width:998px;
    margin:0;
    font-weight: normal;
    font-size: 13px;
    line-height:18px;
    color: #585960;
    background: #ffffff;
    font-style: normal;
    font-family: Arial, Verdana, Tahoma;
}
input[type=text], input[type=password], input[type=select], textarea {
    border: #cdcdcd 1px solid;
    background: #ffffff;
}
select
{
    border: #cdcdcd 1px solid;
    font-weight: normal;
    font-size: 12px;
    background: #ffffff;
    font-style: normal;
    scrollbar-face-color:#ffffff;
    scrollbar-arrow-color:#585960;
    scrollbar-track-color:#e5e5e5;
    scrollbar-shadow-color:#cccccc;
    scrollbar-highlight-color:#ffffff;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-darkshadow-Color:#585960;
}
textarea
{
    font-weight: normal;
    font-size: 12px;
    background: #ffffff;
    font-style: normal;
    margin:0px;
    scrollbar-face-color:#ffffff;
    scrollbar-arrow-color:#585960;
    scrollbar-track-color:#e5e5e5;
    scrollbar-shadow-color:#cccccc;
    scrollbar-highlight-color:#ffffff;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-darkshadow-Color:#585960;
}
textarea::-webkit-scrollbar {
    width: 10px;
}
textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 3px;
}
textarea::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
input
{
    font-weight: normal;
    font-size: 13px;
    color: #585960;
    font-style: normal;
    margin: 0;
    transition: border 1s ease-in-out;
    -webkit-transition: border 1s ease-in-out;
    -moz-transition: border 1s ease-in-out;
    -o-transition: border 1s ease-in-out;
}
input.error {
    border: 1px solid #bc2338;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
}
select option {
    color: #585960;
}
select::-webkit-scrollbar {
    width: 10px;
}
select::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 3px;
}
select::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
a img{
    border:0;
}
a, a:visited {
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color:#0058ab;
    font-style: normal;
    transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
}
a:hover, a:focus {
    color:#0058ab;
    text-decoration: underline;
    transition: 100ms ease-in-out;
    -ms-transition: 100ms ease-in-out;
    -webkit-transition: 100ms ease-in-out;
    -moz-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
}
p {
    margin-top:0px;
}
h2 {
    color: #bc2338;
    font-size: 16px;
    line-height: 20px;
    font-weight:bold;
    margin: 1px;
    margin-bottom:4px;
    padding-left:5px;
    overflow:hidden;
}
h3 {
    font-size:15px;
    margin-top:4px;
    margin-bottom:4px;
    padding-top:2px;
    padding-bottom:2px;
    overflow:hidden;
}
h4 {
    color: #585960;
    font-size:15px;
    line-height:12pt;
    margin-top:4px;
    margin-bottom:4px;
    padding-top:2px;
    padding-bottom:2px;
    overflow:hidden;
}
#main h4, #main h3 {
    padding:5px;
    background:#e5e5e5;
    margin-left:-5px;
    margin-right:-5px;
    margin-top:16px;
    margin-bottom:2px;
}
h5 {
    line-height:10pt;
    font-size:15px;
    margin:0px;
    padding-top:3px;
    padding-bottom:3px;
    overflow:hidden;
}
h6 {
    display:inline;
    font-size:8pt;
    font-weight:normal;
    margin:4px;
    padding:2px;
    overflow:hidden;
}
div.error, .message{
    text-align:center;
    left:15%;
    right:15%;
    padding:3px;
    padding-left:5px;
    position:absolute;
    max-width:70%;
    background:white;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: 0 0 3px 2px #009920;
    -webkit-box-shadow: 0 0 3px 2px #009920;
    -moz-box-shadow: 0 0 3px 2px #009920;
}
.error{
    box-shadow: 0 0 3px 2px #dd2020;
    -webkit-box-shadow: 0 0 3px 2px #dd2020;
    -moz-box-shadow: 0 0 3px 2px #dd2020;
    transition: border 1s ease-in-out;
    -ms-transition: border 1s ease-in-out;
    -webkit-transition: border 1s ease-in-out;
    -moz-transition: border 1s ease-in-out;
    -o-transition: border 1s ease-in-out;
}
.message.info{
    box-shadow: 0 0 3px 2px #2466a8;
    -webkit-box-shadow: 0 0 3px 2px #2466a8;
    -moz-box-shadow: 0 0 3px 2px #2466a8;
    transition: border 1s ease-in-out;
    -ms-transition: border 1s ease-in-out;
    -webkit-transition: border 1s ease-in-out;
    -moz-transition: border 1s ease-in-out;
    -o-transition: border 1s ease-in-out;
}
#tagcloud ul {
    text-align: justify;
    margin:0;
    padding:0;
}
#tagcloud li {
    display:inline;
}
#tagcloud a {
    color: #585960;
    
}
.modellendiv {
    width:50%;
    float:left;
    margin-top:8px;
    padding:6px;
    height:132px;
    overflow: auto;
    border: #e5e5e5 solid 1px;
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#e5e5e5');
    background: linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -webkit-linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -ms-linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -moz-linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -o-linear-gradient(top,  #ffffff,  #e5e5e5);
}
.short-gradient {
    background:#ffffff; /* gradient start #e5e5e5 */
    background: linear-gradient(top,  #e5e5e5 0,  #ffffff 30px);
    background: -webkit-linear-gradient(top,  #e5e5e5 0,  #ffffff 30px);
    background: -ms-linear-gradient(top,  #e5e5e5 0,  #ffffff 30px);
    background: -moz-linear-gradient(top,  #e5e5e5 0,  #ffffff 30px);
    background: -o-linear-gradient(top,  #e5e5e5 0,  #ffffff 30px);
}
.soft-text {
    color: #949096;
}
#steps {
    border-left:#cccccc solid 1px;
    border-top:#cccccc solid 1px;
    border-bottom:#cccccc solid 1px;
    border-spacing:0;
    height:1.5em;
    width:98%;
    margin-right:0px;
}
#steps td {
    text-align:center;
    height:1.5em;
    font-size:14px;
    padding:0px;
    width:18%;
}
#steps span {
    margin:0px;
    padding:5px;
    margin-left:7%;
    margin-right:10px;
}
#steps td.border {
    display:block;
    width:auto;
    margin-left:-4px;
    margin-right:-5px;
    border-right: #cccccc solid 1px;
}
#steps tr.top {
    font-weight:bold;
}
#steps td.current {
    color: #0058ab;
}
#steps td.todo {
    color: #949096;
}

#steps tr.top td.border {
    -webkit-transform: skewX(22deg);
    -moz-transform: skewX(22deg);
    -o-transform: skewX(22deg);
    transform: skewX(22deg);
}
#steps tr.bottom td.border {
    -webkit-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    transform: skewX(-22deg);
}
#steps tr.top td.current {
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#d0e5f8', endcolorstr='#e4eef8');
    background: linear-gradient(top,  #d0e5f8,  #e4eef8);
    background: -webkit-linear-gradient(top,  #d0e5f8,  #e4eef8);
    background: -ms-linear-gradient(top,  #d0e5f8,  #e4eef8);
    background: -moz-linear-gradient(top,  #d0e5f8,  #e4eef8);
    background: -o-linear-gradient(top,  #d0e5f8,  #e4eef8);
}
#steps tr.bottom td.current {
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#e4eef8', endcolorstr='#ffffff');
    background: linear-gradient(top,  #e4eef8, #ffffff);
    background: -webkit-linear-gradient(top,  #e4eef8, #ffffff);
    background: -ms-linear-gradient(top,  #e4eef8, #ffffff);
    background: -moz-linear-gradient(top,  #e4eef8, #ffffff);
    background: -o-linear-gradient(top,  #e4eef8, #ffffff);
}
#steps tr.top td.done {
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#e5e5e5', endcolorstr='#f4f4f4');
    background: linear-gradient(top,  #e5e5e5,  #f4f4f4);
    background: -webkit-linear-gradient(top,  #e5e5e5,  #f4f4f4);
    background: -ms-linear-gradient(top,  #e5e5e5,  #f4f4f4);
    background: -moz-linear-gradient(top,  #e5e5e5,  #f4f4f4);
    background: -o-linear-gradient(top,  #e5e5e5,  #f4f4f4);
}
#steps tr.bottom td.done {
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#f4f4f4', endcolorstr='#ffffff');
    background: linear-gradient(top,  #f4f4f4, #ffffff);
    background: -webkit-linear-gradient(top,  #f4f4f4, #ffffff);
    background: -ms-linear-gradient(top,  #f4f4f4, #ffffff);
    background: -moz-linear-gradient(top,  #f4f4f4, #ffffff);
    background: -o-linear-gradient(top,  #f4f4f4, #ffffff);
}
table.techdata {
    min-width:22em;
    max-width:60%;
    padding:2px;
    margin-top:8px;
    border: #e5e5e5 solid 1px;
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#e5e5e5');
    background: linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -webkit-linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -ms-linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -moz-linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -o-linear-gradient(top,  #ffffff,  #e5e5e5);
}
table.techdata td {
    padding-left:2px;
}
table.techdata img {
    cursor:pointer;
}
td.info {
    font-size: 12px;
    color: #0058ab;
    margin:2px;
    padding-left:12px;
    display: none;
}
div#waarom-ghc {
	padding:7%;
}
div#waarom-ghc h2{
    padding-left:0px;
    margin-left:0px;
}
#waarom-ghc lh {
	display:block;
	margin-top:16px;
	margin-left:0px;
	padding-left:0px;
	font-size: 12px;
	font-weight: 900;
}
#waarom-ghc ul{
	margin:0px;
	padding:0px;
}
#waarom-ghc li {
	margin-left:17px;
	padding-left:0px;
}
ul#nav{
	margin:0px;
	padding:5px;
	padding-left:8px;
	padding-bottom:15px;
        border-bottom: #cccccc solid 1px;
}
#nav ul, #nav li {
	list-style: None;
	padding:0px;
        margin-left:6px;
}
#nav h5 {
	margin-top:12px;
}
#nav a:link, #nav a:visited
{
    color: inherit;
}
#nav a:hover, #nav a:focus
{
    color: #0058ab;
}
div.divZakelijk {
    width:100%;
    margin:0;
    padding:0;
}
td.fieldDesc{
    width:10em;
    text-align:right;
    vertical-align: middle;
    padding-right:1em;
}
td.formHeader {
    padding-top:24px;
}
#usermenu {
    position:relative;
    padding:10px;
    margin:-10px;
    width:16em;
    z-index:1;
}
#usermenu ul{
    display:none;
    position:absolute;
    width:16em;
    padding:5px;
    margin:-5px;
    background: #ffffff;
    border:#e5e5e5 solid 1px;
}
#usermenu li {
    margin-left:30px;
}
#usermenu:hover ul, #usermenu ul:hover {
    display:block;
}
#top-links {
    width:90%;
    max-width:1472px;
    min-width:978px;
    text-align:right;
    vertical-align: center;
    margin-left:auto;
    margin-right:auto;
    padding-right:8px;
    padding-bottom:5px;
    padding-top:5px;
    color: #ffffff;
    text-decoration: none;
}
#top-links a {
    color: #ffffff;
    text-decoration: none;
}
div#crumbs {
    margin:6px;
    margin-top:0px;
    margin-bottom:12px;
}
div#crumbs a{
    font-size:13px;
    text-decoration: none;
}
div#top-bg {
    position:relative;

    background:#ac1e2e; /* gradient end #d61f37 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac1e2e', endColorstr='#d61f37');
    background: linear-gradient(top,  #ac1e2e,  #d61f37);
    background: -webkit-linear-gradient(top,  #ac1e2e,  #d61f37);
    background: -ms-linear-gradient(top,  #ac1e2e,  #d61f37);
    background: -moz-linear-gradient(top,  #ac1e2e,  #d61f37);
    background: -o-linear-gradient(top,  #ac1e2e, #d61f37);
}
div#bg-line {
    position:absolute;
    background:#343434;
    left:0px;
    right:0px;
    bottom:0px;
    height:37px;
}
div#main-bg {
    background:#dae9f8; /* gradient end #ffffff */
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#dae9f8', endcolorstr='#ffffff');
    background: linear-gradient(top,  #dae9f8,  #ffffff);
    background: -webkit-linear-gradient(top,  #dae9f8,  #ffffff);
    background: -ms-linear-gradient(top,  #dae9f8,  #ffffff);
    background: -moz-linear-gradient(top,  #dae9f8,  #ffffff);
    background: -o-linear-gradient(top,  #dae9f8,  #ffffff);
    height:100%;
}
.shadow {
    max-width:1480px;
    min-width:978px;
    width:90%;
    box-shadow:         0 3px 10px 0px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow:    0 3px 10px 0px rgba(0,0,0,0.6);
    margin-left:auto;
    margin-right:auto;

}
.container {
    position:relative;
    background: #ffffff;
    margin:0px;
    text-align:left;
}
div#main-container {
    position:relative;
}
div.shadow-hider {
    overflow:hidden;
    padding-top:0px;
    margin-top:0px;
}
div.top {
    border-bottom:#cccccc solid 1px;
}
img#logo{
    padding:20px;
    position:relative;
}
#main {
    margin-left:14%;
    margin-right:20%;
    width:auto;
    padding:20px;
    position:relative;
}

#mainbestel {
    width:800px;
    padding:20px;
    position:relative;
}

#main-border {
    position:absolute;
    top:0px;
    left:14%;
    right:20%;
    bottom:0px;
    border-left:#cccccc solid 1px;
    border-right:#cccccc solid 1px;
}
.content {
    position:relative;
    margin:6px;
}

#panel-left {
    float:left;
    width:14%;
}

#panel-right {
    z-index:0;
    float: right;
    width:20%;
    margin-bottom:-1px;
}

#panel-right h2 {
    padding-left:0px;
}

@media screen and (max-width:1399px) {

#main-border {
	display: none!important
}

#panel-right-bestel {
	display: none!important
}

#panel-right-bestel h2 {
	display: none!important
}
}

@media screen and (min-width:1400px) {

#main-border {
    position:absolute;
    top:0px;
    left:14%;
    right:20%;
    bottom:0px;
    border-left:#cccccc solid 1px;
    border-right:#cccccc solid 1px;
}
#panel-right-bestel {
    z-index:0;
    float: right;
    width:20%;
    margin-bottom:-1px;
}

#panel-right-bestel h2 {
    padding-left:0px;
}

}


#support {
    position:absolute;
    top:0px;
    right:0px;
    height:84px;
    width:22%;
    padding-top:20px;
    background:url('/images2/live-support.png') right no-repeat;
    text-align:right;
    padding-right:130px;
}
table.search {
    width:100%;
    position:relative;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:8px;
    /* gradient end #e5e5e5 */
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#e5e5e5');
    background: linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -webkit-linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -ms-linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -moz-linear-gradient(top,  #ffffff,  #e5e5e5);
    background: -o-linear-gradient(top,  #ffffff,  #e5e5e5);
}
table.search input {
    width:90%;
    min-width:19em;
}
table.search table {
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
table.search>tbody {
    vertical-align: top;
    text-align:center;
    width:30%;
}
.search h2 {
    padding-left:0px;
}
.search span {
    display:block;
    color: #999999;
    margin-left:1px;
}
.search a {
    font-size: 14px;
    color: #474548;
    text-decoration: none;
}
div#contact-push {
    position:absolute;
    left:10%;
    bottom:-100px;
    color:#e5e5e5;
    font-size:16px;
    line-height:23px;
    font-weight:bold;
    border-top: #5c0c0e solid 1px;
    border-left: #5c0c0e solid 1px;
    border-right: #5c0c0e solid 1px;
    border-radius: 8px 8px 0 0;
    background-color: #7a0d1a;
    background: linear-gradient(top, #bc2e3e, #7a0d1a);
    background: -webkit-linear-gradient(top, #bc1e2e, #7a0d1a);
    background: -ms-linear-gradient(top, #bc2e3e, #7a0d1a);
    background: -moz-linear-gradient(top, #bc2e3e, #7a0d1a);
    background: -o-linear-gradient(top, #bc2e3e, #7a0d1a);
    transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -webkit-transition: all  3s ease-in-out;
    -o-transition: all  3s ease-in-out;
}
div#contact-push p {
    margin:4px 10px;
}
div#contact-push.shown {
    bottom:-1px !important;
}
div#contact-push a {
    font-size: 18px;
    font-weight:inherit;
    color:inherit;
    text-decoration:underline;
}
tr.img-links td {
    text-align: center;
    vertical-align: bottom;
    width: 88px;
}
tr.img-links a {
    opacity: 0.8;
    filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    transition: opacity 600ms ease-in-out;
    -ms-transition: opacity 600ms ease-in-out;
    -webkit-transition: opacity 600ms ease-in-out;
    -moz-transition: opacity 600ms ease-in-out;
    -o-transition: opacity 600ms ease-in-out;
    transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
}
tr.img-links a:hover, tr.img-links a:focus {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
}
.search .right img {
    margin-left
    margin:3px;
    padding:5px;
}
.search select {
    width: 140px;
    height:91px;
}
ul#merken {
    list-style-type: none;
    overflow:auto;
    max-height:311px;
    width:auto;
    margin-left:-25px;
    padding-left:25px;
    margin-right:-25px;
    padding-right:25px;
    scrollbar-face-color:#ffffff;
    scrollbar-arrow-color:#585960;
    scrollbar-track-color:#e5e5e5;
    scrollbar-shadow-color:#cccccc;
    scrollbar-highlight-color:#ffffff;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-darkshadow-Color:#585960;
}
ul#merken::-webkit-scrollbar {
    width: 10px;
}
ul#merken::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 3px;
}
ul#merken::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
ul#merken li {
    position:relative
    width:auto;
    text-align:left;
    margin-left:-25px;
    padding-left:25px;
    margin-right:-25px;
    padding-right:25px;
    transition: background 150ms;
    -ms-transition: background 150ms;
    -webkit-transition: background 150ms;
    -moz-transition: background 150ms;
    -o-transition: background 150ms;
    transition-delay: 30ms;
    -moz-transition-delay: 30ms;
    -webkit-transition-delay: 30ms;
    -o-transition-delay: 30ms;
}
ul#merken a {
    display:block;
    width:100%;
    color:#474548;
}
ul#merken li:hover, ul#merken li:focus {
    background:#d0e5f8;
    transition: background 150ms;
    -ms-transition: background 150ms;
    -webkit-transition: background 150ms;
    -moz-transition: background 150ms;
    -o-transition: background 150ms;
}

td.split {
    background: url('/images2/splitter.gif') center 8px no-repeat;
    width:5%;
}
table.products {
    width:100%;
    border-spacing:0px;
}
table.products td {
    padding-top:13px;
    padding-bottom:13px;
    vertical-align:top;
    width:auto;
}
p.details {
    font-size: 11px;
    margin-bottom:0px;
}
table.products th, table.orders th {
    padding:0px;
    padding-top:0px;
    padding-bottom:0px;
    font-weight:normal;
}
table.products input {
    width:2em;
}
table.products>tbody>tr>td td {
    padding:0px;
    margin:0px;
}
table.products>tbody>tr>td table {
    border-spacing:0px;
}
table#totals {
    width:100%;
    margin-right:-2px;
    margin-left:-2px;
}
table#totals td {
    padding-top:6px;
    padding-bottom:4px;
    padding-left:2px;
    padding-right:2px;
}
td.amount {
    text-align: right;
    font-size:15px;
}
td.total {
    font-weight: bold;
}
.verwijder {
    border:none;
    background: url(/images2/delete.png);
    width:16px !important;
    height:16px;
    margin:5px;
}
a.button{
    position:relative;
    display:inline-block;
    height:28px;
    margin:3px;
    margin-left:auto;
    margin-right:auto;
    text-decoration:none;
    text-align:center;
    padding-left:3px;;
    padding-right:3px;;
    padding-bottom:auto;
    cursor: default;
    transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
}
a.button:focus {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
}
a.button img {
    margin-top:0px;
    vertical-align:top;
}
a.button span {
    display:block; !important
}
a.button .label {
    height:26px;
    margin:0px;
    padding-top:2px;
    padding-left:15px;
    padding-right:15px;
    background:url('/images2/button-fill.png') repeat;
    line-height:23px;
    color:#ffffff;
    font-size:12pt;
    font-weight:bold;
    vertical-align:middle;
}
a.button .left {
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    background:url('/images2/button-left.png') no-repeat scroll;
    width:3px;
}
a.button .right {
    position:absolute;
    top:0px;
    right:0px;
    height:100%;
    background:url('/images2/button-right.png') no-repeat scroll top right;
    width:3px;
}
a.button .overlay {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#ffffff;
    cursor:pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    transition: opacity 600ms ease-in-out;
    -ms-transition: opacity 600ms ease-in-out;
    -webkit-transition: opacity 600ms ease-in-out;
    -moz-transition: opacity 600ms ease-in-out;
    -o-transition: opacity 600ms ease-in-out;
}
a.button .overlay:hover, a.button .overlay:focus {
    opacity: 0.15;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
}
a.button input {
    color:#ffffff;
    border:0;
    margin:0;
    padding:0;
    min-width:8px;
}
#brand-bar {
    border-bottom:#cccccc solid 1px;
    width:100%;
    padding-left:10px;
    padding-right:10px;
}
#brand-bar th {
    font-size: 10px;
    width:67px;
    color: #999999;
    vertical-align: top;
    display:inline-block;
}
#brand-bar td {
    position:relative;
    height:60px;
    margin:0px;
    padding:0px;
}
#brand-bar a {
    vertical-align:middle;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    transition: opacity 3000ms ease-in-out;
    -ms-transition: opacity 3000ms ease-in-out;
    -webkit-transition: opacity 3000ms ease-in-out;
    -moz-transition: opacity 3000ms ease-in-out;
    -o-transition: opacity 3000ms ease-in-out;
}
#brand-bar a:hover, #brand-bar a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
}
#side-cart {
    padding-left:12px;
    padding-right:0.9em;
    padding-top:1px;
    padding-bottom:11px;
}
#side-cart>div {
    height:1.6em;
    width:100%;
    overflow:hidden;
    text-overflow: ellipsis;
}
#side-cart a {
    position:relative;
    color: #474548;
    text-decoration: none;
    white-space: nowrap;
}
#side-cart h4 img {
    vertical-align:text-bottom;
}
#side-cart h4 {
    margin-bottom:12px;
}
#side-cart>a {
    display:block;
    color:#0058ab;
    margin-top:12px;
}
#side-cart>a:hover {
    text-decoration:underline;
}
#garanties {
    background: #fff3e3;
    padding:6%;
}
#garanties h2{
    font-size:19px;
    line-height:21px;
}
#verzend-banner {
    font-size:12px;
    background:#fe9900;
    color:#ffffff;
    text-align:center;
    padding-bottom:3px;
}
#verzend-banner h3 {
    padding-top:5px;
    padding-bottom:5px;
    margin:0px;
    font-size:19px;

}
#diensten-banner {
    width:88%;
    padding:6%;
}
div#reviews h4 {
    margin-top:0px;
    padding:6px;
}
div.review {
    border-bottom: #cccccc solid 1px;
    padding:4px;
}
div#onze-klanten {
    position:relative;
    font-size:10px;
    color: #474548;
    padding:6px;
    padding-bottom:12px;
    margin-top:17px;
    text-align:center;
    border-bottom:#cccccc solid 1px;
}
div#onze-klanten span {
    position:absolute;
    left:0px;
    top:-14px;
    margin-left:6px;
}
#merken-lijst td{
    vertical-align:top;
    text-align:left;
}
#merken-lijst img{
    margin:0px;
    margin-left:38px;
}
#merken-lijst li{
    text-align:left;
    vertical-align:middle;
    list-style-image:url('/images2/home-bullet.gif');
}
#merken-lijst a {
    color: #585960;
}
#puller {
    position:relative;
    clear:both;
    background-color: #ac1e2e;
    background: linear-gradient(top,  #d32735,  #d61f37);
    background: -webkit-linear-gradient(top,  #d32735,  #d61f37);
    background: -ms-linear-gradient(top,  #d32735,  #d61f37);
    background: -moz-linear-gradient(top,  #d32735,  #d61f37);
    background: -o-linear-gradient(top,  #d32735, #d61f37);
}
#footer {
    width:100%;
    padding:12px;
    padding-top:0px;
    margin-top:-8px;
    color:#ffffff;
    font-size:13px;
    line-height:19px;
    background-color: #ac1e2e;
    background: linear-gradient(top,  #d61f37,  #ac1e2e);
    background: -webkit-linear-gradient(top,  #d61f37,  #ac1e2e);
    background: -ms-linear-gradient(top,  #d61f37,  #ac1e2e);
    background: -moz-linear-gradient(top,  #d61f37,  #ac1e2e);
    background: -o-linear-gradient(top,  #d61f37, #ac1e2e);
}
table.footer td {
    text-align:left;
    padding-left:25px;
    padding-right:25px;
}
#footer img {
    height:100%;
}
#footer a {
    font-size:13px;
    color:#ffffff;
}
.footer {
    width:100%;
}
#usability {
    position:absolute;
    top:5px;
    left:40%;
    text-align:left;
}
#usability a{
    color:#ac1e2e;
}
#usability a:focus, #usability a:hover {
    color:#ffffff;
}
