#build_stage
{
  float: left;
  width: 50%;
  height: 340px; /* 460px */
}

#build_stage_side
{
  float: left;
  width: 50%;
  height: 340px; /* 460px */
}

#build_stage_side_frame
{
  width: 100%;
  height: 150px;
}

#build_stage_summary_frame
{
  width: 100%;
  height: 170px; /* 290px */
  /*overflow-y: auto;*/
  /*overflow: auto;*/
}

#build_stage_addtobasket
{
  width: 100%;
  height: 20px;
  vertical-align: middle;
}

#build_stage_addtobasket input
{
  height: 19px;
  font-size: 0.8em;
}

#design_toolbar
{
  clear: both;
  float: left;
  width: 420px;
  height: 17px;
  overflow: hidden;
}

#design_toolbar .button 
{
  float: left;
  display: inline-block;
  width: 100px;
  height: 20px;
  margin: 2px 1px 0 1px;
  padding: 0 5px 0 5px;
  background-color: #800000;
  border-left: solid 1px #000000;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  font-size: 0.8em;
  text-align: center;
}

#design_toolbar .button_selected
{
  float: left;
  display: inline-block;
  width: 100px;
  height: 20px;
  margin: 0 1px 0 1px;
  padding: 0 5px 0 5px;
  background-color: #c04040;
  border-left: solid 1px #000000;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  font-size: 0.8em;
  text-align: center;
}

#design_toolbar .button a
{
  color: #ffffff;
  text-decoration: none;
}

#design_toolbar .button a:hover
{
  color: #a0a0a0;
  text-decoration: none;
}

#design_toolbar .button_selected a
{
  color: #ffffff;
  text-decoration: none;
}

#design_toolbar .button_selected a:hover
{
  color: #a0a0a0;
  text-decoration: none;
}

#design_list_title
{
  width: 250px;
  height: 15px;
  float: left;
  text-align: right;
  padding-right: 10px;
  padding-top: 2px;
  overflow: hidden;
}

#design_list_title #design_list_title_container
{
  display: inline;
  margin: 0 2px 0 2px;
  padding: 0 5px 0 5px;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
  font-size: 0.8em;
  font-weight: bold;
}

#hover_product
{
  position: absolute;
  display: none;
  top: 160px;
  left: 50px;
  width: 600px;
  height: 450px;
  padding: 5px;
  border: solid 1px #808080;
  background-color: #c0c0c0;
  color: #000000;
}

#hover_design
{
  position: absolute;
  display: none;
  top: 250px;
  left: 100px;
  width: 500px;
  height: 250px;
  padding: 5px;
  border: solid 1px #808080;
  background-color: #c0c0c0;
  color: #000000;
}

#hover_product #product_code
{
  font-size: 1.4em;
  font-weight: bold;
  color: #004080;
}

#hover_product #product_name
{
  font-size: 1.4em;
  color: #004080;
}

#hover_product #image_td
{
  width: 50%;
  text-align: center;
  vertical-align: top;
}

#hover_product #details_td
{
  width: 50%;
  text-align: center;
  vertical-align: top;
  padding: 0 5px 0 5px;
}

#hover_product #details_td h1
{
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

#hover_product #details_td .colour_swatch
{
  border: 0;
  width: 35px;
  height: 20px;
  overflow: hidden;
}

#hover_product #details_td #size_list
{
  font-size: 0.8em;
}

#hover_product #details_td #size_list .size
{
  padding: 5px;
}

#hover_product #details_td #details
{
  text-align: left;
}

#hover_product #details_td #price
{
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #a00000;
}

#hover_design #design_code
{
  font-size: 1.4em;
  font-weight: bold;
  color: #004080;
}

#hover_design #design_name
{
  font-size: 1.4em;
  color: #004080;
}

#hover_design #image_td
{
  width: 50%;
  text-align: center;
  vertical-align: top;
}

#hover_design #details_td
{
  width: 50%;
  text-align: center;
  vertical-align: top;
  padding: 0 5px 0 5px;
}

#hover_design #details_td h1
{
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

#hover_design #details_td #details
{
  text-align: left;
}

