div.rightcolumn-main {
	background: #ececec;
	color: rgb(51, 51, 51);
	display: block;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	width: 290px;
}

ul.partner-widget {
	background-color: rgb(253, 253, 253);
	color: 				rgb(51, 51, 51);
	display: 			block;
	font-family: 		'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 			12px;
	line-height:		16px;
	margin:				7px 5px 0 5px;
}

ul.partner-widget, ul.partner-widget ul {
	list-style-type:	none;
	list-style-position:inside;	
	padding:			0;
}

ul.partner-widget > li {
	display:			block;
	padding:			8px;
}

ul.partner-widget > li.branding {
	padding:			8px 0 0;
}

ul.partner-widget > li.branding img {
	display:			block;
	border:				0;
}

ul.partner-widget li h3 {
	color:				#555;
	font-size:			16px;
	line-height:		32px;
	font-weight:		normal;
	margin:				0 0 9px;
	border-bottom:		1px solid #ccc;
	
	transition: color .5s;
	-moz-transition: color .5s;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
}

ul.partner-widget li:hover h3 {
	color:				#111;
}

ul.partner-widget li h3 a {
	font-weight:		inherit;
	color:				inherit;
	text-decoration:	inherit;
}

ul.partner-widget li h3 img {
	vertical-align:		middle;
	max-height:			32px;
	border:				0;
}

ul.partner-widget ul > li {
	display:			block;
	clear:				both;
}

ul.partner-widget ul > li > a {
	display:			block;
	color:				rgb(26, 81, 143);
	font-weight:		inherit;
	text-decoration:	inherit;
	padding-bottom:		9px;
	
	transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
}

ul.partner-widget ul > li > a:hover {
	color:				rgb(39, 121, 214);
}

ul.partner-widget ul > li:last-child > a {
	padding-bottom:		0;
}

ul.partner-widget ul > li > a img {
	display:			block;
	float:				left;
	margin-right:		8px;
	border:				0;
}

ul.partner-widget ul > li > a img+span {
	overflow:			hidden;

} 