
.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;
	padding: 3px 0;
}

.block-cart table,
.block-cart table td
{
	border: 1px solid #0595d8;
}

.block-cart table tbody tr:hover
{
	background-color: #F5FFEC;
}

.block-cart table .number
{
	text-align: right;
}
.block-cart table .name
{
	font-weight: bold;
}
.block-cart table .increase
{
	text-align: center;
	color: #999;
}

.block-cart table .img
{
	text-align: center;
	min-width: 150px;
}

.block-cart table img
{
	max-width: 125px;
	max-height: 125px;
}

.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: #F6F6F6;
	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='#E6E6E6',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;
}

.block-cart table td .remove-cart
{
	color: #000;
	font-weight: normal;
}

.block-cart table td .remove-cart span
{
	font-size: larger;
	font-weight: bold;
}

.block-ctrl-payment-form
{
	margin: 12px 0;
	text-align: right;
	width: 100%;
}
