/* $Id: pricingcomponent.css,v 1.3 2004/05/12 11:52:42 simon.robins Exp $ */

.pricingComponent {
	margin: 12px 0px 0px 0px;
}

.pricingComponentOuter{
	margin: 0px 0px 8px 0px;
}

.pricingComponentInner {
	font-weight: bold;
	background-color: #999;
	color: white;
	padding: 2px 4px 2px 4px;
}

.pricingComponentContent {
  width: 100%;
}

.pricingComponentContent th {
	padding: 0px 4px 0px 0px;
}

.pricingComponentContent tr {
	vertical-align: middle;
	text-align:left;
}

.pricingComponentContent input {
  margin: 2px 0px 2px 0px;
}
  
.pricingComponentContent select {
	font-family: verdana;
	width: 296px;
}

.pricingTitle{
	font-weight: bold;
}

#ppBack img, #ppDone img, #ppOrder img, #ppNext img{
	background-color: #E1E1E1;
}

#ppBack:hover img, #ppDone:hover img, #ppOrder:hover img, #ppNext:hover img{
	background-color: #99CCFF;
}

*html #printType{
	font-size: 90%;
}


*+html #printType{
	font-size: 90%;
}
