/*=====================================================
	09 - TABLES
-----------------------------------------------------*/

/* 	Standard table layout 
-----------------------------------------------------*/
table.standardTable {
	border-bottom: none;
	border: 1px solid #ddd;
	border-width: 0 1px 0 1px;
}
table.standardTable thead th {
	font-weight: bold;
	padding: 15px 10px 5px 10px;
	background: #f4f4f4 url(/neweys/images/site/furniture/background/bg-highlight-f4f4f4.png) repeat-x top;
	border-bottom: 1px solid #ddd;	
	vertical-align: bottom;
	color: #000;
}
table.standardTable td {
	border: 1px solid #ddd;
	border-width: 0 0 1px 1px;
	border-collapse: collapse;
}
table.standardTable tbody th {
	border: 1px solid #ddd;
	border-width: 0 0 1px 0;
	border-collapse: collapse;
}
table.standardTable td:first-child {
	border-left: none;
}
table.standardTable td.none {
	border-left: none;
}
table.standardTable td.centre,
table.standardTable td.radio {
	text-align: center;
}
table.standardTable td.right {
	text-align: right;
}
table.standardTable td button {
	margin: 0;
}
table.standardTable td li {
	list-style: none;	
}
table.standardTable td.subtotals {
	width: 150px;
}
table.standardTable td ul.subtotals {
	float: left;
	display: block;
	width: 100%;
	/*color: #666;
	font-size: 0.95em;*/	
}
table.standardTable td ul.subtotals li {
	float: left;
	display: block;
	width: 100%;
	text-align: right;	
}
table.standardTable td ul.subtotals li span {
	float: left;
}
table.standardTable td ul.subtotals li.total {
	padding: 0.3em 0;
	border-top: 1px dotted #ccc;
	width: 100%;
	margin-top: 5px;
	text-align: right;
}
table.standardTable td input.primary {
	padding: 0 5px 2px;	
}

/*  Product cell width image etc
-----------------------------------------------------*/
table.standardTable td.product {
	width: 284px;
}
table.unknown td.product {
	width: 445px;
}
table.standardTable td.product dl {
	display: block;
	min-height: 80px;
	padding-left: 90px;	
	position: relative;
}
table.standardTable td.product dl dt a {
	display: block;
}
table.standardTable td.product dl dt a img {
	float: left;	
	position: absolute;
	left: 0;
	top: 0;
}
table.standardTable td.product dl dt a img.offerIcon {
	left: -11px;
	top: -4px;
}
table.standardTable td.product dl dd {
	float: left;
	display: inline;	
}
table.standardTable td div.stockCheck,
table.standardTable td p.promotion {
	width: auto;
	clear: left;
}
table.standardTable td div.stockCheck p,
table.standardTable td p.promotion {
	padding: 0.25em 0;
	width: 194px;
	border-top: 1px dotted #ccc;
}
table.standardTable td p.promotion strong {
	color: #c00;	
}

/*  Remove icon
-----------------------------------------------------*/
table.standardTable td input.bin {
	margin-top: 0.25em;
	background: none;
	border: none;
}

/*  Specific tables
-----------------------------------------------------*/
table#addressListDELIVERY,
table#addressListBILLING,
table#myJobsLists,
table#updateJobList,
table#UpdateMyJobsLists,
table#jobListItems,
table#jobListFastOrder,
table#orderHistoryList,
table#orderHistoryDetail,
table#orderHistorySummary,
table#deliveredItems,
table#collectItems,
table#pendingOrdersList {
	width: 790px;
	float: left;
	clear: left;
}
table#addressListDELIVERY,
table#addressListBILLING {
	width: 490px;
}
table#addressListDELIVERY td,
table#addressListBILLING td,
table#jobsList td,
table#updateJobsList td {
	vertical-align: middle;
}
table#addressListDELIVERY td label span,
table#addressListBILLING td label span {
	position: absolute;
	left: -999px;	
}
table#orderHistorySummary {
	clear: both;
	margin-bottom: 30px;	
}
table#branchList {
	float: left;
	width: 610px;
	border-bottom: 1px solid #ccc;
}
table#deliveryExceptions {
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	width: 770px;
}
table#orderHistoryList td.centre {
	vertical-align: middle;	
}
table#jobListItems th a#selectToggle {
	white-space: nowrap;	
}