/* Mortgage Rates CSS
   Author: Jason Storey
   Last Updated: 3/29/13
 */
dl
{
	padding: 10px;
	min-width: 660px;
}
	dl
	{
		
		margin: 0;
	}
		dl a
		{
			color: #666;
			font-weight: bold;
			text-decoration: none;
			padding: 10px;
			
		}
	dl dd
	{
		color: #666;
		margin: 0;
		height:auto;
		display:none;
			
		-webkit-transition: height .1s ease;
		-moz-transition: height .1s ease;
		-o-transition: height .1s ease;
	}
	.openClose {
		display:none;
	}
	
		
	dl dd:not(:target) { height: 0; }
	dl dd:target { height: auto; }
	dl a.ie:hover dd,
	dl a.ie:focus dd
	{
		height: auto;
		color: #666 !important;
	}
	
#wrapper {
	margin:0;
	padding:0;
}
#left .headline {
	display: none;
}
.headline {

max-width: 100%;
min-width: 500px;
margin: 0 auto;
text-align: center;
margin-bottom: 30px;

}
h1 {
	text-shadow: 1px 1px 2px #fff;
	font-size: 37px;
}
	

.rates {
	width: 100%;
	

}
.table:hover {
	
	 width: 100%;
	 margin-left: 54px;
margin-bottom: 18px;
margin-top: 20px;
	
	background: #fdfaf2; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjllNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);

background: -moz-radial-gradient(center, ellipse cover,  #fdfaf2 52%, #fef5d8 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(52%,#fdfaf2), color-stop(100%,#fef5d8)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #fdfaf2 52%,#fef5d8 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #fdfaf2 52%,#fef5d8 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #fdfaf2 52%,#fef5d8 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #fdfaf2 52%,#fef5d8 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfaf2', endColorstr='#fef5d8',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */


}
.table {
	
	 width: 100%;
	 margin-left: 54px;
margin-bottom: 18px;
margin-top: 20px;
	 border:1px solid rgba(150,150,150,0.5);


}
.table .sponsored {
	display:none;
}
.rates td {
	margin-bottom: 10px;
	
	vertical-align: top;
}
.next {
	list-style-type:none;
}
.next li {
	
}
.last {
	margin-top:12px;
	margin-bottom:0;
}
.logo {
	text-align:center;
}
.aprtext h3 {
	color:#ed4300;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	
}
.phone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color: black;
	text-align:left;
}
.phone a:link, .phone a:visited, .phone a:hover {
		font-size:22px;
	color: black;
}
.go {
	margin:0;
	padding:0;
}
.next-button {
	background:url(images/rates/go-button.png) 0px 0px no-repeat;
	width:115px;
	height:47px;
	display:block;
	margin-left: 20px;
	

}
.next-button:hover {
	background:url(images/rates/go-button.png) 0px -48px no-repeat;
}

.rate {
	text-align:center;
	line-height: 24px;
}
.payment {
	text-align:center;
	line-height: 24px;
	min-width: 101px;
}
.head {
	height:47px;
	line-height:47px;
	margin-bottom:20px;
	
	background: #91c5da; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: #92c6db; /* Old browsers */

background: -moz-linear-gradient(top,  #92c6db 50%, #7fbfd8 50%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#92c6db), color-stop(50%,#7fbfd8)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #92c6db 50%,#7fbfd8 50%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #92c6db 50%,#7fbfd8 50%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #92c6db 50%,#7fbfd8 50%); /* IE10+ */

background: linear-gradient(to bottom,  #92c6db 50%,#7fbfd8 50%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c6db', endColorstr='#7fbfd8',GradientType=0 ); /* IE6-9 */






	
}
span.super {
	color: #666 !important;
	font-size: 72%;
}
.apr {
	text-align:center;
}
.apr, .rate, .payment > span {
   color: #333;	
   font-size: 17px;
}
.apr, .rate, .payment {
	padding-top: 27px;
}
.logo, .go {
	padding:8px;
}
.logo img { max-width: 120px; max-height: 60px; }
.head .head-text {
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#004e5e;
	font-size:17px;
}
.main_row {
	
}
.products {
	margin-bottom: 10px;
}
.products td {
	padding: 0 10px;
font-size: 88%;
border: 1px solid #CCE;
}
.bullets ul {
	list-style-image:url(images/rates/resultpage_23.png);
	font-family:Helvetica, sans-serif;
	font-size:11px;
	font-weight:regular;
	color: #666;
}
.bullets ul li {
	margin-left: 30px;
	
}
.bullet-table {
	margin-top: -10px;
}
.rate-table {
	padding:0;
	margin:0;
}
.ddlink > a:link {
	margin-left: 7px;
	font-size: 88%;
	color:#666;
	text-decoration:underline;
	
}
.ddlink > img {
	margin-left: 16px;
}
.open {
	display: none;
}
.close {
	display: inline-block;
}
.updated {
	text-align: center;
	font-size: 85%;
	color:#555;
}
.ddlink > a:hover {
	color:#444;
	
}
.bold td {
	text-align:center;
	font-weight:bold;
	color: #555;
	font-size:84%;
	margin-right: 6px;
}
.data td {
	text-align:center;
	color: #666;
	font-size:80%;
	margin-right: 6px;
}
.rates-td {
	padding:0;
	margin:0;
	
}
.inner-rates {
	width: 720px;
	margin-bottom: 15px;
}
.sponsored {
	text-align:right;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
#rate_rows {
	display:none;
}
.searchbar {
  padding-left: 53px;
  margin-top: 20px;
}
#content-one {
	display:none;
	margin:0;
}
#content-two {
	display:none;
	margin:0;
}
#content-three {
	display:none;
	margin:0;
}
.loan_type {
	height: 25px;
 background: #eaeaea; /* Old browsers */

background: -moz-linear-gradient(top,  #eaeaea 0%, #f7f7f7 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%); /* IE10+ */

background: linear-gradient(to bottom,  #eaeaea 0%,#f7f7f7 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

border: 1px solid #EAEAEA;

line-height:25px;
text-align:center;
margin:6px 0 6px 0;

	
}


.loan_type a:link {
	color:#000;
	text-decoration:none;
}
.loan_type label {
	display:block;
	padding-left:15px;
	padding-top: 2px;
	padding-bottom: 6px;
	border-right:1px solid #EAEAEA;
	border-left:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	
}
.rates-search-button {
	margin: 10px 0 10px 8px;
}
#search_form {
   font-family: Helvetica;
   
   font-size: 13px;
}
.searchbar label {
	display:block;
	padding-left: 3px;
	padding-top: 6px;
}
.searchbar .amt {
	
}
.searchbar select {
	width: 160px;
	margin-left:5px;

}
.amount {
	margin-bottom: 4px;
}
.radio {
	font-size: 12px;	
}
.radio input {
	display:inline;
}
.radio label {
	display: inline;
}
.phone a:link {
	text-decoration:none;
}
.headers {
	width:100%;	
	text-align:center;
	height: 35px;
	color: #444;
	font-family:Helvetica;
	background: #eaeaea; /* Old browsers */

background: -moz-linear-gradient(top,  #eaeaea 50%, #e2e2e2 50%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#eaeaea), color-stop(50%,#e2e2e2)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #eaeaea 50%,#e2e2e2 50%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #eaeaea 50%,#e2e2e2 50%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #eaeaea 50%,#e2e2e2 50%); /* IE10+ */

background: linear-gradient(to bottom,  #eaeaea 50%,#e2e2e2 50%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

margin-bottom: 10px;
}
.headers td {
	border-right: 1px solid #CCC;	
}
.headers td.head_last {
	border:none;
}
.label-span {
	padding-left: 5px;
}