/**
 * @file
 * Styles for uc_product module.
 */
.product-image {
  clear: right;
  float: right;
  margin-left: 20px;
  padding-left: 4px;
  padding-top: 4px;
  text-align: center;
}

.display-price {
  clear: right;
  float: right;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 4px;
  padding-left: 4px;
  text-align: center;
}

.model {
  display: inline;
  font-weight: normal;
  margin-left: 20px;
  float: right;
  text-align: right;
  font-size: 9px;
  margin-bottom: 10px;
  width: 100px;
}

#products-selector table {
  margin: 0em 0em;
}

#products-selector td {
  padding: 0em .5em;
}

div#products-selector form {
  margin-bottom: 0em;
}

#products-selector div.form-item {
  margin-bottom: .5em;
  margin-top: .5em;
}

table.product-list {
  clear: both;
}

.uc-product-features td {
  vertical-align: top;
}

.add-feature div {
  padding-right: 1em;
}

.add-feature div,
.add-feature label {
  display: inline;
}

.field-name-uc-product-image {
  clear: right;
  float: right;
  margin-left: 20px;
  padding-left: 4px;
  padding-top: 4px;
  text-align: center;
}

.field-name-uc-product-image:after {
	content: "click image to view";
	font-size: 10px;
	width: 100px;
	margin-left: 20px;
}