/* Copyright 2004 - 2008 ML Next B.V. 
 * 
 * File: aanbod.css
 * Description: CSS-file for the aanbodpage
 */

/* General stylesheets for the aanbodpage */
.tbl-pager
{
    color:          #102D81;  
}

.tbl-pager a
{
    font-weight:    bold;
}

.tbl-pager span
{
    text-decoration: underline;
    color:          #FB7100;
    font-weight:    bold;
}

/* Stylesheets for item and alternative item */
.item 
{
    background-color: white;
}


/* Stylesheets for the aanbod items */

.aanboditem
{
    width:          100%;
    height:         85px;
    margin-top:     3px;
    cursor:         pointer;
}

.aanboditemimage
{
    width:          126px;
    height:         85px;
    padding:        0px;
    float:          left;
}

.aanboditeminfoleft
{
    margin-left:    10px;
    width:          230px;
    float:          left;
    color:          black;
    font-size:      11px;
}

.aanboditeminforight
{
    width:          155px;
    height:         85px;
    float:          right;
    text-align:     right;
}

.aanboditemannouncement
{
    width:          155px;
    height:         40px;
    float:          right;
    color:          #999999;
    font-size:      10px;
    font-weight:    bold;
}

.aanboditemprice
{
    width:          95px;
    height:         39px;
    float:          right;
    text-align:     right;
}
.solditem
{
    position:       relative;
}

.solditem img
{
    position:       absolute;
    top:            -60px;
    height:         43px;
}

/* Stylesheets for the search box */

#searchfields input, #searchfields select
{
    clear:          both;
}