.provider {
	width: 886px;
	border-bottom: 1px solid #C3E2EC;
	cursor: pointer;
}

.provider img {
	float: left;
	width: 82px;
	height: 55px;
}

.providerDescription{
	width: 776px;
	float: right;
}

.clickLeft{
	background-image: url('../images/clickLeft.jpg');
	background-repeat: repeat-x;
	width: 7px;
	height: 29px;
	float: left;
}

.clickRight{
	background-image: url('../images/clickRight.jpg');
	background-repeat: repeat-x;
	width: 7px;
	height: 29px;
	float: left;
}

.clickCenter{
	background-image: url('../images/clickCenter.jpg');
	background-repeat: repeat-x;
	width: 150px;
	height: 29px;
	float: left;
	text-align: center;
}

.clickCenter a{
	color: #ffffff;
	font-weight: bold;
	margin-top: 5px;
}
