﻿#footer .footer_bottom 
{
	height: 90px;
	width: 100%;
	background: #343434;	
	
}

#footer .footer_bottom .left_footer_bottom {
	width: 90%;
	float: left;
    
}

#footer .footer_bottom .left_footer_bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding-top: 0px;
	margin-left: 20px;
	margin-top: 10px;
	//margin-top: 20px;
}

#footer .footer_bottom .right_footer_bottom {
	width: 55%;
	float: right;
	text-align: right;
}
#footer .footer_bottom .right_footer_bottom ul {
	list-style: none;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	-margin-right: 10px;
}

#footer .footer_bottom .right_footer_bottom ul li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#footer .footer_bottom .right_footer_bottom ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#footer .footer_bottom .right_footer_bottom .print {
	float: right;
	clear: both;
	display: block;
	margin-top: 5px;
	margin-right: 30px;
	-margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	height: 16px;
	width: 120px;

	cursor:pointer;
	cursor:hand;
}

#footer .footer_bottom .right_footer_bottom .print span {
	background: url('/rus/img/print.gif') left top no-repeat !important;
	display: block;
	color: #fff;
	text-decoration: none !none;
	padding-left: 20px;
	height: 16px;
}

#footer .secRules, #footer .secRules:hover, #footer .secRules:visited {
	color: white;
}

