a.white:link, a.white:visited, a.white:active {
  color: #FFFFFF;
  text-decoration: underline;
}
a.white:hover {
  text-decoration: none;
}

/* Styling for lead-in links on swingsets page */
ul#showcase {
  padding: 0;
  margin: 20px 0 0 0;
  width: 98%;
  list-style: none;
}
ul#showcase li {
  border-top: 1px solid #cccccc;
  clear: both;
}
ul#showcase li a {
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  float: left;
  padding: 30px 30px 30px 0;
}
ul#showcase li.yacht a {color: #8A263B;}
ul#showcase li.babyyacht a {color: #007336;}
ul#showcase li.castle a {color: #005386;}
ul#showcase li.free a {color: #1F57C6;}
ul#showcase li.king a {color: #A33627;}
ul#showcase li.watch a {color: #00427A;}
ul#showcase li.picnic a {color: #4D207A;}
ul#showcase li.deluxewatch a {color: #C4161C;}
ul#showcase li.deluxepicnic a {color: #894C1F;}
ul#showcase li.deluxesky a {color: #007336;}
ul#showcase li.deluxepicnicyouth a {color: #DA511F;}
ul#showcase li.twintower a {color: #7C183E;}
ul#showcase li.doubleset a {color: #003975;}
ul#showcase li.heavyduty a {color: #007D97;}

ul#showcase img {
  border: 0;
  margin-right: 30px;
  vertical-align: middle;
}

/* Styling for Swingsets sidebar links */
#left ul.sidebarlinks li.castle a {color: #005386;}
#left ul.sidebarlinks li.yacht a {color: #CC6633;}
#left ul.sidebarlinks li.babyyacht a {color: #006633;}
#left ul.sidebarlinks li.free a {color: #1F57C6;}
#left ul.sidebarlinks li.kings a {color: #993333;}
#left ul.sidebarlinks li.watch a {color: #003366;}
#left ul.sidebarlinks li.picnic a {color: #663366;}
#left ul.sidebarlinks li.deluxewatch a {color: #cc3333;}
#left ul.sidebarlinks li.deluxepicnic a {color: #996633;}
#left ul.sidebarlinks li.deluxesky a {color: #006633;}
#left ul.sidebarlinks li.deluxepicnicyouth a {color: #cc6633;}
#left ul.sidebarlinks li.twintower a {color: #660033;}
#left ul.sidebarlinks li.doubleset a {color: #003366;}
#left ul.sidebarlinks li.heavyduty a {color: #006699;}

/* Styling for boxes in showcase */
div.tower {
  padding: 20px 10px 0 10px;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
}
div.tower img {
  border: 5px #FFFFFF solid;
}
div.yacht {
  background-color: #CC6633;
}
div.babyyacht{
  background-color: #006633;
}
div.swingsets {
  background-color: #1F57C6;
}
div.kings {
  background-color: #993333;
}
div.watch {
  background-color: #003366;
}
div.picnic {
  background-color: #663366;
}
div.deluxewatch {
  background-color: #cc3333;
}
div.deluxepicnic {
  background-color: #996633;
}
div.deluxesky {
  background-color: #006633;
}
div.deluxepicnicyouth {
  background-color: #CC6633;
}
div.twintower {
  background-color: #660033;
}
div.doubleset {
  background-color: #003366;
}
div.heavyduty {
  background-color: #006699;
}

p.description {
 margin: 0 20px 20px 20px; 
 text-align: left;
}
p.caption {
  margin: 0 20px; 
  text-align: left;
  font-weight: normal;
}
p.caption3 {
  margin: 0;
  text-align: center;
}
p.caption5 {
  margin: 0 0 10px;
  text-align: left;
}
p.swingset {
  margin-top: 40px;
  text-align: center;
}

img.left {
  margin-right: 5px;
}

div.tower h2 {
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  margin: 20px 0 5px 0;
  text-align: center;
}
h2.yacht {
  color: #000;
  font-size: 1.6em;
  font-weight: bold;
  margin: 20px 0 5px 0;
  text-align: center;
  line-height: 160%;
}
h2.floorlevel {
  padding-bottom: 10px;
}
h3 {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  text-align: center;
  padding: 20px 40px 3px 40px;
  line-height: 160%;
}
h5 {
  color: #000000;
  font-size: 9pt;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 3px;
  text-align: center;
}
span.normal {
  font-weight: normal;
}
img.free-delivery {
  margin: 20px 0;
  border: 0;
}
p.swingset img.free-delivery {
  margin: 0 0 20px;
  border: 0;
}

p.specs {
  margin: 0 20px 20px;
  text-align: center;
  font-size: 90%;
}
p.specs2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 90%;
}
p.setspecs {
  margin: 0 0 10px;
  text-align: center;
  font-size: 95%;
}
p.setspecs2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 95%;
}
p.subheading {
  font-weight: bold;
  margin-bottom: 3px;
}

p.tablehead, p.head {
  text-align: center;
  font-weight: bold;
  margin: 20px 0 0;
}
p.tablehead span {
  font-weight: normal;
  font-size: 90%;
}
table.sizes {
  margin: 20px auto;
  border: 1px solid #999;
  border-collapse: collapse;
  text-align: left;
}
table.sizes th {
  background-color: #CC6600;
  color: #FFF;
  padding: 2px 8px;
  border: 1px solid #999;
}
table.sizes td {
  padding: 2px 8px;
  background: #FFF;
  border: 1px solid #999;
}
table.sizes tr.alt td {
  background: #F0F0F0;
}

/* Display Grids */

div.grid {
  width: 100%;
  margin: 0;
}
div.box {
  width: 163px;
  float: left;
}
div.box img {
  border: 1px solid #C0BEBE;
}
div.box p {
  clear: both;
  text-align: center;
  padding: 5px 20px 12px;
  line-height: 150%;
}
div.box p a {
  font-size: 8pt;
  font-weight: bold;
}
h2.orange {
  padding: 10px 0 20px;
  color: #DE5705;
  line-height: 140%;
}
h2.orange a {
  color: #DE5705;
}
h2.orange-bottom0 {
  padding: 10px 0 0;
  color: #DE5705;
}

p.icon {
  margin-top: 5px;
  padding: 0 0 10px 0;
  font-weight: bold;
}
p.icon a {
  color: #BD013B;
}
p.icon span {
  color: #333;
  font-size: 80%;
  font-weight: normal;
  line-height: 140%;
}
img.castle {
  float: right;
  margin: 5px 0 15px 30px;
  border: 0;
}
img.set {
  margin: 25px auto 0;
  border: 1px solid #666;
}
img.no-border, p.swingset img.no-border {border: 0;}
h1.castle {margin-bottom: 3px;}
h1.castle span {
  font-weight: bold;
}
