﻿/* Employee Product wrapper CSS */

.productWrapper .productPanel {
	clear: both;
	overflow: auto;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}

.productWrapper .productPanel .tmpProd>tbody {
	width: 100%;
	overflow: auto;
}

.productWrapper tfoot {
	vertical-align: top;
}

.productWrapper tfoot td {
	border-top: 1px solid #6D6F71 !important;
}

.productWrapper .tmpProd {
	width: 100% !important;
}

.productWrapper .ccpTotal {
	display: block;
	padding: 0px 1em 2px 0.5em;
}

.productWrapper #pointSummaryLabels .label {
	display: block;
	text-align: right;
}

.productWrapper .tmpProd .awdC {
    display: none;
}

.productWrapper .tmpProd .stkC {
	width: 120px !important;
}

.productWrapper .tmpProd .qtyC {
	width: 60px !important;
}

.productWrapper .tmpProd .prcC {
	width: 60px !important;
}

.productWrapper .tmpProd .extC {
	width: 60px !important;
}

.productWrapper .tmpProd .crdC {
	width: 60px !important;
}

.productWrapper .tmpProd .subC {
	width: 75px !important;
}

.productWrapper .tmpProd .rmvC {
	width: 40px !important;
}

.productWrapper .tmpProd tbody td.stkC {
	height: 10px;
}

.productWrapper .tmpProd.productFooter {
	border: 0px solid gray;
}

.productWrapper .tmpProd.productFooter td {
	border: 0px solid gray;
}

.productWrapper .tmpProd .footerCS {
	width: 430px;
}

.productWrapper .tmpProd .rightFooterPadding {
	width: 30px;
}

#pointSummaryValues {
	*margin-left: 60px;
}
