/*
This table will be used to dispaly individual invoices
In the myaccount site area
The table class accountData is a modified version of the tabularData class
and only used here, not in the rest of the myaccount pages

*/
h2{
	font-weight:bold;
}

table.accountData{
	width:100%;
}

table.accountData, table.accountData td, table.accountData th {
	border: 1px solid #696969;
	border-collapse: collapse;
	border-style:none;
}
table.accountData td{
	padding: 3px;
}
table.accountData td{
	/*border-bottom:#ccc 2px solid;*/
	background-color:#fff;
}
table.accountData th.results-header{
	padding-top:15px;
	padding-bottom:15px;
	/*inherits background-color */
	font-size:110%;
	font-style:oblique;
}
table.accountData th.prodname{
	text-align:left;
	padding-left:5px;
}

table.accountData td img{
	margin-top:4px;
	margin-bottom:4px;
	margin-right:10px;
	border:#ccc 1px solid;
}
table.accountData th, table.accountData th a:link, table.accountData th a:visited, table.accountData th a:hover, table.accountData th a:active  {
	background-color:#A5D2EF;
	/*background-color:#f5f5f5;*/
	padding-right:8px;
	text-align:right;
	
}