/************************ ---  proceed to checkout, shopping cart & checkout --- *******************/

/*----- right side box w/ last added product -> item/cart ------*/

.proceed2checkout{
	border-bottom:1px solid #ffd980;
	border-left:1px solid #ffd980;
	padding:20px 10px;
	background:#ffecbf;
	text-align:center;
}
.cart_justadded_info{
	margin-top:1px;
	background:#ffffff;
	border-bottom:1px solid #e6f1ff;
	border-left:1px solid #f3f3f3;
	padding:5px;
	border-bottom:1px solid #ffffff;
}
.cart_justadded_img{
	padding:5px;
}
.cart_justadded_itemname{
	font-weight:bold;
	border-top:0px solid #d9e9ff;
	margin-top:5px;
	padding-top:5px;
}
.cart_justadded_itemqty{}

.cart_justadded_itemprice{}

.cart_itemsincart_info{
	background:#f7f7f7;
	padding:10px 5px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #eeeeee;
}
.cart_itemsincart{}

.cart_subtotal{}

/*-----------------------------------*/


/*------ CART TABLE -----------*/

.cart{
	border-left:1px solid #d5d5d5;
	border-top:1px solid #b1d3e9;
}
.cart td{
	padding:3px 5px;
	/*background:#ffffff;*/
	border-bottom:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	text-align:left;
}
.cart th{
	padding:5px 5px;
	background:#dff0fb;
	font-size:8.5pt;
	color:#787878;
	border-bottom:1px solid #b1d3e9;
	border-right:1px solid #b1d3e9;
	
}
.cart td.total, .cart td.subtotal, .prodrow-subtotal, .prodrow-total{
	font-weight:bold;
	text-align:right;
}
#step-four .cart th, #step-one .cart th, #step-five .cart th {
	padding:2px 2px;
}
#step-four .cart td, #step-one .cart td, #step-five .cart td {
	padding:2px 2px;
	background:transparent;
}
#step-four tr:hover, #step-one tr:hover, #step-five tr:hover {
	background-color:#edf5ff;
	color:navy;
	}
.odd {
	background:#f8f8f8;
	}
#step-four .cart td img {
	vertical-align: bottom;
	}
#step-four input[type="text"] {
	width:20px;
	}
#step-one .cart {
	margin-top:10px;
	}

/*--------- cell types in cart table --------*/


.cart_image{
	float:left;	
	margin-right:10px;
}
.cart_itemname{
	font-weight:bold;
	margin-bottom:7px;
}
.cart_itemqty{
	text-align:right;
}
.cart_itemprice{
	text-align:right;
}
.cart_itemtotal{
	text-align:right;
}
/*--------------------------------*/
.cart_info{
	margin-top:10px;
	padding:3px;
}
.cart_totals_info{
	background:#F7F9FA;
	border-top:1px solid #E7EDF0;
	border-bottom:1px solid #E7EDF0;
	padding:3px;
}	
.cart_items{font-size:9pt;}

.cart_subtotal{font-size:9pt;}
.cart_headline td {
	font-size:14px;
	text-align:left;
	font-weight:900;
	background-color: #D6F7FE;
	}


