/* CSS Document #f1f8fe */

.purchasebox {
  width: 180px;
  float: left;
}

.purchaseheader {
  background: url(../images/purchasebox/top.jpg) no-repeat top left;
  float: left;
  height: 14px;
  width: 100%;
  line-height: 1px; font-size: 1px; /* fix for ie6 */
}

.purchasefooter {
  background: url(../images/purchasebox/bottom.jpg) no-repeat top left;
  float: left;
  height: 11px;
  width: 100%;
}

.purchasebody {
  background: url(../images/purchasebox/bg.jpg) repeat-y top left;
  float: left;
  padding-left: 12px;
}

.mainheading {
	color: #00468C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-left: 4px;
	clearboth;
}

.purchaseheading {
	font-weight: bold;
	clearboth;
}

.purchasetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00468C;
	float: left;
	padding: 3px 10px 0px 4px;
}

.separator {
  background: url(../images/purchasebox/sep.jpg) no-repeat center left;
  clear: both;
  width: 158px;
  height: 20px;
}

.purchasebox form {
  padding: 10px 0px 10px 3px;
  float: left;
}

.purchaseitem {
  float: left;
  margin-bottom: 8px;
}

.purchaseitem input {
  width: 16px;
  float: left;
}

.purchaseitem label {
	width: 134px;
	float: left;
	padding: 0px; 
	clear: right;
}

.purchaseitem span {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00468C;
	font-weight: bold;
}

.purchaseitem .purchaseprice {
	color: #FFFFFF;
	background-color: #0C4982;
	padding: 1px;
	clear: left;
}

.purchasebox .submit {
  width: 152px;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
}




.price{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

/* DELETE? */

.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00468C;
}
.headingtext2 {
	font-size: 11px;
	font-weight: bold;
}
.headingtext4 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #00468C; }