/* CSS Document */

.clear,
.clear_footer {
    position: relative;
    clear: both;
}

div#footerr {
    display: block;
	visibility: visible;
	background: #222;
	border-top: 1px solid #444;
    width:100%;
    padding: 0 0 2em 0;
}
    div#footer_links {
        width: 840px;
        margin: 0 auto;
        text-align: center;
    }

		div#footer_ad {
			margin: 10px 0 0 0;
			background: #363636;
			border: 1px solid #444444;
		}
		
		div#footer_qp {
			display: block;
			background: #2d2d2d;
			margin: 30px 0;
			padding: 20px 0 20px 20px;
		}
		
	        div.footer_col {
	            float: left;
	            text-align: left;
	            width: 205px;
	            margin: 0;
	        }

div.footer_debug {
    width: 800px;
    margin: 2em auto 0 auto;
    background: #111;
    padding: 10px;
    color: #39f;
    text-align: left;
}
    div.footer_debug pre {
        font: normal normal 12px/1.4 Monaco, Courier New, Courier;
    }

    div.footer_debug pre a, div.footer_debug pre a:link, div.footer_debug pre a:active, div.footer_debug pre a:visited {
        color: #A8BCC2;
    }

	div.footer_debug pre a:hover {
		color: #fff;
	}
	#footerr #footer_links p#report_flag {
	display: block;
	margin: 0;
	text-align: left;
	padding: 0;
	line-height: 22px;
}

#footerr #footer_links p#footer_copyright, 
#footerr #footer_links p#footer_trademark {
	text-align: left;
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #888;
	padding: 0;
	margin: 0;
	line-height: 140%;
}
#footerr #footer_links p#footer_trademark {
	color: #555;
}

#footer_qp .footer_col h4 {
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;
	color: #888;
	padding: 0;
	margin: 0 0 .8em 0;
}
#footer_qp .footer_col p {
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #888;
	line-height: 150%;
	padding: 0 20px 0 0;
	margin: 0 0 .8em 0;
}
#footer_qp .footer_col p.nomargin {
	margin: 0;
}
#footerr #footer_links p#report_flag a,
#footerr #footer_links p#report_flag a:visited {
	background: #e6e6e6 url(/_graphics/_frontend/report_flag_bg.gif) repeat-x;
	color: #d70051;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 7px;
	margin: 0 5px 0 0;
	font-weight: bold;
}
#footerr #footer_links p#report_flag a:hover {
	background: #d70051;
	background-image: none;
	color: #fff;
}

#footer_qp .footer_col p a,
#footer_qp .footer_col p a:visited {
	color: #ccc;
	text-decoration: underline;
}
#footer_qp .footer_col p a:hover {
	color: #fff;
	text-decoration: none;
}
#footerr #footer_links #bug_report #bug_left textarea {
	width: 510px;
	height: 80px;
	margin: 0 0 1em 0;
	padding: 0;
	font: normal 12px Arial, Verdana, sans-serif;
	color: #444;
	background: #fff;
	letter-spacing: 0;
}

#footerr #footer_links #bug_report #bug_right p, 
#footerr #footer_links #bug_report #bug_left p {
	padding-left: 30px;
	font: normal 14px Arial, Verdana, sans-serif;
	color: #888;
	line-height: 140%;
}
#footerr #footer_links #bug_report #bug_left p {
	line-height: 100%;
	padding: 0;
	font-size: 11px;
}
	#footerr #footer_links #bug_report #bug_right p strong {
		color: #bbb;
		text-decoration: underline;
	}
div.footer_debug pre { font-size: 80%;# }