.receiptprice td
{
	font-size: 70%;
	vertical-align: TOP;
}

.receiptprice tr
{
	border-bottom: 1px solid #cccccc;
}

.receiptprice td:nth-of-type(2) 
{
	text-align: right;
}


.receiptgroup 
{
	padding:6px;
}

.receiptoption {
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



.receiptoption, .receiptgroupclear
{
	border: 2px solid #aaa;
	float: left;
	text-align:center;
	vertical-align:top;
	width: 138px;
	height:88px;
	padding:6px;
	margin: 5px;
}


.receiptgroupclear
{
	border: 2px solid #ddd;
	width:25px;
	vertical-align:bottom;
}

.receiptradio
{
	margin-top:auto;
}
			
.receiptgroup h2 
{
	clear:both;
	font-weight:normal;
	font-size:12px;
	margin-top: 10px;
}


.receiptgroupclear h3
{
	margin-top:0px; 
	padding-top:0px; 
	height:65px; 
}


.receiptoptiontext
{
	margin-top:0px; 
	padding-top:0px; 
	height:65px; 
}

.receiptoptiontext h3
{
	margin-top:0px;
  padding-top:0px;
  letter-spacing:0px;
  color: black;
}

.receiptoptiontext h3 span, .receiptoptiontext span
{
 background:rgba(255,255,255,0.25);
 text-shadow: 3px 3px 3px #FFFFFF,   -3px -3px 3px #FFFFFF,   -3px 3px 3px #FFFFFF,   3px -3px 3px #FFFFFF,3px 3px 3px #FFFFFF,   -3px -3px 3px #FFFFFF,   -3px 3px 3px #FFFFFF,   3px -3px 3px #FFFFFF;
}
.receiptoptiontext span
{
	font-weight: bold;
}

.ui-widget
{
	font-size: inherit;
}

.tabs ul
{
	font-size: 70%;
}

.incomplete
{
	color: orange;
}

.error
{
	color: red;
}

.receiptoption.active
{
	border: 2px solid red;
}

.receiptoption.illegal
{
	border: 2px solid red;
}

.receiptoption.disabled
{
	border: 2px solid orange;
}