/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/04/2014, 6:07:33 AM
    Author     : 3piece
*/
.footerlinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	float: right;
	margin-right: 20px;
}
.footerlinks li {
	float: left;
	border-left: 1px solid #a1a1a1;
	padding-left: 5px;
	padding-right: 5px;
}
.footerlinks li.first {
	border: 0;
}