﻿/* -- blockWinkelwagen Default--------------------------------- */
.BlockWinkelwagen, .BlockWinkelwagenBevestig
{
    position: absolute;
    top: 140px;
    left: 10px;
    width: 430px;
    height: 400px;
    padding: 10px 0px 10px 10px;
    background-color: #59325b;
}
 
.BlockWinkelwagen h1, .BlockWinkelwagenBevestig h1 {
    color: #ffffff;
}

.BlockWinkelwagen h2, .BlockWinkelwagenBevestig h2 {
    color: #ffffff;
    font-size:11px;
}

.BlockWinkelwagen h3, .BlockWinkelwagenBevestig h3 {
    color: #ffffff;
    font-size:10px;
}

.BlockWinkelwagen hr, .BlockWinkelwagenBevestig hr

{
	border: none 0px;
	border-top: dotted 1px #FFFFFF;
	height: 1px;
}

.WinkelwagenContent
{
    border-width:0px;
    border-style:None;
    height:260px;
    overflow:auto;
}

.WinkelwagenPic
{
    height: 40px;
    margin: auto;
    padding: 0;
    background: url(/IMG/winkelwagen.png) no-repeat right top;
}


.WinkelwagenContent1, .WinkelwagenContent2,  .WinkelwagenContent3, .WinkelwagenContent4, .WinkelwagenContent5, .WinkelwagenContent6
{
    display: block;
}


.WinkelwagenAdminstratiekosten
{
	visibility: visible;
}

.WinkelwagenKortingsPercentage
{
    visibility: visible;
}

.WinkelwagenPrijs
{
    visibility:visible;
}

.WinkelwagenTotalekosten
{
	visibility: visible;
}

.WinkelwagenVerwijder
{
    visibility: visible;
}

.WinkelWagenArtikelGegevensTD
{    
    width: 250px;
}

/* -- blockWinkelwagenBevestig --------------------------------- */
.BlockWinkelwagenBevestig .WinkelwagenVerwijder
{
    visibility: hidden;
}

/* -- blockWinkelSummary --------------------------------- */
.BlockWinkelwagenSummary
{
    display:none;
	position: absolute;
	top: 118px;
	float: right;
	right: 10px;
	width: 300px;
	height: 20px;
	z-index:1;
}

.WinkelWagenSummaryContent
{ 
    color:#696969;
    vertical-align:middle;
    cursor: auto;
    /*float:right;*/
    height: 20px;
    right:0px;
    display:inline;
}

.WinkelWagenSummaryTotaleKosten
{
	visibility:visible;
}

.WinkelWagenSummaryPic
{
    width: 16px;
    height: 16px;
    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;
}