<!--
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
}
body,td,th {
	font-size: 11px;
	color: #BA953C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
}
a, a:active, a:link, a:visited {
	color: #BA953C;
	text-decoration: underline;
}
a:hover {
	color: #BA953C;
	text-decoration: none;
}
.footer {
	font-size: 10px;
}
input {
	color: #BA953C;
	border: 1px solid #BA953C;
	background-color: #000000;
}
.button {
	font-weight: bold;
	color: #000000;
	border: 1px solid #BA953C;
	background-color: #BA953C;
	padding: 5px;
}
select {
	color: #BA953C;
	border: 1px solid #BA953C;
	background-color: #000000;
}
textarea {
	color: #BA953C;
	border: 1px solid #BA953C;
	background-color: #000000;
}
.message {
	background-color: #BA953C; 
	color: #000000; 
	font-weight: bold; 
	border: 1px solid #FF0000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
.category {
	height: 178px;
	width: 165px;
	background-image: url(/images/royal-tab-empty.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
}
.product {
	height: 195px;
	width: 165px;
	background-image: url(/images/royal-tab.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
}
.product_information {
	height: 195px;
	width: 165px;
	background-image: url(/images/royal-tab-both.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
}
.product_text {
	padding-left: 12px;
	padding-top: 3px;
}
.product_view {
	margin-left: 25px;
}
-->
