﻿/* -- blockWinkelwagen Default--------------------------------- */
.BlockWinkelwagen
{
    position: absolute; 
    top: 140px;
    left: 10px;
    width: 395px;
    height: 400px;
    padding:10px 0px 10px 10px;
    background-color: #ffea00;
}
 
.BlockWinkelwagen h1 {
    color: #000000;
}

.BlockWinkelwagen h2 {
    color: #000000;
    font-size:11px;
}

.BlockWinkelwagen h3 {
    color: #000000;
    font-size:10px;
}

.WinkelwagenContent
{
    border-width: 0px;
    border-style: None;
    height: 280px;
    overflow: auto;
}

.WinkelwagenPic
{
    height: 40px;
    background: url(/IMG/winkelwagen_zwart.png) no-repeat right top;
}

.WinkelwagenArtikelcode
{
    display: block;
}

.WinkelwagenContent1, .WinkelwagenContent2,  .WinkelwagenContent3, .WinkelwagenContent4, .WinkelwagenContent5, .WinkelwagenContent6
{
    display: block;
}

.WinkelwagenAdminstratiekosten
{
    display:none
}

.WinkelwagenKortingsPercentage
{
    display:none;
}

.WinkelwagenPrijs
{
    visibility: hidden;
}

.WinkelwagenTotalekosten
{
    display:none;
}

.WinkelwagenVerwijder
{
    visibility: visible;
    padding-right: 10px;
}

.WinkelWagenArtikelGegevensTD
{    
/*andere kolommen 160px
bijvoorbeeld BlockWinkelwagen 395
width = BlockWinkelwagen - andere kolommen - 15
*/
    width: 216px;
}

/* -- blockWinkelwagen --------------------------------- */



/* -- blockWinkelwagenBevestig --------------------------------- */

#BlockWinkelwagenBevestig .WinkelwagenAdminstratiekosten
{
    display:none;
}

#BlockWinkelwagenBevestig .WinkelwagenVerwijder
{
    visibility: hidden;
}
/* -- blockWinkelSummary --------------------------------- */

.BlockWinkelwagenSummary
{
    position: absolute; 
	top: 0px;
	left: 710px;
	width: 400px;
	height: 20px;
	padding-right: 0px;   
}

.WinkelWagenContentSummary
{
    border-width:0px;
    border-style:None;
    height: 20px;
    overflow:auto;
    color:#ffffff;
    vertical-align:middle;
    cursor: auto;
}

.WinkelWagenSummaryPic
{
    width: 16px;
    height: 16px;
    margin: 2px;
    background: url(/IMG/winkelwagen_kl.png) no-repeat right;
    cursor: hand;
    border-style: none;   
}

.WinkelWagenGridpager, .WinkelWagenGridpager td
{    
    color: White;    
    font-weight: bold;
    text-decoration: none;
}

.WinkelWagenGridpager a
{
    color: GrayText;
    font-weight: normal;
}
