.pButton{
	cursor: pointer;
	margin-top: 16px;
}

.pView{
	padding: 3px;
	display: none;
	border: 2px solid black;
}

.pTable{
	width: 100%;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.pTable td{
	border-left: 1px solid white;
	border-top: 1px solid white;
	padding: 3px;
}

.pTable .h{
	text-align: center;
	font-weight: bold;
}

.pTable .imageCenter{
	text-align: center;
}

#cart{
	margin: 13px 3px 3px 3px;
	padding: 3px;
	border: 1px solid white;
}

.heading{
	color: black;
	background-color: white;
	text-align: center;
	font-size:  10pt;
	font-weight: bold;
}

.cartButton{
	cursor:pointer;
}

.cartItem{
	border-bottom: 1px solid white;
	padding-top: 3px;
}

.cartQuant{
	float: right;
	text-align: center;
}

#colDiv{
	float: left;
	margin-right: 20px;
}

#locDiv{
	float: left;
}

#warnDiv{
	float: left;
	display: none;
}