@CHARSET "UTF-8";

* {
	font-family: "Times New Roman", serif;
}

body, table {
	font-size: 12pt;
	color: #000;
	border: 0;
}

table {
	border-collapse: collapse;
}
td {
	text-align: left;
	vertical-align: top;
	border: 0;
}

p {
	margin: 0.5em auto;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
	page-break-after: avoid;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}
em {
	font-style: oblique;
}
strong em {
	font-size: 1.2em;
	font-style: oblique;
}
del {
	text-decoration: line-through;
}

.noprint {
	display: none !important;
}

.cleaner {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
}

/* DataTable, ZDBEditList */
.DataTable, .ZDBEditList table {
	border: 1px solid #000;
	font-size: 0.8em;
	width: 95%;
	margin: 0.5em 0;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
.DataTable th, .ZDBEditList th {
	padding: 0.1em;
	background: #000;
	color: #fff;
	text-align: center;
	border: 1px solid #000;
}
.DataTable td, .ZDBEditList td {
	padding: 0.1em;
	background: #fff;
	border: 1px solid #000;
}
.DataTable .TableRow1 td, .ZDBEditList .TableRow1 td {
	background: #ddd;
}

/* ZMessage, ZFormsError */
.ZMessage, .ZFormsError {
	display: none;
}

/* LAYOUT */
.menuSide, .searchBox, .cart, .ZListPager, .SubCatsTable {
	display: none;
}

.pageHeader {
	text-align: center;
}
.logo {
	font-size: 200%;
	font-weight: bold;
}

.pageFooter {
	text-align: center;
	border-top: 1px dotted #333;
	padding-top: 1em;
	font-size: 85%;
}

/* Product */
.ProductItem {
	float: left;
	margin-right: 0.5%;
	width: 30%;
}
td.ProductPrice, td.ProductPriceTitle {
	vertical-align: baseline;
}
.ProductToCart {
	display: none;
}

