p@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
}

* {
	outline: none;
	padding: 0;
	margin: 0;
}

img, img a { border:0;}

a {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

.floatleft {
	float:left;
}
 
.floatright {
	float:right;
}
 
.floatnone {
	float:none;
}
 
/* Clear Fixes */

.clearfix {
	display: block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {
	clear: both;
	font-size: 1%;
	height: 1%;
	line-height: 0;
}

/* Layout */

body {
	color: #666;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1 {
	color: #2c4f98;
	font-size: 2.0em;
	font-weight: normal;
	padding: 0 0 8px;
}

#wrapper {
	margin: 0;
	width: 100%;
}

/************ Header *************/

#header {
	float: left;
	width: 100%;
}

.inner_header {
	width: 1001px;
}

.logo {
	float:left;
	width:170px;
	padding:10px 0 0 13px;
}

.logo img {
	float: left;
}

/*** Top Nav ****/

.topnav ul {
	float: right;
	list-style: none;
}

.topnav {
	float: left;
	padding: 11px 0 0 13px;
	width: 802px;
}

.topnav ul li {
	background: url(../images/topnav_divider.gif) no-repeat right 3px;
	font-size:1.1em;
	float: left;
	padding: 0 7px 0 6px;
}

.topnav ul li.lastItem {
	background: none;
	padding: 0 0 0 6px;
}

.topnav ul li a {
	color: #666666;
}

/*** /Top Nav ****/

/****** Main Nav ***/

.mainNav {
	background: url(../images/bg_nav.gif) repeat-x bottom left;
	padding: 0 0 0;
	float: left;
	*float: none;
	_float: none;
	margin: 14px 0 7px 0;
	width: 100%;
}

.mainNav img {
	float: right;
}

.mainNav ul {
	list-style: none;
	float: left;
	padding-left: 13px;
	width: 775px;
}

.mainNav ul li {
	background: url(../images/bullet_red.gif) no-repeat 2px 15px;
	display: inline;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 11px;
	padding-left: 12px;
	margin-right:16px;
}

.mainNav ul li img {
	float: left;
	padding-bottom: 2px;
}

.mainNav ul li.normal_link {
	font-weight:normal!important;
	margin-left:45px;
	text-transform:capitalize;
}

.mainNav ul li a {
	color:#333;
}

.mainNav ul li.nriBanking{
	width:151px;
	background:none;
	padding-top: 0;
}

/****** /Main Nav ***/

.search {
	float:left;
	padding: 8px 0 0 47px;
	width:166px;
}

.search input.txtfield {
	border:1px solid #ccc;
	color:#000;
	float: left;
	font-size:1.1em;
	padding:2px 3px;
	width:130px;
	height: 13px;
}

.search input.btnGo {
	float: left;
}


/****** Main Content ***/

#maincontent {
	float:left;
	padding:5px 0 80px 13px;
	position:relative;
	width: 987px;
}

.column1_2 {
	float:left;
	padding:0 20px 0 0;
	_padding:0 15px 0 0;
	width:755px;
}

.column1_2 .contentWrapper {
	padding:15px 0 15px 0;
	width:755px;
}

.column1_2 .contentWrapper p {
	color:#333;
	font-size:1.2em;
	padding:0 0 4px 0;
}

.info_box .content ul.default {
	margin: 7px 0 0 0!important;
}

.verisign {
	padding:20px 0 0 0;
}

h1.pg_heading {
	background: url(../images/bg_pagehead.jpg) no-repeat top left;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	padding:6px 0 5px 15px;
	margin:0 0 10px 0;
}

#expand_collapsed {
	padding:10px 0;
}

.column1_2 .contentWrapper .col_left {
	float:left;
	width:385px;
}

.column1_2 .contentWrapper .col_right {
	float:right;
}

#expand_collapsed ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#expand_collapsed ul li {
	margin:0 0 10px 0;
	width:366px;
}

#expand_collapsed ul li h3 {
	background: url(../images/bg_expand.gif) no-repeat top left;
	color:#072662;
	cursor:pointer;
	font-size:1.4em;
	font-weight:bold;
	padding:8px 0 8px 10px;
	width: 356px;
}

#expand_collapsed ul li h3.active {
	background: url(../images/bg_collapsed.gif) no-repeat top left;
}


#expand_collapsed .contentDIV {
	background: #fff url(../images/bg_expcollap_content.gif) repeat-y bottom left;
	display:none;
	padding:10px 15px;
	margin:0;
	width:336px;
}

#expand_collapsed .contentDIV p {
	color:#666;
	font-size: 1.2em;
	padding:0 0 10px 0;
}

#expand_collapsed .contentDIV label {
	color:#666;
	font-size: 1.2em;
	font-weight:bold;
}

#expand_collapsed .contentDIV select.country {
	border:1px solid #ccc;
	font-size:1.2em;
	float: none!important;
	margin:15px 0!important;
	width:170px;
}

#expand_collapsed .contentDIV ul.inside li {
	background: url(../images/bullet_red.gif) no-repeat 2px 4px;
	font-size: 1.2em;
	padding: 0 0 6px 12px;
	margin:0;
	width:auto;
}

#expand_collapsed .contentDIV ul.inside li a {
	color: #666;
}


#expand_collapsed .contentDIV ul.inside li ul.inside_nested {
	padding:6px 0 0 6px;
}

#expand_collapsed .contentDIV ul.inside li ul.inside_nested li {
	background: url(../images/bullet_red.gif) no-repeat 2px 4px;
	font-size:1em;
	padding: 0 0 6px 12px;
	margin:0;
	width:auto;
}


.column2_2 {
	float:right;
	width:212px;
}

.info_box {
	padding:0 0 12px 0;
	width:211px;

}

.info_box .head {
	background: url(../images/rhsbox_top.gif) no-repeat top left;
	padding:9px 0 10px 0;
}

.info_box .head_alt {
	background: url(../images/rhsbox_top.gif) no-repeat top left;
	padding:9px 0 10px 0;
}

.head_alt2 {
	background: url(../images/rhsbox_top_alt2.gif) no-repeat top left;
	padding:9px 0 9px 0;
	width:163px;
}


.info_box .head h3, .info_box .head_alt h3, .head_alt2 h4 {
	color:#00247f;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}


.info_box .content {
	background: #fff url(../images/rhsbox_content.gif) no-repeat bottom left;
	padding:10px;
	position:relative;
	width:191px;
	*z-index: -1;
	_z-index: -1;
}

.info_box .content_alt {
	background: #fff url(../images/rhsbox_content_alt.gif) no-repeat bottom left;
	padding:10px;
	position:relative;
	width:191px;
	*z-index: -1;
	_z-index: -1;
}

#info {
	float:right;
	padding:0 0 10px 10px;
}

.product_topbg {
  background: url(../images/product_top_bg.gif) no-repeat 0 0;
  height: 17px;
  width: 240px;
}

.product {
  background: url(../images/product.gif) no-repeat left bottom;
  float: left;
  min-height: 158px;
  height: auto!important;
  position: relative;
  width: 240px;
}


.product h2 {
  color: #00247f;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px 0 12px 9px;
}

 div.nresaving_content .product ul {
	list-style-type:none;
	padding:0;
	float: left;
	margin:0;
}

div.nresaving_content .product ul li.first {
	background: url(../images/right_bullet.gif) no-repeat 8px 4px;
    color: #000000;
	font-size: 1.1em;
	padding: 0 0 3px 25px;
}



div.nresaving_content .product ul li {
	background: url(../images/right_bullet.gif) no-repeat 8px 4px;
    color: #000000;
	font-size: 1.1em;
	padding: 0 0 3px 25px;
	width: 140px;
}

div.nresaving_content .product img {
  /*padding: 25px 0 0 0;*/
  position: absolute;
  bottom: 10px;
  right: 10px
}

.content_alt2 {
	background: #fff url(../images/rhsbox_content_alt2.gif) no-repeat bottom left;
	padding:5px 10px;
	position:relative;
	width:143px;
}

.content_alt2 ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.content_alt2 ul li {
	background: url(../images/blue_bullet.gif) no-repeat 0 4px;
	font-size: 1.1em!important;
	color: #666!important;
	padding: 0 0 5px 12px!important;
}



.info_box .content_tab {
	background: url(../images/bg_info_tab_bottom.gif) no-repeat bottom left;
	min-height: 75px;
	height: auto!important;
	height: 75px;
	width:211px;
}

.info_box .content_tab #tab1, .info_box .content_tab #tab2, .info_box .content_tab #tab3 {
	position: relative;
	padding:10px;
	width: 191px;
}

.info_box #tab1 img {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.info_box .content .formfields {
	padding:0 0 4.5px 0;
	*padding: 0;
	_padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.info_box .content .formfields {
	padding: 0 0 4.5px;
}
}

.info_box .content .buttons {
	margin-bottom:6px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.info_box .content .buttons {
	margin-bottom: 8px;
}
}

.info_box .content img.todays_rates {
	position:absolute;
	bottom:10px;
	right:10px;
}

.info_box .content input.radio {
	margin:0 10px 0 0;
	vertical-align: bottom;
	_vertical-align:middle;
	*vertical-align:middle;
}

.info_box .content select.brach {
	color:#000;
	font-size:1.1em;
	padding:1px;
	width:165px;
}

.info_box .content label {
	color: #333333;
	font-size:1.1em;
}

.info_box .content label.special {
	color:#2a4f98;
	font-weight:bold;
}

.info_box .content label span {	
	color:#ff0000;
	font-style:italic;
}

.info_box .content p.heading {
	font-size:1.1em;
	font-weight:bold;
	padding:0 0 8px 0;
}

p.style01 {
	background: url(../images/bullet_red.gif) no-repeat 0 4px;
	font-size: 1.1em;
	padding: 0 0 0 12px;
	text-transform:capitalize;
}


p.style01 a,
.info_box .content ul.default li a, .info_box .content_alt ul.default li a {
	color:#333333;
}

.info_box .content_tab ul.default li a {
	color: #000;
}

.info_box .content_alt img {
	position: absolute;
	bottom: 1px;
	right: 10px;
}

.inline {
	display:inline!important;
	margin:0 8px 0 0;
}

.info_box ul.tabs {
	list-style: none;
	background: url(../images/bg_info_tab_ul.gif) no-repeat bottom left;
	padding: 0 0 5px 8px;
	width: 203px;
}

.info_box ul.tabs li {
	background: url(../images/bg_infotab_left_ns.gif) no-repeat 0 0;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 4px 5px 7px;
}

.info_box ul.tabs li.selected {
	background: url(../images/bg_infotab_left.gif) no-repeat 0 0;
	margin-bottom: -1px;
}

.info_box ul.tabs li.selected a {
	background: url(../images/bg_infotab_right.gif) no-repeat right top;
	color: #001d65;
}

.info_box ul.tabs li a {
	background: url(../images/bg_infotab_right_ns.gif) no-repeat right top;
	padding: 5px 7px 5px 0;
	color: #666;
}

.info_box ul.tabs li a:hover {
	text-decoration: none;
}

.info_box .content ul.default, .info_box .content_alt ul.default, .info_box .content_tab ul.default {
	list-style-type:none;
	padding:0;
	margin:0;
	_float: left;
}

.info_box .content ul.default li {
	background: url(../images/bullet_red.gif) no-repeat 0 4px;
	font-size: 1.1em;
	padding: 0 0 8px 12px;
}

.info_box .content_alt ul.default li {
	background: url(../images/bullet_red.gif) no-repeat 0 4px;
	font-size: 1.1em;
	padding: 0 27px 8px 12px;
}

.info_box .content_tab ul.default li {
	background: url(../images/bullet_red.gif) no-repeat 0 4px;
	font-size: 1.1em;
	padding: 0 45px 8px 12px;
}

/****** /Main Content ***/

/************ Prim Nav ***************/

div.primnav {
	background: url(../images/primnav/bg_primnav_left.gif) no-repeat bottom left;
	padding: 0 0 0 4px;
	float: left;
	margin: 8px 0 10px;
	width: 747px;
}

div.primnav ul {
	background: url(../images/primnav/bg_primnav_right.gif) no-repeat right top;
	list-style: none;
	float: right;
	padding: 0 6px 0 0;
}

div.primnav ul li {
	border-right: 1px solid #7f87b1;
	float: left;
}

div.primnav ul li.noborder {
	border: none;
}

div.primnav ul li img {
	float: left;
}






/************ /Prim Nav ***************/

div.breadcrumb_large {
	padding: 0 0 12px;
	width: 985px;
}

div.breadcrumb_large_top {
	background: url(../images/bg_breadcrumb_large_top.gif) no-repeat 0 0;
	height: 5px;
	font-size: 1%;
	float: left;
	width: 985px;
}

div.breadcrumb_large_content {
	background: url(../images/bg_breadcrumb_large.gif) repeat-y 0 0;
	float: left;
	padding: 3px 0;
	width: 985px;
}

div.breadcrumb_large p {
	font-size: 1.1em;
	float: left;
	padding: 0 15px 0 10px;
	color: #000;
}

div.breadcrumb_large h2 {
	color: #00186e;
	font-weight: normal;
	float: left;
	font-size: 1.1em;
	padding: 0 0 0 3px;
}

div.breadcrumb_large h2 span {
	color: #fb1a1f;
}


div.breadcrumb_large h2 a {
	color: #00186e;

}

div.breadcrumb_large_bottom {
	background: url(../images/bg_breadcrumb_large_bottom.gif) no-repeat bottom left;
	height: 5px;
	float: left;
	font-size: 1%;
	width: 985px;
}

div.leftcol {
	float: left;
	padding-right: 14px;
	width: 156px;
}

div.leftnav {
	background: url(../images/bg_leftnav.gif) #d9e5f8 repeat-x top left;
	padding: 6px;
	width: 144px;
}

div.leftnav_links ul {
	list-style: none;
}

div.leftnav_links ul li {
	background: url(../images/bg_leftnav_link.gif) repeat-x bottom left;
	font-size: 1.1em;
	padding: 6px 4px;
}

div.leftnav_links ul li ul {
	padding: 0 0 0 5px;
}

div.leftnav_links ul li ul li {
	background: none;
	font-size: 1.0em;
	padding: 6px 4px 3px;
}

div.leftnav_links ul li a {
	background: url(../images/bullet_red.gif) no-repeat 0 4px;
	color: #333;
	display: block;
	padding: 0 0 0 10px;
}

div.leftnav_links ul li a.selected{
	color: #fb1a1f;
}

div.leftnav img {
	margin-top: 8px;
}

div.leftnav_alt {
	padding: 14px 0 7px;
	width: 143px;
}

div.leftnav_alt_top {
	background: url(../images/bg_leftnav_top.gif) no-repeat 0 0;
	height: 7px;
	font-size: 1%;
	width: 143px;
}

div.leftnav_alt_content {
	background: url(../images/bg_leftnav_alt.gif) repeat-x bottom left #fff;
	border-left: 1px solid #cdd2db;
	border-right: 1px solid #cdd2db;
	padding: 8px;
	width: 125px;
}

div.leftnav_alt_content ul {
	list-style: none;
}

div.leftnav_alt_content ul li {
	background: url(../images/bullet_red.gif) no-repeat 0 4px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 8px 10px;
}

div.leftnav_alt_content ul li a {
	color: #001d65;
}

div.leftnav_alt_bottom {
	background: url(../images/bg_leftnav_bottom.gif) no-repeat bottom left;
	height: 7px;
	font-size: 1%;
	width: 143px;
}

div.lhs_banner {
	padding: 14px 0 0;
}

div.rightcol {
	float: left;
	width: 813px;
}

div.intro {
	width: 813px;
}


div.intro h1 {
	background: url(../images/bg_blueheading.gif) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	padding: 6px 0 5px 30px;
}

div.intro select {
	color: #000;
	font-size: 1.1em;
	margin: 6px 16px 7px 10px;
	float: right;
	width: 167px;
}

div.intro p {
	color: #333;
	font-size: 1.2em;
	padding: 15px 0;
}

div.misc {
	margin: 14px 0;
	width: 813px;
}	

div.misc_top {
	background: url(../images/bg_greycurve_top.gif) no-repeat 0 0;
	height: 5px;
	font-size: 1%;
	width: 813px;
}

div.misc_content {
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	padding: 5px 10px;
	width: 791px;
}

div.misc_content p {
	color: #072662;
	font-size: 1.2em;
	float: left;
	padding: 1px 13px 0 0;
	font-weight: bold;
}

div.misc_content img {
	float: left;
	margin-right: 20px;
}

div.misc_bottom {
	background: url(../images/bg_greycurve_bottom.gif) no-repeat bottom left;
	height: 5px;
	font-size: 1%;
	width: 813px;
}

div.download_form {
	float: left;
	padding: 0 18px 0 0;
	width: 384px;
}

div.doyouwant {
	float: left;
	padding: 20px 14px 0 0;
	width: 263px;
}

div.helping {
	float: left;
	padding: 0 0 0 0;
	width: 410px;
}

div.helping_alt {
	float: left;
	padding: 20px 0 0 0;
	width: 304px;
}

div.download_form_top {
	background: url(../images/bg_download_top.gif) no-repeat 0 0;
	font-size: 1%;
	height: 6px;
	width: 384px;
}

div.doyouwant_top {
	background: url(../images/bg_doyouwant_top.gif) no-repeat 0 0;
	font-size: 1%;
	height: 6px;
	width: 263px;
}

div.helping_top {
	background: url(../images/bg_helping_top.gif) no-repeat 0 0;
	font-size: 1%;
	height: 6px;
	width: 410px;
}

div.helping_alt_top {
	background: url(../images/bg_helping_alt_top.gif) no-repeat 0 0;
	font-size: 1%;
	height: 6px;
	width: 304px;
}

div.download_form h3, div.helping h3, div.doyouwant h3, div.helping_alt h3 {
	background: url(../images/bg_download_head.gif) repeat-x bottom left;
	color: #1e3883;
	font-size: 1.2em;
	border-left: 1px solid #a9ccde;
	border-right: 1px solid #a9ccde;
	padding: 0 0 8px 18px;
}

div.download_form ul, div.helping ul, div.doyouwant ul, div.helping_alt ul {
	list-style: none;
	padding: 10px 0 7px 18px;
}

div.download_form li, div.helping li, div.doyouwant li, div.helping_alt li {
	background: url(../images/bullet_red.gif) no-repeat 5px 3px;
	font-size: 1.1em;
	padding: 0 0 9px 18px;
}

div.download_form li a, div.helping li a, div.doyouwant li a, div.helping_alt li a {
	color: #333;
}

div.download_form_bottom {
	background: url(../images/bg_download_bottom.gif) no-repeat bottom left;
	width: 384px;
	height: auto!important;
	min-height: 130px;
	height: 130px;
}

div.doyouwant_bottom {
	background: url(../images/bg_doyouwant_bottom.gif) no-repeat bottom left;
	width: 263px;
	height: auto!important;
	min-height: 130px;
	height: 130px;
}

div.helping_bottom {
	background: url(../images/bg_helping_bottom.gif) no-repeat bottom left;
	width: 410px;
	height: auto!important;
	min-height: 130px;
	height: 130px;
}

div.helping_alt_bottom {
	background: url(../images/bg_helping_alt_bottom.gif) no-repeat bottom left;
	width: 304px;
	height: auto!important;
	min-height: 130px;
	height: 130px;
}

/*************** Savings Acc Table **************/

div.savingacc_table {
	width: 813px;
}

div.comparetables div.savingacc_table {
	float: left;
	padding: 0 3px 0 0;
	_padding: 0 1px 0 0;
	width: 268px;
}

div.comparetables div.savingacc_table_content {
	border: 1px solid #a9ccde;
	width: 268px;
}

div.comparetables div.savingacc_table_content table th {
	background-color: #eef8fe;
	height: 45px;
	padding-top: 0;
	padding-bottom: 0;
}

div.comparetables div.savingacc_table_content table td {
	height: 60px;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
}

div.comparetables div.savingacc_table_content table td.whitebg, div.comparetables div.savingacc_table_content table td.greybg {
	height: auto;
}

div.savingacc_table_top {
	background: url(../images/bg_table_top.gif) no-repeat 0 0;
	height: 5px;
	font-size: 1%;
	width: 813px;
}

div.savingacc_table_content {
	border-left: 1px solid #a9ccde;
	border-right: 1px solid #a9ccde;
	width: 811px;
}

div.savingacc_table_content table th {
	background: url(../images/bg_th_heading.gif) repeat-x bottom left;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #1e3883;
	padding: 6px 0 10px 12px;
}

div.savingacc_table_content table th a {
	color: #1e3883;
}	

div.savingacc_table_content table th span {
	background: url(../images/bullet_red.gif) no-repeat 0 4px;
	display: block;
	padding: 0 0 0 10px;
}

div.savingacc_table_content table td table td {
	border-right: 1px solid #eee;
	color: #333;
	font-size: 1.1em;
	padding: 8px 16px 12px;
}

div.comparetables div.savingacc_table_content table td table td {
	border: none;
}

div.savingacc_table_content table td table td.whitebg {
	background: #fff;
	border: none;
	width: 4px;
	padding: 0;
}

div.savingacc_table_content table td table td.greybg {
	background: #eee;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 16px;
}

div.savingacc_table_content table td table td.topband {
	padding: 0;
	height: 5px;
}

div.savingacc_table_content table td table td.topborder {
	border-top: 1px solid #efefef;
}

div.savingacc_table_content table td table td.topborder img {
	margin: 12px 7px 0 0;
}

div.savingacc_table_content table td table td.norborder {
	border-right: none;
}

div.savingacc_table_bottom {
	background: url(../images/bg_table_bottom.gif) no-repeat bottom left;
	height: 5px;
	font-size: 1%;
	width: 813px;
}

div.verisign_alt {
	position: absolute;
	bottom: 15px;
	padding-top: 50px;
}	


/*************** /Savings Acc Table **************/

div.breadcrumb {
	padding: 0 0 12px;
	width: 753px;
}

div.breadcrumb_top {
	background: url(../images/bg_breadcrumb_top.gif) no-repeat 0 0;
	height: 5px;
	font-size: 1%;
	float: left;
	width: 753px;
}

div.breadcrumb_content {
	background: url(../images/bg_breadcrumb_small.gif) repeat-y 0 0;
	float: left;
	padding: 3px 0;
	width: 753px;
}

div.breadcrumb p {
	font-size: 1.1em;
	float: left;
	padding: 0 15px 0 10px;
	color: #000;
}

div.breadcrumb h2 {
	color: #00186e;
	font-weight: normal;
	float: left;
	font-size: 1.1em;
	padding: 0 0 0 3px;
}

div.breadcrumb h2 span {
	color: #fb1a1f;
}


div.breadcrumb h2 a {
	color: #00186e;

}

div.breadcrumb_bottom {
	background: url(../images/bg_breadcrumb_bottom.gif) no-repeat bottom left;
	height: 5px;
	float: left;
	font-size: 1%;
	width: 753px;
}


div.midcol {
	float: left;
	width: 581px;
}

div.midcol div.pagehead {
	background: url(../images/bg_pagehead.gif) no-repeat 0 0;
	padding: 5px 16px 7px 10px;
	margin-bottom: 17px; /********Commented by Raghavendra Nayak*********/
	width: 555px;
}

div.midcol div.pagehead select {
	color: #000;
	font-size: 1.1em;
	float: right;
	width: 167px;
}

div.midcol div.pagehead h1 {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 0 0;
}

div.midcol div.money_transfer {
	font-family: Arial, Helvetica, sans-serif;
}

div.midcol div.money_transfer div.heading {
	background: url(../images/bg_heading_top.gif) no-repeat 0 0;
	padding: 6px 0 0 0;
	margin: 10px 0 12px;
	width: 581px;
}

div.midcol div.money_transfer div.heading h3 {
	background: url(../images/bg_heading_bottom.gif) no-repeat bottom left;
	color: #1e3883;
	padding: 2px 0 8px 0;
	font-size: 1.3em;
	width: 581px;
}

div.midcol div.money_transfer div.heading h3 span {
	background: url(../images/hdfc_bullet.gif) no-repeat 10px 1px;
	padding: 0 0 0 32px;
	display: block;
}

div.midcol div.money_transfer div.heading h3 a {
	color: #1e3883;
}

div.midcol div.money_transfer ul {
	list-style: none;
	padding: 0 0 0 7px;
}

div.midcol div.money_transfer p {
	color: #333;
	padding: 7px 0 8px 7px;
	font-size: 1.2em;
}

div.midcol div.money_transfer p a {
	background: url(../images/bullet_red.gif) no-repeat 1px 4px;
	padding-left: 11px;
	color: #333;
}

div.midcol div.money_transfer ul li {
	background: url(../images/blue_bullet.gif) no-repeat 0 4px;
	padding: 0 0 10px 13px;
	color: #333;
	font-size: 1.2em;
}

div.midcol div.money_transfer img {
	padding: 7px 0 0 7px;
}

/****** Footer ***/

#footerWrapper {
	padding: 20px 0;
	clear: both;
	position: relative;
	width:100%;
}

div.disclaimer {
	position: absolute;
	top: 0;
	left: 190px;
	width: 581px;
}

div.disclaimer p {
	background: url(../images/bullet_red.gif) no-repeat 0 4px!important;
	font-size: 1.2em!important;
	padding: 0 0 0 8px!important;
}

div.disclaimer p a { 
	color: #666666!important;
}

.greyBand {
	background-color:#ccc;
	width:100%;
}

.footer {
	padding:10px 0 20px 15px;
}

.footer ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.footer ul li {
	color:#666;
	float:left;
	font-size:1.1em;
	padding:0 13px 0 0;
}

.footer ul li a {
	color:#666;
}

.footer_text {
	background-color:#fff;
	padding:10px 0;
	float: left;
	width: 100%;
}

.footer_text ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.footer_text ul.foot_links li {
	background: url(../images/footer_divider.gif) no-repeat right 3px;
	font-size:1.1em;
	float:left;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
}

.footer_text ul.foot_links li.last {
	background:none;
	padding:0;
	margin:0;
}

.footer_text ul.foot_links li a {
	color:#333;
}

.footer_text .LeftText {
	float:left;
	width:334px;
}

.footer_text .RightText {
	float:left;
	padding-left: 195px;
	font-size: 1.1em;
}


.footer_text .LeftText
 {
	font-size:1.1em;
	padding:0 0 0 10px;
}


.footer_text .LeftText a , 
.footer_text .RightText a {
	color:#666;
}

p.reg_add {
	color:#333;
	font-size:1.1em;
	padding-left: 230px;
}

/****** /Footer ***/



/*********** 20 / 01 / 10 **************/

#nre_savings_acc {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	width: 581px;
}

#nre_savings_acc ul {
	list-style: none;
}

#nre_savings_acc h4 {
	color: #333;
	font-size: 1.2em;
	padding: 0 0 7px 0;
}

#nre_savings_acc h3 {
	background: url(../images/bg_collapsed_panel.gif) no-repeat 0 0;
	padding: 9px 10px 8px;
	color: #5c5c5c;
	display: block;
	width: 561px;
	font-size: 1.4em;
	cursor: pointer;
}

#nre_savings_acc table {
	border-left: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	font-size: 1.1em;
	margin: 10px 0;
}

#nre_savings_acc table td {
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 5px;
}

#nre_savings_acc h3.active {
	background: url(../images/bg_expanded_panel.gif) no-repeat 0 0;
}

div.nresaving_content {
	background: url(../images/bg_expandcolldiv.gif) no-repeat bottom left;
	padding: 15px 10px 10px 10px;
	display: none;
	margin-top: -2px;
	width: 561px;
}

div.nresaving_content p {
	font-size: 1.2em;
	padding: 0 0 12px 0;
	color: #333;
}

div.nresaving_content table p {
	padding: 0 0 0 12px;
}

div.nresaving_content ul {
	list-style: none;
}

div.nresaving_content ul li {
	background: url(../images/blue_bullet.gif) no-repeat 0 4px;
	font-size: 1.2em;
	color: #333;
	padding: 0 0 10px 12px;
}

div.nresaving_content div.alternatebullets ul li {
	background: none;
	font-weight: bold;
}

div.nresaving_content div.alternatebullets ul li ul li {
	background: url(../images/blue_bullet.gif) no-repeat 0 4px;
	font-weight: normal;
}

div.nresaving_content ul li ul {
	padding: 7px 0 0 5px;
	margin: 0 0 -12px;
}

div.nresaving_content ul li ul li {
	background: url(../images/bullet_red.gif) no-repeat 0 5px;
	font-size: 0.9em;
	padding: 0 0 12px 10px;
}

div.nresaving_content div.alternatebullets ul li ul.tick_bullets li, div.nresaving_content ul li ul.tick_bullets li {
	background: url(../images/right_bullet.gif) no-repeat 0 3px;
	padding: 0 0 12px 15px;
}

div.nresaving_content a {
	color: #001d65;
	text-decoration: underline
}

a.rel
{
	position: relative;
}

a.tooltiplink {
	background: url(../images/grey_dots.gif) repeat-x bottom left!important;
	color: #333!important;
	text-decoration: none!important;
	padding: 0 0 2px;
	padding-left: 0!important;
	display: inline-block;
	vertical-align: text-top;
}
#tooltipcontent1, #tooltipcontent2, #tooltipcontent3, #tooltipcontent4, #tooltipcontent5, #tooltipcontent6, #tooltipcontent7, #tooltipcontent8, #tooltipcontent9, #tooltipcontent10, #tooltipcontent11, #tooltipcontent12, #tooltipcontent13, #tooltipcontent14, #tooltipcontent15, #tooltipcontent16, #tooltipcontent17, #tooltipcontent18, #tooltipcontent19, #tooltipcontent20, #tooltipcontent21, #tooltipcontent22, #tooltipcontent23, #tooltipcontent24, #tooltipcontent25, #tooltipcontent26, #tooltipcontent27, #tooltipcontent28, #tooltipcontent29, #tooltipcontent30, #tooltipcontent31, #tooltipcontent32, #tooltipcontent33, #tooltipcontent34, #tooltipcontent35 {
	background: url(../images/bg_tooltip_top.gif) no-repeat 0 0;
	position: absolute;
	display: none;
	padding: 9px 0 0 0;
	top: 17px;
	left: 0;
	width: 237px;
	z-index: 1;
}

span.content {
	color: #00247f;
	font-size: 0.9em;
	display: block;
	background: url(../images/bg_tooltip_content.gif) #d6f0fd repeat-x 0 0;
	border-left: 1px solid #a9ccde;
	border-right: 1px solid #a9ccde;
	border-bottom: 1px solid #a9ccde;
	font-weight: normal!important;
	padding: 5px;
	text-align: left!important;
	width: 225px;
}

p.intro {
	color: #333;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 15px;
	margin-top: -5px;
}

p.expandcollapse_all {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: right;
	padding: 10px 0 7px 0;
}

p.expandcollapse_all a {
	background: url(../images/bullet_red.gif) no-repeat 0 5px;
	padding-left: 10px;
	color: #333;
	margin-left: 12px;
}

div.misc_alt {
	margin: 20px 0 0 0;
	width: 581px;
}	

div.misc_alt div.misc_top {
	background: url(../images/bg_misc_top.gif) no-repeat 0 0;
	height: 5px;
	font-size: 1%;
	width: 581px;
}

div.misc_alt div.misc_content {
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	padding: 5px 10px;
	width: 559px;
}

div.misc_alt div.misc_content p {
	color: #072662;
	font-size: 1.2em;
	float: left;
	padding: 1px 13px 0 0;
	font-weight: bold;
}

div.misc_alt div.misc_content img {
	float: left;
	margin-right: 20px;
	margin-left: 2px;
}

div.misc_alt div.misc_bottom {
	background: url(../images/bg_misc_bottom.gif) no-repeat bottom left;
	height: 5px;
	font-size: 1%;
	width: 581px;
}

.info_box .content_tab ul.default li.popup {
}

div#popup {
	position: absolute;
	top: 285px;
	*top: 300px;
	_top: 300px;
	left: 490px;
	display: none;
}

div#popup div.popup_top {
	background: url(../images/bg_popup_top.gif) no-repeat 0 0;
	width: 449px;
	padding: 15px 10px 0 17px;
	height: 58px;
}

div#popup div.popup_top img {
	margin-left: 230px;
	float: left;
	margin-bottom: 10px;
}

div#popup div.popup_top a {
	cursor: pointer;
}

div#popup div.popup_top p {
	background: url(../images/bullet_red.gif) no-repeat 0 3px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	padding-left: 8px;
	width: 162px;
}

div#popup div.popup_top h3 {
	color: #000;
	font-size: 1.1em;
	float: left;
}

div#popup div.popup_bottom {
	background: url(../images/bg_popup_bottom.gif) no-repeat bottom left;
	height: 8px;
	font-size: 1%;
	width: 476px;
}

div#popup div.popup_content {
	background: url(../images/bg_popup_content.gif) repeat-y 0 0;
	padding: 0 0 0 15px;
	width: 461px;
}

div#popup div.popup_content div.field {
	padding-bottom: 12px;
	width: 245px;
}

div#popup div.popup_content div.field label {
	color: #000;
	font-size: 1.1em;
	float: left;
	padding: 0 5px 0 0;
	width: 113px;
}

div#popup div.popup_content div.field input {
	float: left;
	font-size: 1.0em;
	color: #666;
	width: 117px;
	margin-right: 2px;
}

div#popup div.popup_content div.field input.xlarge {
	width: 98px;
}

div#popup div.popup_content div.field input.large {
	width: 88px;
}

div#popup div.popup_content div.field input.medium {
	width: 61px;
}

div#popup div.popup_content div.field input.small {
	width: 21px;
}

div#popup div.popup_content div.field input.submit_butn {
	margin-left: 119px;
	width: auto;
}

div#popup div.popup_content div.field img {
	float: left; 
}

div#popup div.popup_content div.field select {
	float: left;
	font-size: 1.0em;
	color: #666;
	width: 119px;
}

a#FadeIn {
	cursor: pointer;
}

/*********** /20 / 01 / 10 **************/


/* whyhdfc START */

div.contentwhy p
{
	font-size: 1.3em;
	margin: 10px 0px 10px 5px;
}

ul.rating
{
	list-style: none;
	padding-left: 7px;
}

ul.rating li
{
	padding: 0px 0px 10px 13px;
	font-size: 1.2em;
	background: url(../images/blue_bullet.gif) no-repeat 0 4px;
}

div.ratingpoints
{
	margin-left: 5px;
}

div.ratingpointstop
{
	width: 751px;
	height: 5px;
	overflow: hidden;
	background: url(../images/bg_ratingpointstop.png) no-repeat;
}

div.ratingpointsbottom
{
	width: 751px;
	height: 5px;
	overflow: hidden;
	background: url(../images/bg_ratingpointsbottom.png) no-repeat;
}

div.ratingpointsmiddle
{
	padding: 8px;
	width: 730px;
	border-left: 2px solid #d8e7f2;
	border-right: 2px solid #d8e7f2;
	background: url(../images/bg_ratingpointsmid.png) repeat-x;
	background-color: #ebf6fe;
}

div.headingwhy
{
	margin: 25px 0px 25px 0px;
	width: 751px;
}

div.headingwhytop
{
	float: right;
	width: 722px;
	height: 4px;
	overflow: hidden;
	background: url(../images/bg_head_top.png) no-repeat;
}

div.headingwhycontent
{
	float: right;
	width: 719px;
	height: 26px;
	border: 2px solid #e9e9e9;
	border-top: none;
	background: url(../images/bg_head_content.png) repeat-x;
}

div.headingwhycontent h3
{
	margin: 2px 0px 0px 40px;
	font-size: 1.3em;
	color: #1e3883;
}

div.icobackground
{
	position: absolute;
	margin-top: -15px;
	width: 65px;
	height: 60px;
	background: url(../images/ico_background.gif) no-repeat;
}

div.icorating
{
	position: absolute;
	margin-top: -15px;
	width: 65px;
	height: 60px;
	background: url(../images/ico_rating.gif) no-repeat;
}

div.icowidenetwork
{
	position: absolute;
	margin-top: -10px;
	width: 65px;
	height: 60px;
	background: url(../images/ico_widenetwork.gif) no-repeat;
}

div.icofinancialresults
{
	position: absolute;
	margin-top: -25px;
	margin-left: 5px;
	width: 46px;
	height: 86px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Financialbenefits.png');
	background: url(../images/Financialbenefits.png) no-repeat;
	_background: none;
}

img.whyhdfc
{
	margin-bottom: 10px;
}

div.contentwhy a
{
	color: #2e74b9;
}

/* whyhdfc END */

/* Documents Required */

div.lightbox_container {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	width: 720px;
}

div.lightbox_container h3 {
	font-size: 1.2em;
	padding: 0 0 12px;
}

div.lightbox_container p {
	font-size: 1.2em;
}

div.lightbox_container ul {
	list-style: none;
}

div.lightbox_container ul li {
	background: url(../images/gray_bullet.gif) no-repeat 0 3px;
	padding: 0 0 10px 14px;
	font-size: 1.2em;
}

div.note {
	border-top: 1px solid #999;
	padding: 12px 0 0 0;
}

div.lightbox_container div.note ul li {
	font-size: 1.1em;
}

/* /Documents Required */

/* Compare Accounts */

div.compare_acc_products {
	padding-bottom: 15px;
	width: 811px;
}

div.compare_acc_products ul {
	list-style: none;
}

div.compare_acc_products ul li {
	float: left;
}

div.compare_acc_products ul li div.compare_product, div.compare_acc_products ul li div.compare_product_sel {
	width: 138px;
}

div.compare_acc_products ul li div.compare_product div.top {
	background: url(../images/bg_product_top.gif) no-repeat 0 0;
	font-size: 1%;
	height: 5px;
	width: 138px;
}

div.compare_acc_products ul li div.compare_product_sel div.top {
	background: url(../images/bg_product_top_sel.gif) no-repeat 0 0;
	font-size: 1%;
	height: 5px;
	width: 138px;
}

div.compare_acc_products ul li div.compare_product div.product_content {
	background: url(../images/bg_product_content.gif) #f1f9fe repeat-x bottom left;
	border-left: 1px solid #a9ccde;
	border-right: 1px solid #a9ccde;
	padding: 5px 0;
	text-align: center;
	width: 136px;
}

div.compare_acc_products ul li div.compare_product_sel div.product_content {
	background: url(../images/bg_product_content_sel.gif) #d3edfb repeat-x bottom left;
	border-left: 1px solid #a9ccde;
	border-right: 1px solid #a9ccde;
	padding: 5px 0;
	text-align: center;
	width: 136px;
}

div.compare_acc_products ul li div.compare_product div.product_content p, div.compare_acc_products ul li div.compare_product_sel div.product_content p {
	color: #3f3661;
	font-size: 1.2em;
	font-weight: bold;
	min-height: 50px;
	height: auto!important;
	height: 50px;
	padding: 0;
	padding: 0 5px;
	width: 126px;
}

div.compare_acc_products ul li div.compare_product div.product_content input, div.compare_acc_products ul li div.compare_product_sel div.product_content input {
	float: left;
	margin: 1px 5px 0 10px;
	*margin: -3px 3px 0 10px;
}

div.compare_acc_products ul li div.compare_product div.product_content label, div.compare_acc_products ul li div.compare_product_sel div.product_content label {
	color: #333;
	float: left;
	font-size: 1.2em;
}

div.compare_acc_products ul li div.compare_product div.bottom {
	background: url(../images/bg_product_bottom.gif) no-repeat bottom left;
	font-size: 1%;
	height: 10px;
	width: 138px;
}

div.compare_acc_products ul li div.compare_product_sel div.bottom {
	background: url(../images/bg_product_bottom_sel.gif) no-repeat bottom left;
	font-size: 1%;
	height: 10px;
	width: 138px;
}


/* /Compare Accounts */

ul.bullets {
	list-style: none;
	padding: 5px 0 15px;
}

ul.bullets li {
	background: url(../images/blue_bullet.gif) no-repeat 0 4px;
	color: #333;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 3px 12px;
}
/*
p.intro a, ul.bullets li a {
	font-weight: bold;
}*/

a {
	color: #001D65;
}

table.tabledata {
	border-left:1px solid #CBCBCB;
	border-top:1px solid #CBCBCB;
	font-size:1.2em;
	color: #333;
	margin:5px 0 15px;
}

table.tabledata td, table.tabledata th {
	border-bottom:1px solid #CBCBCB;
	border-right:1px solid #CBCBCB;
	padding:5px;
}

div.faqs p {
	color: #333;
	font-size: 1.2em;
}

div.faqs {
	font-family: Arial, Helvetica, sans-serif;
}

div.faqs table td {
	color: #333;
	font-size: 1.2em;
	padding-bottom: 10px;
}

div.faqs table.tabledata {
	font-size: 1.0em;
}

div.faqs table td img {
	margin: 0 7px 0 0;
}

div.faqs ul li {
	color: #333;
	font-size: 1.2em;

}	

div.comparetables div.savingacc_table_content table td table td.know_more {
	height: 30px;
	padding: 0 0 0 14px;
	vertical-align: top;
}

/******** Choose a Product *********/

div.choose_product {
	font-family: Arial, Helvetica, sans-serif;
	width: 581px;
}

div.choose_product h3 {
	color: #5e5e5e;
	font-size: 1.4em;
	padding-bottom: 12px;
	text-align: center;
}

div.choose_product h3.buttons {
	padding: 10px 0;
	margin: 0;
}

div.choose_product h3 p {
	font-weight: normal;
	font-size: 0.8em;
	padding: 10px 0 10px 95px;
	width: 400px;
}

div.choose_product h3 img {
	margin: 0 10px 0 0;
}

div#result1 h3 {
	padding-bottom: 0px;
	margin-top: -10px;
}

div.choose_product div#result1 h3.buttons, div.choose_product div#result h3.buttons {
	padding: 10px 0;
	margin: 0;
}

div.choose_product h3 span a {
	color: #ed1c24!important;
}

h3 span#resultText1, h3 span#resultText {
	color: #ed1c24!important;
}

div#result1 h3#resultText1 {
	margin: 0;
}

div.choose_product h3#resultText1 {
font-size:1.2em;
font-weight:normal;
padding:0 85px;
width:405px;
}


div.choose_product input {
	float: left;
	margin: 1px 5px 0 13px;
	_margin: -3px 5px 0 13px;
	*margin: -3px 5px 0 13px;
	border: none;
	vertical-align: bottom;
}


div.choose_product p {
	float: left;
	color: #333;
	font-size: 1.2em;
}

div.step1 {
	background: url(../images/bg_step1.gif) no-repeat 0 0;
	padding: 25px 0 0 20px;
	height: 69px;
	width: 561px;
}

div.firststep {
	padding: 0 0 0 60px;
}

div.step2 {
	background: url(../images/bg_step2.gif) no-repeat 0 0;
	padding: 11px 5px 0 20px;
	height: 90px;
	width: 556px;
}

div#sa h3 {
	padding-bottom: 0;
	width: 541px;
}

div#dep div.row1 {
	padding: 0 0 0 150px;
}

div#repa div.row1 {
	padding: 0 0 0 100px;
}

div#repa div.row2 {
	padding: 2px 0 2px 150px;
}

div#repa div.row3 {
	padding: 0 0 0 160px;
}

div.step3 {
	background: url(../images/bg_step3.gif) no-repeat 0 0;
	padding: 25px 0 0 20px;
	height: 75px;
	width: 561px;
}

div.step4 {
	background: url(../images/bg_step4.gif) no-repeat 0 0;
	padding: 15px 0 0 20px;
	height: 79px;
	width: 561px;
}

div.step4 h3 {
	padding: 0 0 7px;
}

div.step5 {
	background: url(../images/bg_step5.gif) no-repeat 0 0;
	padding: 20px 0 0 0;
	height: 74px;
	width: 581px;
}

div.step6 {
	background: url(../images/bg_step6.gif) no-repeat 0 0;
	padding: 20px 0 0 0;
	height: 80px;
	width: 581px;
}

div.step7 {
	background: url(../images/bg_step7.gif) no-repeat 0 0;
	padding: 20px 0 0 0;
	height: 88px;
	width: 581px;
}

div.results {
	background: url(../images/bg_result.gif) no-repeat 0 0;
	padding: 20px 0 0 20px;
	height: 61px;
	width: 561px;
}

div.reset {
	background: url(../images/bg_reset.gif) no-repeat 0 0;
	height: 37px;
	width: 581px;
	text-align: center;
}

div.step5_4 {
	background: url(../images/bg_step5_4.gif) no-repeat 0 0;
	height: 36px;
	width: 581px;
	text-align: center;
}

div.reset p {
	float: none;	
}

a.resetlink {
	background: url(../images/bullet_red.gif) no-repeat 270px 5px;
	color: #0e286d;
	display: block;
	float: none;
	font-weight: bold;
	padding: 0 0 0 15px;
}

div.reset p a:hover {
	text-decoration: none;
}

div.steps {
	text-align: center;
	height: 50px;
	width: 581px;
}

div.steps p {
	color: #0e286d;
	float: none;
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 0 0 0;
}

div.steps p a, div.reset p a, div.step7_4 p a {
	color: #0e286d;
	cursor: pointer;
}

div.steps p a:hover, div.reset p a:hover, div.step7_4 p a:hover {
	text-decoration: none;
}

div#step1_4 {
	background: url(../images/bg_step1_4.gif) no-repeat 0 0;
}

div#step2_4 {
	background: url(../images/bg_step2_4.gif) no-repeat 0 0;
}	

div#step3_4 {
	background: url(../images/bg_step3_4.gif) no-repeat 0 0;
}	

div#step4_4 {
	background: url(../images/bg_step4_4.gif) no-repeat 0 0;
}

div#step5_4 {
	background: url(../images/bg_step5_4.gif) no-repeat 0 0;
	height: 50px;
	text-align: center;
	width: 581px;
}

div#step6_4 {
	background: url(../images/bg_step6_4.gif) no-repeat 0 0;
	height: 50px;
	text-align: center;
	width: 581px;
}

div.step7_4 {
	background: url(../images/bg_step7_4.gif) no-repeat 0 0;
	height: 50px;
	text-align: center;
	width: 581px;
}

div#step5_4 p, div.step7_4 p {
	float: none;
}

div#sa div.row1 {
	padding: 0 0 0 70px;
}

div#sa div.row2 {
	padding: 0 0 0 10px;
}

div#sa div.row3 {
	padding: 0 0 0 50px;
}

div#sa div.row4 {
	padding: 0 0 0 40px;
}	

div#fd h3 {
	padding: 10px 0;
}

div#fd div.row1 {
	padding: 5px 0 0 80px;
}

div#long div.row1 {
	padding: 0 0 0 115px;
}

div#long div.row2 {
	padding: 3px 0 0 125px;
}

div#impo div.row1 {
	padding: 0 0 0 65px;
}

div#impo div.row2 {
	padding: 3px 0 0 95px;
}

div#tm div.row1 {
	padding: 0 0 0 0px;
}	

div#tm div.row2 {
	padding: 8px 0 0 145px;
}

div#tmOpts div.row1, div#tmOpts1 div.row1 {
	padding: 0 0 0 85px;
}

div#rep div.row1 {
	padding: 0 0 0 75px;
}

div#rep h3 {
	padding-bottom: 5px;
}

div#rep div.row2 {
	padding: 7px 0 0 4px;
}

div#howImp div.row1 {
	padding: 0 0 0 50px;
}	

div#howImp div.row2 {
	padding: 8px 0 0 75px;
}

div#jh div.row1 {
	padding: 0 0 0 225px;
}

div#tmRemi h3 {
	padding-bottom: 3px;
}

div#tmRemi div.row1 {
	padding: 0 0 0 160px;
}

div#tmRemi div.row2 {
	padding: 0 0 0 135px;
}

div#tmRemi div.row3 {
	padding: 0 0 0 140px;
}

div#tmRemi1 h3 {
	padding-bottom: 3px;
}

div#tmRemi1 div.row1 {
	padding: 0 0 0 160px;
}

div#tmRemi1 div.row2 {
	padding: 0 0 0 135px;
}

div#tmRemi1 div.row3 {
	padding: 0 0 0 140px;
}
div#jhY div.row1 {
	padding: 0 0 0 130px;
}

/******** /Choose a Product *********/

div.nresaving_content #divfaq1 p, div.nresaving_content #divfaq2 p, div.nresaving_content #divfaq3 p, div.nresaving_content #divfaq4 p, div.nresaving_content #divfaq5 p, div.nresaving_content #divfaq6 p, div.nresaving_content #divfaq7 p, div.nresaving_content #divfaq8 p, div.nresaving_content #divfaq9 p, div.nresaving_content #divfaq10 p, div.nresaving_content #divfaq11 p, div.nresaving_content #divfaq12 p, div.nresaving_content #divfaq13 p, div.nresaving_content #divfaq14 p, div.nresaving_content #divfaq15 p, div.nresaving_content #divfaq16 p, div.nresaving_content #divfaq17 p, div.nresaving_content #divfaq18 p, div.nresaving_content #divfaq19 p, div.nresaving_content #divfaq20 p, div.nresaving_content #divfaq21 p, div.nresaving_content #divfaq22 p, div.nresaving_content #divfaq23 p, div.nresaving_content #divfaq24 p, div.nresaving_content #divfaq25 p, div.nresaving_content #divfaq26 p, div.nresaving_content #divfaq27 p, div.nresaving_content #divfaq28 p,
div.nresaving_content #divfaq29 p, div.nresaving_content #divfaq30 p { 
	padding: 0 0 0 12px;
}

.pdf {
	background: url(../images/pdf.gif) no-repeat 0 0!important;
	padding-left: 18px!important;
	padding-top: 1px!important;
}

/*Developed by Raghavendra Nayak on  5th April,2010*/
.midcol .box
{
	background:url(../images/bgdivider.gif) repeat-y 273px 0;
	float:left;
	width:578px;
	margin-bottom: 10px;
}
.midcol .box01
{
	width:272px;
	font-size:1.2em;
	margin-left:5px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.midcol .bulletpoint
{
	background:url(../images/bullet_red.gif) no-repeat 0 4px;
	padding-left:10px;
	color:#333333;
	margin:8px 0 0 3px;
	width:74px;
	float:left;
}
.midcol input
{
	margin:8px 7px 0 0;
}
.midcol .bulletpoint a
{
	color:#333333;
}
/*.midcol .box01 .box_head
{
	font-weight:bold;
	color:#000000;
	background:url(../images/bullet_red.gif) no-repeat 0 4px;
	padding-left:10px;
}*/
.midcol .box01 h3
{
	font-weight:bold;
	color:#000000;
	background:url(../images/bullet_red.gif) no-repeat 0 4px;
	padding-left:10px;
	font-size:1em;
}
.midcol .box02 h3
{
	font-weight:bold;
	color:#000000;
	background:url(../images/bullet_red.gif) no-repeat 0 4px;
	padding-left:10px;
	font-size:1em;
}
.midcol .box01 ul
{
	margin:15px 0 0 0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
.midcol .box01 ul li
{
	background: url(../images/blue_bullet.gif) no-repeat 0 4px;
	padding: 0 0 5px 12px!important;
	color:#333333;
}
div.box02
{
	width:268px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin-left:33px;
	_margin-left:25px;
	float:left;
}
.midcol .box02 div.box_head p
{
	font-weight:bold;
	color:#000000;
	background:url(../images/bullet_red.gif) no-repeat 0 4px;
	padding-left:10px;
}
.midcol .box02 ul
{
	margin:15px 0 0 0;
	list-style:none
}
.midcol .box02 ul li
{
	background: url(../images/blue_bullet.gif) no-repeat 0 4px;
	padding: 0 0 5px 12px!important;
	color:#333333;
}
div.divider
{
	float:left;
	margin-left:10px
}
div.spacer_waystobank
{
	height:20px;
}
div.nearestpobox
{
	color:#333333;
	margin-top:10px;
}
div.nearestpobox select
{
	width:105px;
	border:1px solid #7f9db9;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:5px;
}

div.nearestpobox p
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

div.pobox
{
	margin-top:10px;
}
div.pobox ul.bullets {
	padding: 0 0 10px;
	margin: -5px 0 0 0;
}
table.whatyouwant
{
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 20px;
	border-bottom:1px solid #dae8ef;	
}

table.whatyouwant tr td.tbl_head
{
	background:url(../images/pobox_tabletopbg.gif) no-repeat;
	height:32px;
	*height:30px;
	color:#1e3883;
	font-size:1.3em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px 0 0 7px;
	border:none;
}
table.whatyouwant tr td
{
	border-left:1px solid #dae8ef;
	border-right:1px solid #dae8ef;
	border-top:1px solid #dae8ef;
	padding-left:6px;
}
table.whatyouwant tr td.clrtopbrdr
{
	border-top:none;
}
table.whatyouwant tr td.clrlftbrdr
{
	border-left:none;
}
table.whatyouwant tr td img
{
	margin-left:15px;
}
table.whatyouwant tr td ul
{
	margin:8px 0 8px 0;
	font-size:1.2em;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
table.whatyouwant tr td ul li
{
	background: url(../images/blue_bullet.gif) no-repeat 0 4px;
	padding: 0 0 5px 12px!important;
	color:#333333;
}
table.whatyouwant tr td div.findyournearest
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:14px 0 0 4px;
	color:#333333;
}
table.whatyouwant tr td div.findyournearest p
{
	width:110px;
	float:left;
}
table.whatyouwant tr td div.findyournearest select
{
	width:165px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
table.whatyouwant tr td div.poadd
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#333333;
	margin:13px 0 13px 113px;
	min-height: 140px;
	height:auto!important;
	height: 140px;
}
div.whatyouneed
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#333333;
	margin:5px 0 0 8px;
}
div.whatyouneed h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	margin-bottom:3px;
}
div.whatyouneed p
{
	margin:0 0 20px 0;
	line-height:16px;
}
div.whatyouneed div.sendedoc
{
	margin:-15px 0 -13px 0;
}
div.whatyouneed ul
{
	margin:-12px 0 8px 0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
div.whatyouneed ul li
{
	background: url(../images/blue_bullet.gif) no-repeat 0 4px;
	padding: 0 0 5px 12px!important;
	color:#333333;
}
/*Developed by Raghavendra Nayak on  5th April,2010*/

div.savingsaccsection p {
	padding-bottom: 0!important;
}

div.savingsaccsection p a {
	margin: 0 50px 0 0;
}

div.savingsaccsection img {
	float: right;
	padding: 0 25px 10px 0!important;

}
