div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top:2px
}
html>body input.text, html>body input.button html>body select {
	height:1em
}
*:root input.text, *:root input.button, *:root select {
	height:auto
}
input.text, input.button, textarea, select {
	font:7pt "Verdana","Arial","Helvetica",sans-serif;
	font-weight:bold
}
input.button {
	border:1px solid #6A76AC;
	padding:.1em .1em;
	color:#6A76AC;
	background-color:#FFFFFF;
	border-radius:.4em
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color:#6A76AC
}
input[type="submit"]:active {
	background-color:#6A76AC
}
input[type="submit"][disabled] {
	border-color:#6A76AC;
	color:#6A76AC;
	background-color:#FFFFFF
}
input.text, textarea, select {
	border:1px solid #6A76AC;
	color:#6A76AC;
	background-color:#FFFFFF;
	letter-spacing:1px
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color:#FFFFFF
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color:#FFFFFF
}

body {
	background-color: #FAE0C7;
	scrollbar-face-color: #6A76AC;
	scrollbar-highlight-color: #FAE0C7;
	scrollbar-3dlight-color: #FAE0C7;
	scrollbar-darkshadow-color: #FAE0C7;
	scrollbar-shadow-color: #FAE0C7;
	scrollbar-arrow-color: #FAE0C7;
	scrollbar-track-color: #FAE0C7;
}
body,td,th {
	font-size: 12px;
	color: #6A76AC;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #6A76AC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6A76AC;
}
a:hover {
	text-decoration: none;
	color: #956821;
}
a:active {
	text-decoration: underline;
	color: #956821;
}
.Header {
	font-size: 20px; 
}
.Category {
	font-size: 18px;
	font-weight: bolder;
}
.Title {
	font-size: 16px;
}
.Price {
	font-size: 14px;
}
.TextRed {
	color: #FF0000;
}
