/* * * * * * * * * * * * * * * * * * * * * * * *
 * Relaxatub
 * Copyright (c) 2010 Frontburner
 * Author Craig McKay <craig@frontburner.co.uk>
 *
 * Quickship page Style Sheet
 *
 * $Id: quickship.css 1280 2010-03-30 12:36:12Z craig $
 *
 * Who  When         Why
 * CAM  30-Mar-2010  10623 : File created.
 * * * * * * * * * * * * * * * * * * * * * * * */

#quickship th {
  color: #233f91;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

#quickship td {
  color: #233f91;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}

#quickship p {
  color: #066EE2;
  font-size: 11pt;
  font-weight: normal;
  text-align: center;
}

#quickship #freepack {
  color: #066EE2;
  font-size: 10pt;
}

#quickship #freepack p {
}

#quickship #freepack ul {
  list-style-type:square;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: 0.5em;  
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#quickship #freepack li {
  color: #004ed0;
  text-align:left;
  font-size:11pt;
}

#quickship #tubtype {
  font-size: 8pt;
}

#quickship #seats {
  font-size: 14pt;
}

#quickship table#prices {
  margin:10px 0px 10px 15px;
}

#quickship table#prices td {
  padding:2px 0px 2px 0px;
  font-size: 9pt;
  color: #233f91;  
  text-align:left;
  font-weight: normal;
}

#quickship #prices td#price {
  color: #004ed0;
  font-weight: bold;
  text-align:right;
}

