/** {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body {
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EEEEEE;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}*/
/* ------- TEXT Link Styles ------- */
/*a:link {
	text-decoration: underline;
	color:#993333;
}
a:visited {
	text-decoration: underline;
	color:#993333;
}
a:hover {
	text-decoration: none;
	color:#993333;
}
a:active {
	text-decoration: underline;
	color:#993333;
}
h1 {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 5px 15px; 
}
h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 5px 0; 
}
p {
	line-height: 1.3em;
	margin: 5px 0 5px 0;
}
hr {
	height: 1px;
	width: 80%;
	border: thin dotted #111111;
	margin: 10px 0 10px 0;
	text-align: center;
}*/

/* Used to divide labels and data for the front end */
.solid_bottom {border-bottom:1px solid #8bb988; padding-bottom:2px;padding-top:1px;}
.dotted_bottom {border-bottom:1px dotted #8bb988; padding-bottom:2px;padding-top:1px;}

#wo_container {
}
#wo_header {
}
#wo_content_area {
	margin:auto;
}
#wo_footer {
	text-align: right;
}

#wo_order_table {
	width: 95%;
	margin: 0 auto;
}
#wo_order_info_table {
	width: 95%;
	margin: 0 auto;
	border-spacing: 5px;
	border-collapse: separate;	
}
#wo_name_column {
	font-weight: bold;
	width:200px;
}
#wo_price_column {
	font-weight: bold;
	width: 60px;
}
#wo_total_column {
	font-weight: bold;
	width: 80px;
}
#wo_club_price_column {
	font-weight: bold;
	width: 90px;
}
#wo_order_continue {
	margin:top: 15px;
}
#wo_order_notes {
	margin:top: 15px;
}
#wo_qty_column {
	font-weight: bold;
	width: 65px;
}

.wo_red {
	color: #A80000;	
	font-weight: bold;
}

.form_field {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}

#receipt_table {
	width:100%;
}