
/* Shop cart */
table.shoppingcart{
	width: 100%;
}

table.shoppingcart th{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	background-color: #0060AA; color: #fff;
}

table.shoppingcart td{
	vertical-align: top;
	padding: 7px;
}

table.shoppingcart td p{
	margin-top: 0px;
}

table.shoppingcart tr.odd td {
	background-color: #eeeeee;
}

td.formwidth2 {
	width:200px;
}

td.formwidth3 {
	width:125px;
}

label {
	margin:10px 0px 0px 0px;
	padding:0px;
}

