#product {
}

#product .image-full {
	float: left;
	margin-right: 10px;
	min-height: 350px;
	width: 285px;
	overflow: hidden;
}

#product .details {
	float: left;
	width: 300px;
}

#product .description {
	padding-bottom: 15px;
}

#product .features {
	padding-bottom: 5px;
}

#product .quantity {
	padding-bottom: 15px;
}

#product .image-thumb {
	float: left;
	padding-right: 10px;
	width: 65px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
