/* -- table1 -- */
.table1 {
	color: #000; 
	border:1px solid #3b1f05; 
	background:#FFFFFF; 
	border-collapse: collapse;
	}
.table1.widthA {width:500px;} /* use as a double class with ".table1" to set a common width */
.table1.widthB {width:300px;} /* use as a double class with ".table1" to set a common width */
.table1.fullWidth {width:100%;} /* use as a double class with ".table1" to set a width of 100% */

.table1 A {color: #3b1f05;}

.table1 td {padding: 4px 12px 4px 4px;}
.table1 label {
	margin:4px 5px 0 0;
	float:left;
	font-weight: bold;
	width:180px;
	}
.table1 th, .table1 .tableHead {
	font-weight: bold;
	color: #ffeebb;
	background: #3b1f05 url(/images/bg1.gif) repeat-x;
	}

.table1 th, .table1 .tableHead td { text-align:left; padding: 6px 12px 6px 4px;}

.table1 th A, .table1 .tableHead A {color: #ffeebb;}

.table1 .alt { background:#f2eee3;}

.table1 .pager { color: #3b1f05;}
.table1 .pager A { color: #3b1f05;}

/* -- table2 -- */
.table2 {
	background:#f1ece0;
	border:none;
	border-collapse: collapse;
	}
.table2.prodList {width:488px;}
.table2.widthA {width:500px;} /* use as a double class with ".table2" to set a common width */
.table2.widthB {width:300px;} /* use as a double class with ".table2" to set a common width */
.table2.fullWidth {width:100%;} /* use as a double class with ".table2" to set a width of 100% */

.table2 p {
	margin:0;
}
.table2 td { 
	padding: 4px 8px 4px 8px; 
	border-top:3px solid #fff;
	border-right:1px solid #fff;
	vertical-align:top;
	}
td.stockDescription {
	border-right:1px solid #fff;
	width:180px;
}
td.stockDescription.width2 {
	width:627px;
}
.stockNumberWrap {
	float:left;
	width:59%;
}
.factoryNumberWrap {
	float:right;
	width:39%;
}
.table2 td.otherActions {
	width:75px;
}
.table2 label {
	}
.table2 th, .table2 .tableHead {
	font-weight: bold;
	color: #3b1f05;
	background: #fff url(/images/bg2.gif) repeat-x left bottom;
	border-right:1px solid #fff;
	text-align:left; 
	padding: 6px 8px 6px 8px;
	}
.table2 th A, .table2 .tableHead A { color: #3b1f05;}
.table2 .alt {background-color: #fff;}
.table2 .pager { color: #d66203; }
.table2 .pager A { color:#d66203; font-weight:bold; }

/* -- table3 -- 
.table3 {
	background:#fff;
	border:none;
	border-collapse: collapse;
	}
.table3.prodList {width:488px;}
.table3.widthA {width:500px;} 
.table3.widthB {width:300px;} 
.table3.fullWidth {width:100%;} 

.table3 p {
	margin:0;
}
.table3 td { 
	padding: 4px 8px 4px 8px; 
	border-top:3px solid #3B1F05;
	border-right:1px dotted #9D8660;
	vertical-align:top;
	}
.table3 label {
	}
.table3 th, .table3 .tableHead {
	font-weight: bold;
	color: #B72B00;
	background: #fff;
	border-right:1px dotted #9D8660;
	text-align:left; 
	padding: 6px 8px 6px 8px;
	}
.table3 th A, .table3 .tableHead A { color: #3b1f05;}
.table3 .alt {background-color: #fff;}
.table3 .pager { color: #d66203; }
.table3 .pager A { color:#d66203; font-weight:bold; }*/
/* -- table3 -- */
.table3 {
	background:#3B1F05;
	border:none;
	border-collapse: collapse;
	color:#fff;
	}
.table3.prodList {width:488px;}
.table3.widthA {width:500px;} 
.table3.widthB {width:300px;} 
.table3.fullWidth {width:100%;} 

.table3 p {
	margin:0;
}
.table3 a {
	color: #ffeebb;
}
.table3 td { 
	padding: 4px 8px 4px 8px; 
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	vertical-align:top;
	}
.table3 label {
	}
.table3 th, .table3 .tableHead {
	font-weight: bold;
	color: #B72B00;
	background: #fff;
	border-right:1px solid #3B1F05;
	text-align:left; 
	padding: 6px 8px 6px 8px;
	}
.table3 th A, .table3 .tableHead A { color: #fff;}
.table3 .alt {background-color: #fff;}
.table3 .pager { color: #d66203; }
.table3 .pager A { color:#d66203; font-weight:bold; }

td.tOrderHistoryNum, th.tOrderHistoryNum {width:65px; padding-left:25px}
td.tWebConfirmNum, th.tWebConfirmNum {width:90px;}
td.tDateTime, th.tDateTime {width:120px;}
td.tOrderTotal, th.tOrderTotal {width:68px;}
td.tStatus, th.tStatus {width:220px;}
