/** print_maps.css
  * uses print_08.css
  */

@import url("print_08.css");
  
#sect_name {
 position:relative;
 margin:0;
 padding:0 0 0 6px;
 height:36px;
 text-align:right;
 }
#sect_name a {
 display:block;
 width:100%;
 height:36px;
 text-align:left;
 text-indent:-9999px;
 overflow:hidden;
 background:#fff url('../graphics/logo_maps.png') 50% 0px no-repeat;
 }
#sect_name a:hover { background-position: 50% -36px; }

.tn {display:block; margin: 0 0 10px 10px; width:150px;}
div.maps h4 {margin:0;}
div.maps {margin:0; padding:0; background-color: #eee;}
div.maps ul {list-style:none; margin:0; padding:0; width:99%;}
div.maps li {float:left; margin:2px 0; padding:5px 6px; border-bottom:1px solid #ccc; width: 97%; overflow:hidden;}

div.maps .x {background-color:#eee;}
li .tn { float: right; }
.sm {width:75px; height:75px;}

#email_list {float:left;}
#email_list div.form {float:none;}
html>body #email_list {float:none !important;}
html>body #email_list div.form {float:left !important;}

.updated {font-weight:bold; background-color:#fdff69;}
