/*
	$Id: css-account.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

	osCommerce, Open Source E-Commerce Solutions
	http://www.oscommerce.com

	Copyright (c) 2003 osCommerce

	Released under the GNU General Public License
*/
/* account_history_all */

/*Table Listing */
h1.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align:left;
  display:block;
  background-color:#CC99CC;
  padding:5px 3px;
}
table.orderHistoryBox {
	width: 100%;
	padding:0;
	margin:0;
}

.orderHistoryBox tr {
}
.orderHistoryBox td{
	text-align:left;
	width: 15%;
	vertical-align:top;
	border-bottom: 1px solid #CC66CC;
	padding:2px;
	margin:0;
}

.orderHistoryBox td.buttonView{
	text-align:right;
	width: 40%;
}

.paginationArea {
	display:block;
	float:right;
}

#contentAccount {
	width:650px;
	margin: 0 auto;
	padding-bottom:10px;
}

#contentAccount table {
	margin-bottom: 8px;
}

#contentAccount .subHeading {
	font-weight: bold;
	font-size: 14px;
	color:#CC0099;
}
