/* product6.css == 'Chassis' */

#product_info {
  margin:10px 0 10px 0;
  line-height:18px;
  text-align:justify;
}
#product_info h1 {
  text-align:left;
}
#product_info h2 {
  text-align:left;
}

#product_photo {
  clear:both;
  width:680px;
  overflow:hidden;
  margin:10px 0 10px 0; 
}
#product_photo img { 
  display:block;
  margin-left:auto;
  margin-right:auto;
}

/* --- class "product_header" is applicable to id "card_features", "system_features", "product_benefits" --- */
.product_header {
  width:170px;
  float:left;
}
.product_header p {
  color:#999999;
  font:25px Arial;
  padding:0 0 0 10px;
}
.product_header p span { 
  font-size:21px;
  text-transform:uppercase;
  color:#023568;
}

#product_cardfeatures {
  clear:both; 
  background:#E6E6E6;
  width:680px; 
  margin:10px 0 10px 3px;
  padding:10px 10px 5px 0;
}
#product_cardfeaturespoints {
  width:500px;
  margin:0 0 0 180px;
  text-align:justify;
}
#product_cardfeaturespoints ul { margin:0 0 10px 0; }
#product_cardfeaturespoints ul li {
  background:url("../com_images/ul_bullet1.gif") 0 -1px no-repeat;
  line-height:15px;
  list-style-type:none;
  padding:0 0 0 20px;
  margin:0 0 5px 0;
}
#product_cardfeaturespoints ul li ul { margin:5px 0 0 0; }

#product_sysfeatures {
  clear:both; 
  background:#E6E6E6;
  width:680px; 
  margin:10px 0 10px 3px;
  padding:10px 10px 5px 0;
}
#product_sysfeaturespoints {
  width:500px;
  margin:0 0 0 180px;
  text-align:justify;
}
#product_sysfeaturespoints ul { margin:0 0 10px 0; }
#product_sysfeaturespoints ul li {
  background:url("../com_images/ul_bullet1.gif") 0 -1px no-repeat;
  line-height:15px;
  list-style-type:none;
  padding:0 0 0 20px;
  margin:0 0 5px 0;
}
#product_sysfeaturespoints ul li ul { margin:5px 0 0 0; }


#product_benefits { 
  clear: both;
  background:#E6E6E6;
  width:680px;
  margin: 10px 0 10px 3px;
  padding:10px 10px 5px 0;
}
#product_benefitspoints {
  width:670px;
  margin:0 0 0 180px;
  text-align:justify;
}
#product_benefitspoints ul { margin:0 0 10px 0; }
#product_benefitspoints ul li {
  background:url("../com_images/ul_bullet1.gif") 0 -1px no-repeat;
  line-height:15px;
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
}
#product_benefitspoints ul li ul { margin:5px 0 0 0; }

