
.homeblock {
  /* border: 1px solid #DDDDDD; */
  /* margin-left: -10px; */
  width: 100%; 
  height: 340px; 
  font-size: 13px;
  background-color: #ffffff;
}

.homeblock a {
  font-size: 11px;
  text-decoration: none;
}

.homeblock a:hover {
  text-decoration: underline;
}

.homeinnerblock {
  width: 45%; 
  height:300px;
  padding-left: 12px;
  padding-right: 12px; 
  padding-bottom: 12px;
  padding-top: 5px;
  font-size: 13px;
  background-color: #ffffff;
  float: left;
  cursor: pointer;
}


.infoblock {
  width: 57%; 
  padding-left: 12px;
  padding-right: 12px; 
  padding-bottom: 12px;
  padding-top: 0px;
  font-size: 13px;
  background-color: #ffffff;
  float: left;
}

.videoblock {
  border-left: 1px solid #DDDDDD;
  width: 35%; 
  padding-left: 12px;
  padding-right: 12px; 
  padding-bottom: 12px;
  padding-top: 0px;
  font-size: 13px;
  background-color: #ffffff;
  float: left;
  height: 280px;
}

#bullets td p {
  padding-left: 2px;
  padding-bottom: 15px;
  color: #726E6D
}


.homecustimages {
  width: 20%;
  height:300px; 
  padding-left: 12px;
  padding-right: 12px; 
  padding-bottom: 12px;
  padding-top: 5px;
  font-size: 13px;
  background-color: #ffffff;
  float: left;
}


.homecustimages .custimage {
  background-position:center center;
  background-repeat:no-repeat;
  height:85px;
  left:0;
  position:absolute;
  top:0;
  width:170px;
}


.homemiddleblock {
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}

.hometext {
  height: 110px;
}

.homebottom {
  border-top: 1px solid #dddddd;
  margin-top: 2px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.homebottom a {
  font-size: 11px;
  text-decoration: none;
}

.homebottom strong {
  color: #3867b1;
}

.homebottom a:hover {
  text-decoration: underline;
}

.homeprodname {
  font-weight: normal;
}

