/***********************************************//* Table styles                                *//***********************************************/caption{	font-size: 10pt;	font-weight: bold;	color:#ff9a00;	text-align:left;	margin: 0px;	}	col {	border-right: 1px solid #ccc;	}	col#pricelistTables {	border: none;	margin:0px;	padding: 0px 3px 3px 3px;	}	thead {	background: #ccc;	border-top: 1px solid #a5a5a5;	border-bottom: 1px solid #a5a5a5;	font-size: 10pt;		}	th {	font-weight: normal;	text-align: left;	}	.odd {	background-color: #edf5ff;	}	tbody{	font-size: 10pt;	padding: 0px 5px 0 5px;	background-color:#edf5ff;	}						/***********************************************//* column positions                               *//***********************************************/#content {	position:relative;	background-color:#414b4d;	top: 0px;	left: 0px;	width: 800px;	height:540px;	margin: 0px;	padding: 0px}#leftimages {	float:left;	top: 0px;	left: 0px;	width: 266px;	height:540px;	margin: 0px;	padding:0px;}	#tables	{	float:right;	top: 0px;	width: 534px;	height:540px;	margin: 0px;	padding: 0px;}#tablesleft	{	float:left;	top: 0px;	width: 267px;	height:540px;	margin: 0px;	padding: 0px;}#tablesright	{	float:right;	top: 0px;	width: 267px;	height:540px;	margin: 0px;	padding: 0px;}