/* 
    Document   : print.css
    Created on : Oct 7, 2011, 12:30:40 PM
    Author     : Wouter Muller
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body {
    font-size: 14px;
    background: #fff;
    color: #000;
    padding: 0; 
    text-align: left;
    margin: 0;
    width: 600px;
	margin:0 2em;
}


p.hide,
div.buttonblock,
div.ordersteps,
div#debug,
div.print {
    display: none; /* Hide elements not wanted on a printed page */
}

table.list {
	margin: 0;
    border-collapse: collapse;
    border: none;
        
}

table.list th {
	font-size: 12px;
	font-weight: bold;
	background-color: #2f4c9b;
	color: #fff;
	border: 1px solid #2f4c9b;
	padding: 2px 5px;
	line-height: 25px;
	text-align: center;
}

table.list tr.grau {
    padding-top: 10px;
}

table.list tr.bglight {
    background-color: #f8f8f8;
}

table.list tr.bgdark {
    background-color: #e7e7e7;
}

table.list td {
	border: 0px;
        padding: 10px;
}

table.list tr.bglight td,
table.list tr.bgdark td {
	border: 1px solid #ccc;
    padding: 6px 8px;
}

table.list td.number {
	font-weight: bold;
}

table.list td.svb-basket-available,
table.list td.svb-basket-remove,
table.list td.svb-basket-quantity {
	text-align: center;
}

table.list td.svb-basket-quantity,
table.list th.svb-basket-quantity,
table.list td.svb-basket-available,
table.list th.svb-basket-available,
table.list td.svb-basket-remove,
table.list th.svb-basket-remove,
table.list td.svb-basket-item_amount,
table.list th.svb-basket-item_amount,
table.list th.svb-basket-line_item_amount,
table.list td.svb-basket-line_item_amount {
	width: 1%;
}