/* --------- */
/* Cart View */
/* --------- */

#cart_view td label {font-weight: bold;text-align: right;}

#cart_view th {border-bottom-width: 1px;border-bottom-style: solid;padding-bottom: 5px;}
#cart_view th.remove {text-align: center;}
#cart_view th.thumb_image {text-align: center;}
#cart_view th.title {text-align: left;}
#cart_view th.quantity {text-align: center;width: 50px;}
#cart_view th.price {text-align: left;}
#cart_view th.subtotal {text-align: right;}

#cart_view tr.total {text-align: right;}
#cart_view tr.total td {padding-top: 5px;}

#cart_view tr.item td.remove {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 0;
	text-align: center;
}
/* Thumb & Sku */
#cart_view tr.item td.thumb_image {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 0;
	text-align: center;
}
#cart_view tr.item td.thumb_image a {text-decoration: none;}
/* Title */
#cart_view tr.item td.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 0;
	text-align: left;
	font-weight: bold;
}
#cart_view tr.item td.title a {text-decoration: none;color: #88CCCC;}

/* Quantity */
#cart_view tr.item td.quantity {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 0;
	text-align: center;
}
#cart_view tr.item td.quantity input.text {width: 20px;}
#cart_view tr.item td.price {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 0;
	text-align: left;
}
#cart_view tr.item td.subtotal {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 0;
	text-align: right;
}

#cart_view tr.empty td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 0;
	text-align: center;
}

/* Cart View - Buttons */

.cart_view .buttons {
	float: right;
}
.cart_view .buttons .button,
.cart_view .buttons .link_button {
	margin: 0 0 0 8px;
}

/* Cart View - Plugins */

#cart_view_plugins {float: right;text-align: center;}

