/* CSS Document */

#listing_sheet {
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, verdana, sans-serif !important;
  font-size:   12pt;
  color: #888;
  
  width: 90%;
}

#print_header {
text-align: center;
margin: 10px 0px !important;
border-bottom: 1px solid #99CCFF;
padding-bottom: 20px;
}

h1 {
margin: 0 0 15px;
font-size: 21px;
font-weight: normal;
color: #000;
}
  
.listing-sheet-left
{
  float: left;
  width: 48%;
  margin-right: 1%;
}

.listing-sheet-right
{
  float: right;
  width: 48%;
  margin-left: 2%;
}

#listing_sheet table {
width: 100%;
}

#print_info table, #print_details table {
font-size: 12px;
border: 0;
position: relative;
z-index: 10;
}

#print_info table tr td span {
color: #366799;
font-weight: bold;
}

#listing_sheet table tr td {
padding: 0 5px 5px 0px;
width: 49%;
}

#listing_sheet table tr td#spacer {
width: 2%;
padding: 0;
}

#print_details td div {
margin: 0 0 25px;
}

div.wrapping {

}

#print_header {
color: #000;
margin-bottom: 5px;
}

#print_header span {
margin-top: 8px;
display: block;
}

#print_header img {
width: 160px;
}

#listing_sheet h3 {
margin: 30px 0 12px;
font-size: 15px;
border-top: 1px solid #99CCFF !important;
color: #6699CC;
padding-top: 6px;
letter-spacing:0.2px;
font-weight: bold;
display: block;
width: 100%;
}

div.clearprint {
visibility: hidden;
clear: both;
height: 0px;
margin: 0;
}

*html div.clearprint {
display: none;
}

#photos{
text-align: center;
width: 100%;
}

#photos img {
border: 1px solid #99CCFF !important;
padding: 2% !important;
width: 96%;
height: auto;
margin-bottom: -1px;
}

#print_footer {
padding-top: 8px;
border-top: 1px solid #99CCFF;
width: 90%;
margin-top: 30px;
clear: both;
display: block;
text-align: center;
}


@media all
{
	.page-break	{ display:none; }
}

@media print
{
	.page-break	{ display:block; page-break-before:always; }
}