#cart_container{
padding-left:22px;
text-align:left;
}
#but_update
{
width:56px;
background:url('btn_update.gif') no-repeat left top;
}
#but_continue
{
width:141px;
background:url('btn_continue.gif') no-repeat left top;
}
#but_checkoutnow
{
width:114px;
background:url('btn_checkoutnow.gif') no-repeat left top;
}
#but_back
{
width:56px;
background:url('btn_back.gif') no-repeat left top;
}
#but_next
{
width:56px;
background:url('btn_next.gif') no-repeat left top;
}
#but_cancel
{
width:56px;
background:url('btn_cancel.gif') no-repeat left top;
}
#but_done
{
width:56px;
background:url('btn_done.gif') no-repeat left top;
}
#but_search
{
width:72px;
background:url('btn_search.gif') no-repeat left top;
} 
#but_change
{
width:59px;
background:url('btn_change.gif') no-repeat left top;
}
#but_submit
{
width:72px;
background:url('btn_submit.gif') no-repeat left top;
}
#but_login
{
width:45px;
background:url('btn_login.gif') no-repeat left top;
}
#but_update, #but_continue, #but_checkoutnow, #but_back, #but_next, #but_cancel, #but_done, #but_search, #but_change, #but_submit, #but_login
{
	height:26px;
	margin: 2px;
	padding: 0px;
	border: 0px none;
	background-position: left top;
}
#but_update:hover, #but_continue:hover, #but_checkoutnow:hover, #but_back:hover, #but_next:hover, #but_cancel:hover, #but_done:hover, #but_search:hover, #but_change:hover, #but_submit:hover, #but_login:hover
{
background-position:bottom;
}
th, .subTotal{
background-color:#E6DCD8;
color:#883c2e;
font-size:12px;
font-weight:normal;
padding:3px;
}
#cart_container td{
padding:3px;
}
#cart_container a{
color:#883C2E;
font-weight:bold;
}
#cart_container a:hover{
color:#D7D0C8;
background-color:#883C2E;
}
.cartText{
font-size:11px;
}
h3.subtitle{
font-size:14px;
font-weight:bolder;
text-transform:uppercase;
margin-bottom:1px;
}
/* Checkout Progress Indicator  ------------------------------------------------ */

p.checkout-progress-heading {
	width: 300px;
	margin: 10px auto;
	visibility:hidden;
}

#checkout-progress-indicator {
	width: 610px;
	height: 35px;
	background-image: url('pro-bar-0.png');
	margin: 0 auto 20px;
	background-repeat: no-repeat;
}

.checkout-progress-0 {
    width: 595px;
	height: 35px;
	background-image: url('pro-bar-0.png');
	background-repeat: no-repeat;
    margin-top:6px;
}

.checkout-progress-1 {
    width: 595px;
	height: 35px;
	background-image: url('pro-bar-1.png');
	background-repeat: no-repeat;
    margin-top:6px;
}

.checkout-progress-2 {
    width: 595px;
	height: 35px;
	background-image: url('pro-bar-2.png');
	background-repeat: no-repeat;
    margin-top:6px;
}

.checkout-progress-3 {
    width: 595px;
	height: 35px;
	background-image: url('pro-bar-3.png');
	background-repeat: no-repeat;
    margin-top:6px;
}
.checkout-progress-4 {
    width: 595px;
	height: 35px;
	background-image: url('pro-bar-4.png');
	background-repeat: no-repeat;
}
#checkout-progress-indicator .cpi-end {
visibility:hidden;
}
.errortable{
	width:610px;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #883D2F;
	background-color: #C8B1A5;
	text-align: left;
	margin-right: 2px;
	margin-left: 2px;
	display:block;
}
.buttonstbl {
margin-right:12px;
padding:5px;
float:right;
}
#lstDeliveryCountry, #lstDeliveryRegion {
margin-left:5px;}

table.receipt {
	background-color:#F4EDE5;
	width: 610px;
	margin: 10px auto 0;
	height:100%;
	padding: 10px;
}
.actinicLists li{
	list-style-type: none;
	list-style-image: none;
}
hr {
	height: 1px;
	width: 610px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top: 1px solid #D6C9C3;
}