/* Donations
------------------------------------------- */
#donations {
	float:left;
	width:704px;
	padding:20px;
	font-size:11px;
}
#donations h1 {
	margin-top:0;
	margin-bottom:1em;
	font-size:16px;
}
#donations h3 {
	margin-top:0;
	margin-bottom:.5em;
	color:#069;
	font-size:14px;
}

#donations h3#SectionHeading {
  font-size: 18px;
  color: black;
  font-weight: bold;
}

/* Donation Options
------------------------------------------- */
.products {
	background:transparent;
	width:704px;
}
.product {
	background:#eaede7;
	float:left;
	width:680px;
	padding:12px;
	margin-top:12px;
}
.product h3 {
	font-size:1.5em;
	margin-top:0;
	margin-bottom:10px;
}
.product-details {
	float:left;
	width:100%;
}
.product-details p {
	margin-top:.5em;
}
.product-details form {
	padding-top:12px;
}
.product-details form h4 {
	margin:4px 0 8px 0;
}
.product-details form p {
	margin:0;
	padding:3px 0;
	border-top:1px solid #ccc;
	text-align:right;
}
.product-details form p label {
	margin-right:12px;
	float:left;
	line-height:1.8em;
	font-weight:bold;
}
.product-details form p select {
	width:200px;
}
.product-details form input.submit {
	margin-top:6px;
}
.product img {
	border:2px solid #ccc;
	margin:0;
	float:left;
	margin-right:12px;
}
.product img.button {
	border:0;
	margin:0;
	margin-left:12px;
	float:none;
}
.product img.button a {
	display:inline;
}
.product-details form p input[type="radio"] {
	margin-left:18px;
}


/* Shopping Cart
------------------------------------------- */
table.shopping-cart {
	width:100%;
	border-collapse:collapse;
	}
table.shopping-cart tbody tr.odd td {
	background:#EAEDE7;
	}
table.shopping-cart th,
table.shopping-cart td {
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	padding:5px 9px;
	}
table.shopping-cart td.description {
	width:50%;
	}
table.shopping-cart thead th {
	background:#005739;
	color:#fff;
	white-space:nowrap;
	text-align:right;
	}
table.shopping-cart tfoot th {
	text-align:right;
	border:1px solid #ccc;
	white-space:nowrap;
	}
table.shopping-cart thead th.date,
table.shopping-cart thead th.description {
	text-align:left;
	}
table.shopping-cart th.total,
table.shopping-cart td.currency {
	text-align:right;
	white-space:nowrap;
	}
table.shopping-cart th.currency {
	border-right:none;
	}
table.shopping-cart td.date {
	white-space:nowrap;
	}
table.shopping-cart td small.cancel {
	margin-left:.5em;
	}
table.shopping-cart td small.cancel a {
	text-decoration:none;
	}
table.shopping-cart td small.cancel a:hover {
	text-decoration:underline;
	}

p.buttons {
	text-align:right;
	}


ul.cart-buttons {
	float:right;
	}
ul.cart-buttons li {
	background:#EAEDE7;
	list-style-type:none;
	float:left;
	margin-left:6px;
	}
ul.cart-buttons li a {
	display:block;
	padding:6px 12px;
	text-decoration:none;
	border:1px solid #ccc;
	color:#005739;
	}
ul.cart-buttons li a:hover {
	color:#fff;
	background:#005739;
	border:1px solid #999;
	}
ul.cart-buttons li a:active {
	background:#000;
	}

form fieldset {
	background:#EAEDE7;
	border:1px solid #ccc;
	margin-top:1em;
	padding:18px;
	}
form fieldset legend {
	color:#fff;
	background:#005739;
	border:1px solid #999;
	padding:6px 12px;
	}
form fieldset p {
	margin-top:0;
	margin-bottom:1em;
	}
form fieldset p label {
	width:172px;
	float:left;
	line-height:2em;
	margin-right:12px;
	text-align:right;
	}
form fieldset p input {
	width:240px;
	}
form fieldset input.register-button,
form fieldset input.update-button,
form fieldset input.login-button {
	margin-left:184px;
	}

.gift_designation {
	width: 450px;
}
.error {
  color: red;
}
