
/* Primary product table */
table.mProductTable {

}

/* Primary product table items */
table.mProductTable td {

}

/* Links in primary product table */
table.mProductTable a, table.mProductTable a:visited {
	color: rgb(0,54,155);
	text-decoration: none;
}

/* Hovering over links in primary product table */
table.mProductTable a:hover {
	text-decoration: underline;
}

/* Top and bottom borders on product pages */
table.mProductTableBoundary {
	width: 100%;
	height: 25;
	background-color: blue;
	background-image: url("images/prodBorder.jpg");
	color: white;
}

/* Links in top and bottom borders on product pages */
table.mProductTableBoundary a, table.mProductTableBoundary a:visited {
	color: white;
	text-decoration: none;
}

/* Hovering over links in top and bottom borders on product pages */
table.mProductTableBoundary a:hover {
	color: yellow;
	text-decoration: underline;
}

/* Left half of top product page border */
td.mProductTableBoundaryLeft {
	text-align: left;
}

/* Right half of top product page border */
td.mProductTableBoundaryRight {
	text-align: right;
}

/* viewProduct page */
table.mSingleProductTable {
	width: 85%;
}

/* viewProduct items */
table.mSingleProductTable td {

}

/* Links in single viewProduct page */
table.mSingleProductTable a, table.mSingleProductTable a:visited {
	color: rgb(0,54,155);
	text-decoration: none;
}

/* Hovering over links in viewProduct page */
table.mSingleProductTable a:hover {
	text-decoration: underline;
}

/* Shopping cart table */
table.mShoppingCart {
	width: 100%;
}

/* Shopping cart table headings */
table.mShoppingCart td.heading {
	text-align: left;
	font: ;
	background-color: rgb(0,54,101);
	color: white;
}

/* Shopping cart table links */
table.mShoppingCart a, table.mShoppingCart a:visited {
	color: rgb(0,54,155);
	text-decoration: none;
}

/* Shopping cart table link - hover */
table.mShoppingCart a:hover {
	text-decoration: underline;
}

/* Customer Form table */
table.mCustomerForm {

}

table.mCustomerForm a {
	color: black;
	text-decoration: none;
}

table.mCustomerForm a:hover {
	color: rgb(0,54,155);
	text-decoration: underline;
}
