/*************************************************
 *	FILE: /core/footer.css
 *************************************************/
#footer.pr 
{ 
	background: url(img/footer-bg.gif) top left repeat-x; 
	background-color: #4E76B1;
	font-size: 0.75em; 
	color: #fff;
}

#footer.pr .logos			{ float: right; width: 185px; margin-top: 33px; }
#footer.pr .columns		{ float: left; width: 720px; }
/*
#footer.pr .columns .country	{ float: left; width: 24%; }
*/
#footer.pr .columns .info		{ float: left; width: 100%; }
#footer.pr .columns .copyright	{ padding: 15px 0 15px 0; text-align: center; clear: both; }
#footer.pr .tab-box		{ background: url(img/footer-tab-left-bg.gif) top left no-repeat; }
#footer.pr .tab-box-content	
{ 
	background: url(img/footer-tab-right-bg.gif) top right no-repeat; 
	min-height: 40px; 
	height: auto!important; 
	height: 40px; 
	margin-left: 15px; 
	margin-right: 15px; 
}
#footer.pr .tab-box-content UL	{ list-style: none; margin: 0; padding: 0; }
#footer.pr .tab-box-content LI 	{ margin: 0 15px 6px 0; }

.text {
	display: none;
}



/*
#footer.pr .columns .country LI A		{padding-left: 18px; background: url(img/flags.gif) no-repeat; }
#footer.pr .columns .country LI A.au	{background-position: 0 0;}
#footer.pr .columns .country LI A.de	{background-position: 0 -42px;}
#footer.pr .columns .country LI A.dk	{background-position: 0 -84px;}
#footer.pr .columns .country LI A.fr	{background-position: 0 -126px;}
#footer.pr .columns .country LI A.se	{background-position: 0 -168px;}
#footer.pr .columns .country LI A.uk	{background-position: 0 -210px;}
#footer.pr .columns .country LI A.us	{background-position: 0 -252px;}
#footer.pr .columns .country .flags	{ float: left; width 100%; margin: 12px 0 0 0; }
*/

#footer.pr .columns .info .left		{ float: left; width: 10%; margin: 12px 0 0 0; }
#footer.pr .columns .info .middle
{ 
	font-size: 0.9em;
	float: left; 
	width: 80%; 
	margin: 12px 0 0 0; 
	text-align: center; 
}
#footer.pr .columns .info .right		{ float: left; width: 10%; margin: 12px 0 0 0; }

/*
#footer.pr .logos H2,
#footer.pr .logos H3,
#footer.pr .logos H4	{ margin: 0 0 10px 0; }
#footer.pr .logos IMG	{ margin-bottom: 8px; }
*/

#footer.pr H2,
#footer.pr H3,
#footer.pr H4 		{ margin: 0 15px 10px 0; font-size: 1.2em; background: none; }

#footer.pr A		{ color: #fff; text-decoration: none; }
#footer.pr A:visited	{ color: #fff; text-decoration: none; }
#footer.pr A:hover		{ color: #fff; text-decoration: underline; }


#footer.pr .columns .info .middle .text
{ 
	font-size: 1.2em;
	float: left; 
	width: 80%; 
	margin: 20px 0 0 0; 
	text-align: left;
}
