*{
	margin: 0; padding: 0;
	font-family: "Georgia",Arial;
	font-size: 10pt;
	line-height: 1.5em;
}
html,body{
	behavior: url('/style/csshover.htc');
	background-image: url('/art/bg.jpg');
	background-repeat: repeat;
}
h1{
	font-size: 13pt;
	color: #ddd;
	margin-bottom: 10px;
}
h2{
	font-size: 11pt;
	color: #ddd;
	margin-bottom: 10px;
}
h3{
	font-size: 10pt;
	color: #ddd;
	margin-bottom: 10px;
}
p,th,td{
	color: #ccb;
	margin-bottom: 10px;
}
th {
	color: #d85;
}
td {
    border-top: #422 1px dashed;
}
a:link,
a:active,
a:visited{
	color: #ccb;
}
.clear{
	clear: both;
}
.png{
	background-image: expression(
        this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/art/blank.gif"
    );
}
img {
	border: 0;
}
table {
	width: 100%;
}
td {
	vertical-align: top;
	padding: 0.6em;
}
.price {
	width: 80px;
}
img.gallery {
    border: 1px solid #333;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
