@charset "utf-8";
/* CSS Document */

.PartnersPanel {
	width: 650px;
	height: auto;
	/*margin: 8px 3px 8px 0px;*/
	margin: 8px 0px 8px 0px;
	padding: 10px 0px 10px 0px;
}

.PartnersBranding {
	float: left;
	width: 120px;
	height: auto;
	/*background-color: #666666;*/
}

.PartnersText {
	float: left;	
	width: 440px;
	height: auto;
	padding: 10px 0px 10px 10px;
	/*background-color: #FFFF00;*/
}

.PartnersCountry {
	float: left;
	width: 60px;
	/*padding: 10px 0px 10px 10px;*/
	padding: 10px 0px 10px 0px;
	height: auto;
	font-weight: bold;
	color: #004d25;
	/*background-color: #3399FF;*/
}

.PartnersDivider {
	float: left;
	clear: both;
	width: 640px;
	height: 21px;
	background-image: url(../images/partners_line.gif);
	background-repeat: repeat-x;
}


