﻿.contactPanel
{
	background-image: url('../imgs/controls/contacts/contacts.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 900px;
	height: 202px;
	width: 225px;
	text-align: left;
}

.contactPanel ul
{
	text-align: left;
	padding: 0px;
	list-style-type:none;
	margin-top: 70px;
	margin-right: 2px;
	margin-left: 15px;
}

.contactPanel a
{
	color: #ffffff;
	text-decoration:none;
}

.contactPanel li
{
	padding-left: 0px;
	padding-bottom:4px;
	font-size: 14px;
	text-transform: uppercase;
	height: 20px;
}

.contactPanel li:hover
{
	font-weight: bold;
}

.contactPanel li a img
{
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid transparent;
}

.contactPanel li a img:hover
{
	border: 1px solid #a2c0f0;
}

.contactPanelImage
{
	padding-right: 10px;
}