/* $Id: print.css,v 1.1.2.11 2009/02/15 04:25:03 johnalbin Exp $ */

#border {
border: 1px solid #ccc;
padding: 10px;
width: 860px;
}

/* underline all links */
  a:link, a:visited
  {
    text-decoration: underline !important;
  }

  /* Don't underline header */
  #site-name a:link,
  #site-name a:visited
  {
    text-decoration: none !important;
  }

/* CSS2 selector to add visible href after links */
  #content a:link:after,
  #content a:visited:after
  {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
  }

/* Un-float the content */
  #content,
  #content-inner
  {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

/* Turn off any background colors or images */
  body,
  #page, #page-inner,
  #main, #main-inner,
  #content, #content-inner
  {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

/* Hide sidebars and nav elements */
  #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
  .breadcrumb, div.tabs, .links, .taxonomy,
  .book-navigation, .forum-topic-navigation, .pager, .feed-icons
  {
    visibility: hidden;
    display: none;
  }

/* If you un-comment the "page { overflow-y: hidden; }" ruleset, Firefox clips
   the content after the first page. */
  #page
  {
    overflow-y: visible;
  }
  
  #coupon-requirements {
padding: 10px;
font-size: .9em;
}

#coupon-location {
padding: 10px;
}

#coupon-map {
width: 500px;
float:left;
}

#coupon-address{
float:left;
width: 180px;
padding: 20px;
}

#infobox {
width: 300px;
height: 200px;
border: #000 1px solid;
font-size: .8em;
padding: 10px;
}

#disclaimer {
font-size: .7em;
}

#coupon-code {
float: left;
position:relative;
top: 190px;
left: -100px;
font-size: 1.3em;
}

.print-logo {
float: left;
}

#gigistips {
height: 135px;
padding-bottom: 10px;
}
