.provider-listing {
	display: block;
	position: relative;
	width: 600px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
.provider-left-box {
	display: block;
	float: left;
	position: relative;
	height: 120px;
	width: 160px;
}
.provider-image img {
	border: 1px solid #0000FF;
	margin-bottom: 4px;
}
.provider-listing #icons img {
	margin-right: 6px;
	margin-bottom: 4px;
}

.provider-right-box {
	display: block;
	float: left;
	position: relative;
	height: auto;
	width: 420px;
	padding-left: 20px;
}
.provider-apply-box, .category-box  {
	display: block;
	position: absolute;
	height: 20px;
	width: 109px;
	top: 0px;
	right: 0px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: none;
	visibility: visible;
	background-image: url(../images/structure/apply.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.provider-apply-box img, .category-box img {
	background-image: url(../images/structure/apply.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.provider-apply-box img:hover {
	background-image: url(../images/structure/apply-over.gif);
	cursor: pointer;
}
.category-box img {
	background-image: url(../images/structure/compare.gif);
}
.category-box img:hover {
	background-image: url(../images/structure/compare-over.gif);
}
.category-image {
	border: 0px none #FFFFFF!important;
}


.provider-right-box h2 {
	font-size: 18px;
	background-image: url(../images/structure/heading-intro.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.provider-right-box h3 {
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	position: relative;
	height: auto;
	width: 300px;
}
.provider-right-box p {
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	overflow: auto;
	position: relative;
	height: 100px;
	width: auto;
}

.provider-bottom {
	display: block;
	width: 600px;
	position: relative;
	clear: both;
	float: none;
	height: 30px;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.provider-apr, .usp-message {
	display: block;
	float: left;
	position: relative;
	height: auto;
	width: 160px;
	text-align: center;
	font-size: 14px;
	top: -6px;
}
.usp-message {
	font-weight: bold;
	line-height: 28px;
}
.provider-apr strong {
	font-size: 22px;
	font-weight: normal;
}

.provider-url {
	display: block;
	float: left;
	position: relative;
	height: 20px;
	width: 310px;
	padding-left: 20px;
}
.provider-info {
	display: block;
	height: 20px;
	width: 110px;
	float: left;
	position: relative;
	text-align: center;
}
.provider-borrow   {
	color: #0000FF;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.provider-card-costs  {
	margin-bottom: 10px;
	margin-top: 0px;
	clear: both;
	float: none;
	display: block;
	position: relative;
	height: auto;
	width: 600px;
}

.provider-card-costs td {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #E0E3F5;
}
.provider-card-costs th {
	font-size: 12px;
	color: #333333;
	border: 1px solid #E0E3F5;
}
.provider-card-costs    td .tableheader {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.provider-card-costs .withdrawl td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
