#areas_side
{
  text-align: center;
  float: right;
  width: 220px;
  margin-left: 10px;
  background-image: url('areas-side-bg.png');
}

#areas_side #side_img
{
  display: block;
  margin: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #555555;
  width: 175px;
}

#areas_side #warrantynotice
{
  margin: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  background-color: #DDDDDD;
}

#areas_side #weather
{
  width: 180px;
  margin: auto;
}

#models_table
{
  text-align: center;
  width: 774px;
}

#models_table td
{
  width: 20%;
  background-image: url('models-each.png');
  background-repeat: no-repeat;
  padding-top: 2px;
  font-family: sans-serif;
  padding-bottom: 2px;
}

#models_table #models_header
{
  background-image: url('models-header.png');
  background-repeat: no-repeat;
  background-color: #b8c9da;
  color: #DDDDDD;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 29px;
  width: 100%;
}

#models_table td a, #models_table td a:active, #models_table td a:visited 
{
  text-decoration: none;
  color: #37618b;
}

#models_table td a:hover
{
  color: #000000;
  font-weight: bold;
}

#dyncontent
{
  float: right;
  width: 250px;
  text-align: left;
}

#dyncontent #map
{
  width: 220px;
  margin: 10px;
  height: 220px;
  border: 2px solid #999999;
}

#dyncontent #brand_info
{
  overflow-y: auto;
  height: 200px;
  margin-top: 5px;
  background-color: #EEEEEE;
  padding: 5px;
}

#dyncontent #brand_image
{
  margin-top: 10px;
  padding: 3px;
  border: 1px solid #999999;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  margin-bottom: 10px;
}

#dyncontent #brand_image img
{
  width: 200px;
}

#reviews
{
  width: 275px;
  margin-right: 240px;
  background-image: url('reviews-content.png');
  background-color: #c29f23;
  color: #FFFFFF;
}

#reviews #bottom-last
{
  width: 54px;
  float: left;
}

#reviews #bottom-next
{
  width: 56px;
  float: right;
}

#reviews #bottom-view
{
  text-align: center;
  width: 100%;
  background-image: url('reviews-view.png');
  height: 35px;
}

#reviews img
{
  display: inline;
  border: none;
}

#reviews #header
{
  color: #EEEEEE;
  font-weight: bold;
  background-image: url('reviews-header.png');
  height: 15px;
  padding-bottom: 7px;
  padding-top: 13px;
  font-size: 10px;
  text-align: center;
}

#reviews div.review
{
  font-size: 10px;
  padding: 10px;
  color: green;
  background-color: #FFFFFF;
  width: 80%;
  text-align: left;
  margin: auto;
  margin-bottom: 10px;
  overflow-y: auto;
  height: 150px;
}

#reviews a, #reviews a:active, #reviews a:visited
{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

#reviews a:hover
{
  color: #FFFFFF;
}

div.tv_type_info
{
  background-color: #FFFFFF;
  text-align: left;
  padding: 10px;
  margin: 2px;
}