.mainTxt
{
	padding: 20px;
}

.bask-discount
{
	color: #900;
	text-transform: uppercase;
	font-weight: bold;
}

/* ORDER HISTORY */
.order-history-row
{
	clear: both;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
	
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.order-history-headers
{
	background-color: #ccc;
	padding: 20px;
}
.order-history-row div.detail
{
	float: left;
	width: 110px;
	margin-right: 40px;
}
.order-history-row div.header
{
	font-weight: bold;
	font-size: 12px;
}
