
.tableProductsDisplay
{
	width: 100%;
	border-spacing: 15px 0px;
	padding: 10px;
}

.divProductsControl
{
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 5px;
	text-align: center;
}

.divProductsControl input
{
	width: 86%;
}

.divProductsControl button
{
	width: 90%;
}

.inputQtyAdd
{
	width: 60px;
	text-align: right;
}

.productDivImage
{
	height: 450px !important;
	text-align: center;
}

.productImgWrapper
{
	padding: 10px;
	border: 3px solid white;
}

.productImgWrapper:hover
{
	cursor: pointer;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.productImgImage
{
	width: 60%;
	height: auto;
	border-radius: 0px;
	padding: 0px;
}

.productDetailUOM
{
	border: 3px solid rgba(0, 0, 255, .3);
	background-color: #eee;
	color: #55F;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.productCell
{
	/*width: 15%;*/
	display: inline-block;
	border: 2px solid rgba(0, 0, 0, 0);
	padding: 2px 10px;
	margin: 10px 5px;
	border-radius: 10px;
	vertical-align: top;
}

.productCell:hover
{
	border: 2px solid rgba(0, 0, 0, .03);
	background-color: rgba(255, 255, 0, .02);
}

.productSubCellA
{
	padding: 3px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.productSubCellA:hover
{
	cursor: pointer;
}

.productSubCellB
{
	padding: 0px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.productsImage
{
	max-width: 9vw;
	max-height: 7vw;
}

.productTable
{
	width: 100%;
	padding: 3px;
}

.productAddToCart
{
	border: 1px solid rgba(0, 0, 0, .6);
	border-radius: 3px;
	padding: 2px 4px;
	background-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .8);
}

.productAddToCart:hover
{
	border: 1px solid rgba(0, 255, 0, .6);
	background-color: rgba(0, 255, 0, .1);
	color: rgba(0, 0, 0, .5);
}

.productName
{
	max-width: 100px;
	padding: 0px 15px;
	font-size: 1em;
	color: blue;
}

.peTable
{
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px 2px;
}

.peTable td
{
	vertical-align: top;
	padding: 0px 2px 3px 2px;
}

.peTable input[type=text],
.peTable input[type=number]
{
	padding: 3px;
	width: 90px;
	text-align: left;
}

.peTable select
{
	padding: 5px;
	width: 100px;
	text-align: left;
}

.peTable textarea
{
	padding: 3px;
	width: 80%;
	height: 10vh;
	resize: none;
}

.peButton
{
	width: 20%;
	height: 70px;
	color: white;
	border: none;
	border-radius: 5px;
	vertical-align: middle;
}

.peButton:disabled
{
	background-color: grey;
	cursor: not-allowed;
}

.peButtonBack
{
	background-color: blue;
}

.peButtonSave
{
	background-color: green;
}
