/* Footer CSS for OnePass Signon from a desktop */
/* Copyright 2014: Thomson Reuters Global Resources. All Rights Reserved. Proprietary and Confidential information of TRGR. Disclosure, Use or Reproduction without the written authorization of TRGR is prohibited. */

/* Header Classes */
.cosi .header
{
	height:60px;
	padding-left: 20px;
    overflow: hidden;
}

.cosi .header .productimage
{
	height: 60px;
	max-height: 60px;
	max-width: 400px;
	width: 400px;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
}

.cosi .header .productimage img
{
	max-width:400px;
	height:auto;
}

.cosi .header .productname
{
	padding-top: 10px;
	font-size: 30px;
}

.cosi .headermargin
{
	margin-bottom: 20px;
}