﻿#purchaseItems {
	position: relative;
	text-align: center;
}
.purchaseItem {
	width: 180px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}
.purchaseItemName {
	font-weight: bold;
}
#purchaseItems img {
	padding: 5px 0 5px 0;
}
.afterSix {
	display: none;
}
.purchaseItemShowOverlay {
	cursor: pointer;
}
#purchaseItemOverlay {
    display: none; /* dialog box must be initially non-visible */
	width: 570px; 
	border: 2px solid;
	margin-left: 10px;
	background: #fff;
}
#purchaseItemOverlayHead {
	height: 40px;
	position: relative;
	padding: 10px;
	background-color: #F3F3F3;
}
#purchaseItemOverlay #purchaseItemName {
	line-height: 36px;
	display: inline;
}
#purchaseItemOverlay .closeOverlay {
    cursor: pointer;
	background-image: url("../images/close_12x12.png");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 14px;
	line-height: 36px;
	float: right;
	font-size: smaller;
}
#purchaseItemImage, #purchaseItemRightPanel {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
#purchaseItemRightPanel {
	width: 300px;
}
#purchaseItemDescription {
	margin-bottom: 15px
}
#purchaseItemPrice {
	margin-bottom: 10px;
}
#purchaseQuantity {
	height: 23px; /* to make it thead same height as the purchaseItemAttributes select */
}
#purchaseItemAttributes {
	width: 140px;
}
#purchaseItemAddToCart {
	margin-top: 15px;
}
.deleteCartItem {
	background: url(../images/cross.png) no-repeat;
	width: 16px; /* to match size of background icon */
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-left: 5px;
	text-indent: -9999px; /* text is just for screen readers */
}
#purchaseItemAddError {
	clear: both;
	color: #F00;
	padding: 20px 10px 10px 200px;
	min-height: 20px;
}
#cart {
	padding-left: 5px;
}
#cartHeading {
	margin-top: 10px;
}
.cartTitle {
	font-weight: bold;
}
#cartRegistrationFee, #cartDonationAmount {
	margin-top: 10px;
}
.cartItemName {
	margin-top: 10px;
}
.cartDetail {
	margin-left: 5px;
}
#cartTotal {
	margin-top: 7px;
}
#shippingAddressPanel {
	margin-top: 40px;
}
