﻿body {
	font-family: Verdana, Arial;
}

a {
	color: Black;
	text-decoration: underline;
}

.cfHeader {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
	font-size: large;
	font-weight: bold;
}

.cfProductImage {
	float: right;
}

.cfProductTable table {
	border-collapse: collapse;
}

.cfProductTable td {
	border: 1px solid Black;
}

/* hide */

.cmsConsole {
	display: none;
}

.header {
	display: none;
}

.headnav {
	display: none;
}

.sidenav, .sidenavSub {
	display: none;
}

.breadcrumbnav {
	display: none;
}

.footer {
	display: none;
}

