

div.sociallinks div.links
{
	width: 600px;
	margin: 10px auto;
}

div.sociallinks p
{
	float: left;
	width: 270px;
	height: 60px;
	border: 3px #424242 solid;
	background-color: #e2e2e2;
	overflow: hidden;
	margin: 10px;
}

div.sociallinks a
{
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	padding-left: 80px;
	font-size: 28px;
	line-height: 40px;
	width: 180px;
	height: 40px;
}

div.sociallinks div.cboth
{
	margin: 0 20px;
}

div.sociallinks p.facebook a
{
	background: #3A5A9B url("../images/social/facebook.png") no-repeat 20px 10px;
	background-size: 40px 40px;
	color: #ffffff;
}

div.sociallinks p.twitter a
{
	background: #1A92DA url("../images/social/twitter.png") no-repeat 20px 10px;
	background-size: 40px 40px;
	color: #ffffff;
}

div.sociallinks p.paypal a
{
	background: #ffffff url("../images/social/paypal.png") no-repeat 20px 10px;
	background-size: 40px 40px;
}

div.sociallinks p.amazon a
{
	background: #000000 url("../images/social/amazon.png") no-repeat 20px 10px;
	background-size: 40px 40px;
	color: #ffffff;
}