a img {border:none;}
  
body {
  background: #fff url(./images/background-sprite.png) repeat scroll 0 0;
  color: #111;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}
  
.container {
  width: 800px;
  margin: 0 auto;
  clear: both;
}
  
a {
  text-decoration: none;
}
a:hover {
  background: #fd8;
}
a , a:visited { color: blue; }
  
h3 {
  clear: both;
  font-weight: bold;
  margin-top: 10px;
}


/* Title area */
#title2 {
  float: right;
  background: url(./images/logo-sprite.png) repeat-x;
  width: 100%;
  color: white;
  height: 75px;
}
#title {
  float: left;
  background: url(./images/logo-sprite.png) repeat-x;
  width: 100%;
  color: white;
  height: 75px;
}

#title img {
  float: left;
  height: 45px;
  margin: 18px 0 0 0px;
} 

#title h2 {
  float: right;
  font-size: 28px;
  font-weight: bold;
  clear: right;
  letter-spacing: 1px;
  line-height: 28px;
  padding-top: 18px;
}
  
#title ul {
  list-style: none;
  clear: right;
}


#title ul li {
  float: right;
  font-size: 12px;
  padding: 0 5px;
  border-right: 1px solid white;
}

#title ul li:first-child {
  border-right: none;
  padding-right: 0;

}

  
/* Nav bar */
#nav {
  background: #071;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
  
#nav ul {
  list-style: none;
}

#nav ul li {
  float: left;
  padding: 0;
}

#nav ul li.right {
  float: right;
  padding: 0;
} 

#nav ul li.right a {
  float: right;
  color: #777;
  background: #ddd;
  border-bottom: 2px solid #aaa;
}

#nav ul li a {
  float: left;
  height: 18px;
  padding: 5px 25px;
  background: #ddd;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border: 1px solid #041;
  border-bottom: 2px solid #ccc;
  display: block;
  font-weight: bold;
  color: #111;
  margin-right: 2px;
}


#nav ul li.current a {
  float:left;
  color: #111;
  background: #fff;
  border-bottom: 2px solid #fff;
}

#nav ul li.current a:hover {
  cursor: default;
  background: #fff;
  border-bottom: 2px solid #fff;
}

#nav ul li a:hover {
  background: #fd8;
  border-bottom: 2px solid #fc7;
}

#nav ul li:first-child a {
  margin-left: 20px;
}


/* Main page content */
#content {
  padding-top: 10px;
  padding-bottom: 50px;
  float: left;
  width: 100%;
}

#content ul.selling-points li {
  padding-left: 10px;
  list-style-position: inside;
}
  
#content ul.selling-points2 li {
  padding-left: 20px;
  list-style-position: inside;
}
  
#content dl.boards {
  list-style: none;
  margin-bottom: 20px;
}

#content dl.boards dt {
  margin-left: 10px;
  text-align: left;
  clear: left;
  width: 320px;
  float: left;
  padding-right: 20px;
  color: green;
}
#content dl.boards dd {
  text-align:left;
  padding-left: 370px;
  border: 1px solid blue;
}
#content dl.video {
  list-style: none;
  margin-bottom: 20px;
}

#content dl.video dt {
  margin-left: 10px;
  width: 100px;
  float: left;
  padding-right: 20px;
}
#content h1 {
  font-size: 24px;
  font-weight: bold;
}
  
#content .model {
  display: block;
  margin-left: 100px;
}
  
#content ul li {
  padding-left: 10px;
  list-style-position: inside;
}
  
#content p.price {
  margin-left: 10px;
}

.shipping-form {
  margin: 15px 0;
}

.address {
  margin-top: 10px;
}
