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

