#id-shelve-list table,
#id-cart-list table{
	width: 100%;
}

.table th,
.table td{
	vertical-align: middle;
}
.table .cart-item-name{
	text-align: left;
}

.table td.cart-item-price{
	text-align: right;
	white-space: nowrap;
}
.table .cart-item-num{
	width: 40px;
}

.table .last-td td{
	color: #fff;
}

.inline-filter b{
	color: #B05B0A;
}
.inline-filter,
.content .inline-filter a{
	font-size: 14px;
}
.inline-filter{
	margin: 10px 0px;
	padding: 0px;
}

#basketOrderButton2{
	float: right;
}


/*
#id-shelve-list th,
#id-shelve-list td,
#id-cart-list th,
#id-cart-list td{
	border: 1px solid #eee;
	padding: 5px;
}
#id-shelve-list th,
#id-cart-list th{
	font-weight: bold;
	font-size: 14px;
	background: #8AC8FF !important;
}
*/