﻿
.page
{
    width:auto !important; /* real browsers */
	width:1010px; /* IE6: treated as min-width*/
	min-width:1010px; /* real browsers */
}

.catalogueListing .leftCol
{
	width:0px;
}

tr.editable 
{
    background-color:#FFFBE8;
    border:1px solid #FFE07A;
}

.tableDataEditBox.aspNetDisabled
{
	border:none;
	background:none;
	color:#000;
}

.productCodesTable td:nth-child(1)
{
    white-space: nowrap;
}

.stocktake td.editable
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.stocktake tr td
{
    border-bottom: 1px solid #E8E6D2 !important
}