.cart-container {
	padding-top: 6px;
	padding-left: 15px;
	padding-bottom: 18px;
	background-color: #FFFFFF;
	margin-bottom: 3px;
	background-image: url(images/cell-gradient.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}








			/* CART STYLES */




form.form-cart {
	margin: 0px;
	padding: 0px;
}


.cart-container table {
	margin-bottom: 25px;
	font-size: 0.75em;
}
.cart-container table p {
	font-size: 0.9em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#container #site #centre #page #content .cart-container .cart-table {
}


.cart-container table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

td.table-heading {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(images/table-heading.jpg);
	background-repeat: repeat-x;
}

td.table-heading-margin {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999966;
	background-image: url(images/table-heading.jpg);
	background-repeat: repeat-x;
}

td.right-margin {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999966;
}


.button-delete {
	height: 24px;
	width: 24px;
}


.button-delete a {
	height: 24px;
	width: 24px;
	background-image: url(images/delete-button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

.button-delete a:hover {
	background-image: url(images/delete-button-over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.cart-heading {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}



.cart-product-heading {
	color: #339999;
	font-weight: bold;
}


td.shaded-cell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.product-option {
	margin-top: 3px;
	padding-top: 5px;
}


.product-option label {
}


.cart-container .cart-table tr.cart-total td {
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 15px;
	background-image: url(../images/backing-main.gif);
	background-repeat: repeat;
}


.cart-container .cart-table tr.cart-subtotal  td {
	padding-top: 20px;
	padding-bottom: 5px;
}


.cart-container .cart-table tr.cart-delivery td  {
	background-image: url(../images/backing-olive-green.gif);
	background-repeat: repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

.cart-container .cart-table tr td.top-cell {
	padding-top: 30px;
	border-top-style: none;
}



.button-giftwrap {
	height: 24px;
	width: 82px;
}

.button-giftwrap a {
	height: 24px;
	width: 82px;
	background-image: url(images/button-giftwrap.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 4px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 8px;
	display: block;
}


.button-giftwrap a:hover {
	background-image: url(images/button-giftwrap-over.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
.giftwrap-options {
	padding-top: 3px;
}
.giftwrap-options a {
	text-decoration: underline;
}
form.checkout-form {
}
#container #site #centre #page #content .cart-container .form-checkout table tr td.top-cell {
	padding-top: 30px;
	border-top-style: none;
}

#container #site #centre #page #content .cart-container .form-checkout table tr td.checkout-heading {
	background-image: url(../images/backing-main.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}

#container #site #centre #page #content .cart-container .form-checkout table tr td.checkbox-cell {
	background-image: url(../images/backing-main.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}


#container #site #centre #page #content .cart-container .form-checkout {
}
#container #site #centre #page #content .cart-container .form-checkout label {
}


#container #site #centre #page #content .cart-container .form-checkout input {

}





/***********************************************************************************************

**************************** GIFT OPTION POPUP FORM *********************************************/




.gift-form-popup {
	padding: 0px;
	width: 420px;
	height: 347px;
}
.gift-form-popup #form .cart-table label {
	font-size: 0.8125em;
	width: 160px;
	display: block;
}

.gift-form-popup table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.gift-form-popup .cart-table tr.cart-total td {
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 15px;
	background-image: url(../images/backing-main.gif);
	background-repeat: repeat;
}
.gift-form-popup .cart-table tr.cart-delivery td  {
	background-image: url(../images/backing-olive-green.gif);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 5px;
}
.gift-form-popup #form .cart-table .cart-delivery .top-cell h1 {
	color: #FFFFFF;
	padding-top: 15px;
}
