bookshop_seperator
{
 		display: block;
		visibility: visible;
		border: 1px dotted black;
		width: 500px;
}

h3 a:link, h3 a:visited, h3 a:hover
{
 	 color: #553311;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.shopping_cart td
{
 		font-family: Verdana;
		font-size: 11px;
		color: #553311;
		border-bottom: 1px dotted #553311;
		padding: 4px;
		vertical-align: top;
}

table.shopping_cart td.header
{
 		font-weight: bold;
}

table.shopping_cart td.price_column
{
 		text-align: right;		
}

table.shopping_cart td.title_mwst
{
		border: 0px none;
		text-align: right;
		padding-top: 8px;
}

table.shopping_cart td.value_mwst
{
		text-align: right;
		padding-top: 8px;
		border-bottom: 1px dotted #553311;
}

table.shopping_cart td.title_shipping
{
		border: 0px none;
		text-align: right;
}

table.shopping_cart td.value_shipping
{
		text-align: right;
		border-bottom: 1px solid #553311;
}

table.shopping_cart td.title_total
{
 		font-weight: bold;
		border: 0px none;
		text-align: right;
}

table.shopping_cart td.value_total
{
		text-align: right;
		border-bottom: 2px solid #553311;
} 
