body {
	background-color: #000;
	color: #fff;;
	font: 0.8em verdana, arial, helvetica, sans-serif;
}

a img {
	border: none;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h3 {
	margin-bottom: 0px;
	margin-top: 5px;
}

div#page {
	/* background-color: #267d26; */
	color: #000;
	margin: auto;
	padding: 0px;
	width: 962px;
}

td#left-column {
	background-image: url(/images/templates/left-column.jpg);
	border-right: 1px solid black;
	vertical-align: top;
}

p#copyright {
	font-size: 0.8em;
	text-align: center;
}

p#webwork {
	font-size: 0.8em;
	text-align: center;
}

p#webwork a {
	color: #fff;
	font-weight: normal;
}

div#menu-top {
	border-collapse: collapse;
	border-bottom: 1px solid black;
	display: table;
	width: 100%;
}

div#menu-top dl {
	background-color: #858f36;
	color: #fff;
	display: table-row;
	text-transform: uppercase;
}

div#menu-top dt {
	border-left: 1px solid black;
	display: table-cell;
	text-align: center;
	white-space: nowrap;
}

div#menu-top dt.first-cell {
	border-left: none;
}

div#menu-top dt.current span {
	background-color: #a00;
	color: #fff;
	display: block;
	padding: 0.5em 0.7em;
}

div#menu-top dt a {
	color: #fff;
	display: block;
	padding: 0.5em 0.7em;
	text-decoration: none;
}

div#menu-top dt a:hover {
	color: #fff;
	background-color: #800;
}

div#menu-top dt dl {
	border: 1px solid black;
	display: none;
	margin: 0px 0px 0px -1px;
	position: absolute;
}

div#menu-top dt:hover dl, div#menu-top dt:hover dt {
	display: table-row;
}

div#menu-top dt div dl a {
	border-bottom: 1px solid black;
	padding: 0.5em 1em;
}

div#menu-top dt div dl dt.last-cell a {
	border-bottom: none;
}

div#menu-bottom {
	color: #fff;
	padding-bottom: 1em;
	text-align: center;
}

div#menu-bottom dt {
	display: inline;
}

table#cart {
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
}

table#cart th {
	border: 1px solid black;
	padding: 4px;
}

table#cart td {
	border: 1px solid black;
	padding: 4px;
}

.problem {
	font-style: normal !important;
	font-weight: bold !important;
	color: #800 !important;
	text-align: left;
}
.inputprob {
	color: #000 !important;
	background-color: yellow !important;
}
