.butContinueShopping {
	float: left;
	text-align: center;
}

.basketButtons {
	float:right;
	width:295px;
	margin: 20px 0;
}

.basketButtons .checkout-button {
	float:right;
	width: 137px;
	text-align: center;
}

.basketButtons .paypalBtn {
	margin-top: 10px;
	float: right;
}

.basket-footer {
	margin-top:0;
	padding: 6px 6px 15px 6px;
	width: 100%;
	background-color:#F7F7F9;
	border:1px solid #d9d9db;
	border-width:0 1px 1px 1px;
	border-radius: 0 0 6px 6px;
}

/*############ [ Basket table ] ###############*/

.tbl-basket-totals {
	border-collapse: collapse;
	width:98%;
	margin-top:5px;
}

.tbl-basket-totals th {
	padding: 5px 10px 5px 0;
	text-align: right;
	vertical-align:bottom;
	color:#444446;
	font-weight:normal;
}

.tbl-basket-totals td,
.tbl-basket-totals td.grandTotal {
	text-align: right;
	padding: 5px 0;
	width:70px;
}

.tbl-basket-totals .totals {
	font-size:14px;
	vertical-align:top;
	font-weight:normal;
}

.tbl-basket-totals .grandTotal {
	font-size: 16px;
	font-weight: normal;
	padding:5px 10px 5px 0;
}

.tbl-basket-totals .confirmButton {
	width: 337px;
	padding: 15px 0;
	text-align: center;
}

.tbl-basket {
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	border-collapse: collapse;
	border: 0;
	font-size: 14px;
}

.tbl-basket th,
.tbl-basket td {
	margin: 0;
	padding: 0;
	text-align: center;
}

.tbl-basket td {
	padding: 2px 0;
	vertical-align: top;
	background-color: #fff;
}

.tbl-basket th span {
	padding: 0 2px;
	font-size: 16px;
}

.tbl-basket .productInformation,
.tbl-basket .content  {
	text-align: left;
}

.tbl-basket .content .product-link {
	color:#000;
	font-size:16px;
}

.tbl-basket .qty {
	text-align:center;
	position:relative;
	float:left;
	height:39px;
	width:36px;
	margin:0;
	padding:0;
	border: 1px solid #e4e4e4;
	border-width:0 1px 1px 0;
	background: #fff;
	color:#575757;
}

.tbl-basket .qtyIncrease,
.tbl-basket .qtyDecrease {
	position:relative;
	float:left;
	height:39px;
	width:36px;
	margin:0;
	font-size:18px;
	color:#575757;
	line-height:39px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-width:0 1px 1px 0;
	text-align: center;
}

.tbl-basket .itemRemove {
	display:block;
	height:27px;
	width:27px;
	margin:0 auto;
	font-size:16px;
	background-color:#BABABC;
	line-height:25px;
	color: #fff;
	border-radius:5px;
	border: 1px solid #98989A;
	border-width:0 1px 1px 0;
}

.tbl-basket .qtyIncrease:hover,
.tbl-basket .qtyDecrease:hover,
.tbl-basket .itemRemove:hover {
	background: #940822;
	color: #ffffff;
	border-color:#57090D;
	text-decoration: none;
}

.tbl-basket .qtyContainer {
	max-width:120px;
	min-width:115px;
	margin:0 auto;
}


.tbl-basket .qty-xs {
	margin:5px 0 0 0;
}
.basket-line-total {
	min-width:100px;
}

.tbl-basket th {
	background-color:#EDEDEF;
	color: #444446;
	font-weight: normal;
	padding: 10px 0 8px 0;
	background:url('../images/layout/basket/bg_th.gif') repeat-x top left;
	font-size:16px;
	white-space: nowrap;
}

.tbl-basket td {
	padding: 2px 0;
	vertical-align: middle;
	background-color:#F7F7F9;
}

.tbl-basket .saving {
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
}

.tbl-basket .leftHead,
.tbl-basket .rightHead,
.tbl-basket .leftItem,
.tbl-basket .rightItem  {
	width: 10px;
}

.tbl-basket .rightHead {
	background:url('../images/layout/basket/bg_thRight.gif') no-repeat top right;
}

.tbl-basket .leftHead {
	background:url('../images/layout/basket/bg_thLeft.gif') no-repeat top left;
}

.tbl-basket .leftItem {
	background:url('../images/layout/basket/bg_tdLeft.gif') repeat-y top left;
}

.tbl-basket .rightItem {
	background:url('../images/layout/basket/bg_tdRight.gif') repeat-y top right;
}

.tbl-basket .productSpacer {
	padding: 15px 0 15px 0;
	margin: 0;
	vertical-align: bottom;
}

.tbl-basket .productSpacer span {
	width: 100%;
	border-bottom:1px solid #e0e0e0;
	height: 1px;
	padding: 0;
	margin: 0;
	float: left;
}

.additionalButtons {
	float:left;
	width: 140px;
	padding: 0;
	text-align: left;
	margin-top:17px;
}

.basketEmpty {
	padding: 50px;
	height: 500px;
	text-align: center;
}

.tbl-basket .tblHeader, .tbl-basket .tblHeaderRight {
	padding-bottom:15px;
}


.discount-box {
	padding:15px 10px;
  	border: 1px solid #d4dede;
  	background-color: #ededf0;
  	margin-left: 5px;
  	border-radius: 5px;

}

.discount-box h2 {
	font-size: 16px;
}

.discount-box span {
	line-height: 2.5
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}