eBay System Template 41

<style type='text/css'>
h2.ProductHeader{
    clear: left;
    color: #113355;
    font-size: 1.1em;
    font-weight: bold;
    margin: 14px 0 0;
    padding: 0;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
}
div.ProductAttribute {
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
}
.ProductAttribute span {
    font-weight: normal;
}
.ProductText p {margin:0; padding:0;}
</style>
<h2 class='ProductHeader'>Description</h2>
$item.getDescription()
<br />

<div class="ProductText">$formatHelper.replaceNewLinesWithHtmlBreaks($item.getExtendedDescriptionNoEscapeEditable())</div>

#if ($item.getAttributeValue("productAdditionalText") != "")
	<div class="ProductText">$item.getAttribute("productAdditionalText")</div>
#end
#if ($item.getAttributeValue("productAdditionalText2") != "")
	<div class="ProductText">$item.getAttribute("productAdditionalText2")</div>
#end
#if ($item.getAttributeValue("AdditionalTechnicalInfo") != "")
	<div class="ProductText">$item.getAttribute("AdditionalTechnicalInfo")</div>
#end

#if ($item.getAttributeValue("hhFeatures") != "")
	<h2 class="ProductHeader">Features</h2>
	#set ($itemfeatures = $item.getAttribute("hhFeatures"))
	#foreach ($itemfeature in $itemfeatures.split("\n"))
		<div style="text-indent:-9px; margin:0 0 0 10px;">&bull; $itemfeature</div>
	#end
##	<div class="ProductText">$formatHelper.replaceNewLinesWithHtmlBreaks($item.getAttribute("hhFeatures"))</div>
#end

#if ($item.getAttributeValue("hhIncludes") != "")
	<h2 class="ProductHeader">Includes</h2>
	<div class="ProductText">$formatHelper.replaceNewLinesWithHtmlBreaks($item.getAttribute("hhIncludes"))</div>
#end



#if($item.getAttributeValue("hzTechNotes") != "")
	<h2 class="ProductHeader">Tech Notes</h2>
	$formatHelper.replaceNewLinesWithHtmlBreaks($item.getAttributeValue("hzTechNotes"))
#end

#if($item.getAttributeValue("hhSpecsType") != "" || $item.getAttributeValue("hhSpecScale") != "" || $item.getAttributeValue("hhSpecKit/RTR") != "" || 
$item.getAttributeValue("hhSpecWingspan") != "")
	<h2 class="ProductHeader">Specifications</h2>
#end
#if($item.getAttributeValue("hhSpecsType") != "")
	<div class="ProductAttribute">Type: <span>$item.getAttribute("hhSpecsType")</span></div>
#end
#if($item.getAttributeValue("hhSpecKit/RTR") != "")
	<div class="ProductAttribute">Kit / RTR: <span>$item.getAttribute("hhSpecKit/RTR")</span></div>
#end
#if($item.getAttributeValue("hhSpecKit/ARF/RTF") != "")
	<div class="ProductAttribute">Kit / ARF / RTF: <span>$item.getAttribute("hhSpecKit/ARF/RTF")</span></div>
#end
#if($item.getAttributeValue("hhSpecSize") != "")
	<div class="ProductAttribute">Size: <span>$item.getAttribute("hhSpecSize")</span></div>
#end
#if($item.getAttributeValue("hhSpecWingspan") != "")
	<div class="ProductAttribute">Wingspan: <span>$item.getAttribute("hhSpecWingspan")</span></div>
#end
#if($item.getAttributeValue("hhSpecOverallLength") != "")
	<div class="ProductAttribute">Overall Length: <span>$item.getAttribute("hhSpecOverallLength")</span></div>
#end
#if($item.getAttributeValue("hhSpecFlyingWeight") != "")
	<div class="ProductAttribute">Flying Weight: <span>$item.getAttribute("hhSpecFlyingWeight")</span></div>
#end
#if($item.getAttributeValue("hhSpecMotorSize") != "")
	<div class="ProductAttribute">Motor Size: <span>$item.getAttribute("hhSpecMotorSize")</span></div>
#end
#if($item.getAttributeValue("hhSpecRadio") != "")
	<div class="ProductAttribute">Radio: <span>$item.getAttribute("hhSpecRadio")</span></div>
#end
#if($item.getAttributeValue("hhSpecServos") != "")
	<div class="ProductAttribute">Servos: <span>$item.getAttribute("hhSpecServos")</span></div>
#end
#if($item.getAttributeValue("hhSpecPropSize") != "")
	<div class="ProductAttribute">Prop Size: <span>$item.getAttribute("hhSpecPropSize")</span></div>
#end
#if($item.getAttributeValue("hhSpecControlSystem") != "")
	<div class="ProductAttribute">Control System: <span>$item.getAttribute("hhSpecControlSystem")</span></div>
#end
#if($item.getAttributeValue("hhSpecScale") != "")
	<div class="ProductAttribute">Scale: <span>$item.getAttribute("hhSpecScale")</span></div>
#end
#if($item.getAttributeValue("hhSpecFuselageLength") != "")
	<div class="ProductAttribute">Fuselage Length: <span>$item.getAttribute("hhSpecFuselageLength")</span></div>
#end
#if($item.getAttributeValue("hhSpecLength") != "")
	<div class="ProductAttribute">Length: <span>$item.getAttribute("hhSpecLength")</span></div>
#end
#if($item.getAttributeValue("hhSpecWidth") != "")
	<div class="ProductAttribute">Width: <span>$item.getAttribute("hhSpecWidth")</span></div>
#end
#if($item.getAttributeValue("hhSpecWingArea") != "")
	<div class="ProductAttribute">Wing Area: <span>$item.getAttribute("hhSpecWingArea")</span></div>
#end
#if($item.getAttributeValue("hhSpecWingLoading") != "")
	<div class="ProductAttribute">Wing Loading: <span>$item.getAttribute("hhSpecWingLoading")</span></div>
#end
#if($item.getAttributeValue("hhSpecWheelbase") != "")
	<div class="ProductAttribute">Wheelbase: <span>$item.getAttribute("hhSpecWheelbase")</span></div>
#end
#if($item.getAttributeValue("hhSpecChassis") != "")
	<div class="ProductAttribute">Chassis: <span>$item.getAttribute("hhSpecChassis")</span></div>
#end
#if($item.getAttributeValue("hhSpecSuspension") != "")
	<div class="ProductAttribute">Suspension: <span>$item.getAttribute("hhSpecSuspension")</span></div>
#end
#if($item.getAttributeValue("hhSpecDriveTrain") != "")
	<div class="ProductAttribute">Drive Train: <span>$item.getAttribute("hhSpecDriveTrain")</span></div>
#end
#if($item.getAttributeValue("hhSpecTireType") != "")
	<div class="ProductAttribute">Tire Type: <span>$item.getAttribute("hhSpecTireType")</span></div>
#end
#if($item.getAttributeValue("hhSpecBushingOrBearing") != "")
	<div class="ProductAttribute">Bushing or Bearing: <span>$item.getAttribute("hhSpecBushingOrBearing")</span></div>
#end
#if($item.getAttributeValue("hhSpecWireGauge") != "")
	<div class="ProductAttribute">Wire Gauge: <span>$item.getAttribute("hhSpecWireGauge")</span></div>
#end
#if($item.getAttributeValue("hhSpecRPM/Volt(Kv)") != "")
	<div class="ProductAttribute">RPM / Volt (Kv): <span>$item.getAttribute("hhSpecRPM/Volt(Kv)")</span></div>
#end
#if($item.getAttributeValue("hhSpecCapacity") != "")
	<div class="ProductAttribute">Capacity: <span>$item.getAttribute("hhSpecCapacity")</span></div>
#end
#if($item.getAttributeValue("hhSpecRecommendedEnvironment") != "")
	<div class="ProductAttribute">Recommended Environment: <span>$item.getAttribute("hhSpecRecommendedEnvironment")</span></div>
#end
#if($item.getAttributeValue("hhSpecVoltage") != "")
	<div class="ProductAttribute">Voltage: <span>$item.getAttribute("hhSpecVoltage")</span></div>
#end
#if($item.getAttributeValue("hhSpecCharger") != "")
	<div class="ProductAttribute">Charger: <span>$item.getAttribute("hhSpecCharger")</span></div>
#end
#if($item.getAttributeValue("hhSpecConnectorType") != "")
	<div class="ProductAttribute">Connector Type: <span>$item.getAttribute("hhSpecConnectorType")</span></div>
#end
#if($item.getAttributeValue("hhSpec#Cells") != "")
	<div class="ProductAttribute">Number of Cells: <span>$item.getAttribute("hhSpec#Cells")</span></div>
#end
#if($item.getAttributeValue("hhSpecApplication") != "")
	<div class="ProductAttribute">Application: <span>$item.getAttribute("hhSpecApplication")</span></div>
#end
#if($item.getAttributeValue("hhSpecDimensions") != "")
	<div class="ProductAttribute">Dimensions: <span>$item.getAttribute("hhSpecDimensions")</span></div>
#end
#if($item.getAttributeValue("hhSpecResistance(Ri)") != "")
	<div class="ProductAttribute">Resistance (Ri): <span>$item.getAttribute("hhSpecResistance(Ri)")</span></div>
#end
#if($item.getAttributeValue("hhSpecIdleCurrent(Io)") != "")
	<div class="ProductAttribute">Idle CUrrent (Io): <span>$item.getAttribute("hhSpecIdleCurrent(Io)")</span></div>
#end
#if($item.getAttributeValue("hhSpecContinuousAmps") != "")
	<div class="ProductAttribute">Continuous Amps: <span>$item.getAttribute("hhSpecContinuousAmps")</span></div>
#end
#if($item.getAttributeValue("hhSpecContinuousCurrent") != "")
	<div class="ProductAttribute">Continuous Current: <span>$item.getAttribute("hhSpecContinuousCurrent")</span></div>
#end
#if($item.getAttributeValue("hhSpecContinuousMaximumCurrent") != "")
	<div class="ProductAttribute">Continuous Maximum Current: <span>$item.getAttribute("hhSpecContinuousMaximumCurrent")</span></div>
#end
#if($item.getAttributeValue("hhSpecCells") != "")
	<div class="ProductAttribute">Cells: <span>$item.getAttribute("hhSpecCells")</span></div>
#end
#if($item.getAttributeValue("hhSpecSpeedControl") != "")
	<div class="ProductAttribute">Speed Control: <span>$item.getAttribute("hhSpecSpeedControl")</span></div>
#end
#if($item.getAttributeValue("hhSpecWheels") != "")
	<div class="ProductAttribute">Wheels: <span>$item.getAttribute("hhSpecWheels")</span></div>
#end
#if($item.getAttributeValue("hhSpecWheelSize") != "")
	<div class="ProductAttribute">Wheel Size: <span>$item.getAttribute("hhSpecWheelSize")</span></div>
#end
#if($item.getAttributeValue("hhSpecBody") != "")
	<div class="ProductAttribute">Body: <span>$item.getAttribute("hhSpecBody")</span></div>
#end
#if($item.getAttributeValue("hhSpecWeight") != "")
	<div class="ProductAttribute">Weight: <span>$item.getAttribute("hhSpecWeight")</span></div>
#end
#if($item.getAttributeValue("hhSpecDiameter") != "")
	<div class="ProductAttribute">Diameter: <span>$item.getAttribute("hhSpecDiameter")</span></div>
#end
#if($item.getAttributeValue("hhSpecShaftDiameter") != "")
	<div class="ProductAttribute">Shaft Diameter: <span>$item.getAttribute("hhSpecShaftDiameter")</span></div>
#end
#if($item.getAttributeValue("hhSpecShaftDiameterw/Gearbox") != "")
	<div class="ProductAttribute">Shaft Diameter w/ Gearbox: <span>$item.getAttribute("hhSpecShaftDiameterw/Gearbox")</span></div>
#end
#if($item.getAttributeValue("hhSpec#ofChannels") != "")
	<div class="ProductAttribute">Number of Channels: <span>$item.getAttribute("hhSpec#ofChannels")</span></div>
#end
#if($item.getAttributeValue("hhSpec#ofPorts") != "")
	<div class="ProductAttribute">Number of Ports: <span>$item.getAttribute("hhSpec#ofPorts")</span></div>
#end
#if($item.getAttributeValue("hhSpec#ofTurns/Windings") != "")
	<div class="ProductAttribute">Number of Turns / Windings: <span>$item.getAttribute("hhSpec#ofTurns/Windings")</span></div>
#end
#if($item.getAttributeValue("hhSpecAmpMeter") != "")
	<div class="ProductAttribute">Amp Meter: <span>$item.getAttribute("hhSpecAmpMeter")</span></div>
#end
#if($item.getAttributeValue("hhSpecAntennaLength") != "")
	<div class="ProductAttribute">Antenna Length: <span>$item.getAttribute("hhSpecAntennaLength")</span></div>
#end
#if($item.getAttributeValue("hhSpecApprox.AssemblyTime") != "")
	<div class="ProductAttribute">Approximate Assembly Time: <span>$item.getAttribute("hhSpecApprox.AssemblyTime")</span></div>
#end
#if($item.getAttributeValue("hhSpecAssemblyTime") != "")
	<div class="ProductAttribute">Assembly Time: <span>$item.getAttribute("hhSpecAssemblyTime")</span></div>
#end
#if($item.getAttributeValue("hhSpecAutoCutoff") != "")
	<div class="ProductAttribute">Auto Cutoff: <span>$item.getAttribute("hhSpecAutoCutoff")</span></div>
#end
#if($item.getAttributeValue("hhSpecBallBearings") != "")
	<div class="ProductAttribute">Ball Bearings: <span>$item.getAttribute("hhSpecBallBearings")</span></div>
#end
#if($item.getAttributeValue("hhSpecBand") != "")
	<div class="ProductAttribute">Band: <span>$item.getAttribute("hhSpecBand")</span></div>
#end
#if($item.getAttributeValue("hhSpecBatteries") != "")
	<div class="ProductAttribute">Batteries: <span>$item.getAttribute("hhSpecBatteries")</span></div>
#end
#if($item.getAttributeValue("hhSpecBattery") != "")
	<div class="ProductAttribute">Battery: <span>$item.getAttribute("hhSpecBattery")</span></div>
#end
#if($item.getAttributeValue("hhSpecRecommendedBattery") != "")
	<div class="ProductAttribute">Recommended Battery: <span>$item.getAttribute("hhSpecRecommendedBattery")</span></div>
#end
#if($item.getAttributeValue("hhSpecBatteryType") != "")
	<div class="ProductAttribute">Battery Type: <span>$item.getAttribute("hhSpecBatteryType")</span></div>
#end
#if($item.getAttributeValue("hhSpecBeam") != "")
	<div class="ProductAttribute">Beam: <span>$item.getAttribute("hhSpecBeam")</span></div>
#end
#if($item.getAttributeValue("hhSpecBearing") != "")
	<div class="ProductAttribute">Bearing: <span>$item.getAttribute("hhSpecBearing")</span></div>
#end
#if($item.getAttributeValue("hhSpecBearingsorBushings") != "")
	<div class="ProductAttribute">Bearings or Bushings: <span>$item.getAttribute("hhSpecBearingsorBushings")</span></div>
#end
#if($item.getAttributeValue("hhSpecBECVoltage") != "")
	<div class="ProductAttribute">BEC Voltage: <span>$item.getAttribute("hhSpecBECVoltage")</span></div>
#end
#if($item.getAttributeValue("hhSpecBenchmarkProp") != "")
	<div class="ProductAttribute">Benchmark Prop: <span>$item.getAttribute("hhSpecBenchmarkProp")</span></div>
#end
#if($item.getAttributeValue("hhSpecBore") != "")
	<div class="ProductAttribute">Bore: <span>$item.getAttribute("hhSpecBore")</span></div>
#end
#if($item.getAttributeValue("hhSpecBrake") != "")
	<div class="ProductAttribute">Brake: <span>$item.getAttribute("hhSpecBrake")</span></div>
#end
#if($item.getAttributeValue("hhSpecCarbType") != "")
	<div class="ProductAttribute">Carb Type: <span>$item.getAttribute("hhSpecCarbType")</span></div>
#end
#if($item.getAttributeValue("hhSpecCellSize") != "")
	<div class="ProductAttribute">Cell Size: <span>$item.getAttribute("hhSpecCellSize")</span></div>
#end
#if($item.getAttributeValue("hhSpecCellsw/BEC") != "")
	<div class="ProductAttribute">Cells w/ BEC: <span>$item.getAttribute("hhSpecCellsw/BEC")</span></div>
#end
#if($item.getAttributeValue("hhSpecCellsw/oBEC") != "")
	<div class="ProductAttribute">Cells w/ oBEC: <span>$item.getAttribute("hhSpecCellsw/oBEC")</span></div>
#end
#if($item.getAttributeValue("hhSpecChargeProtectionCircuitry") != "")
	<div class="ProductAttribute">Charge Protection Circuitry: <span>$item.getAttribute("hhSpecChargeProtectionCircuitry")</span></div>
#end
#if($item.getAttributeValue("hhSpecChargeRate") != "")
	<div class="ProductAttribute">Charge Rate: <span>$item.getAttribute("hhSpecChargeRate")</span></div>
#end
#if($item.getAttributeValue("hhSpecConfiguration") != "")
	<div class="ProductAttribute">Configuration: <span>$item.getAttribute("hhSpecConfiguration")</span></div>
#end
#if($item.getAttributeValue("hhSpecCoolingMethod") != "")
	<div class="ProductAttribute">Cooling Method: <span>$item.getAttribute("hhSpecCoolingMethod")</span></div>
#end
#if($item.getAttributeValue("hhSpecCrankshaftThreads") != "")
	<div class="ProductAttribute">Crankshaft Threads: <span>$item.getAttribute("hhSpecCrankshaftThreads")</span></div>
#end
#if($item.getAttributeValue("hhSpecCrankType") != "")
	<div class="ProductAttribute">Crank Type: <span>$item.getAttribute("hhSpecCrankType")</span></div>
#end
#if($item.getAttributeValue("hhSpecCurrentDischarge") != "")
	<div class="ProductAttribute">Current Discharge: <span>$item.getAttribute("hhSpecCurrentDischarge")</span></div>
#end
#if($item.getAttributeValue("hhSpecCurrentDraw") != "")
	<div class="ProductAttribute">Current Draw: <span>$item.getAttribute("hhSpecCurrentDraw")</span></div>
#end
#if($item.getAttributeValue("hhSpecCurrentDrawIdle") != "")
	<div class="ProductAttribute">Current Draw Idle: <span>$item.getAttribute("hhSpecCurrentDrawIdle")</span></div>
#end
#if($item.getAttributeValue("hhSpecCurrentDrawStall") != "")
	<div class="ProductAttribute">Current Draw Stall: <span>$item.getAttribute("hhSpecCurrentDrawStall")</span></div>
#end
#if($item.getAttributeValue("hhSpecCylinders") != "")
	<div class="ProductAttribute">Cylinders: <span>$item.getAttribute("hhSpecCylinders")</span></div>
#end
#if($item.getAttributeValue("hhSpecCylinderType") != "")
	<div class="ProductAttribute">Cylinder Type: <span>$item.getAttribute("hhSpecCylinderType")</span></div>
#end
#if($item.getAttributeValue("hhSpecDCC") != "")
	<div class="ProductAttribute">DCC: <span>$item.getAttribute("hhSpecDCC")</span></div>
#end
#if($item.getAttributeValue("hhSpecDeadband") != "")
	<div class="ProductAttribute">Deadband: <span>$item.getAttribute("hhSpecDeadband")</span></div>
#end
#if($item.getAttributeValue("hhSpecDimensions(WxLxH)") != "")
	<div class="ProductAttribute">Dimensions (WxLxH): <span>$item.getAttribute("hhSpecDimensions(WxLxH)")</span></div>
#end
#if($item.getAttributeValue("hhSpecDischarge") != "")
	<div class="ProductAttribute">Discharge: <span>$item.getAttribute("hhSpecDischarge")</span></div>
#end
#if($item.getAttributeValue("hhSpecDisplacement") != "")
	<div class="ProductAttribute">Displacement: <span>$item.getAttribute("hhSpecDisplacement")</span></div>
#end
#if($item.getAttributeValue("hhSpecDriveSystem") != "")
	<div class="ProductAttribute">Drive System: <span>$item.getAttribute("hhSpecDriveSystem")</span></div>
#end
#if($item.getAttributeValue("hhSpecEngine(Only)Weight") != "")
	<div class="ProductAttribute">Engine (Only) Weight: <span>$item.getAttribute("hhSpecEngine(Only)Weight")</span></div>
#end
#if($item.getAttributeValue("hhSpecEngineSize") != "")
	<div class="ProductAttribute">Engine Size: <span>$item.getAttribute("hhSpecEngineSize")</span></div>
#end
#if($item.getAttributeValue("hhSpecExhaust") != "")
	<div class="ProductAttribute">Exhaust: <span>$item.getAttribute("hhSpecExhaust")</span></div>
#end
#if($item.getAttributeValue("hhSpecExperienceLevel") != "")
	<div class="ProductAttribute">Experience Level: <span>$item.getAttribute("hhSpecExperienceLevel")</span></div>
#end
#if($item.getAttributeValue("hhSpecForward") != "")
	<div class="ProductAttribute">Forward: <span>$item.getAttribute("hhSpecForward")</span></div>
#end
#if($item.getAttributeValue("hhSpecFrontBearingSize") != "")
	<div class="ProductAttribute">Front Bearing Size: <span>$item.getAttribute("hhSpecFrontBearingSize")</span></div>
#end
#if($item.getAttributeValue("hhSpecFuel") != "")
	<div class="ProductAttribute">Fuel: <span>$item.getAttribute("hhSpecFuel")</span></div>
#end
#if($item.getAttributeValue("hhSpecFuelTankCapacity") != "")
	<div class="ProductAttribute">Fuel Tank Capacity: <span>$item.getAttribute("hhSpecFuelTankCapacity")</span></div>
#end
#if($item.getAttributeValue("hhSpecFullOnResistance") != "")
	<div class="ProductAttribute">Full On Resistance: <span>$item.getAttribute("hhSpecFullOnResistance")</span></div>
#end
#if($item.getAttributeValue("hhSpecGainType") != "")
	<div class="ProductAttribute">Gain Type: <span>$item.getAttribute("hhSpecGainType")</span></div>
#end
#if($item.getAttributeValue("hhSpecGearMaterial") != "")
	<div class="ProductAttribute">Gear Material: <span>$item.getAttribute("hhSpecGearMaterial")</span></div>
#end
#if($item.getAttributeValue("hhSpecGearPitch") != "")
	<div class="ProductAttribute">Gear Pitch: <span>$item.getAttribute("hhSpecGearPitch")</span></div>
#end
#if($item.getAttributeValue("hhSpecGearRatio") != "")
	<div class="ProductAttribute">Gear Ratio: <span>$item.getAttribute("hhSpecGearRatio")</span></div>
#end
#if($item.getAttributeValue("hhSpecGears") != "")
	<div class="ProductAttribute">Gears: <span>$item.getAttribute("hhSpecGears")</span></div>
#end
#if($item.getAttributeValue("hhSpecGearType") != "")
	<div class="ProductAttribute">Gear Type: <span>$item.getAttribute("hhSpecGearType")</span></div>
#end
#if($item.getAttributeValue("hhSpecGender") != "")
	<div class="ProductAttribute">Gender: <span>$item.getAttribute("hhSpecGender")</span></div>
#end
#if($item.getAttributeValue("hhSpecGrossWeight") != "")
	<div class="ProductAttribute">Gross Weight: <span>$item.getAttribute("hhSpecGrossWeight")</span></div>
#end
#if($item.getAttributeValue("hhSpecHardwareIncluded") != "")
	<div class="ProductAttribute">Hardware Included: <span>$item.getAttribute("hhSpecHardwareIncluded")</span></div>
#end
#if($item.getAttributeValue("hhSpecHeight") != "")
	<div class="ProductAttribute">Height: <span>$item.getAttribute("hhSpecHeight")</span></div>
#end
#if($item.getAttributeValue("hhSpecHigh/LowFrameRateSelect") != "")
	<div class="ProductAttribute">High/Low Frame Rate Select: <span>$item.getAttribute("hhSpecHigh/LowFrameRateSelect")</span></div>
#end
#if($item.getAttributeValue("hhSpecHP") != "")
	<div class="ProductAttribute">HP: <span>$item.getAttribute("hhSpecHP")</span></div>
#end
#if($item.getAttributeValue("hhSpecHullMaterial") != "")
	<div class="ProductAttribute">Hull Material: <span>$item.getAttribute("hhSpecHullMaterial")</span></div>
#end
#if($item.getAttributeValue("hhSpecHullType") != "")
	<div class="ProductAttribute">Hull Type: <span>$item.getAttribute("hhSpecHullType")</span></div>
#end
#if($item.getAttributeValue("hhSpecInput") != "")
	<div class="ProductAttribute">Input: <span>$item.getAttribute("hhSpecInput")</span></div>
#end
#if($item.getAttributeValue("hhSpecInputConnector") != "")
	<div class="ProductAttribute">Input Connector: <span>$item.getAttribute("hhSpecInputConnector")</span></div>
#end
#if($item.getAttributeValue("hhSpecInputConnectorTypes") != "")
	<div class="ProductAttribute">Input Connector Types: <span>$item.getAttribute("hhSpecInputConnectorTypes")</span></div>
#end
#if($item.getAttributeValue("hhSpecInputVoltage") != "")
	<div class="ProductAttribute">Input Voltage: <span>$item.getAttribute("hhSpecInputVoltage")</span></div>
#end
#if($item.getAttributeValue("hhSpecIsAssemblyRequired") != "")
	<div class="ProductAttribute">Is Assembly Required: <span>$item.getAttribute("hhSpecIsAssemblyRequired")</span></div>
#end
#if($item.getAttributeValue("hhSpecLandingGear") != "")
	<div class="ProductAttribute">Landing Gear: <span>$item.getAttribute("hhSpecLandingGear")</span></div>
#end
#if($item.getAttributeValue("hhSpecLCD") != "")
	<div class="ProductAttribute">LCD: <span>$item.getAttribute("hhSpecLCD")</span></div>
#end
#if($item.getAttributeValue("hhSpecLED") != "")
	<div class="ProductAttribute">LED: <span>$item.getAttribute("hhSpecLED")</span></div>
#end
#if($item.getAttributeValue("hhSpecMastHeight") != "")
	<div class="ProductAttribute">Mast Height: <span>$item.getAttribute("hhSpecMastHeight")</span></div>
#end
#if($item.getAttributeValue("hhSpecMaximumBurstCurrent") != "")
	<div class="ProductAttribute">MaximumBurstCurrent: <span>$item.getAttribute("hhSpecMaximumBurstCurrent")</span></div>
#end
#if($item.getAttributeValue("hhSpecMaximumBurstDischarge") != "")
	<div class="ProductAttribute">Maximum Burst Discharge: <span>$item.getAttribute("hhSpecMaximumBurstDischarge")</span></div>
#end
#if($item.getAttributeValue("hhSpecMaximumContinuousCurrent") != "")
	<div class="ProductAttribute">Maximum Continuous Current: <span>$item.getAttribute("hhSpecMaximumContinuousCurrent")</span></div>
#end
#if($item.getAttributeValue("hhSpecMaximumContinuousDischarge") != "")
	<div class="ProductAttribute">Maximum Continuous Discharge: <span>$item.getAttribute("hhSpecMaximumContinuousDischarge")</span></div>
#end
#if($item.getAttributeValue("hhSpecMinimumAgeRecommendation") != "")
	<div class="ProductAttribute">Minimum Age Recommendation: <span>$item.getAttribute("hhSpecMinimumAgeRecommendation")</span></div>
#end
#if($item.getAttributeValue("hhSpecModelMemory") != "")
	<div class="ProductAttribute">Model Memory: <span>$item.getAttribute("hhSpecModelMemory")</span></div>
#end
#if($item.getAttributeValue("hhSpecModes") != "")
	<div class="ProductAttribute">Modes: <span>$item.getAttribute("hhSpecModes")</span></div>
#end
#if($item.getAttributeValue("hhSpecModulation") != "")
	<div class="ProductAttribute">Modulation: <span>$item.getAttribute("hhSpecModulation")</span></div>
#end
#if($item.getAttributeValue("hhSpecMomentaryPeakCurrent") != "")
	<div class="ProductAttribute">Momentary Peak Current: <span>$item.getAttribute("hhSpecMomentaryPeakCurrent")</span></div>
#end
#if($item.getAttributeValue("hhSpecMotorLimit") != "")
	<div class="ProductAttribute">Motor Limit: <span>$item.getAttribute("hhSpecMotorLimit")</span></div>
#end
#if($item.getAttributeValue("hhSpecMotororEngine") != "")
	<div class="ProductAttribute">Motoror Engine: <span>$item.getAttribute("hhSpecMotororEngine")</span></div>
#end
#if($item.getAttributeValue("hhSpecMotorType") != "")
	<div class="ProductAttribute">Motor Type: <span>$item.getAttribute("hhSpecMotorType")</span></div>
#end
#if($item.getAttributeValue("hhSpecMountingDimensions") != "")
	<div class="ProductAttribute">Mounting Dimensions: <span>$item.getAttribute("hhSpecMountingDimensions")</span></div>
#end
#if($item.getAttributeValue("hhSpecMufflerType") != "")
	<div class="ProductAttribute">Muffler Type: <span>$item.getAttribute("hhSpecMufflerType")</span></div>
#end
#if($item.getAttributeValue("hhSpecMufflerWeight") != "")
	<div class="ProductAttribute">Muffler Weight: <span>$item.getAttribute("hhSpecMufflerWeight")</span></div>
#end
#if($item.getAttributeValue("hhSpecNumberofCells") != "")
	<div class="ProductAttribute">Number of Cells: <span>$item.getAttribute("hhSpecNumberofCells")</span></div>
#end
#if($item.getAttributeValue("hhSpecNumberofPieces") != "")
	<div class="ProductAttribute">Number of Pieces: <span>$item.getAttribute("hhSpecNumberofPieces")</span></div>
#end
#if($item.getAttributeValue("hhSpecOperatingVoltage") != "")
	<div class="ProductAttribute">Operating Voltage: <span>$item.getAttribute("hhSpecOperatingVoltage")</span></div>
#end
#if($item.getAttributeValue("hhSpecOutputConnector") != "")
	<div class="ProductAttribute">Output Connector: <span>$item.getAttribute("hhSpecOutputConnector")</span></div>
#end
#if($item.getAttributeValue("hhSpecOutputConnectorTypes") != "")
	<div class="ProductAttribute">Output Connector Types: <span>$item.getAttribute("hhSpecOutputConnectorTypes")</span></div>
#end
#if($item.getAttributeValue("hhSpecOutputStrength") != "")
	<div class="ProductAttribute">Output Strength: <span>$item.getAttribute("hhSpecOutputStrength")</span></div>
#end
#if($item.getAttributeValue("hhSpecOverallDiameter") != "")
	<div class="ProductAttribute">Overall Diameter: <span>$item.getAttribute("hhSpecOverallDiameter")</span></div>
#end
#if($item.getAttributeValue("hhSpecOverloadProtection") != "")
	<div class="ProductAttribute">Overload Protection: <span>$item.getAttribute("hhSpecOverloadProtection")</span></div>
#end
#if($item.getAttributeValue("hhSpecPeak") != "")
	<div class="ProductAttribute">Peak: <span>$item.getAttribute("hhSpecPeak")</span></div>
#end
#if($item.getAttributeValue("hhSpecPitch") != "")
	<div class="ProductAttribute">Pitch: <span>$item.getAttribute("hhSpecPitch")</span></div>
#end
#if($item.getAttributeValue("hhSpecProgrammingFeatures") != "")
	<div class="ProductAttribute">Programming Features: <span>$item.getAttribute("hhSpecProgrammingFeatures")</span></div>
#end
#if($item.getAttributeValue("hhSpecPropRange") != "")
	<div class="ProductAttribute">Prop Range: <span>$item.getAttribute("hhSpecPropRange")</span></div>
#end
#if($item.getAttributeValue("hhSpecRecommendedPropRange") != "")
	<div class="ProductAttribute">Recommended Prop Range: <span>$item.getAttribute("hhSpecRecommendedPropRange")</span></div>
#end
#if($item.getAttributeValue("hhSpecRetracts") != "")
	<div class="ProductAttribute">Retracts: <span>$item.getAttribute("hhSpecRetracts")</span></div>
#end
#if($item.getAttributeValue("hhSpecPROTOTYPEMANUFACTURER") != "")
	<div class="ProductAttribute">Prototype Manufacturer: <span>$item.getAttribute("hhSpecPROTOTYPEMANUFACTURER")</span></div>
#end
#if($item.getAttributeValue("hhSpecPWMFrequency") != "")
	<div class="ProductAttribute">PWM Frequency: <span>$item.getAttribute("hhSpecPWMFrequency")</span></div>
#end
#if($item.getAttributeValue("hhSpecRearBearingSize") != "")
	<div class="ProductAttribute">Rear Bearing Size: <span>$item.getAttribute("hhSpecRearBearingSize")</span></div>
#end
#if($item.getAttributeValue("hhSpecReceiver") != "")
	<div class="ProductAttribute">Receiver: <span>$item.getAttribute("hhSpecReceiver")</span></div>
#end
#if($item.getAttributeValue("hhSpecReverse") != "")
	<div class="ProductAttribute">Reverse: <span>$item.getAttribute("hhSpecReverse")</span></div>
#end
#if($item.getAttributeValue("hhSpecReversingSwitch") != "")
	<div class="ProductAttribute">Reversing Switch: <span>$item.getAttribute("hhSpecReversingSwitch")</span></div>
#end
#if($item.getAttributeValue("hhSpecRPM") != "")
	<div class="ProductAttribute">RPM: <span>$item.getAttribute("hhSpecRPM")</span></div>
#end
#if($item.getAttributeValue("hhSpecRPMRange") != "")
	<div class="ProductAttribute">RPM Range: <span>$item.getAttribute("hhSpecRPMRange")</span></div>
#end
#if($item.getAttributeValue("hhSpecSailArea(Jib)") != "")
	<div class="ProductAttribute">Sail Area (Jib): <span>$item.getAttribute("hhSpecSailArea(Jib)")</span></div>
#end
#if($item.getAttributeValue("hhSpecSailArea(Main)") != "")
	<div class="ProductAttribute">Sail Area (Main): <span>$item.getAttribute("hhSpecSailArea(Main)")</span></div>
#end
#if($item.getAttributeValue("hhSpecSailArea(Overall)") != "")
	<div class="ProductAttribute">Sail Area (Overall): <span>$item.getAttribute("hhSpecSailArea(Overall)")</span></div>
#end
#if($item.getAttributeValue("hhSpecSailMaterial") != "")
	<div class="ProductAttribute">Sail Material: <span>$item.getAttribute("hhSpecSailMaterial")</span></div>
#end
#if($item.getAttributeValue("hhSpecSensitivity") != "")
	<div class="ProductAttribute">Sensitivity: <span>$item.getAttribute("hhSpecSensitivity")</span></div>
#end
#if($item.getAttributeValue("hhSpecSensorType") != "")
	<div class="ProductAttribute">Sensor Type: <span>$item.getAttribute("hhSpecSensorType")</span></div>
#end
#if($item.getAttributeValue("hhSpecServoTravelLimiter") != "")
	<div class="ProductAttribute">Servo Travel Limiter: <span>$item.getAttribute("hhSpecServoTravelLimiter")</span></div>
#end
#if($item.getAttributeValue("hhSpecShaftLength") != "")
	<div class="ProductAttribute">Shaft Length: <span>$item.getAttribute("hhSpecShaftLength")</span></div>
#end
#if($item.getAttributeValue("hhSpecShockType") != "")
	<div class="ProductAttribute">Shock Type: <span>$item.getAttribute("hhSpecShockType")</span></div>
#end
#if($item.getAttributeValue("hhSpecSizeCategory") != "")
	<div class="ProductAttribute">Size Category: <span>$item.getAttribute("hhSpecSizeCategory")</span></div>
#end
#if($item.getAttributeValue("hhSpecSOUND") != "")
	<div class="ProductAttribute">Sound: <span>$item.getAttribute("hhSpecSOUND")</span></div>
#end
#if($item.getAttributeValue("hhSpecSpeed") != "")
	<div class="ProductAttribute">Speed: <span>$item.getAttribute("hhSpecSpeed")</span></div>
#end
#if($item.getAttributeValue("hhSpecSpinnerSize") != "")
	<div class="ProductAttribute">Spinner Size: <span>$item.getAttribute("hhSpecSpinnerSize")</span></div>
#end
#if($item.getAttributeValue("hhSpecStartingSystem") != "")
	<div class="ProductAttribute">Starting System: <span>$item.getAttribute("hhSpecStartingSystem")</span></div>
#end
#if($item.getAttributeValue("hhSpecSteering") != "")
	<div class="ProductAttribute">Steering: <span>$item.getAttribute("hhSpecSteering")</span></div>
#end
#if($item.getAttributeValue("hhSpecStroke") != "")
	<div class="ProductAttribute">Stroke: <span>$item.getAttribute("hhSpecStroke")</span></div>
#end
#if($item.getAttributeValue("hhSpecSwitch") != "")
	<div class="ProductAttribute">Switch: <span>$item.getAttribute("hhSpecSwitch")</span></div>
#end
#if($item.getAttributeValue("hhSpecThrottle") != "")
	<div class="ProductAttribute">Throttle: <span>$item.getAttribute("hhSpecThrottle")</span></div>
#end
#if($item.getAttributeValue("hhSpecTimeDelayBrake") != "")
	<div class="ProductAttribute">Time Delay Brake: <span>$item.getAttribute("hhSpecTimeDelayBrake")</span></div>
#end
#if($item.getAttributeValue("hhSpecTorque") != "")
	<div class="ProductAttribute">Torque: <span>$item.getAttribute("hhSpecTorque")</span></div>
#end
#if($item.getAttributeValue("hhSpecTotalWeight") != "")
	<div class="ProductAttribute">Total Weight: <span>$item.getAttribute("hhSpecTotalWeight")</span></div>
#end
#if($item.getAttributeValue("hhSpecToyAward") != "")
	<div class="ProductAttribute">Toy Award: <span>$item.getAttribute("hhSpecToyAward")</span></div>
#end
#if($item.getAttributeValue("hhSpecTransmitter(Tx)BatteryType") != "")
	<div class="ProductAttribute">Transmitter (Tx) Battery Type: <span>$item.getAttribute("hhSpecTransmitter(Tx)BatteryType")</span></div>
#end
#if($item.getAttributeValue("hhSpecTransmitterRange") != "")
	<div class="ProductAttribute">Transmitter Range: <span>$item.getAttribute("hhSpecTransmitterRange")</span></div>
#end
#if($item.getAttributeValue("hhSpecTrickleChargeRate") != "")
	<div class="ProductAttribute">Trickle Charge Rate: <span>$item.getAttribute("hhSpecTrickleChargeRate")</span></div>
#end
#if($item.getAttributeValue("hhSpecTrimSchemeColors") != "")
	<div class="ProductAttribute">Trim Scheme Colors: <span>$item.getAttribute("hhSpecTrimSchemeColors")</span></div>
#end
#if($item.getAttributeValue("hhSpecType") != "")
	<div class="ProductAttribute">Type: <span>$item.getAttribute("hhSpecType")</span></div>
#end
#if($item.getAttributeValue("hhSpecVoltageRange") != "")
	<div class="ProductAttribute">Voltage Range: <span>$item.getAttribute("hhSpecVoltageRange")</span></div>
#end
#if($item.getAttributeValue("hhSpecVoltmeter") != "")
	<div class="ProductAttribute">Voltmeter: <span>$item.getAttribute("hhSpecVoltmeter")</span></div>
#end
#if($item.getAttributeValue("hhSpecWeightw/Gearbox") != "")
	<div class="ProductAttribute">Weight w/ Gearbox: <span>$item.getAttribute("hhSpecWeightw/Gearbox")</span></div>
#end
#if($item.getAttributeValue("hhSpecWHEELCONFIGURATION") != "")
	<div class="ProductAttribute">Wheel Configuration: <span>$item.getAttribute("hhSpecWHEELCONFIGURATION")</span></div>
#end
#if($item.getAttributeValue("hhSpecWireTurns") != "")
	<div class="ProductAttribute">Wire Turns: <span>$item.getAttribute("hhSpecWireTurns")</span></div>
#end

##unsorted
#if($item.getAttributeValue("hhSpecMainGearRatio") != "")
	<div class="ProductAttribute">Main Gear Ratio: <span>$item.getAttribute("hhSpecMainGearRatio")</span></div>
#end
#if($item.getAttributeValue("hhSpecMainRotorDiameter") != "")
	<div class="ProductAttribute">Rotor Diameter: <span>$item.getAttribute("hhSpecMainRotorDiameter")</span></div>
#end
#if($item.getAttributeValue("hhSpecTailRatio") != "")
	<div class="ProductAttribute">Tail Ratio: <span>$item.getAttribute("hhSpecTailRatio")</span></div>
#end
#if($item.getAttributeValue("hhSpecTailRotorDiameter") != "")
	<div class="ProductAttribute">Tail Rotor Diameter: <span>$item.getAttribute("hhSpecTailRotorDiameter")</span></div>
#end
#if($item.getAttributeValue("hhSpecRotorBladeLength") != "")
	<div class="ProductAttribute">Rotor Blade Length: <span>$item.getAttribute("hhSpecRotorBladeLength")</span></div>
#end
#if($item.getAttributeValue("hhSpecAileron") != "")
	<div class="ProductAttribute">Aileron: <span>$item.getAttribute("hhSpecAileron")</span></div>
#end
#if($item.getAttributeValue("hhSpecElevator") != "")
	<div class="ProductAttribute">Elevator: <span>$item.getAttribute("hhSpecElevator")</span></div>
#end
#if($item.getAttributeValue("hhSpecFlaps") != "")
	<div class="ProductAttribute">Flaps: <span>$item.getAttribute("hhSpecFlaps")</span></div>
#end
#if($item.getAttributeValue("hhSpecRudder") != "")
	<div class="ProductAttribute">Rudder: <span>$item.getAttribute("hhSpecRudder")</span></div>
#end
#if($item.getAttributeValue("hhSpecAnti-CrashTechnology") != "")
	<div class="ProductAttribute">Anti-Crash Technology: <span>$item.getAttribute("hhSpecAnti-CrashTechnology")</span></div>
#end
#if($item.getAttributeValue("hhSpecSmartTrak") != "")
	<div class="ProductAttribute">Smart Trak: <span>$item.getAttribute("hhSpecSmartTrak")</span></div>
#end
#if($item.getAttributeValue("hhSpecX-Port") != "")
	<div class="ProductAttribute">X-Port: <span>$item.getAttribute("hhSpecX-Port")</span></div>
#end
#if($item.getAttributeValue("hhSpecApprox.FlyingDuration") != "")
	<div class="ProductAttribute">Approximate Flying Duration: <span>$item.getAttribute("hhSpecApprox.FlyingDuration")</span></div>
#end
#if($item.getAttributeValue("hhSpecApprox.FlyingSpeed") != "")
	<div class="ProductAttribute">Approximate Flying Speed: <span>$item.getAttribute("hhSpecApprox.FlyingSpeed")</span></div>
#end
#if($item.getAttributeValue("hhSpecAvailableFrequencies") != "")
	<div class="ProductAttribute">Available Frequencies: <span>$item.getAttribute("hhSpecAvailableFrequencies")</span></div>
#end
#if($item.getAttributeValue("hhSpecCG(centerofgravity)") != "")
	<div class="ProductAttribute">CG (center of gravity): <span>$item.getAttribute("hhSpecCG(centerofgravity)")</span></div>
#end
#if($item.getAttributeValue("hhSpecControlThrow(Ailerons)") != "")
	<div class="ProductAttribute">Control Throw (Ailerons): <span>$item.getAttribute("hhSpecControlThrow(Ailerons)")</span></div>
#end
#if($item.getAttributeValue("hhSpecControlThrow(Elevator)") != "")
	<div class="ProductAttribute">Control Throw (Elevator): <span>$item.getAttribute("hhSpecControlThrow(Elevator)")</span></div>
#end
#if($item.getAttributeValue("hhSpecControlThrow(Flaps)") != "")
	<div class="ProductAttribute">Control Throw (Flaps): <span>$item.getAttribute("hhSpecControlThrow(Flaps)")</span></div>
#end
#if($item.getAttributeValue("hhSpecControlThrow(Rudder)") != "")
	<div class="ProductAttribute">Control Throw (Rudder): <span>$item.getAttribute("hhSpecControlThrow(Rudder)")</span></div>
#end
#if($item.getAttributeValue("hhSpecAirfoil") != "")
	<div class="ProductAttribute">Airfoil: <span>$item.getAttribute("hhSpecAirfoil")</span></div>
#end



## Used for HCAA09 OSMG0896
#if($item.getAttributeValue("hhSpecAdditional") != "")
	$item.getAttribute("hhSpecAdditional")
#end



#if ($item.getAttributeValue("hhYouWillNeed") != "")
	<h2 class="ProductHeader">You Will Need</h2>
	<div class="ProductText">$item.getAttribute("hhYouWillNeed")</div>
#end

##Used by OSMG0896
#if ($item.getAttributeValue("hhComments") != "")
	<h2 class="ProductHeader">Comments</h2>
	<div class="ProductText">$item.getAttribute("hhComments")</div>
#end