
p, b, td, input { font-family: Arial; font-size: 12px; }

.deletetext {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
.deletetext:hover {
	color: #006699;
}
.pgtitle { 
    font-size: 14px; 
    color: #00AAAA;
}
.mdtitle {
    font-size: 14px;
}
.tableheader {
    font-size: 14px;
    font-weight: bold;
}

.smltxt { 
    font-size: 10px;
}

tr.cartrow {
	background-color: #ffffff;
}
tr.cartrow:hover {
	background-color: #eeeeee;
}

a.itemtitle {
	color: #009999;
	text-decoration: none;
}
a.itemtitle:hover {
	color: #009191;
}

.quantityfield { 
	border-width: 1; 
	background-color: #ffffff;
	border-color: #006699;
	border-style: solid;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding: 2px 2px 2px 2px;
	width: 45px;
}

.addrfield { 
	border-width: 1; 
	background-color: #ffffe0;
	border-color: #006699;
	border-style: solid;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding: 2px 2px 2px 2px;
}

.tableborder { 
	border-width: 1; 
	border-color: #006699;
	border-style: solid;
	padding: 2px 2px 2px 2px;
}

