#products {
	width: 100%;
	background-color: #fff;
}

#products th,
#products td {
	border: 2px solid #00008a;
	padding: 5px;
	text-align: left;
}

.productPosition {
	width: 5%;
}

/*.productName {
	width: 25%;
}*/

.productNumber {
	width: 15%;
}

.productAdd {
	width: 15%;
}

.toBasket {
	display: block;
	border: none;
	width: 100%;
	height: 30px;
	background-color: #00008a;
	color: #fff;
}

.toBasket:hover {
	background-color: #1f75fe;
}