p#pCart {
	margin: 20px 20px 20px 80px;
}
p#pCart a {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
p#pCart a:hover {
	text-decoration: none;
}

p.pLink {
	cursor: pointer;
	font-weight: bold;
	color: #0555a3;
	text-decoration: underline;
}
p.pLink:hover {
	text-decoration: none;
}
/* CUSTOMER FORMS */

table#tCustomerData {
	border: 0px;
}
table#tCustomerData input {
	border: 1px solid #666;
	font-size: 10px;
}
div.dCustomerData {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px;
	color: #333;
}	
td.tdCustomerData {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
}
img.imgCustBack {
	position: relative;
	top: 3px;
}
div#dCustForm {
	margin: 10px 40px ;
}
div#dCustForm td {
	vertical-align: middle;
}
div#dCustForm input {
	border: 1px inset #666;
}
div#dCustForm h6 {
	font-size: 14px;
	color: red;
}
div#dCustForm label {
	font-weight: bold;
}
table#tCustJur {
	width: 80%; 
}
table#tCustJur td {
	vertical-align: middle;
	width: 25%;
	padding: 2px 5px;
}
table#tCustJur input {
	width: 100%; 
	z-index: 100;
	border: 1px inset #666;
}

div#dCustForm td {
	text-align: right;
	padding: 2px;
}
td.tdCustRequired {
	color: red;
}
div#dCustForm td.tdCustInput {
	text-align: left;
}
div#dCustPayment {
	margin: 20px 0px;
}
div#pCustData {
	padding: 10px 10px 10px 40px;
}
div#dCustDistance {
	color: red;
}

