#Vechicles_Wrapper {
  display: block;
  float: left;
  width: 560px;
}

.Vehicle_Div {
  display: block;
  float: left;
  width: 168px;
  border: 4px solid #4a7543;
  margin: 5px;
  height: 350px;
}

.Vehicle_Name {
  display: block;
  float: left;
  text-align: center;
  width: 160px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #4a7543;
}

.Vehicle_Description {
  display: block;
  float: left;
  width: 150px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  font-size: 12px;
}

.Vehicle_Image {
  display: block;
  float: left;
  width: 150px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  font-size: 12px;
}

.Vehicle_Features {
  display: block;
  float: left;
  width: 150px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  font-size: 12px;
}

.Vehicle_Features ul {
  background-image: none;
  list-style-type: circle;
}

.Vehicle_Features ul li {
  background-image: none;
  list-style-type: circle;
  padding-left: 0px;
}

.art-Post ul li, .art-Post ol ul li {
  background-image:url(/images/1x1.gif);
  background-repeat:no-repeat;
  padding-left: 0px;
}

ul {
list-style-type: disc;
}

.art-post ul li, .art-post ol ul li {
  background-image: none;
  background-repeat: no-repeat;
  padding-left: 21px;
}

.art-post ul li, .art-post ol ul li {
  background-image:none;
  background-repeat:no-repeat;
  padding-left: 0px;
}
