/* CSS for Adaptive Interfaces Individual Products Pages */

body {
  font-family: Arial, Helvetica;
  background-image: url("background_image/Adaptive Image 4.png");

}

h1 {
  font-family: Arial, Helvetica;
  margin: 0px 0px 0px 0px;
  padding: 20px 0;
  text-align: center;
  color: #ffff66;
}

h2, h3 {
  font-family: Arial, Helvetica;
  margin: 5px 0px 0px 0px;
  text-align: center;
  color: #ffff66;
}

p {
  font-family: Arial, Helvetica;
  margin: 0px 0px 5px 0px;
}

li {
  font-family: Arial, Helvetica;
  font-weight: bold;
  color: #40ff40;
}

td {
  font-family: Arial, Helvetica;
  font-weight: bold;
}

tr {
  left: 10px;
}

div.wrap {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

div.navigation {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 190px;
  height: 740px;
  background-color: #404040;
  border-style: solid;
  border-width: 5px;
  border-color: #808080;
}

div.logo {
  position: absolute;
  top: 20px;
  left: 260px;
  width: 600px;
  height: 100px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #a0a0a0;
  border-left-color: #909090;
  border-right-color: #707070;
  border-bottom-color: #606060;
}

div.title_box {
  position: absolute;
  top: 150px;
  left: 375px;
  width: 360px;
  height: 80px;
  background-color: #303050;
  border-style: solid;
  border-width: 5px;
  border-color: #808080;
}

div.large_photo_box {
  position: absolute;
  top: 260px;
  left: 220px;
  width: 670px;
  height: 500px;
  background-color: #404040;
  border-style: solid;
  border-width: 5px;
  border-color: #808080;
}

div.download_box {
  position: absolute;
  overflow: auto;
  top: 790px;
  left: 0px;
  width: 520px;
  height: 140px;
  background-color: #303050;
  border-style: solid;
  border-width: 5px;
  border-color: #808080;
}

div.price_box {
  position: absolute;
  top: 790px;
  left: 580px;
  width: 260px;
  height: 140px;
  background-color: #303050;
  border-style: solid;
  border-width: 5px;
  border-color: #808080;
  padding-left: 5px;
}

div.cable_box {
  position: absolute;
  top: 960px;
  width: 890px;
  height: 60px;
  left: 0px;
  background-color: #404040;
  border-style: solid;
  border-width: 5px;
  border-color: #202020;
}

div.info_box {
  position: absolute;
  overflow: auto;
  top: 1050px;
  left: 0px;
  width: 890px;
  height: 1240px;
  background-color: #e0e0e0;
  border-style: solid;
  border-width: 5px;
  border-color: #202020;
}

div.links_box {
  position: absolute;
  overflow: auto;
  top: 2320px;
  left: 0px;
  width: 500px;
  height: 400px;
  background-color: #404040;
  border-style: solid;
  border-width: 5px;
  border-color: #202020;
}

div.shopping_summary_box {
  position: absolute;
  overflow: auto;
  top: 2320px;
  left: 540px;
  width: 350px;
  height: 400px;
  background-color: #404040;
  border-style: solid;
  border-width: 5px;
  border-color: #202020;
}

div.shopping_summary_box h3{
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

div.shopping_summary_box table{
  width: 320px;
  margin-left: 5px;
  color: #ffffff;
}

div.shopping_summary_box tr{
  color: #ffffff;
  font-size: 12px;
}

div.credits {
  position: absolute;
  top: 2760px;
  left: 190px;
  width: 500px;
  height: 100px;
}