.shopping-progress {
	margin-bottom: 30px;
	color: #700202;
	font-size: 11px;
}

.shopping-progress div {
	font-weight: bold;
	margin-bottom: 5px;
}

.shopping-progress table {
	background-color: #700202;
}

.shopping-progress table td {
	padding: 3px 0;
	padding-right: 33px;
	padding-left: 18px;
	text-align: center;
	background-image: url(../images/next.png);
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: middle;
	color: #eee;
}

.shopping-progress table td.sp-selected {
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.shopping-progress table td.sp-first {
	padding-left: 5px;
}

.shopping-progress table td.sp-last {
	background: none;
	padding-right: 5px;
}


.
/* cart */

.cart {
	width: 100%;
}

.cart th {
	text-align: left;
	padding: 0 10px;
	background-color: #EEE;
	color: #333;
}

.cart input {
	border: 1px solid silver;
}

.cart .cproduct {
	border-bottom: 1px solid #ddd;
}

.cart input, .cproduct-input {
	border: 1px solid silver;
}

.cart tr {
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cart tr td {
	padding: 10px;
}

.cart .cproduct-name {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

.cart .cproduct-remove {
	width: 1%;
	vertical-align: middle;
}

.cart .cproduct-picture {
	width: 1%;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

.cart .cproduct-quantity {
	width: 1%;
}

.cart .cproduct-note {
	margin-top: 5px;
}

.cart .cproduct-price {
	font-weight: bold;
	text-align: right;
	width: 80px;
}

.cart .cproduct-desc tr {
	background-image: none;
}

.cart .cproduct-desc td {
	color: #bb1717;
	padding: 0;
	padding-right: 10px;
	border: 0;
}

.billing-info {
	width: 100%;
	margin-bottom: 10px;
}

.billing-info th {
	border-bottom: 1px solid #EEE;
}

.billing-info td {
	padding: 2px 5px;
}

.billing-info .bi-products, .billing-info .bi-address, .billing-info .bi-sum {
	width: 100%;
	padding: 2px;
}

.billing-info .bi-products td, .billing-info .bi-address td, .billing-info .bi-sum  {
	background-color: #F3F3F3;
}

.billing-info td td {
}

.billing-info .bi-split {
	width: 50%;
}

.billing-info .bi-price {
	text-align: right;
}

.billing-info .total {
	font-size: 14px;
	font-weight: bold;
}



.terms {
	background-color: #F6F6F6;
	padding: 5px;
	border: 1px solid #DADADA;
}

.payment-methods {
	width: 100%;
}

.payment-methods .pm-image {
	width: 1px;
	padding-left: 30px
}

.payment-methods td {
	vertical-align: middle;
	padding: 4px 20px;
}
	
.payment_row_selected {
	background-color: #700202;
	font-weight: bold;
	color: white;
}

.payment-methods tr:hosver {
	background-color: #eee;
}