.productInfoTopDivider {
	width: 100%;
}

.productInfoTopDivider TD {
	vertical-align: top;
}

.productDetailsBox {
	font-size: 1.4em;
}

#productPrices {
	font-size: 1.8em;
}

.productDataContainer {
	text-align: center;
}

#smallProductImagesOnInfoPage IMG {
	margin: 2px 0px;
}

.smallImageContainer {
	width: 70px;
	text-align: center;
}

.addThisContainer {
	margin: 20px auto 5px auto;
	width: 200px;
	text-align: center;
}

.productInfoImageContainer {
	width: 55%;
}

#productMainImage {
	width: 100%;
	margin: 4px;
	text-align: center;
}

#productName {
	font-family: sans-serif;
	font-size: 2.2em;
}

#cartAdd {
	text-align: center;
	margin: 0px auto 5px auto;
	border: 1px solid #000000;
	padding: 1em 2px;
	display: inline-block;
	min-width: 200px;
}


.propertiesBox {
	margin: 0px auto 0px auto;
}

.propertiesBox TD {
	text-align: center;
	vertical-align: middle;
}

.propertiesSwitchA TD {
	width: 50px;
}

.propertyTitle {
	font-weight: bold;
	display: block;
}

.propertyValue {
	font-size: 1.5em;
	margin: 11px 0px 10px 0px;
	font-weight: bold;
	display: block;
}

.propertiesContainerA {
	background: URL('../images/properties/green.png') no-repeat top center;
}

.propertiesContainerB {
	background: URL('../images/properties/red.png') no-repeat top center;
}

.propertiesContainerC {
	background: URL('../images/properties/blue.png') no-repeat top center;
}

.propertiesContainerD {
	background: URL('../images/properties/yellow.png') no-repeat top center;
}

.propertiesSwitchB TD {
	width: 74px;
	height: 36px;
}

.propertiesSwitchB .propertyValue {
	font-size: 2em;
	text-align: center;
	margin: auto 25px 2px 3px;
}

.propertiesSwitchB TD.minusValue {
	background: URL('../images/properties/-.png') no-repeat top center;
}

.propertiesSwitchB TD.zeroValue {
	background: URL('../images/properties/0.png') no-repeat top center;
}

.propertiesSwitchB TD.plusValue {
	background: URL('../images/properties/+.png') no-repeat top center;
}
