﻿/* Print Style Sheet */
/* Trade Away Pty Ltd - tradeaway.com.au */
/* Created by: Alex Graham - alex@cadmium.com.au */

body {
  background: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

img {
  border: 0;
}

td {
  vertical-align: top;
}

h1 {font-size: 1.3em; padding-bottom: 0px; font-weight: bold; color: #656565;}
h2, h3, h4 {font-weight: bold; padding-bottom: 5px;}
h2 {font-size: 1.0em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.3em; padding: 12px 0 5px 12px;}
h5 {font-size: 1.0em; font-weight: normal;}

#header {
  text-align: center;
}

#endcap {
  margin-left: -10px;
}

.bids {
  width: 600px;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}

.bids tr {
  border: 1px solid #cccccc;
}

.bids tr.first {
  font-weight: bold;
}


.bids td {
  padding: 5px 2px;
  width: 33%;
  text-align: center;
}

.sidebarRight {
  width: 100px;
  float: right;
  text-align: center;
  margin-top: 40px;
}

.Q {
  border: 1px solid #cccccc;
  padding: 3px;
}

.A {
  background: #cccccc;
  padding: 3px;
}

#history {
  border: 1px solid #cccccc;
  border-collapse: collapse;
}

#history tr {
  border: 1px solid #cccccc;
  padding: 3px;
}

#history th {
  font-weight: bold;
  text-align: left;
}


#history td {
  padding: 3px;
  font-weight: normal;
}

#footer p {
  width: 100%;
  text-align: center;
}


/* Non-printing areas (Whole page) */

#textlinks, #flash, #menu, #search, .breadcrumbs, .bcrumb, #sidebarLeft, .options, .moreOptions, #BidAmount, #placeBidLP, #AddWatchList, #counter, .inputQuestion, .watch, #cot_tl_fixed, #footer ul, .printhide {
  display: none;
}