/* Produces the gap between the main product description and product range */

.parentRange {
	padding: 0 15px 15px 15px;
	border-bottom: solid 1px #A9AAAC;
}

.parentRangeImage {
	float: left;
	margin: 0 10px 10px 0;
	width: 200px;
	height: 120px;
	overflow: hidden;
}

.parentRangeDesc {
	font-weight: bold;
}

/*Product Range Description style */

.parentRangeDesc P {
	padding-bottom:12px;
}

/* Individual Product Range Top-level description */

/*Container */
.rangeSingle {
	float: left;
	margin: 15px 0;
}

.rangeSinglePad {
	padding-left:10px;
}

/* Associated Product Range Image */
.rangeSingleImage {
	float:left;
	/*width:300px; */
	/*height:120px;*/
	overflow: hidden;
}


/* Product Range Title */
.rangeSingleTitle
{
	font-weight: 700; 
	padding-bottom: 0px !important;

}

/* Product Range Description */
.rangeSingleDescription
{
	margin-left: 210px;
}

.rangeSingleDescription P
{
	padding-bottom: 0px !important;
}

/* Product Child Range Description */

.childRangeDesc {
	width:360px;
	float:left;
}

.childRangeDesc P {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

/* Related Products */
.childRangeDesc ul {
	margin-top: 20px;
	padding-top:0;
}

.childRangeDesc li {
	padding-bottom:5px;
	list-style-type: none;
}

LI.rangeProduct {
	list-style-type: disc;
}

.productPad {
	padding-left: 76px;
	padding-right: 76px;
}

.productImage {
	float: left;
	width: 300px;
	/*height: 160px;*/
	text-align: center;
	margin: 0;
}

.productDesc {
	float: left;
	margin: 0 0 0 10px;
	width: 350px;
}

.productHeading {
	color:#5a6c80;	
}

.rangeDescription {
	color:#5a6c80;	
}

.rangeSingleTitle {
	padding-left:4px;
}

.productSpecifications {
	margin: 0;
	padding: 0;
}

.productSpecifications li {
	margin: 0 0 0 20px;
	padding: 0;
}