﻿.orderconfirmation
{
    font-family: Arial;
	font-size: 11px;
}
.orderconfirmation span
{
	font-weight: bold;
}
.orderconfirmation .header1
{
	font-weight: bold;
	font-size: 16px;
}
.orderconfirmation .header2
{
	font-weight: normal;
	font-size: 14px;
	color: #606060;
}
.orderconfirmation .clubinfo
{
	float: left; 
	margin-right: 30px;
}
.orderconfirmation .userinfo
{
	float: left; 
}
.orderconfirmation table
{
	border-collapse: collapse;
	border: none;
}
.orderconfirmation td
{
	border-bottom: 1px dotted #808080;
}
.orderconfirmation th, .orderconfirmation  td
{
	font-size: 11px;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
}
.orderconfirmation  td img
{
	width: 12px;
	height: 12px;
}
.orderconfirmation .alignright
{
	text-align:right;
}
.orderconfirmation th
{
	border-bottom: solid 1px #c5c5c5;
}
.orderconfirmation .totalsrow, .orderconfirmation .totalsrowleft
{
/*	border-top: solid 1px #c5c5c5;*/
	border-top: solid 2px #000000;
	border-bottom: none;
	font-weight:bold;
}
.orderconfirmation .totalsrowleft
{
	text-align: left;
}
.orderconfirmation .totalsrow
{
	text-align: right;
}
.orderconfirmation .alt
{
	/*background-color: #E0E0E0;*/
}
.orderconfirmation .paylater
{
	color: Red;
	font-weight: normal;
}
.orderconfirmation .paypartial
{
	font-weight: bold;
}
.orderconfirmation .payed
{
	font-weight: bold;
}
.orderconfirmation .norefund
{
	color: Red;
	font-weight: bold;
}
