
.block-cart
{
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
}

.block-cart table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

.block-cart table td
{
	padding: 7px 10px;
	vertical-align: middle;
}

.block-cart table thead th
{
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.block-cart table thead
{
	background: #0087C6;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
}

.block-cart table, .block-cart table td
{
	border: 1px solid #0595d8;
	font-size: 12px;
}

.block-cart table tbody tr:hover
{
	background-color: #F5FFEC;
}
.block-cart table tbody tr:hover *
{
	
}

.block-cart table .number
{
	text-align: right;
}
.block-cart table .name
{
	font-weight: bold;
}
.block-cart table .increase
{
	text-align: center;color: #999;
}

/* image */
.block-cart table .img
{
	text-align: center;
	min-width: 150px;
}

.block-cart table img
{
	max-width: 125px;
	max-height: 125px;
}


/* buttons */
.block-cart .qty
{
	width: 194px;
}

.block-cart .qty div
{
	background-color: transparent;
	border: 1px solid transparent;
	padding: 5px;
	width: 190px;
}

.block-cart .qty div.active
{
	background-color: #FFF;
	border: 1px solid #bcbcbc;
}

.block-cart .qty div.active .btn
{
	display: inline-block;
}

.block-cart .qty .ipt
{
	width: 79px;
	background: #FFFFFF;
	border: 1px #DDDDDD solid;
	padding: 3px 6px;
	text-align: right;
}

.block-cart .qty .btn
{
	display: none;
	padding: 3px 9px;
	margin-bottom: 0;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffe6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}


/* link remove 1 product from cart */
.block-cart table td .remove-cart
{
	color: #000;
	font-weight: normal;
}

.block-cart table td .remove-cart span
{
	font-size: larger;
	font-weight: bold;
}



/* nut hien thi form 'thanh toan' */
.block-ctrl-payment-form
{
	margin: 12px 0;
	text-align: right;
	width: 100%;
}
