/* CSS Document */

#pricing {

	background-image:url(../images/pricing_bkg.png);
	background-repeat: no-repeat;
	height: 145px;
	font-size:small;
}

#availability {

	background-image:url(../images/availability_bkg.png);
	background-repeat: no-repeat;
	margin-top: 16px;
	height: 195px;

}

/*used for common elements between pricing and availability*/

.linkSettings {

	width: 217px;
	color: #000000;
	background-color: #98AD8C;
}

.heading {

	font-style: normal;

	font-size: small;
	font-weight: normal;
}

.otherprice {

	font-style: italic;

	font-size: small;
}

.box-headings {

	margin-left: 5px;

}

.noBgColour {

	background-color: #666666;

}

.pricetext {
	color: #30342e;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}