/* 
    Document   : priceTable
    Created on : May 28, 2008, 3:44:16 PM
    Author     : josh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


table.priceTable {
	clear: both;
	margin-bottom:1.15385em;*margin-bottom:1.125em;
}

table.priceTable th.size {
	text-align: left;
	padding-left: 0.3077em;
}

table.priceTable td.size {
	text-align: left;
	padding-left: 0.3077em;
}

table.priceTable th.perPiece {
	text-align: right;
}

table.priceTable td.perPiece {
	text-align: right;
	width: 5em;
}

table.priceTable th.perM2 {
	padding-right: 0.3077em;
	text-align: right;
}

table.priceTable td.perM2 {
	width: 5em;
	text-align: right;
	padding-right: 0.3077em;
}


