.product-description {
}
.product .product-description {
	display: block;
	float: none;
}
.product .product-title {
	font-size: 20px;
	color: #A087BE;
	font-weight: bold;
}
.product .product-image {
	display: inline;
	height: 160px;
	margin-left: 0px;
	margin-right: 0px;
	width: 160px;
}
.product .product-title .product-qty {
	display: inline;
	font-size: 13px;
	margin-left: 10px;
}
.product .section h2 {
	//margin: -5px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 4px;
}
.product .section {
	padding: 5px 10px 5px 10px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EFEFEF;
}
.product .section div {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
}
.product .vehicle-make {
	padding-right: 10px;
}
.product .vehicle-model {
	padding-right: 10px;
}
.product .vehicle-year {
}
.product .vehicle-side {
}
.product .vehicle-frontback {
}
.product .product-price {
	font-weight: bold;
	font-size: 16px;
	margin: 6px 0 12px 0;
}
.product {
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 20px 10px 10px 10px;
}
div, h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.googlecart-add-button {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}

