/* Print Style Sheet */
@media print {


body { color:black; margin:0px; font-family:"Lucida Sans"; font-size:11px; height:100%;}
#header { display: none}
#plans { display: none}
#nav { display: none}
#monoSlideshow { display: none}
#listingdetail {margin-top:0px;}
#newsticker {display:none}
.measurements {display:none}
#currencyconverter {display:none}
.printcurrency {display:none}
#testprint {display:block}


#header_print {
display:block;
position:fixed;
bottom:0;
}

#title_print {width:100%; text-align:center; margin-top:-30px;}

#listingwrap{
height: auto !important;
margin: 0 auto -30px;
}

#next_to_monoss{
margin-top:0px;
}

#next_to_monoss h3 {display:none}

#next_to_monoss .location {display:none}

#img_big_print{
clear:both;
}

#img_print {
float:right;
margin-top:10px;
width:350px;
}

#big_img_print{
border:1px solid #666;
padding:2px;
margin-bottom:15px;
}

#content { }
#comments { }
#sidebar { display:none; }
#footer { display:none; }

.price {
color:#4EB3E9; 
font-size:27px;
font-weight:normal;
float:right;
clear:right;

display:none;

}

.price_print {
color:#FFF; 
font-size:28px; 
font-weight:bold;
text-align:center;
padding-bottom:-5px;
clear:left;
float:left;
width:100%;
background:#CC0000;
margin-bottom:0px;
margin-top:0px;
}

.wasprice {
display:none;
color:#3468B4;
text-decoration:line-through;
font-size:12px;
float:right;
}

.wasprice_print {
color:#CC0000; 
font-size:12px;
text-align:center;
clear:left;
float:left;
width:100%;
background:#FFF;
padding-top:-5px;
margin-bottom:0px;

height:18px;
display:block;
}


h3 {
color:#4EB3E9;
font-size:40px;
float:left;
width:100%;
margin-bottom:-2px;
}

.location {
color:#3468B4;
font-size:15px;
font-weight:bold;
margin-top:0px;
clear:left;
float:left; 
width:100%;
}

.quick_info {
font-size:11px;
color:#333;
width:280px;
line-height:14px;
margin-top:10px;
float:left;
clear:left;
}

.quick_info td{
border-bottom:1px solid #666;
height:25px;
vertical-align:bottom;
padding-bottom:5px;
padding-top:8px;
}

.quick_info_title {
font-weight:bold;
width:110px;
}

.quick_info_title_top {
color:#3468B4;
text-transform:uppercase;
font-weight:bold;
}

.quick_info_value {text-align:center;}

td.quick_info_title2 { 
vertical-align:middle;
}

.quick_info_title2 {
font-weight:bold;
width:110px;}

.quick_info_value2 {text-align:left;}

#listingdetail {float:left; clear:left; padding-top:40px; width:280px; line-height:18px;}

#listingdetail p{padding-top:5px; clear:left;}

h10 {
margin-left:0px;
color:#3468B4;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
}

}


