/*********************************************************************************/
/** Print Styles
/*********************************************************************************/

body {
	background:white;
	font-size:9pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000; 
	background:transparent;
	width:auto;
	border:0;
	padding:.2em;
}

#supra,
#navigation,
.buttons {
  display:none;
}

h1, h2, h3, h4, h5, h6,
p {
  margin-top:0;
  margin-bottom:20px;  
}

#content {
	background:transparent;
	width:auto;
	border:0;
	padding:0;
}
	
table.full {
  width:98%;
}

  td {
    vertical-align:top;
    padding:5px; 
  }
  
  th {
    font-weight:bold;
    text-align:left;  
  }

  .small td {
    padding:2px;  
  }

img {
  border:none;
}

a:link, a:visited {
	color:#1067ca;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
	border:none;
}

/** Listing **/
#listing {
  
}
  
  #listing h1.mls_number {
    margin:0;
  }
  
  #listing h2.price {
    margin-top:0;
  }
  
  #listing td.left {
    width:50%;
  }
