/* cart.css

Created:	2006-11-05
Modified:	-
Author:		Keith Riches &amp; Nick Snell
Version:	0.1
Cascade:	-
Notes:
*/

@import url(screen.css);

table {
	width: 100%;
}

tr.even {
	background-color: #f8f3ee;
}

tr.odd {
	background-color: white;
}

td {
	border: thin solid white;
	padding: .4em;
}

td.name {
	width: 230px;
}

td.quant, td.remove {
	text-align: center;
}

td.price, td.sub, td.total, #form_holder {
	text-align: right;
}

td.total {
	font-weight: bold;
}

form {
	display: inline;
}

#paypal {
	float: left;
	padding: 0 .6em .2em 0;
}

.inputbox, textarea {
	width: 240px;
}

textarea {
	height: 80px;
}

.col1 {
	width: 220px;
}

.button {
	text-align: right;
}