#giftGive {
	width: 97%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
}

#giftGive td {
	width: 33%;
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}

div.giftList {
	border: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background: #f1f1f2;
	padding: 10px;
	margin: 10px;
	width: 550px;
	font: 14px Arial, Helvetica, sans-serif;
}

table.shoppingCartProductsTable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-spacing: 5px;
}

table#shoppingCartReceiptTable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-spacing: 5px;
}

table.giftListGift {
	margin-bottom: 10px;
}

table.giftListGift td {
	text-align: left;
	padding-right: 5px;	
	font: 14px Arial, Helvetica, sans-serif;
}

#panes table.giftListGift td.padleft {
	padding-left: 30px;
}

div.giftList textarea {
	width: 425px;
	height: 50px;
	vertical-align: top;
	margin-left: 5px;
	margin-bottom: 10px;
}

div.giftList input.giftButton {
	margin: 0px 5px;
}

/* cart add gift panel */
img.cartGiveImg {
	float: left;
	margin: 3px 10px 10px 0px;
}

div.giftList h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.giftList p  {
	margin-top: 5px;
	margin-bottom: 10px;
}

h2.giftShippingHeader, h2.giftProductsHeader {
	border-top: 1px dashed #666666;
	padding-top: 6px;
}

div#scp {
	text-align: center;
}

img#submitCheckout {
	margin-top: 15px;
}

/* card redemption and checkout shared classes */
img.cartNumber {
	float: left;
	margin-right: 4px;
}

div.cartContent {
	margin: 10px 0px;
	padding-left: 93px;
	text-align: left;
	/*width: 300px;*/
}

div.cartContent h2 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

div.cartContent h2.lite {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	color: #999999;
}

div.cartContent h2.prodCategory {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	color: #999999;
}

div.cartContent h3.lite{
	color: #999999;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.cartContent p {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #999999;
}

/* card redemption */
table#cardRedeem {
	width: 900px;
	border-collapse: separate;
	border-spacing: 10px;
}

table#cardRedeem td {
	vertical-align: top;
}

div.cartContent p#cardValue {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #999999;
}

div.cartContent select#charityId {
	width: 200px;
}

div.cartContent input.cartButton  {
	margin: 0px 10px;
}

/* cart checkout */
table#giftGive {
	width: 900px;
	border-collapse: separate;
	border-spacing: 10px;
}

table#giftGive td#giftGiveAmount {
	width: 40%;
	height: 200px;
}

table#giftGive td#giftGiveCard {
	width: 60%;
}

table#giftGive td#continue {
	vertical-align: top;
	text-align: center;
}

table#giftGive td#quantity {
	vertical-align: bottom;
}
	
div#giftCardDiv div.giftCard, div#productList div.productItem {
	float: left;
	width: 125px;
	height: 300px;
	margin: 5px;
	text-align: center;
}

div#giftCardDiv div.giftCard img, div#productList div.productItem  img{
	width: 100px;
	height: 100px;
	border: none;
}

div#productList div.productItem  img.addtocart{
	width: 74px;
	height: 27px;
	border: none;
	cursor: pointer;
	margin-top: 5px;
}

div#productList div.productItem  span.cartStatus{
	margin-top: 5px;
}

table#giftGive td#quantity h2 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	color: #999999;
}

table#giftGive td#quantity p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
}

table.giftInfo {
	width: 650px;
	border-collapse: separate;
	border-spacing: 10px;
}

table.giftInfo td {
	vertical-align: top;
}

table.giftInfo textarea#note {
	width: 500px;
	height: 150px;
}

div#noteLength {
	font: 11px Arial, Helvetica, sans-serif;
	color: #cccccc;
}

/*additional products*/
div#dnn_ctr734_ModuleContent {
	width: 950px;
}

div#noThanks {
	border-bottom: 1px solid #999999;
}

img#noContinue {

	border: none;
	float: right;
	padding: 7px 10px;
}

div#noThanksText {
	color: #666666;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 18px 0px;
}

div#yesSelect {
	color: #666666;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 18px 0px;
	border-bottom: 1px solid #999999;
}

div#productList {
	margin: 15px 25px;
}

img#continue {
	margin: 0% 47%;
}