html {
	font-family: Palatino Linotype, Times New Roman, serif;
	background-image: url("bg.jpg");
	background-repeat: repeat-y;
	background-color: #1776ae;
	color: black;
}
a:link, a:visited, a:active {
	color: #996600;
}
a:hover {
	color: #CC9900;
}
hr {
	border: 1px solid black;
	width: 200px;
}
p {
	text-indent: 2em;
}
.bigtitle {
	font-size: 1.7em;
}
.biglink {
	font-size: 1.2em;
	font-weight: bold;
}
.lessbigtitle {
	font-size: 1.4em;
}
.tinynote {
	font-size: .8em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.rightside {
	margin-left: 280px;
}
.discount {
	font-weight: bold;
	color: red;
}
.content {
	background-color: #eeeedf;
	padding: 10px;
}
#sidebar {
	position: absolute;
	top: 2px;
	left: 2px;
	background-image: url("/transbg.png");
	width: 190px;
	padding: 2px;
	font: .8em Arial, sans-serif;
}
.productthumb {
	float: left;
	border: 1px solid black;
}
.prodminidetails {
	font-size: .8em;
}
.copyright {
	color: white;
	font-size: .7em;
	text-align: center;
}
.td50 {
	width: 50%;
}
.moreinfo {
	font-size: .9em;
	text-align: right;
}
.prodtab {
	border: none;
	margin-left: auto;
	margin-right: auto;
}
.minitab {
	border: none;
	margin-left: auto;
	margin-right: auto;
}
.minitab td {
	padding: 4px;
}
.shopcarthead {
	text-align: center;
}
.checkoutlink {
	text-align: right;
	font-size: 1.2em;
}
.buybutton {
	font: 1.2em Palatino Linotype, Times New Roman, serif;
}
.click4more {
	font-size: .8em;
}
.buybox {
	float: right;
}
.bigcart {
	color: black;
	font: .9em Arial, sans-serif;
	border-spacing: 1px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.bigcart td {
	vertical-align: top;
	border: 1px solid black;
	padding: 2px;
}
.subline, .shline, .totline {
	text-align: right;
}
.warning {
	color: red;
	background-color: white;
}
.edit, .remove {
	font: .6em Verdana;
}
.money {
	text-align: right;
}
.maintext, .q, .a {
	text-align: left;
	text-indent: 2em;
}
.q {
	font-weight: bold;
}
