﻿body 
{
    padding:0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}
#logo { 
	position: absolute; 
	left: 39px; 
	top: 49px; /* RP: Was 49px*/
}

#logo a { 
	display: block; 
	width: 141px; 
	height: 59px; 
	background-image: url(../images/logo.gif); 
	background-repeat: no-repeat; 
}
.hiddenforprint 
{
    display:none;
    
    }
    
    .compareColumn
    {
        margin-right:  0px 10px 0px 0px !important;
    }
/* We need these guys to still print! Use List Item Hack*/
.SmallPinStyleApartment
{
    position: relative;
    top: -16px;
    display: list-item;
    list-style-image: url("../images/greenPin.gif");
	list-style-position: inside;
    width: 32px;
    height: 32px;
    text-align: center;
    letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
}
.SmallPinStyleSearch
{
    position: relative;
    top: -16px;
    background-image: url("../images/bluePin.gif") !important;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}
