.zoneLeft
{
	float:left;
	width:695px;
	margin-bottom:10px;
	border-right: 1px solid #B7B6B6;
}
.zoneAds
{
	padding-top:0px;
	float:right;
	width: 300px;
	text-align:center;
}
.zonePrimeAd1, .zonePrimeAd2
{
	margin-bottom:5px;
}

.boxHolder
{
	border: solid 1px;
	padding: 5px;
	margin:20px 10px;
}
.insuranceHeader
{
	color:#076FC4;
	padding:10px 20px;
	margin-top:10px;
	font-weight:bold;
	font-size:18px;
}
.FAQ ol
{
	line-height:20px;
	padding:5px 15px 5px 40px;
}
.FAQ ul
{
	padding:5px 20px;
	list-style:disc;
}
.FAQ ol li
{
	padding:5px 10px;
}
.FAQ .question
{
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}
.FAQ .question:hover
{
	text-decoration:underline;
}
.FAQ .answer
{
	color:#666;
}

/* calculator css */
.zoneLoan
{
	margin:5px 10px 10px;
	border:1px solid #016FD1;
}
.zoneLoan .loantitle
{
	font-size:17pt;
	font-weight:bold;
	padding:10px;
	text-align:center;
	background-color:#016FD1;
	color:white;
	cursor:pointer;
}
.zoneLoan .loantitle:hover
{
	background-color:#1E8CED;
}
.zoneLoan .calHolder
{
	width:400px;
	height:290px;
	margin:0 auto;
	padding:5px;
}
.AmountLabel, .IntRateLabel, .DurationLabel, .TotalLabel,
.PaymentLabel, .TotalLabel, .InterestLabel
{
	float:left;
	width: 200px;
	margin: 10px;
	font-weight: bold;
	clear:both;
}

 .IntRateText, .DurationText, .AmountText
{
	float:right;
	margin: 6px 10px;
	text-align: right;
	font-weight: bold;
}

.PaymentText, .InterestText, .TotalText
{
	background-color: transparent;
	text-align: right;
	font-weight: bold;
	width:135px;
	float:right;
	margin:10px;
}

.PaymentText
{
	color: #db1a21;
	font-size:larger;
}

.PaymentHighlight
{
    background-color: #cae0eb;
    position:relative;
    top:360px;
    width:400px;
    height:25px;
}

.PaymentDivider
{
    background-color: #888888;
    position:relative;
    top:150px;
    left: 10px;
    width:380px;
    height:1px;
}

.ErrorText
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #db1a21;
	width:100%;
	clear:both;
}

.LoanButton
{
    height: 31px;
    width: 91px;
    color: #ffffff;
    font-weight: bold;
    /*font-style: italic;*/
    font-size: small;
	background: transparent url('../../BrandedResources/MTM/Images/Furniture/GenericBlueButton_91x31.png') no-repeat scroll 0 0;
	border: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.LoanButton a:link, .LoanButton a:visited, .LoanButton a:hover
{
	color:#ffffff;
}

.LoanButton a
{
	text-decoration: none;
}
.LoanCalcButton
{
	clear:both;
	height:31px;
	width:91px;
	margin:10px 0 20px 90px;
	float:left;
}
.LoanResetButton
{
	height:31px;
	width:91px;
	margin:10px 90px 20px 0;
	float:right;
}
/* end */

.sellTop
{
	width:300px;
	height:45px;
	background-color:#016FD1;
	margin-bottom:3px;
	border-radius:2px;
    -moz-border-radius:2px;
	text-align:left;
}
	
.sellTop img
{
	position:relative;
	top:-24px;
	left:180px;
}
.sellTop a
{
	text-decoration:none;
}

.topFont
{
	color:white;
	font-size:14pt;
	font-weight:bold;
	padding-left:40px;
	padding-top:10px;
}
.sellTop:hover
{
	background-color:#2693F2;
}
