/* $Id: uc_product.css,v 1.9.2.5 2009/04/22 17:35:40 islandusurper Exp $ */


.product-image {
	background: transparent url(images/product.png) no-repeat;
	height:400px;
	margin:0 20px 0 30px;
	padding:8px;
	text-align:center;
	width:405px;
}
	.main-product-image {
		height:380px;
		padding:10px 28px 0 0;
	}
.product-wear{
	margin-left: 40px;
}
	.product-wear .product-it{
		background: transparent url(images/product-it.png) no-repeat;
		float:left;
		width: 74px;
		height: 74px;
		text-align:center;
		margin: 0 8px 10px;
	}
 	.tell-a-friend{
		margin-left:5px;
		float: left;
	}
	
	.add-to-cart .form-submit { float: left; }
	
.uc-price-display {
	font-size: 8pt;
}

.red .uc-price-display {
	font-size: 14px;
	color: #f00;
}

.sale {
	text-decoration: line-through;
}

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

.model {
  margin-right: 2em;
  font-weight: bold;
}

h3.title {
  margin-top: 1em;
}

.node-form .product-field table {
  width: auto;
  margin: 0;
}

.node-form .product-field td {
  padding: 3px 6px 0 0;
}

.node-form tbody {
  border: none;
  margin: 0;
}

.node-form .product-field table .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.node-form .product-field .form-text {
  width: auto;
  display: inline;
}

#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;
}

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

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

