/* with this new print style
the right column will not be present on any pages
allowing the content in the left colum to span the paper
However, the right-panel with agent details on the property
details page will still be present when printed
becuase it's container is positioned absolute
and itself is visible,
whereas on all other pages the quicksearch is display:none
*/

BODY, UL, LI, TR, TD, P, INPUT 
{ 
	font-size: 12px; 
	line-height: 1.5em;
}

IMG { border: 0px; }

#container 
{
	width:670px;
	margin:0;
	border:0px solid;
}


#header #logo {display:none}
#header #palms {display:none}


#header #invertedlogo
{
	display:block;
	float:left;
	width:134px; height:96px;
}

#print_contactinfo 
{
	display:block;
	float:right;
}

#slogan {display:none}

UL#topnav {display:none}

#content_right
{
	width:175px;
	position:absolute;
	right:0px;
	top:0px;
}


#quicksearch {display:none}

#content {width:100%;}

#footer { 
width:99%;
border:1px solid;
clear:both;
}

#footer span {display:none}
#footer span#footprint {display:inline; padding-left:15px;}


/* search results */
.pagination {display:none}





/* DETAILS PAGE */

#content {
margin-bottom:30px;
}

#content_left {
width:auto;
width:400px;
border:0px solid blue;
}

h1.property_name {
width:500px;
overflow:hidden;
}


#detail_main {
width:490px;
}


#detail_photo_mask {
float:left;
width:300px;
overflow:hidden;
margin:0 10px 0 0;
border:0px solid red;
}

#detail_photo_mask div {
width:300px;
overflow:hidden;
}


#detail_info {
margin-left:0px;
width:170px;
overflow:hidden;
float:right;

border:0px solid;
}


div#detail_description {
width:655px;
clear:both;
}


#more_info 
{
	height:320px;
	overflow:hidden;
	
}

#more_info .vcard .url,
#more_info .vcard .email a,
#more_info .vcard .noprint
{display:none;}

#more_info .print {display:block}

#icon_tools {display:none}

#detail_description {width:100%;}

#detail_bottom {display:none;}

.debug {display:none}

