/* 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
{
height:120px;
	margin-left: 210px;
}

.rangeSingleDescription p
{
	padding-bottom: 0px !important;
	line-height:1.4em;
}

/* Product Child Range Description */

.childRangeDesc {
	width:400px;
	float:left;
}

.childRangeDesc p {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	line-height:1.4em;
}

/* 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: 400px;
	/*height: 160px;*/
	text-align: center;
	margin: 0;
}

.productDesc {
	float: left;
	margin: 0 0 0 10px;
	width: 400px;
}

.productHeading {
/*	color:#5a6c80;	*/
}

.rangeDescription {
/*	color:#5a6c80;	*/
}

.rangeSingleTitle {
	padding-left:4px;
}

.productSpecifications {

}

.productSpecifications li {
	margin: 0 0 0 20px;
	padding: 0;
}

.rangeDescription {
line-height:1.4em;
}