@CHARSET "ISO-8859-1";

div.smallshoppingcart {
	
}

	div.smallshoppingcart a {
		color: #aaadaf;
	}
	
	
table.productcart 
{
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        width: 100%;
	
}



input {
    border: 1px solid #CCC;
}

	table.productcart td
	{
		
		
		padding: 4px;
		height: 30px;
	}

        table.productcart_form td {
        height: 20px;
        padding: 0px;
        padding-bottom: 4px;
        padding-left: 4px;
}

        table.productcart tr.heading td {
            font-weight: bold;
}
	
table.productcart td a {
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

table.productcart td.right a {
    display: inline;
}

	table.productcart td.last
	{
		
	}
	
	table.productcart tr.bottom td
	{
		
	}
	
	table.productcart td.image
	{
	
	}
	table.productcart td.product
	{
		width: 240px;
	}
	table.productcart td.adviesprijs
	{
		width: 70px;
	}
	table.productcart td.count
	{
		width: 75px;
	}
	table.productcart td.artnr
	{
		width: 75px;
	}
	table.productcart td.price
	{
		width: 70px;
	}
	table.productcart td.subtotal
	{
		width: 80px;
	}
	table.productcart td.right
	{
		text-align: right;
	}
	
	table.productcart td.registerError,
	table.productcart td.loginError
	{
		display: none;
		color: #FF0900;
	}
	
div.paymentsteps {
	font-size: 11px;
	line-height: 15px;
	
	background: #FFF;
	padding: 10px;
	margin-top: 10px;
}
	
div.paymentsteps ul
{
	padding: 0px;
	margin: 0px;
	height: 33px;	
}

	div.paymentsteps ul a {
		text-decoration: none;
		color: #000;
	}
	div.paymentsteps ul a:hover {
		
		color: #666;
	}
	
	div.paymentsteps li.selected a {
		text-decoration: none;
	}

	div.paymentsteps ul li {
		display: inline;
		padding-left: 14px;
		padding-top: 10px;
		background-position: 0px 10px; 
		float: left;
		background: url(/images/shopping_off.gif) no-repeat;
                background-position: 5px 5px;
		padding-right: 25px;
	}
	
	div.paymentsteps ul li span {
		display: block;
		float: left;
		width: 20px;
		height: 26px;
		border: 0px solid #FF0000;
		padding-right: 10px;
                font-family: Times;
                font-size: 20px;
	}
	
	div.paymentsteps ul li.selected {
		font-weight: bold;
                background-image: url(/images/shopping_on.gif);
                color: #FFF;
	}

        div.paymentsteps ul li.selected a span {
                color: #FFF;
        }
	
