﻿.zoekenPagina
{
    font-family: 'droid serif';
    font-size: 12px;
    color: #212121;
    text-decoration: none;
}
.zoekenPagina input.textbox
{
    border-left: solid 1px #7f7f7f;
    border-right: solid 1px #c5c5c5;
    border-top: solid 1px #7f7f7f;
    border-bottom: solid 1px #c5c5c5;
    font-size: 9px;
    width: 95px;
    height: 15px;
    padding-top: 2px;
    padding-left: 2px;
}
.zoekenPagina a
{
    color: #212121;
    text-decoration: underline;
    font-weight: bold;
}
.overview_all {
    border: 1px solid #CDCDCD;
    clear: both;
    display: block;
    font-family: 'droid serif';
    font-size: 11px;
    font-weight: normal;
    height: 270px;
    letter-spacing: 0;
    line-height: 13px;
    margin-top: 17px;
    margin-left: 17px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    width: 159px;
}
.overview_all:hover {
    background-color: #D1D2D4;
}
a.overviewProduct_all
{
    text-decoration: none;
}
a.overviewProduct_all img
{
    clear: both;
    display: block;
    margin-bottom: 1px;
    height: 212px;
    width: 159px;
    border-width: 0px;
}
a.overviewProduct_all .newLabel
{
    color: #19e1ff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    clear: both;
}
a.overviewProduct_all .saleLabel
{
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    clear: both;
}
a.overviewProduct_all .restockedLabel
{
    color: #ff7e00;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    clear: both;
}
a.overviewProduct_all .naamLabel
{
    color: #212121;
    font-size: 11px;
    display: block;
    padding-top:3px;
    clear: both;
}
a.overviewProduct_all .prijsLabel
{
    color: #212121;
    text-transform: uppercase;
}
a.overviewProduct_all .doorgestreepteprijsLabel
{
    color: #212121;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: line-through;
}
a.overviewProduct_all .merkLabel
{
    display: block;
    clear: both;
    color: #212121;
    font-weight: bold;
    font-size: 12px;
    padding-top: 3px;
}
a.overviewProduct_all .matenLabel
{
    display: block;
    clear: both;
    color: #89898a;
}
.new
{
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin-left: 129px;
    margin-top: 196px;
    position: absolute;
    width: 30px;
}
.sale
{
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin-left: 129px;
    margin-top: 196px;
    position: absolute;
    width: 30px;
}
.restock
{
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin-left: 109px;
    margin-top: 196px;
    position: absolute;
    width: 50px;
}
