@media (max-width: 664px) {
	.clsLubeImage ~ .clsLubeProductNameDiv,
	.clsLubeImage ~ .clsVerboseProductDescription,
	.clsProductHasImage,
	.clsLubeImage ~ .clsProductHyperlinkExtra {
		padding-left: 0px;
	}

	.clsProductOr.clsProductHasImage {
		width: 252px; /* 240px + width of "or" */
		max-width: 30%;
		text-align: right;
		margin-left: 20px;
	}

	.clsLubeImage {
		width: 240px;
		max-width: 50%;
		xxxmargin-right: 20px;
	}
	
	.clsLubeImage {
		margin-bottom: 0em;
	}

}

@media (min-width: 665px) {
	.clsLubeImage ~ .clsLubeProductNameDiv,
	.clsLubeImage ~ .clsVerboseProductDescription,
	.clsProductHasImage,
	.clsLubeImage ~ .clsProductHyperlinkExtra {
		padding-left: 240px; /* To make space for the left-floated product image... */
		margin-left: 30px;
	}

	.clsLubeImage {
		margin-bottom: 1em;
	}

}

.clsLubeImage img {
	width: 100%;
}

.clsCentrePanelAutoMargin {
	border-style: none;
}
