html {
	margin:0;
	padding:0;
	height:100%;
} 
BODY {
	BACKGROUND: url(/images/header-bg.jpg) repeat-x;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;
	padding:0;
	font-size: 12px;
}
a {
	color: #343434;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
#container {
	POSITION: relative;
	margin-left:auto;
	margin-right:auto;	
	width:955px;
	BACKGROUND: url(/images/body-bg.jpg) repeat-y;
	background-color:#FFFFFF;
	min-height:100%;
}
#content{
	position:relative;
	width:875px;
	padding: 0 40px 0 40px;
	top:-50px;
	padding-bottom:70px;
}
#header {
	position:relative;
	BACKGROUND: url(/images/header.jpg) no-repeat;
	height:252px;
}
#footer {
	position:absolute;
	background-color:#FFFFFF;
	BACKGROUND: url(/images/footer.jpg) no-repeat;
	left:0px;
	bottom:0px;
	width:955px;
	text-align:center;
	height:120px;
}

#listingblock {
	border: 1px solid 343434;
}
#listings_box {
	font-family: "Times New Roman", Times, serif;
	line-height: 15px;
}
.listingborder {
	border: 2px solid 343434;
}
.listing_box_m {
	background-image: url(images/listings_box_middle.jpg);
	background-repeat: repeat-y;
}
.comparebox {
	border: 1px dotted #333333;
}
.inputdisplay1 {
	text-align: right;
}
.inputdisplay2 {
	text-align: right;
	color:#FF0000;
}
.comparetd {
	line-height: 15px;
	color: #990000;
	margin: 4px;
	padding: 4px;
}
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e4e4e4}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f3f3f3;
  border-right:1px solid #f3f3f3;
  background:#eaeaea}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfcfc;
  border-right:1px solid #fcfcfc;
  background:#e9e9e9}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9;}
.spiffy4{
  border-left:1px solid #f3f3f3;
  border-right:1px solid #f3f3f3}
.spiffy5{
  border-left:1px solid #eaeaea;
  border-right:1px solid #eaeaea}
.spiffyfg{
  background:#e4e4e4}
#translation{
	position:absolute;
	right:26px;
	top:-200px;
	font-size: 8px;
}
table{border-collapse:collapse;}
tr.rowtop td{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #343434;
}
tr.rowbottom td{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
}
tr.row td.left{
border-width:1px 0 1px 1px;
}
tr.row td.right{
border-width:1px 1px 1px 0;
}
.listboxlink {
	color: #FFFFFF;
}
