/* PRINT CSS Document */
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    position: relative;
}
h1 { font-size: 1.6em; margin-bottom: 18px; }
a:link, a:visited { color: #B80F6A; }
a:link:after,
a:visited:after {
  content: " ";
  font-size: 0.8em;
  font-weight: normal;
}

.hide { display: inline; }

#admin_bar, .userbar, #header, #help_button, #nav, #find_wedge, #alpha_sub, #footer_top, #footer_bottom,
#wedge_home, #back_to_search, #add_to_my_shops, #result_count, .marker, #wmap_title, #merchant_desc_title
{ display: none; }

/* hide My Wedge elements */
#wmap_tools, .action, #wmap_pagebar, #wmap_more, #refine_list { display: none;}

#beta_sub { width: 100%; }

#map_container, #map_container_small {  display: block; clear: both; width: 100%; height: 400px; }
#map_container_small {  display: block; clear: both; width: 40%; height: 200px; }

#merchant_list {  clear: both; display: block; }
    .vcard { margin-bottom: 7px; }    
    .detail span { padding-right: 10px; } 
    
#merchant_left, #merchant_right { margin-bottom: 15px; }
    
.sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
}

.sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
}

