﻿#footer .footer_bottom {
	/*height: 100px;*/
	height:100%;
	width: 100%;
	background: #474747;
}

#footer .footer_bottom .left_footer_bottom {
	width: 90%;
	float: left;
	padding-top:10px;
}

#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: 40%;
	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: 5px;
	padding-right: 5px;
}

#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: 83px;

	cursor:pointer;
	cursor:hand;
}

#footer .footer_bottom .right_footer_bottom .print span {
	background: url('/Torro/TorroLogin/img/print.gif') left top no-repeat !important;
	display: block;
	color: #d6d6d6;
	text-decoration: none !none;
	padding-left: 20px;
	height: 16px;
}

#footer .secRules, #footer .secRules:visited {
	color: #D6D6D6;
}



.footer_ul_first{
	margin-top: 5px;
	list-style: none;
	margin-left: 19px!important;
	padding-left: 0px;
}
.footer_ul_first li{
	float: left;
	color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding-left: 0px;
}
.footer_ul_first li a{
    color: #fff !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.footer_ul_first li a:hover{
	color: #CC0066;
	text-decoration:none !important;
}
#footer .secRules:hover{
	color: #CC0066;
}

#footer a
{
	text-decoration:underline;
}

