#deepfooter p.dfooter-title { font-size: 100%; }
body.double #deepfooter p.dfooter-title { font-size: 93%; }

#deepfooter ul { font-size: 93%; }
#deepfooter .single.last p.lang { font-size: 85%; }
#deepfooter .single.last p.country { font-size: 85%; }

.footer ul { font-size: 93%; }
#creditline p { font-size: 93%; }

/* Deep Footer Area */
#deepfooter {
	width: 100%;
	min-width: 980px;
	background: #f5f5f5 url(./images/deepfooter_bg.jpg) repeat-x left bottom;
	line-height: 1.3;
	color: #444;
}
	#deepfooter a { text-decoration: none; }
	#deepfooter a:hover { text-decoration: underline; }
	#deepfooterinner { display: inline-block; width: 980px; margin: 0 auto; padding: 20px 0 15px; text-align: left; }

	#deepfooter p.dfooter-title {
		padding-bottom: 4px;
		margin-bottom: 8px;
		font-size: 100%;
		padding-left: 9px;
		font-weight: bold;
		border-bottom: 1px solid #bbbbbb;
	}
	
	#deepfooter ul { padding-left: 9px; margin: 0; font-size: 93%; font-weight: normal; list-style: none; }
	#deepfooter li { line-height: 1.3; margin-bottom: 5px; }
	
	#deepfooter div.grid3span { width: 582px; }/* <-- with clearfix class */
	#deepfooter div.grid4span { width: 781px; }/* <-- with clearfix class */
	#deepfooter div.grid5span { width: 980px; }/* <-- with clearfix class */
	#deepfooter div.col1span { width: 184px; float: left; margin-right: 15px; }
	#deepfooter div.col2span { width: 383px; float: left; margin-right: 15px; }
	#deepfooter div.col3span { width: 582px; float: left; margin-right: 15px; }
	#deepfooter div.col4span { width: 781px; float: left; margin-right: 15px; }
	#deepfooter div.lastcol { margin-right: 0px; float: right; }
	
	@media print { #deepfooter div.lastcol{ margin-right: -1px; } }
	
		#deepfooter p#country-select { display: block; margin: 12px 0 0 4px; }
		#deepfooter p#country-select img{ border: none; }
		#deepfooter p.lang { display: inline; font-size: 85%; border-left: 1px solid #c2c2c2; padding-left: 3px; margin-left: 0px; }
		#deepfooter p.country { display: inline; font-size: 85%; color: #444444; margin-left: 0px; margin-right: 0px; }

.clear-left {
	clear:left;
}

/* Footer Area */
.footer {
	width: 100%;
	min-width: 980px;
	color: #fff;
	background: #666 url(./images/footer_bg.gif) repeat-x left bottom;
}
	.footer a { text-decoration: none; }
	.footer a:hover { text-decoration: underline; }
	.footer a:link, .footer a:visited, .footer a:hover { color: #fff; }
  body.double .footer a:link, 
  body.double .footer a:visited, 
  body.double .footer a:hover { color: #fff; }
	
	#footerinner { display: inline-block; width: 980px; margin: 0 auto; padding: 4px 0 25px 0; text-align: left; }
	
  #permanentmenu { float: left; width: auto; margin-bottom: 5px;}

	.footer ul { font-size: 93%; list-style: none; padding: 0; margin: 0; }
  body.double .footer ul { font-size: 93%; }
	.footer li { display: inline; margin: 0; margin-left: 16px; line-height: 1.3; }
		.footer li.firstchild { margin-left: 0; }

    #creditline { float: right; line-height: 0; width: auto; }
    #creditline p { margin: 0; padding: 0; font-size: 93%; line-height: 1.3; text-align: right; white-space: nowrap; }

@media print {
.stage { background: none; }
.stage .bodyarea { clear: both; float: none; }

div.contentsarea { display: table; padding-bottom: 40px; }
div.contentsarea .maincontents { float: none; clear: both; display: table-cell; }
div.contentsarea .submenu { float: none; float: none; clear: both; display: table-cell; padding-left: 15px; }
/*IE7*/
*:first-child+html div.contentsarea { display: block; padding-bottom: 0; }
*:first-child+html div.contentsarea .maincontents { float: left; clear: none; display: block; }
*:first-child+html div.contentsarea .submenu { float: right; clear: none; display: block; padding-left: 0; }

#deepfooter { clear: both; float: left; display: inline-block; border-top: 1px solid #e8e8e8; }
.footer { clear: both; float: none; display: inline-block; border-top: 1px solid #e8e8e8; }
}