#cart_container{
padding-left:0px;
text-align:left;
}
#but_update
{
width:78px;

background:url(btn_update.gif) no-repeat left top;

}
#but_continue
{
width:128px;

background:url(btn_continue.gif) no-repeat left top;

}
#but_checkoutnow
{
width:183px;

background:url(btn_checkoutnow.gif) no-repeat left top;

}
#but_back
{
width:65px;

background:url(btn_back.gif) no-repeat left top;

}
#but_next
{
width:65px;

background:url(btn_next.gif) no-repeat left top;

}
#but_cancel
{
width:75px;

background:url(btn_cancel.gif) no-repeat left top;

}
#but_done
{
width:65px;

background:url(btn_done.gif) no-repeat left top;

}
#but_search
{
width:78px;

background:url(btn_search.gif) no-repeat left top;

} 
#but_change
{
width:78px;

background:url(btn_change.gif) no-repeat left top;

}
#but_submit
{
width:78px;

background:url(btn_submit.gif) no-repeat left top;

}
#but_login
{
width:45px;

background:url(btn_login.gif) no-repeat left top;

}
#but_confirm
{
width:78px;
background:url(btn_confirm.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, #but_confirm
{
	height:18px;
	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, #but_confirm:hover
{
background-position:bottom;
}
th, .subTotal{
	background-color:#d1288f;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	padding:3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#cart_container td{
padding:3px;
}
.cartText{
font-size:20px;
font-weight:bold;
color:#d1288f;
}
.removetd{
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #d42690;}
.removetd input{
	background-color: #FFFFFF;
	border: none;
}
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;
}

.checkout-progress-1 {
width: 595px;
	height: 35px;
	background-image: url(pro-bar-1.png);
	background-repeat: no-repeat;
}

.checkout-progress-2 {
width: 595px;
	height: 35px;
	background-image: url(pro-bar-2.png);
	background-repeat: no-repeat;
}

.checkout-progress-3 {
width: 595px;
	height: 35px;
	background-image: url(pro-bar-3.png);
	background-repeat: no-repeat;
}
.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:555px;
	border:1px solid #C1A4B5;
	background-color: #D0288E;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom:10px;
	margin-right: 2px;
	margin-left: 10px;
	background-image: url(error-bgtext.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.errortable td{
	padding:37px 10px 10px;
	margin-top:37px;
	}
.errortable b, .errortable li, .errortable span{
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
	text-transform:uppercase;	
}
.buttonstbl {
margin-right:12px;
padding:5px;
float:right;
}
#lstDeliveryCountry, #lstDeliveryRegion {
margin-left:5px;}

table.receipt {
	background-color:#ffffff;
	width: 520px;
	margin: 0px 0px 0;
	height:100%;
}
.actinicLists li{
	list-style-type: none;
	list-style-image: none;
}
hr {
	height: 2px;
	width: 542px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top: 2px dotted #d42690;
}
#checkoutfooter {
width:573px;
height:21px;
float:left;
background-image: url(images/checkoutfooter.png);
display:block;
}
#checkoutheader {
width:573px;
height:23px;
background-image: url(images/checkoutheader.png);
display:block;
}
#checkoutnextday {
border-bottom-width:2px;
border-bottom-style:dotted;
border-bottom-color: #d42690;
border-top-width: 2px; 
border-top-style: dotted;
border-top-color: #d42690;
text-align:right;
padding-top: 10px;
padding-bottom: 10px;
}
.stdText, .stdTotals{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #d42690;
	border-bottom-color: #d42690;
	font-size: 14px;
	color: #D42690;
	padding:3px;
}
.stdTotals{
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #d42690;
}
.stdTotals b{
color:#d42690;}