  		table {			font: 11px verdana,verdana, arial;			margin: 0;			padding: 0;			border-collapse: collapse;			text-align: left;			color: #333;			line-height: 19px;		}				caption {			font-size: 14px;			font-weight: bold;			margin-bottom: -4px;			text-align: left;			text-transform: uppercase;		}
		td {			margin: 0;			padding: 5px 100px 5px 50px;		}

		.totalsTable td {
			padding: 40px;
			padding-top: 2px;
			padding-bottom: 2px;
		}						th {			font-weight: normal;			text-transform: uppercase;		}		
		.totalsTable th {
			font-size: 11px;
			text-transform: uppercase;
			font-weight: normal;
		}
			tbody tr th {			padding: 5px 40px 5px 20px; 		}

		.totalsTable tbody tr th {
			padding: 5px;
			padding-top: 2px;
			padding-bottom: 2px;
		}				tr { 
			border-top: 1px solid #CfCfCf;			background-color: #FBFDF6;		}		tr.odd {		
			border-top: 1px solid #CfCfCf;			background-color: #EDF7DC;		}				tr:hover {		}				tr:hover td, tr:hover td a, tr:hover th a {			color: #a10000;
			cursor: pointer;		}				td:hover {		}		tr:hover th a:hover {			background-color: #F7FBEF;			border-bottom: 2px solid #86C200;		}				table a {			color: #608117;			background-image: none;			text-decoration: none;			border-bottom: 1px dotted #8A8F95;			padding: 2px;			//padding-right: 12px; background: transparent url(link.gif) no-repeat 100% 50%;		}		table a:hover {			color: #BBC4CD;			background-image: none;			text-decoration: none;			border-bottom: 3px solid #333;			padding: 2px;			//padding-right: 12px; color: #A2A2A2; background: transparent url(link.gif) no-repeat 100% 50%;		}				table a:visited {			text-decoration: none;			border-bottom: 1px dotted #333;			text-decoration: none;			//padding-right: 12px; color: #A2A2A2; background: transparent url(visitedLink.gif) no-repeat 100% 50%;		}				table a:visited:hover {			background-image: none;			text-decoration: none;			border-bottom: 3px solid #333;			padding: 2px;			//padding-right: 12px; color: #A2A2A2; background: transparent url(visitedLink.gif) no-repeat 100% 50%;		}

		.totalsTable .price {
			font-size: 14px;
			color: red;
		}