﻿/*
Title : accountcompare
Company :  Lightstone Interactive
Date :  03/2008
Usage:  Orange bordered information boxes
*/

#infoPanels {
	margin-top:1.5em;
	width:44.5em;
	float:left;
}
div.CurrentAccountProductPanel {
	background-color:#ff9500;
	padding:1px;
	width:21.8em;
	background-image:url("blank.gif");
	background-position:right top;
	background-repeat:no-repeat;
	margin-right:0px;
	margin-bottom:10px;
}
div.LeftCol, div.RightCol {
	margin-right:10px;
	float:left;
}
div.RightCol {
	margin-right:-10px;
	float:left;
}
span.Heading {
	height:23px;
	padding-left:2px;
	padding-top:0px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:100%;
	color:#000000;
}
.panelTopCorner {
	position:relative;
	float:left;
	top:-1px;
	left:21.5em;
	height:6px;
	width:6px;
	background-image:url("/assets/images/currentaccounts/topright_orange_corner.gif");
	z-index:500;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
div.pnlCurrentAccountProductPanelInner, div.pnlSavingsAccountProductPanelInner {
	background-color:#ffffff;
	padding:12px 10px 15px 10px;
	font-size:80%;
}
div.LargeInterestRate {
	padding-bottom:12px;
}
span.LargeInterestRate {
	font-size:220%;
	color:#ff6600;
	font-weight:bold;
}
span.CreditInterestAERNote {
	font-weight:bold;
	color:#000000;
}
span.SubHeading {

	font-weight:bold;
	color:#003399;
}
div.Features {
	color:#000;
}
div.Features ul li {
	list-style-type:none;
	list-style-image:url(/assets/images/currentaccounts/bullet_orange_square.gif);
	margin-left:-23px;
}
div.CurrentAccountProductPanelNavigation {
	background-color:#ffffff;
	padding:0px 8px 10px 13px;
	font-size:12px;
	height:22px;
}
div.CurrentAccountProductPanelNavigationInner {
	margin:0px;
}

div.FindOutMore {
	padding-left:8px;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	padding-top:7px;
}

div.Compare {
	float:right;
	padding-top:5px;
}
div.CompareLabel {
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#003399;
	padding-top:3px;
	padding-right:8px;
}
div.ApplyButton {
	float:left;
}


