
/* STYLES FOR THE MARKET DATA PAGES */

#tpilogo {
	margin-top: 30px;
	float: right;
	margin-bottom: 30px;
}
#markinfot 
{
		
	float: left;
	clear: none;
	padding-bottom:20px;
	padding-top: 20px;


}


/* TPI PRODUCT TABLES */
table.productdata {
	width: 670px;
	line-height: 1;
}

.productdata td {
	vertical-align: top;
}

.productdata td p {
	margin: 0;
	padding-top: 0;
}

td.pdflink {
	text-align: right;
 	width: 100px;
	padding-bottom: 20px;
}

/* 2 COLUMN CONTACT LIST (GLOBAL CURRENCIES)  */


/* PRICES TABLE (TP HISTORY)  */
td.param{
	font-weight: bold;
	width: 150px;
	line-height: 2;
}

/* ADDRESS DIVS (TPI CONTACT)  */
div.tpicontact {
	float: left;
	padding-top: 20px;
	width: 220px;
	height: 140px;
	line-height: 1.4;
}

div.tpicontact h3{
	padding-bottom: 15px;
}

div.tpicontact h4{
	font-size: 1em;
	padding-bottom: 2px;
}
.imgfloatsmallcapright
{
	margin-left: 5px;
		font-size: 9px;
		float: right;
		font-weight:bold;
color: #999999;
}
.imgfloatsmallcapleft
{
	margin-right: 5px;
		font-size: 9px;
		float: left;
		font-weight:bold;
		color: #999999;

}

#maincontent ul.markbulletlist {
	padding-bottom: 7px;
}

#maincontent ul.markbulletlist li{
	width:200px;
    margin:9px 0 0 0;/*position of li here*/
    padding:0 8px 0 0;
    line-height:12px;
    position:relative;
    

	}
#maincontent ul.markbulletlist li.licol-1 {
    margin-left:25px;
}
#maincontent ul.markbulletlist li.licol-2 {
    margin-left:250px;
}    
#maincontent ul.markbulletlist li.licol-3 {
    margin-left:475px;
}
#maincontent ul.markbulletlist li.licol-first {
    margin-top:-84px;
}
.productname
{
	color: #76C0EA;
	font-weight: bold;
	width: 125px;
}
.emaillink
{
	color: #00467F;
	text-decoration: underline;
}
#maincontent .casestudy
{
	background-color: #efefef;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 5px #ffffff;
}