/*colors
#F68A1D ORANGE
#FFD220 SUN
#84A550 TREE
#1273AC OCEAN
*/
/*AUCTION TABLE*/

.aTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border-collapse: collapse;*/
	color: #333;
	width:100%;
}

.aTable caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

.aTable a {
	text-decoration: none;
	color: #F68A1D;
	font-weight: bold;
	z-index: 0;
}

.aTable a:hover {
	text-decoration: none;
	color: #999;
}

.aTable tr th a {
	color: #1273AC;
}

.aTable tr th a:hover {
	color: #000;
}

.aTable thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
	text-align:center;
}

.aTable tfoot tr th{
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.aTable tfoot tr th {
	width: 20%;
}

.aTable tfoot tr td {
	width: 80%;
}

.aTable td, .aTable th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	/*font-size: 0.8em;*/
	vertical-align: top;
	
}

.aTable tr.odd th, .aTable tr.odd td {
	background: #EAEAEA;
}

/*SELL TABLE*/

.aSTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width:100%;
}

.aSTable caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #CDE;
	border: 1px solid #7E9FD5;
	color: #666;
}

.aSTable a {
	text-decoration: none;
	color: #F68A1D;
	font-weight: bold;
	z-index: 0;
}

.aSTable a:hover {
	text-decoration: none;
	color: #999;
}

.aSTable tr th a {
	color: #1273AC;
}

.aSTable tr th a:hover {
	color: #000;
}

.aSTable thead tr th {
	text-transform: uppercase;
	background: #9CE;
	text-align:center;
}

.aSTable tfoot tr th{
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.aSTable tfoot tr th {
	width: 20%;
}

.aSTable tfoot tr td {
	width: 80%;
}
.aSTable td, .aSTable th {
	border-right: 1px solid #7E9FD5;
	border-bottom: 1px solid #7E9FD5;
	padding: 5px;
	line-height: 1.8em;
	/*font-size: 0.8em;*/
	vertical-align: top;
	
}

.aSTable tr.odd th, .aSTable tr.odd td {
	background: #C5D2E3;
}

/*another Table*/
.xtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border-collapse: collapse;*/
	color: #333;
}

.xtable caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

.xtable a {
	text-decoration: none;
	color: #F68A1D;
	font-weight: bold;
	z-index: 0;
}

.xtable a:hover {
	text-decoration: none;
	color: #999;
}

.xtable tr th a {
	color: #1273AC;
}

.xtable tr th a:hover {
	color: #000;
}

.xtable thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
	text-align:center;
}

.xtable tfoot tr th, .xtable tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.xtable td, .xtable th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	/*font-size: 0.8em;*/
	vertical-align: top;
	
}

.xtable tr.odd th, .xtable tr.odd td {
	background: #EAEAEA;
}
.none 
{
	width:100%;
	
}
.none td, .none td
{
	width:1%;
	
}