/*
 * Version: $Revision: 1.4 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2010 BeSite
 */

IMG#PromaDecoPlant
{
    display: none;
}

DIV#newsContainer
{

}

DIV#newsContainer div#NewsItem1
{
    margin-right: 60px;
}

DIV#newsContainer div#NewsItem1,
DIV#newsContainer div#NewsItem2
{
    width: 270px;
    float: left;
}

DIV#newsContainer DIV.nwsTitle
{
    width: 270px;
    min-height: 38px;
    font-weight: bold;
}

DIV#newsContainer DIV.nwsTitle div.nwsLeft
{
    width: 38px;
    float: left;
}

DIV#newsContainer DIV.nwsTitle div.nwsLeft SPAN.datum_1 {
    background-color    : #00E821;
    color               : #fff;
    display             : block;
    font-size           : 10pt;
    font-weight         : bold;
    /*margin              : 12px 5px 0 10px;*/
    text-align          : center;
    width               : 38px;
    height              : 22px;
}

DIV#newsContainer DIV.nwsTitle div.nwsLeft SPAN.datum_2 {
    background-color    : #00C520;
    color               : #B3E4BB;
    display             : block;
    font-size           : .9em;
    font-weight         : bold;
    /*margin              : -1px 5px 0 10px;*/
    text-align          : center;
    /*text-transform      : uppercase;*/
    width               : 38px;
    height              : 16px;
    line-height         : 14px;
}

DIV#newsContainer DIV.nwsTitle div.nwsRight SPAN.title A {
    color               : #666;
}

DIV#newsContainer DIV.nwsTitle div.nwsRight
{
    margin-left: 15px;
    width: 217px;
    float: left;
}

DIV#newsContainer div.content
{
    clear: both;
    margin-top: 15px;
    width: 270px;
    text-align: justify;
}

DIV#ShopCartSummary
{
    position: absolute;
    top: 5px;
    left: 430px;
    width: 250px;
    height: 56px;
    background: url( /img/cart-bg.png ) no-repeat;
}


DIV#ShopCartSummary H2
{
    display: block;
    width: 104px;
    height: 21px;
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
}

DIV#ShopCartSummary H2 A
{
    display: block;
    overflow: hidden;
    text-indent: 3000px;
    background: url( /img/cart-text.png ) no-repeat;
    width: 104px;
    height: 21px;
    float: right;
}

DIV#ShopCartSummary P.CartPrice
{
    color: #fff;
    font-size: 80%;
    border-top: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

DIV#ShopCartSummary P.CartPrice SPAN.Vat
{
    display: none;
}

DIV#ShopCartSummary BUTTON
{
    width: 41px; 
    height: 39px;
    background: url( /img/cart-img.png ) no-repeat;
    font-size: 0.1px;
    overflow: hidden;
    display: block;
    text-indent: 3000px;
    border: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}