/*---------------------------------------
	smartstore.basket.css
    defines basket formatting.
----------------------------------------*/
.page-send-order #basket {
	background: #f0f0f0;
}

#basket {
	border: 1px solid #A4A4A4;
	width: 100%;
}

#basket > tbody > tr > td,
#basket > tfoot > tr:first-child > td {
	border-bottom: 1px solid #ccc;
	background: transparent url('../images/shadow-b.png') 0 0 repeat-x;
	/*background-image: -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, rgba(127,127,127, 0.22)),
    	color-stop(0.1, rgba(127,127,127, 0.1)),
    	color-stop(0.4, rgba(255,255,255, 0)));*/
}

#basket > tbody > tr > td:last-child,
#basket > tfoot > tr > td:last-child {
	background-color: #DDDDDD;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
}

#basket > tbody > tr > td.empty {
	font-weight: normal !important;
}

#basket > tfoot > tr > td {
	border-bottom: none !important;
}

.basket-buttons #btn-reset-basket,
.basket-buttons #btn-checkout{
	display: none;
}

.basket-buttons a{
	margin:10px 0;
	display:inline-block;
}
.basket-buttons .left{float:left;}
.basket-buttons .right{float:right;}

.addbasket-qtyfield{
	max-width: 45px;
}
