@media print {
/*** Framework ***/

#container {
overflow: visible;
}


#topnav ,
.metanav ,
#leftnav ,
.loginbox ,
.navigation,
.teaser {
display:none;
}


a.ar_link ,
a.search_link,
a.video_link,
a.download_link ,
a.print_link {
padding-left:0px;
display:none;
}

#content_escmid_ecc form label.radio_190 {
margin:0;
width:190px;
}

fieldset {
display: inline ;
}

label {
overflow: visible;
display: inline ;
}


#content {
float:left;
/** width:750px; **/ /** START **/
width:600px;
margin:0;
padding:0;
background-color:#FFFFFF;
overflow: visible;
height: auto;

}

#contentarea {
overflow: visible;
height: auto;

}


.leftrow {
width:250px;
}

.topicimage {
padding-bottom:10px;
}

.rightrow {
width:200px;
}


#footer {
clear:both;
background-color:#e6e6e6;
  margin: 0;
	padding: 0;
  color:#666666;
  font-size:11px;
  font-weight:bold;
	height: 20px;
  overflow: hidden;
	width: 500px;
  
  position: fixed;
  bottom: -20px;
  left:0px;
}

.no_print {
  display: none;
}


}