/**
  * ---------PAGE STYLES---------
  */
html{
	margin:0;
	height:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height: 1.5;
	color: #444444;
	font: 9pt/1.66 Arial,Helvetica,sans-serif;
}

#cs-wrapper div.cs-module-print{
	width: 660px;
	margin: 10px auto 0pt auto;
}

/**
  * ---------END PAGE STYLES---------
  */

/**
  * ---------CONTENT STYLES---------
  */
h1{
	font-size: 160%; 
	font-weight:bold;
	margin:0px;
}

h3{
	font-size:130%;
	font-weight:bold;
}
a:visited,
a:link,
a{
	text-decoration:none;
	color:#0066CC;
	cursor:pointer;
}

a:hover{
	color:#90D022;
}

#cs-wrapper div.cs-listing-details-print-photo-section {
	/* IE Hack. See http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
	/*
	zoom: 1;
    *display: inline;
    display:inline-block;	
	*/
	display:inline;
	vertical-align: top;
	width:100%;
    margin-bottom:10px;
	float:none;
}

#cs-wrapper div.cs-listing-details-print-photo-section h3 {
	font-size: 130%;
	font-weight: bold;
    border-bottom: 1px dotted #5E5E5E;
	margin-bottom:10px;
	margin-top:0px;
}

#cs-wrapper div.cs-listing-details-print-photo-top-page-break {
    page-break-before:always;
	height:1px;
}

#cs-wrapper div.cs-listing-details-print-photo-page-break {
    page-break-after:always;
	height:1px;
	widows:5;
}

#cs-wrapper div.cs-listing-details-print-photo-bottom-page-break {
    page-break-after:auto;
	height:1px;
}

#cs-wrapper div.cs-listing-details-print-thumbnails {
	margin:10px;
	text-align:center;
}

#cs-wrapper div.cs-listing-details-print-thumbnails img{
	width:49%;
	float:left;
	margin-bottom:10px;
}
#cs-wrapper div.cs-listing-details-print-thumbnails-spacer {
	width:2%;
	float:left;
}

#cs-wrapper div.cs-idx-disclaimer img.cs-listing-details-agent-photo{
	width: 100px;
	height: 140px;
	float:left;
	margin:0;
	padding-right:10px;
}

#cs-wrapper div.cs-listing-details-print-map{
	margin:10px;
	text-align:center;
}

/**
  * ---------END CONTENT STYLES---------
  */

/**
  * ---------PRINT STYLES---------
  */
@media print{
	#cs-wrapper div.cs-module-print{
		width: auto;
	}
	#cs-wrapper div.cs-listing-details-description{
		margin-bottom:0px;
	}

	#cs-wrapper div.cs-listing-details-section{
	}
}
@page {
	margin: 1cm;
}
/**
  * ---------END PRINT STYLES---------
  */