ul.products li {
  float: left;
  list-style: none;
  width: 320px;
  margin: 10px;
}

ul.products li.even {
  clear: left;
}

h2.product-name {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 4px;
  margin-bottom: 10px;
	min-height: 40px;
	background-color: #fcfcfc;
}

.lift-description {
  padding: 15px;
}

.compare-product {
  margin: 5px 0;
  font-size: .9em; /*border-top: 1px solid #ddd;*/
  border-bottom: 1px solid #ddd;
  padding: 3px;
}
.pic-box {
	height: 125px;
	width: 87px;
	overflow: hidden;
	float: left;
}
img.lift-pic {
  width: 85px;
  border: 1px solid #ccc;
  margin: 0 5px 5px 0;
}

.short-description {
  clear: left;
  min-height: 65px;
}

* html .short-desciption {
  height: 50px;
}

.pricing {
  text-align: center;
  min-height: 100px;
}

* html .pricing {
  height: 100px;
}

.price {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 10px 0 10px;
  color: #666;
}

.review-snippet {
	width: 235px;
	margin-right: 0;
	margin-left: auto;
	margin-top: 10px;
}
#content .review .rating {
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.rating-count {
	font-size: .9em;
}
.rating-average,
.rating-header {
	display: none;
}
.write-a-review,
.read-a-review {
	font-size: .9em;
	display: inline;
}
.read-a-review {
	padding-left: 5px;
}
a.cart-link {
	display: block;
}
.compare-selected-wrapper  input {
  float: left;
}
.virtual-configurator {
 width: 800px;
 height: 1350px;
 border: 0;
 outline-style: none;
 }
 .config-print {
 text-align: center;
 padding: 5px;
 font-weight: bold;
 /*font-size: 1.2em;*/
 }
 .config-print-help th {
 background-color: #eee;
 font-weight: bold;
 }
 .config-print-help hr {
 height: 1px;
 color: #eee;
 }

ul#vehicle-lifts li {
	list-style: none;
	float: right;
	clear: right;
	text-align: center;
	margin-bottom: 15px;
}
.vehicle-lift-description {
	margin-right: 250px;
	border-right: 1px solid #ddd;
	padding-right: 50px;
}
.vehicle-link {
	font-weight: bold;
}
.vlifts-top {
	margin-right: 100px;
	margin-left: 100px;
}
.vlifts-header {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.vlifts-name {
    min-height: 2.5em;
}
.featured-vlifts li {
    list-style: none;
    float: left;
    width: 150px;
    text-align: center;
    padding: 10px;
}
.vlift-img {
    height: 100px;
}
