* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

table {
	border-collapse: collapse;
	margin: 10px;
}

table, tr, td, th {
	border: 1px solid #dce8ff;
	padding: 5px;
}

th {
	text-align: left;
	white-space: nowrap;
}

a {
	text-decoration: none;
	padding: 3px;
	color: #939cae;
	line-height: 1.7em;
}

a:hover {
	background-color: #939cae;
	color: #FFFFFF;
}

.clear::after {
	content   : '.';
	display   : block;
	clear     : both;
	height    : 0.0;
	visibility: hidden;
}

.hide {
	visibility: hidden;
}

.spacer {
	height: 5px;
}


#products tr:hover {
	background: #d7e6ff;
}

#products tr.spacer:hover {
	background-color: white;
}


#top {
	background: #333333;
	color: #FFFFFF;
	padding: 7px;
	padding-left: 15px;
	font-size: 1.3em;
	border-bottom: 3px solid #999999;
}

.left {
	float: left;
}

.right {
	float: right;
}
