@charset "utf-8";
/* CSS Document */

#content {
	/* DEPR: overflow: hidden; */
	padding-bottom: 50px;
}

#content:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.footer {
	width: 100%;
	/*background:url(/assets/images/bg_footer.jpg) left bottom repeat-x;*/
	border-top: 1px solid #0074D1;
	background-color: #002AA3;
	position: relative;  
	margin-top: -50px;
	height: 49px;
    clear:both;
}

.footer .panel {
	width:1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}

.footer .panel > span{
	margin-top:16px;
	font-size:0.96em;
	color:white;
	text-shadow:rgba(0,0,0,.75) 1px 1px 1px;
	display:block;
	float:right;
}

/*
* Merchants links blocks
*/
.footer .panel > a {
	float: left; 
	margin-top: 10px; 
	margin-left: 5px;
}
			
.footer .panel > a + a {
	margin-left: 20px;
}


.footernav{
	margin-top:16px;
	float:right;
}

.footernav > ul{
	list-style-type:none;
	display:inline;
}

.footernav > ul > li{
	float:left;
}

.footernav > ul > li > a:link, .footernav > ul > li > a:visited{
	background:url('/public/assets/images/dots2.jpg') right 80% no-repeat;
	color:white;
	font-size:0.96em;
	text-shadow:rgba(0,0,0,0.75) 1px 1px 1px;
	margin-left:3px;
	padding-right:9px;
	display:block;
	float:right;
}

.footernav > ul > li > a:hover, .footernav > ul > li > a:active{
	text-decoration:underline;
}

#help{
	background: none;
}

#toplink {
	display: inline-block;
	width: 61px;
	height: 61px;
	position: fixed;
	left: 50%;
	margin-left: 448px;
	bottom: 52px;
	background: url("/public/assets/images/top_arrow.png") no-repeat left top;
	opacity: 0.3;
}

#toplink:hover {
	opacity: 1;
}