/* CSS Document */

div.cartContent{
	width: 650px;
	border: 0px solid red;
	background: #d7fe9f;
	padding: 10px 20px 20px 20px;
	margin: 60px auto 160px auto;
	text-align: left;
}

div.cartContent p{
	font-size: 10pt;
}

table.cart{
	border: 0px solid red;
	font-size: 10pt;
	border-collapse: collapse;
	margin: 10px 0px 20px 0px;
	table-layout: fixed;
}

table.cart tr.item td{
	border-bottom: 1px solid black;
}

table.cart th{
	font-size: 8pt;
	font-weight: bold;
	color: #1a5128;
	border: 0px solid black;
	padding: 10px 0px 15px 0px;
}
table.cart td{
	border: 0px solid black;
}
table.cart td.button{
	padding-top: 20px;
}
table.cart td.error{
	color: #ff0000;
}

table.details th{
	padding: 10px 0px 5px 0px;
}

span.req{
	color: #FF0000;
}

/* links */

div.cartContent a{
	color: #175128;
	font-weight: bold;
	text-decoration: none;
}
div.cartContent a:hover{
	text-decoration: underline;
}

img.thumb{
	border: 1px solid #000000;
}

