@charset "utf-8";
/* CSS Document */
html {
	font-size: 100% !important;
}
body {
	margin: 0;
	padding: 0;
	font: 0.75em/1.5em Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
li, dd, blockquote {
	margin-left: 0.5em !important;
	margin-left: 1em;
}
form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea, button {
	font: 100% Arial, Helvetica, sans-serif;
}
a, .ms-propertysheet a, .ms-WPBody a {
	color: #0000EE;
	text-decoration: none;
}
a:hover, .ms-propertysheet a:hover, .ms-WPBody a:hover {
	text-decoration: underline;
}
a:visited {
	color: #0000EE;
}
a img, .ms-propertysheet a img, .ms-WPBody a img {
	border: none;
}
h1, .ms-WPBody h1 {
	margin: 0.1em 0 0.5em 0;
	line-height: 1.2em;
	color: #003366;
	font-size: 200%;
	font-weight: normal;
}
h2, .ms-WPBody h2 {
	margin-top: 1.5em;
	color: #003366;
	font-size: 130%;
	font-weight: normal;
}
h2.opt1, .ms-WPBody h2.opt1 {
	color: #333333;
}
h3, .ms-WPBody h3 {
	margin: 1.5em 0 1em 0;
	color: #003366;
	font-size: 115%;
	font-weight: normal;
}
ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
ul li {
	padding: 0 0 0 1em;
	background: url("/posb/common/img/bullet_dot_blue.gif") 0 0.5em no-repeat;
}/* reset style for all <li> that are NOT direct children of the <ul>; this is required cos IE doesnt recog > child descendents! */
ul li * li {
	background: none;
}
ul li ul li { /* default 2nd-level nested <ul> list */
	background: url("/posb/common/img/bullet_dot_blue.gif") no-repeat 0 3px;
}/* reset style for all <li> that are NOT direct children of the 2nd-level <ul> */
ul li ul li * li {
	background: none;
}
ul li ul li ul li { /* default 3rd-level nested <ul> list */
	background: url("/posb/common/img/bullet_dot_blue.gif") no-repeat 0 3px;
}/* reset style for all <li> that are NOT direct children of the 3rd-level <ul> */
ul li ul li ul li * li {
	background: none;
}
ul.list1 li, ol.list1 li, .list2 .list1 li {
	margin-bottom: 0;
}
ul.list2 li, ol.list2 li, .list1 .list2 li {
	margin-bottom: 1em;
}
ul li .header, ol li .header {
	color: #003366;
}
ol {
	margin: 1em 0;
	padding: 0;
}
ol li {
	margin-left: 2.5em !important;
	margin-left: 3.0em;
}
hr {
	margin: 1.0em 0;
*margin: 0;
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
}
/*BOF FIXING MOS*/
#MSO_ContentTable, .ms-WPBody {
	font-size: 100% !important;
}
td.ms-bodyareacell {
	width: 990px !important;
}
td.ms-bodyareaframe {
	padding: 12px 13px 1px 8px !important;
	width: 960px !important;
	position: relative !important;
}
td.ms-bodyareaframe table {
	padding: 0 !important;
}
div.ms-pagemargin, td.ms-leftareacell, td.ms-rightareacell, td.ms-pagebottommarginleft, td.ms-pagebottommargin, td.ms-bodyareapagemargin, td.ms-pagebottommarginright {
	width: 0 !important;
	height: 0 !important;
	display: none !important;
}
.ms-WPBody a:visited, .ms-WPBody a:link {
	color: #0000EE;
}
/*EOF FIXING MOS*/
/* BOF HEADER */

#header {
	background:#0089d1 url("/posb/common/img/header_gradient2.jpg") repeat-y; --*/
	min-width: 1000px;
}
#headerInner {
	width:990px;
	height: 61px;
	position: relative;
}
#logo {
	padding: 10px 0 0 27px;
}
#globalLinks {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 85%;
}
#globalLinks ul {
	margin: 0;
	float: right;
	list-style: none;
}
#globalLinks ul li {
	margin: 0 0 0 10px !important;
	padding: 4px 12px 5px 0;
	float: left;
	background: url("/posb/common/img/globalLinks-sep.gif") right top no-repeat;
	line-height: 13px;
}
#globalLinks ul li a {
	color: #ccc;
	text-decoration: none;
}
#globalLinks ul li a:hover {
	text-decoration: underline;
}
#globalLinks ul li.lang {
	background: none;
}
#globalLinks fieldset {
	margin: 0;
	padding: 0;
	float: right;
}
#globalLinks input {
	float: left;
	border: 0;
}
#globalLinks #searchFld {
	padding: 4px 0 0 7px;
	background: #e9e4e4 url("/posb/common/img/search-bg.gif") left top no-repeat;
	width:95px;
	height:15px;
	display:inline;
	font-size: 95%;
}
#globalLinks #searchBtn {
	padding: 0 6px 2px 0;
	height:19px;
	line-height:19px;
	font-size: 95%;
	font-weight:bold;
	background: #e9e4e4 url("/posb/common/img/go-button.gif") right top no-repeat;
}
#globalLinks #searchBtn:hover {
	cursor:pointer;
}
#siteNav {
	font-size: 95%;
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	right: 30px;
	z-index: 99;
}
#siteNav ul {
	margin: 0;
	float: right;
	list-style: none;
	background: url("/posb/common/img/tab_bg.jpg") no-repeat;
}
#siteNav ul li {
	margin: 0 !important;
	padding: 0;
	float: left;
	width: 115px;
	text-align: center;
	font-weight: bold;
	line-height: 12px;
	white-space: nowrap;
	list-style: none;
	color: #ffffff;
}
#siteNav ul li a, #siteNav ul li span {
	display: block;
	
}
#siteNav ul li a {
	text-decoration: none;
	color: #4c4c4c;
}
#siteNav ul li a:hover {
	color: #4c4c4c;
}
#siteNav ul li span {
	padding: 6px 0 5px 15px;
	display: block;
	background: url("/posb/common/img/tab-overlap.gif") left top no-repeat;
}
#siteNav ul li.home {
	width:49px;
}
#siteNav ul li a.current {
	/* background: url("/posb/common/img/tab-selected-bg.gif") left top repeat-x; */
	color: #003366;
}
#siteNav ul li a.current:hover {
	color: #003366;
}
#siteNav ul li a.current span {
	padding: 6px 0 5px 12px;
	background: url("/posb/common/img/tab-selected-left.gif") left top no-repeat;
}
#siteNav ul li.after a span {
	background: url("/posb/common/img/tab-selected-right.gif") left top no-repeat;
}
#siteNav ul li.first {
	padding-right: 0;
}
#siteNav ul li.first a span {
	padding: 6px 0 5px 12px;
	background: url("/posb/common/img/tab-first.gif") left top no-repeat;
}
#siteNav ul li.first a span span {
	padding: 0;
	background: none;
}
#siteNav ul li.first a.current {
	/* color: #003366 background: url("/posb/common/img/tab-selected-bg.gif") left top repeat-x; */
}
#siteNav ul li.first a.current span {
	background: url("/posb/common/img/tab-selected-first.gif") left top no-repeat;
}
#siteNav ul li.last {
	width:123px;
}
#siteNav ul li.last span {
	padding: 0 0 0 15px;
}
#siteNav ul li.last span span {
	padding: 6px 10px 5px 0;
	background: url("/posb/common/img/tab-last.gif") right top no-repeat;
}
#siteNav ul li.last a.current span {
	padding: 0;
	background: url("/posb/common/img/tab-selected-left.gif") left top no-repeat;
}
#siteNav ul li.last a.current span span {
	padding: 6px 0 5px 0;
	background: url("/posb/common/img/tab-selected-last.gif") right top no-repeat;
}
#subNav {
	padding: 0 5px;
*height: 1%;
	background: #E0A308 url("/posb/common/img/subnav-bg.gif") 0 0 repeat-x;
	min-width: 985px;
}
#subNav table {
	border-spacing: 0;
	padding: 0;
	height: 27px;
}
#subNav ul {
	margin: 0;
	padding-top: 4px;
	list-style: none;
	font-size: 95%;
	_width:980px;
}
#subNav ul li {
	margin: 0 !important;
	padding: 0;
	background: none;
	display: block;
	float: left;
	font-weight: bold;
}
#subNav ul li a {
	padding-left: 12px;
	color: #003366;
	display: block;
	text-decoration: none;
}
#subNav ul li a span {
	padding-right: 12px;
	display: block;
	line-height:23px;
}
#subNav ul li a:hover {
	color: #FFF;
}
#subNav ul li.current {
	background: url("/posb/common/img/subnav-overlap.gif") left 0 repeat-x;
}
#subNav ul li.current a {
	background: url("/posb/common/img/subnav-lt.gif") left 0 no-repeat;
}
#subNav ul li.current a:hover {
	color: #003366;
}
#subNav ul li.current a span {
	background: url("/posb/common/img/subnav-rt.gif") right 0 no-repeat;
}
/* EOF HEADER */
/* BOF Container */
#container {
	padding: 24px 15px 15px 15px;
	width: 960px;
	position: relative;
}
#container #options {
	margin-top: -25px;
	padding: 5px 44px 0 0;
	_padding-top: 8px;
	position: absolute;
	top: 0;
	right: 220px;
	color: #666666;
	font-size: 95%;
	text-align:right;
	line-height:20px;
}
#container #options a {
	color: #666666;
	text-decoration: none;
}
#container #options a:hover {
	color: #FFB510;
}
#container #options a img {
	vertical-align: text-top;
}
#sidebar { /*float: left;*/
	width: 210px;
}
#sidebar #ibanking {
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	font-size: 95%;
	background: url("/posb/common/img/sidebar-container-bot.gif") 0 100% no-repeat;
}
#sidebar #ibanking #ibankingHeader {
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background: url("/posb/common/img/ibanking-top.gif") 0 0 no-repeat;
}
#sidebar #ibanking #ibankingHeader img {
	vertical-align: middle;
}
#sidebar #ibanking #ibankingContent {
	padding: 10px 10px 0 10px;
}
#sidebar #ibanking #ibankingContent p {
	margin: 0;
	text-align: center;
	/* text-transform: uppercase; */
	font-weight: bold;
}
#sidebar #ibanking #ibankingContent p a {
	color: #000000;
}
#sidebar #ibanking #ibankingContent .loginBtn {
	margin-bottom: 8px;
}
#sidebar #ibanking #ibankingContent .loginBtn2 {
	margin: -8px 0 -7px 0;
}
#sidebar #ibanking #ibankingContent ul {
	margin: 0 !important;
	padding: 5px 0 5px 3px;
	list-style: none;
	font-size: 95%;
}
#sidebar #ibanking #ibankingContent ul li {
	margin: 0 !important;
	padding: 0 10px 2px 10px;
	line-height: 14px;
	background: url("/posb/common/img/arrow-grey.gif") left 0.1em no-repeat;
}
#sidebar #ibanking #ibankingContent ul li a {
	text-decoration: none;
	color: #333;
}
#sidebar #ibanking #ibankingContent ul li a:hover {
	text-decoration: underline;
}
#sidebar #news {
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	font-size: 100%;
	position: relative;
	background: url("/posb/common/img/news-bot.gif") 0 100% no-repeat;
}
#sidebar #news #newsHeader {
	padding: 6px 10px 5px 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	background: url("/posb/common/img/news-top.gif") 0 0 no-repeat;
*background-position: 0 2px;
}
#sidebar #news #newsContent {
	margin: 0 10px;
	padding: 6px 0;
	border-top: 1px solid #999999;
	font-size: 95%;
	color: #333;
}
#sidebar #news #newsContent a {
	color:#333;
	display: block;
	height: 4.5em;
*height: 5em;
*display: none;
}
#sidebar #news #newsContent a:hover {
	text-decoration:underline;
}
#sidebar #news #newsNav {
	margin: -20px 10px 0 0;
	text-align:right;
}
#sidebar #links {
	margin-bottom: 15px;
	padding: 0 0 2px 0;
	font-size: 100%;
	position: relative;
	background: url("/posb/common/img/sidebar-container-bot.gif") 0 100% no-repeat;
}
#sidebar #links #linksHeader {
	padding: 6px 10px 5px 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	background: url("/posb/common/img/sidebar-container-top.gif") 0 0 no-repeat;
*background-position: 0 2px;
}
#sidebar #links #linksContent {
	margin: 0 10px;
	padding: 0;
	font-size: 95%;
}
#sidebar #links #linksContent ul {
	padding: 0;
	list-style: none;
}
#sidebar #links #linksContent ul li {
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #999999;
	line-height:14px;
	background: url("/posb/common/img/arrow-grey.gif") left 0.5em no-repeat;
}
#sidebar #links #linksContent ul li a {
	text-decoration: none;
	color: #333;
}
#sidebar #links #linksContent ul li a:hover {
	text-decoration: underline;
}
#sidebar #sidebarProds {
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	position: relative;
	background: url("/posb/common/img/sidebarprods-bot.gif") 0 100% no-repeat;
}
#sidebar #sidebarProds #sidebarProdsHeader {
	padding: 6px 10px 5px 10px;
	font-weight: bold;
	color: #003366;
	background: url("/posb/common/img/sidebarprods-top.gif") 0 0 no-repeat;
*background-position: 0 2px;
	font-size: 95%;
}
#sidebar #sidebarProds #sidebarProdsHeader.sidebarProdsHeader {
	background-position: 0 0;
}
#sidebar #sidebarProds #sidebarProdsHeader a {
	color: #003366;
	text-decoration: none;
}
#sidebar #sidebarProds #sidebarProdsContent {
	margin: 0 10px;
	padding: 0;
	font-size: 95%;
}
#sidebar #sidebarProds #sidebarProdsContent .catHeader {
	padding: 0 0 5px 24px;
	font-weight: bold;
	color: #003366;
	line-height: 17px;
}
#sidebar #sidebarProds #sidebarProdsContent .con {
	background: url("/posb/common/img/sidebarprods-exp.gif") 0 0 no-repeat;
}
#sidebar #sidebarProds #sidebarProdsContent .exp {
	background: url("/posb/common/img/sidebarprods-con.gif") 0 0 no-repeat;
}
#sidebar #sidebarProds #sidebarProdsContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar #sidebarProds #sidebarProdsContent ul.contentList {
	margin-left: 25px !important;
}
#sidebar #sidebarProds #sidebarProdsContent ul li {
	margin: 0 !important;
	padding: 4px 10px 4px 10px;
	line-height:14px;
	background: url("/posb/common/img/arrow-grey.gif") left 0.4em no-repeat;
}
#sidebar #sidebarProds #sidebarProdsContent ul li a {
	text-decoration: none;
	color: #333;
}
#sidebar #sidebarProds #sidebarProdsContent ul li a:hover {
	text-decoration: underline;
}
#content {
	margin-left: -10px; /*float: right;*/
	width: 736px;
}
#content2 {
	margin: 0 6px; /*float: left;*/
	width: 548px;
}
#sidebarRight { /*float: right;*/
	width: 172px;
}
#content #tv {
	margin-bottom: 15px;
}
#content #tv #tvScreen {
}
#content #tv #tvSelector {
	height: 36px;
	background: url("/posb/common/img/tv-bot.jpg") left top no-repeat;
}
/* BOF ABOUT POSB PAGE */
#content #tv .about {
	margin-top: -24px;
	height: 253px;
	width: 736px;
	position: relative;
	background: url("/posb/about/PublishingImages/bnr-about-bg.png") 0 bottom no-repeat !important;
	background: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/posb/about/PublishingImages/bnr-about-bg.png', sizingMethod='crop');
}
#content #tv .aboutInner {
	margin-top: -35px;
	width: 313px;
	height: 288px;
	position: absolute;
	top: 0;
	background: url("/posb/about/PublishingImages/bnr-about.png") left top no-repeat !important;
	background: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/posb/about/PublishingImages/bnr-about.png', sizingMethod='crop');
}
#content #about {
	margin-top: -15px;
}
#content #about #aboutHeader {
	padding: 7px 15px;
	color: #FFCC00;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	background: #003366 url("/posb/about/PublishingImages/about-header.gif") left top no-repeat !important;
}
#content #about #aboutContent {
	padding: 15px;
	color: #666666;
	height: 225px;
	background: url("/posb/about/PublishingImages/about-content.gif") 0 100% no-repeat !important;
}
/* EOF ABOUT POSB PAGE */
#content #helper {
	margin-bottom: 15px;
	padding: 0 0 12px 0;
*height: 1%;
	background: url("/posb/common/img/helper-bot.jpg") 0 100% no-repeat;
}
#content #helper #helperInner {
	padding: 17px 30px 0 30px;
	background: url("/posb/common/img/helper-top.jpg") 0 0 no-repeat;
}
#content #helper #helperInner h2 {
	margin: 0;
	padding: 2px 15px 0 0;
	float:left;
	color: #003366;
	font-size: 125%;
	font-weight: normal;
}
#content #helper #helperInner select {
	margin:0 3px;
	padding: 0;
*padding: 2px 15px 0 4px;
	float:left;
	border:1px solid #999;
	width:174px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333;
}
#content #helper #helperInner input.button {
	margin: -4px 0 0!important;
	padding: 0 0 2px 0;
	float:left;
	border:0;
	width:74px;
	height:28px;
	line-height:27px;
	font-weight:bold;
	font-size: 95%;
	color: #000000;
	background: url("/posb/common/img/show-me-button.gif") left top no-repeat;
}
#content #helper #helperInner input.button {
	cursor:pointer;
}
#content #bnr360x90 {
	margin-bottom: 35px;
*height: 1%;
}
#content #bnr360x90 #bnr1 {
	float: left;
}
#content #bnr360x90 #bnr2 {
	float: right;
}
#content #products {
	border-left: 1px solid #CCCCCC;
*height: 1%;
	font-size: 95%;
}
#content #products .product {
	padding: 2px 6px;
	float: left;
	width: 134px;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
}
#content #products .product h3 {
	margin: 0;
	font-weight: bold;
	color: #003366;
	font-size: 110%;
	text-transform: uppercase;
}
#content #products .product p {
	margin: 0;
}
#content #products .product p img {
	padding-top: 10px;
}
#content #products .product p a {
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size:90%;
	color: #333;
}
#content #products .product p a:hover {
	text-decoration: underline;
}
#content #products .product .desc {
	padding: 11px 0 0 0;
	color: #666666;
	height: 68px;
}
#content2 #productShowcase {
	margin-bottom: 15px;
	width: 548px;
	height: 186px;
}
#content2 #helper {
	margin-bottom: 20px;
	padding: 0 0 12px 0;
*height: 1%;
	background: url("/posb/common/img/helper2-bot.gif") 0 100% no-repeat;
}
#content2 #helper #helperInner {
	padding: 10px 30px 0 30px;
	background: url("/posb/common/img/helper2-top.gif") 0 0 no-repeat;
}
#content2 #helper #helperInner h2 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #003366;
	font-size: 125%;
	font-weight: normal;
}
#content2 #helper #helperInner select {
	margin-right: 6px;
	padding: 0;
*padding: 2px 15px 0 4px;
	float:left;
	border:1px solid #999;
	width:174px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333;
}
#content2 #helper #helperInner input.button {
	margin:-4px 0 0!important;
	padding: 0 0 2px 0;
	float:left;
	border:0;
	width:74px;
	height:28px;
	line-height:27px;
	font-weight:bold;
	font-size: 95%;
	color: #000000;
	background: url("/posb/common/img/show-me-button.gif") left top no-repeat;
	cursor: pointer;
}
#content2 #products {
	margin-bottom: 15px;
*height: 1%;
	font-size: 95%;
}
#content2 #products .first {
	border-left: 1px solid #CCCCCC;
}
#content2 #products .product {
	padding: 2px 10px;
	float: left;
	width: 252px;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
}
#content2 #products .product h3 {
	margin: 0;
	font-weight: bold;
	color: #003366;
	font-size: 110%;
}
#content2 #products .product p {
	margin: 0;
}
#content2 #products .product p .thumb {
	padding-left: 10px;
	float: right;
}
#content2 #products .product p a {
	font-weight:bold;
	text-decoration: none;
	font-size:90%;
	color: #333;
}
#content2 #products .product p a:hover {
	text-decoration: underline;
}
#content2 #products .product .desc {
	padding: 11px 0 0 0;
	color: #666666;
	height: 50px;
}
#content2 #products .product .desc.FourLines {
	height: 6.5em;
}
#content2 #products .product .desc.FiveLines {
	height: 8em;
}
#content2 .productBnr {
	position: relative;
}
#content2 .productBnr .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 548px;
	height: 105px;
	background: transparent url("/posb/common/img/bnr_overlay.png") center bottom no-repeat !important;
	background: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/posb/common/img/bnr_overlay.png', sizingMethod='crop');
}
#content2 .productTabs {
	padding: 7px 7px 7px 0;
	font-size: 95%;
*height: 1%;
	position: relative;
	border-top: 1px solid #CCCCCC;
	background: url("/posb/common/img/producttabs-bg.gif") left 100% no-repeat;
}
#content2 .productTabs div {
	line-height: 28px;
	float: left;
} /* single line */
#content2 .productTabs div.multi {
	line-height: inherit;
} /* multi line */
#content2 .productTabs div a {
	margin: 0;
	padding: 0 10px;
	color: #333333 !important;
}
#content2 .productTabs div a.selected {
	color: #003366 !important;
	font-weight: bold;
}
#content2 .productTabs div.apply, #content2 .productTabs div.apply_multi {
	width: 164px;
	float: right;
	background: url("/posb/common/img/producttabs_apply.gif") left 50% no-repeat;
}
#content2 .productTabs div.apply_multi {
	line-height: 28px;
	position: absolute;
	bottom: 10px;
	right: 7px;
}
#content2 .productTabs div.apply a, #content2 .productTabs div.apply_multi a {
	margin: 0;
	padding: 0 0 0 30px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}
#content2 .productTabs div.apply a:hover, #content2 .productTabs div.apply_multi a:hover {
	text-decoration: none !important;
}
/* BOF 20100330 TOGGLER */
#content2 .togglerHeader {
	margin: 0;
	padding: 3px 0;
	color: #063375;
	font-weight: bold;
	line-height: 1.5em;
}
#content2 .togglerHeader .togglerIcon {
	margin-top: 3px;
	padding-right: 8px;
	width: 11px;
	height: 11px;
	float: left;
	display: block;
}
#content2 .togglerHeader .togglerIcon.exp {
	background: url("/posb/common/img/toggler_minus.gif") 0 0 no-repeat;
}
#content2 .togglerHeader .togglerIcon.con {
	background: url("/posb/common/img/toggler_plus.gif") 0 0 no-repeat;
}
#content2 .togglerHeader span {
	margin-left: 19px;
	width: 507px;
	display: block;
}
#content2 .togglerContent {
	margin: 0;
	padding: 10px 10px 10px 20px;
}
/* EOF 20100330 TOGGLER */

#sidebarRight {
	font-size: 95%;
}
#sidebarRight .container {
	margin-bottom: 15px;
	padding: 0 0 2px 0;
	position: relative;
	background: url("/posb/common/img/sidebarright-container-bot.gif") 0 100% no-repeat;
}
#sidebarRight .container .containerHeader {
	padding: 6px 10px 5px 10px;
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: url("/posb/common/img/sidebarright-container-top.gif") 0 0 no-repeat;
*background-position: 0 2px;
}
#sidebarRight .container .containerContent {
	margin: 0 10px;
	padding: 0;
}
#sidebarRight .container .containerContent ul {
	margin: 0;
	list-style: none;
}
#sidebarRight .container .containerContent ul li {
	margin: 0 !important;
	padding: 5px 10px;
	border-top: 1px solid #999999;
	line-height:14px;
	background: url("/posb/common/img/arrow-grey.gif") left 0.6em no-repeat;
}
#sidebarRight .container .containerContent ul li.first {
	border-top: none;
}
#sidebarRight .container .containerContent ul li a {
	text-decoration: none;
	color: #333;
}
#sidebarRight .container .containerContent ul li a:hover {
	text-decoration: underline;
}
#sidebarRight .container .containerContent ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebarRight .container .containerContent ul li ul li {
	padding: 0 0 0 1em;
	background: url("/posb/common/img/bullet_dot_grey.gif") 0 0.5em no-repeat;
	border-top: none;
}
/* BOF Share This */
#sidebarRight .container .containerContent ul#shareContainer {
	margin: 0.5em 0 0 0;
	padding: 0;
	list-style: none;
*width: 140px;
}
#sidebarRight .container .containerContent ul#shareContainer li {
	margin: 0;
	padding: 0 0.5em 0 0;
	background: none;
	border: none;
	display: inline;
}
/* EOF Share This */
#sidebarRight .container2 {
	margin-bottom: 15px;
	padding: 0 0 2px 0;
	position: relative;
	background: url("/posb/common/img/sidebarright-container-bot.gif") 0 100% no-repeat;
}
#sidebarRight .container2 #container2Header {
	padding: 6px 10px 5px 10px;
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	background: url("/posb/common/img/sidebarright-links-top.gif") 0 0 no-repeat;
*background-position: 0 2px;
}
#sidebarRight .container2 #container2Content {
	margin: 0 10px;
	padding: 0;
}
#sidebarRight .container2 #container2Content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebarRight .container2 #container2Content ul li {
	margin: 0 !important;
	padding: 5px 10px;
	border-top: 1px solid #999999;
	line-height: 14px;
	background: url("/posb/common/img/arrow-grey.gif") left 0.6em no-repeat;
}
#sidebarRight .container2 #container2Content ul li a {
	text-decoration: none;
	color: #333;
}
#sidebarRight .container2 #container2Content ul li a:hover {
	text-decoration: underline;
}
#sidebarRight .container .containerContent select {
	margin-top: 5px;
	margin-right: 6px;
	padding: 0;
*padding: 2px 15px 0 4px;
	border:1px solid #999;
	width:154px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333;
}
#sidebarRight .container .containerContent input.button {
	margin: 5px 0 5px -3px !important;
	padding: 0 0 2px 0;
	border:0;
	width:74px;
	height:28px;
	line-height:27px;
	font-weight:bold;
	font-size: 95%;
	color: #000000;
	background: url("/posb/common/img/show-me-button.gif") left top no-repeat;
	cursor: pointer;
}
table.tableData {
	margin: 1em 0;
}
table.tableData td {
	font-size: 95%
}
.tableData .header {
	font-weight: bold;
	color: #FFFFFF;
}
.footnote, small {
	font-size: 95%;
}
div.footnote {
	padding: 1px 10px;
	background-color: #F7F7F7;
	font-size: 95%;
}
table.promo {
}
table.promo .promoHeader {
	padding: 4px 10px;
	width: 246px;
	color: #003366;
	font-weight: bold;
	background: #FBEBE4 url("/posb/common/img/promo_header_bkgrnd.gif") left top no-repeat;
}
table.promo .promoContent {
	padding: 10px;
	width: 246px;
	font-size: 0.95em;
	vertical-align: top;
	background: #F7F6F6 url("/posb/common/img/promo_content_bkgrnd.gif") left bottom no-repeat;
}
table.promo .promoContent .text {
	margin-left: 90px
}
table.promo .promoThumb {
	padding: 0 10px 0 0;
}
table.promo .spacer {
	width: 15px;
	height: 15px;
}
table.promotions {
	font-size: 95%;
}
table.promotions tr td {
	text-align: left;
	vertical-align: top;
}
table.promotions .promoThumb {
	padding: 3px;
	width: 46px;
}
table.promotions .promoThumb img {
	padding-bottom: 10px;
}
table.promotions .promoContent {
	padding: 3px;
	line-height: 1.2em;
	width: 125px;
}
/* EOF Container */
/* BOF Footer */
#footer {
	padding: 15px;
	font-size: 85%;
	color: #797979;
	border-top: 1px solid #D4D4D4;
}
#footer a {
	color: #0000EE;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	position:absolute;
	left:770px;
	padding:0
}
/* EOF Footer */
/* General Formatting */
.cellPadWhite {
	background-color: #FFFFFF;
}
.cell0101, .cellPad0101 {
	background-color: #E5EAEF;
}
.cell0102, .cellPad0102 {
	background-color: #D9E1E8;
}
.cell0103, .cellPad0103 {
	background-color: #B2C1D1;
}
.cell0104, .cellPad0104 {
	background-color: #6685A3;
	color: #FFFFFF;
}
.cell0105, .cellPad0105 {
	background-color: #003366;
	color: #FFFFFF;
}
.cell0201, .cellPad0201 {
	background-color: #FFF4DB;
}
.cell0202, .cellPad0202 {
	background-color: #FFE9B7;
}
.cell0203, .cellPad0203 {
	background-color: #FFDA87;
}
.cell0204, .cellPad0204 {
	background-color: #FFCB57;
}
.cell0205, .cellPad0205 {
	background-color: #FFB510;
	color: #FFFFFF;
}
.cellPad0101, .cellPad0102, .cellPad0103, .cellPad0104, .cellPad0105, .cellPad0201, .cellPad0202, .cellPad0203, .cellPad0204, .cellPad0205, .cellPadWhite {
	padding: 4px 8px;
}
.promoContainer {
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
/* BOF Generic Classes */
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.alignjustify {
	text-align: justify;
}
.aligntop {
	vertical-align: top;
}
.alignmiddle {
	vertical-align: middle;
}
.alignbottom {
	vertical-align: bottom
}
.pa0 {
	padding: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pr0 {
	padding-right: 0 !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pa1 {
	padding: 1px !important;
}
.pt1 {
	padding-top: 1px !important;
}
.pb1 {
	padding-bottom: 1px !important;
}
.pr1 {
	padding-right: 1px !important;
}
.pl1 {
	padding-left: 1px !important;
}
.pa5 {
	padding: 5px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pa10 {
	padding: 10px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pa15 {
	padding: 15px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pa20 {
	padding: 20px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.ma0 {
	margin: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.ma1 {
	margin: 1px !important;
}
.mt1 {
	margin-top: 1px !important;
}
.mb1 {
	margin-bottom: 1px !important;
}
.mr1 {
	margin-right: 1px !important;
}
.ml1 {
	margin-left: 1px !important;
}
.ma5 {
	margin: 5px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ma10 {
	margin: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ma15 {
	margin: 15px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ma20 {
	margin: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.lhsmall {
	line-height: 1.2em;
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
/* EOF Generic Classes */
/* Clearing properties */
.productTabs:after, #content #products:after, #content2 #products:after, #content #bnr360x90:after, #helperInner:after, #subNav ul:after, #container:after {
	content:".";
	clear:both;
	display: block;
	visibility:hidden;
	height:0;
}

/* insurance edusmart CSS may2010 - BBDO diskout START */
#edusmart_helper {
width:736px;
height:53px;
padding-top:15px;
padding-left:20px;
background:url(../img/rounded_corner.gif) no-repeat;
}
 
#edusmart_helper .header2 {
color: #003366;
font-size: 125%;
font-weight: normal;
float:left;
}
 
#edusmart_helper #helpQ1 {
 margin-left:20px;
 float:left;
 width:150px;
}
 
#edusmart_helper input.button {
margin:-4px 0 0!important;
padding: 0 0 2px 0;
float:left;
border:0;
width:74px;
height:28px;
line-height:27px;
font-weight:bold;
font-size: 95%;
color: #000000;
background: url("http://www.dbs.com/posb/common/img/show-me-button.gif") left top no-repeat;
cursor: pointer;
}
 

#product_personal_landing {
border-left: 1px solid #CCCCCC; *height: 1%; font-size: 95%; width:780px;
}
 
#product_personal_landing .product{
padding: 2px 6px;
float: left;
width: 134px;
text-decoration: none;
border-right: 1px solid #CCCCCC;
}
 

#product_personal_landing .product h3 { margin: 0; font-weight: bold; color: #003366; font-size: 110%; text-transform: uppercase; height:35px; }
 
#product_personal_landing .product p a { font-weight:bold; text-transform: uppercase; text-decoration: none; font-size:90%; color: #333; }
 
#relatedlinks {
 padding-top:50px;
 
}
 

#relatedlinks .leftlink {
 float:left; 
}
 
#relatedlinks .rightlink {
 right:0px;
 text-align: right;
}
 

#contactus_btn {
width: 117px;
float: right;
}
 
ol.alpha{list-style-type: lower-alpha;}
.red-ed1c24{color:#003366;}
 
/*====FNA Calculator======*/
.Display-Block{display:block;}
.Display-None{display:none;}
.ErrorMsg{color:#0000FF; font-size:12px; font-weight:bold;}
table#tblFNACalc tr td{ font-size: 12px; font-weight: bold; padding: 10px 10px 10px 10px;}
table#tblFNACalc tr td#TopBtm{padding: 0px;}
table#tblFNACalc tr td#Red{color:#0000CC;}
table#tblFNACalc tr td#Desc{font-weight: normal;}
table#tblFNACalc tr td select{width:180px;}
td#CostContainer{width: 180px;; border: solid 1px #666666;}
.FNACalcPrint_Header{font-size: 16px; font-weight: bold; color:#0000CC; padding: 5px 0px 5px 0px;}
#frmFNACalc img:hover{cursor:pointer;}
.white{color:#FFFFFF;}
/*====FNA Calculator======*/
 
/* insurance edusmart CSS may2010 - BBDO diskout END */



/*-- rotating banner css START --*/
#rotatingbanner {
	display:block;
	width:548px;
	padding:0;
	margin:0;
	overflow:auto;
}
#rotatingbanner span {
	display:none;
	width:548px;
	height:185px;
	padding:0;
	margin:0;
}
#rotatingbanner_nav {
	position:relative;
	display:block;
	padding:0 0 0 10px; 
	margin:5px 0 0 0;
	overflow:auto;
}
#rotatingbanner_nav a {
	display:block;
	float:left;
	padding:2px;
	margin:2px;
	background-color:#cccccc;
	font-size:10px;
	font-weight:bold;
	font-family:arial;
	color:#333333;
	cursor:pointer;
	width:15px;
	text-align:center;
}
/*-- rotating banner css END --*/

/* Google Search Box CSS*/
#contentgoogle { margin: 0 0px; width: 754px; }  

#sidebarRightImage {
	margin-bottom: 15px;
	position: relative;
}
#sidebarRight .container3 {
	margin-bottom: 15px;
	padding: 0 0 2px 0;
	position: relative;
	background: url("http://www.dbs.com/sg/personal/common/img/sidebarright-container-bot.gif") 0 100% no-repeat;
}
#sidebarRight .container3 #container3Header {
	padding: 6px 10px 5px 10px;
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: url("/Search/sg/posb/img/sidebarright-container-yellow-top.gif") 0 0 no-repeat;
*background-position: 0 2px;
}
#sidebarRight .container3 #container3Content {
	margin: 0 10px;
	padding: 0;
}
#sidebarRight .container3 #container3Content ol {
list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebarRight .container3 #container3Content ol li {
	margin: 0 !important;
	padding: 5px 3px;
	border-top: 1px solid #999999;
	line-height: 14px;
}
#sidebarRight .container3 #container3Content ol li.first {
	border-top: none;
}
#sidebarRight .container3 #container3Content ol li a {
	text-decoration: none;
	color: #333;
}
#sidebarRight .container3 #container3Content ol li a:hover {
	text-decoration: underline;
}
.google-searchbox{
border:solid 1px #cccccc;
border-right:none;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
width:120px;
height:15px !important;
padding-top:3px;
padding-left:3px;
}
.google-searchform{
border-collapse:collapse;
margin-right:10px;
position:relative;
}
.google-bodysearchbox{
border:solid 1px #cccccc;
border-right:none;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
width:350px;
height:20px !important;
padding-top:4px;
padding-left:3px;
}
.google-bodysearchform{
border-collapse:collapse;
position:relative;
}

/*START of new POSB Google Search Box Styles updated July 21st 2011 by Benson */

.searchForm{	
width:140px;
}

.searchBox {
background: url(/Search/sg/posb/img/searchbox_posb.jpg) no-repeat; 
width:119px;
height:20px;
float:left; 
display: inline;	
}

.searchButton {
background: url(/Search/sg/posb/img/searchbtn_posb.jpg) no-repeat; 
width:21px;
height:20px;
border: none; 
cursor: pointer;
float:right; 
display: inline;

}

.searchTextField {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
width:100px;
height:12px !important;
margin-left:10px;
margin-top:2px;
}

/*END of new POSB Google Search Box Styles updated July 21st 2011 by Benson */

.searchHeader1{
	margin: 0.5em 0 0 0; line-height: 1.2em; color: #003366; font-size: 180%; font-weight: normal; 
}
.searchHeader2{
	margin: 0.1em 0 0.1em 0; color: #000; font-size: 115%; font-weight: bold;
}
.searchCellWhite{
	margin-left:10px;
	background-color:#FFF;
}
.searchCell0101{
	background-color: #E5EAEF;
}
/* End of Google Search Box */



/* style for social media container */
div#socialbuttons {display:block; position:relative; width:125px; min-width:125px; height:24px; float:right;}
/* override set this homepage container to align better with social media button */
#container #options {
margin-top: -30px;
padding: 0 27px 0 0;
_padding-top:5px;
position:absolute;
top:0;
right: 220px;
color: #666666;
font-size: 95%;
text-align:right;
line-height:20px;
}

/* default contents to be hidden until javascript removes sharebuttons and put it to visible */
div.container {display:none}

/*protection calculator*/
#protection_calculator_container{
	height:360px;
	width:495px;
}

#protection_calculator_container td,input{
font-size:12px !important;
}

#protection_calculator_container #top_part{
	height:180px;
	width:495px;
	float:left;
}

#protection_calculator_container #top_part_content{
	height:180px;
	width:495px;
	float:left;
	background-image:url(/posb/common/img/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#protection_calculator_container table#input_content{
	height:140px;
	width:465px;
	margin:20px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px !important;
	color:#4c4c4c;
}

#protection_calculator_container #bottom_part{
	height:43px;
	width:495px;
	float:left;
}

#protection_calculator_container #bottom_part_content{
	height:30px;
	width:495px;
	float:left;
	background-image:url(/posb/common/img/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

* html #protection_calculator_container #protection_menu table{
	height:100px;
	width:465px;
	margin:20px 15px 0px 15px;
}


#protection_calculator_container #protection_menu{
	height:130px;
	width:495px;
	float:left;
	background-image:url(/posb/common/img/result_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:12px !important;
	color:#4c4c4c;
	font-family:Arial, Helvetica, sans-serif;
	display:none;
	background-color:#f7f7f7;
}

#protection_calculator_container #protection_menu table{
	height:100px;
	width:465px;
	margin:20px 15px;
}

#protection_calculator_container #middle_part_bar{
	height:1px;
	width:460px;
	float:left;
	background-color:#e2e2e2;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}

#protection_calculator_container #pmt{
	height:16px;
	width:115px;
}
#protection_calculator_container #periods{
	height:22px;
	width:120px;
}

#protection_calculator_container #ComputeBtn{
	height:30px;
	width:95px;
	background-image:url(/posb/common/img/calculate_button.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	border:none;
	margin-right:15px;
}

#protection_calculator_container #email_btn, #print_btn, #contact_btn{
	height:25px;
	width:115px;
	border:none;
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
}

#protection_calculator_container #email_btn{
	background-image:url(/posb/common/img/email_btn.png);
	margin-top:5px;
	margin-left:20px;
	display:none;
}

#protection_calculator_container #print_btn{
	background-image:url(/posb/common/img/print_btn.png);
	margin:5px 10px 0px 30px;
	display:none;
}

#protection_calculator_container #contact_btn{
	background-image:url(/posb/common/img/contact_us_btn.png);
	margin-top:5px;
	margin-left:358px;
}

#protection_calculator_container #email_btn:hover, #print_btn:hover, #contact_btn:hover, #ComputeBtn:hover{
	cursor:pointer;
}

#protection_calculator_container #output{
	height:16px;
	width:115px;
	padding:2px 0px;
	border:1px solid #4c4c4c;
	font-weight:bold;
	color:#4c4c4c;
	font-size:12px !important;
	text-align:center;
}

#protection_calculator_container label#ec{
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px !important;
	font-weight:bold;
}

#protection_calculator_container td.monetary{
	font-weight:bold;
	color:#4c4c4c;
	font-size:12px !important;
}

#protection_calculator_container #big_disclaimer{
	height:auto;
	width:495px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#909090;
	margin-top:15px;
	margin-right:-3px;
}

#protection_calculator_container #image_text_above{
	height:190px;
	width:495px;
	background-image:url(/posb/common/img/coverage_text.png);
	float:left;
	margin-bottom:20px;
}

/* protection calculator close*/


/*  added for insurance revamp by Benson */
/* tabs from dbs mortgage */
	
	.gs-tabs {
	list-style:none;
	margin:20px 0 0 8px;
	display:inline-block;
	width:100%;
}
.gs-tabs li {
	list-style:none;
	margin:0;
	background:none;
	padding:0;
	background:url(/sg/personal/img/homeloans/largeTabs_l.jpg) top left no-repeat;
	float:left;
	display:inline;
	margin:0 !important;
	position:relative;
	z-index:1;
	top:2px;
	overflow:hidden;
	height:56px;
}
.gs-tabs a, .gs-tabs a:visited {
	font-family:Arial, Helvetica;
	font-size:13px;
	font-weight:bold;
	color:#000000 !important;
	background:url(/sg/personal/img/homeloans/largeTabs_r.jpg) top right no-repeat;
	display:block;
	float:left;
	padding:10px;
	text-align:center; /*max-width:102px; min-width:100px;*/
	padding-bottom:2010px;
	margin-bottom:-2000px;
	text-decoration:none;
}
.gs-tabs li.active {
	background-position:0 -120px;
	z-index:3;
	margin:5px 0 0px 0 !important;
}
.gs-tabs li.active a, .gs-tabs li.active a:visited {
	background-position:100% -120px;
	color:#003366 !important;
}
.tabsTitle_2col {
	width:340px !important;
}
.gs-tabs_2col {
	list-style:none;
	margin:20px 0 0 8px;
	display:inline-block;
	width:100%;
}
.gs-tabs_2col li {
	list-style:none;
	margin:0;
	background:none;
	padding:0;
	background:url(/sg/personal/img/homeloans/largeTabs_2col.jpg) top left no-repeat;
	float:left;
	display:inline;
	margin:0 !important;
	position:relative;
	z-index:1;
	top:2px;
	overflow:hidden;
	height:56px;
}
.gs-tabs_2col a, .gs-tabs_2col a:visited {
	font-family:Arial, Helvetica;
	font-size:13px;
	font-weight:bold;
	color:#000000 !important;
	background:url(/sg/personal/img/homeloans/largeTabs_r.jpg) top right no-repeat;
	display:block;
	float:left;
	padding:10px;
	text-align:center; /*max-width:102px; min-width:100px;*/
	padding-bottom:2010px;
	margin-bottom:-2000px;
	text-decoration:none;
}
.gs-tabs_2col li.active {
	background-position:0 -120px;
	z-index:3;
	margin:5px 0 0px 0 !important;
}
.gs-tabs_2col li.active a, .gs-tabs_2col li.active a:visited {
	background-position:100% -120px;
	color:#003366 !important;
}
/* START of Generic 3 column homeloan style tabs */
.gs-tabContent2 {
	width:548px;
	border-top:2px #dfdfdf solid;
	clear:both;
	position:relative;
	z-index: 2;
	overflow:hidden;
	overflow:hidden;
	background-color:#FFFFFF;
*zoom:1;
}
.gs-tabContent2 h3, .gs-tabContent2 h4 {
	margin-top:10px;
	color:#000000 !important;
	font-size:16px;
	font-weight:bold;
}
.gs-tabContent2 .activeArrow {
	position:absolute;
	left:138px;
	top:25px;
}
h2.pop {
	position:relative;
	background:url('/posb/common/img/pop-content2-top.gif');
	display:block;
	padding:0;
	margin:0 0 0 0;
	width:548px;
	height:30px;
}
h2.pop span {
	display:inline;
	float:left;
	padding:6px 4px;
	background-color:white;
	color:#666666;
	margin-left:12px;
	font-weight:bold;
	font-size:16px;
}
#insurance_landing {
position:relative;
margin:0px;
padding:0px;
background: url('/posb/img/insurance/travellershield/travellershield_bg.jpg') no-repeat;
width:548px;
}
#driveshield_landing {
position:relative;
margin:0px;
padding:0px;
background: url("/posb/img/insurance/driveshield/driveshield_bg.jpg") no-repeat;
width:548px;
}
#content2-rightSidebar {
	float:right;
	width:172px;
	margin:0 0 0px 0;
}
ul.content2RightTab {
	margin:0;
	line-height:1;
	display:inline-block;
	font-size:11px;
}
ul.content2RightTab li {
	list-style:none;
	background:none;
	margin:0 2px 0 0 !important;
	padding:0;
	display:inline;
	background:url(/posb/common/img/tabs_left.gif) 0 -78px no-repeat;
	float:left;
	position:relative;
	z-index:1;
	top:1px;
*zoom:1;
}
ul.content2RightTab a, ul.content2RightTab a:visited {
	color:#000000 !important;
	background:url(/posb/common/img/tabs_right.gif) 100% -78px no-repeat;
	padding:6px 5px 6px 3px;
	display:block;
	float:left;
	outline:none;
	text-decoration:none;
	position:relative;
	right:-2px;
*zoom:1;
}
ul.content2RightTab li.active a {
	font-weight:bold;
}
ul.content2RightTab li.active {
	/*background-position:0 0;*/
	background-position:0 -78px;
	margin-right:-4px !important;
	z-index: 3;
}
ul.content2RightTab li.active a, ul.content2RightTab li.active a:visited {
	/*background-position:100% 0;*/
	background-position:100% -78px;
}
ul.content2RightTab li.lastActive {
	margin-left:-4px !important;
}
ul.content2RightTab li.last a, ul.content2RightTab li.last a:visited {
	padding-left:6px;
}
ul.content2RightTab li.lastActive a, ul.content2RightTab li.lastActive a:visited {
	padding-left:3px;
}
.content2-tabContent {
	font-size:12px;
	background:url(/posb/common/img/content2_tabbg.jpg) bottom left no-repeat;
	padding:1px 10px 10px 5px;
	position:relative;
	z-index: 1;
*zoom:1;
	margin-bottom:20px;
}
.content2-tabContent div {
	background:url(/posb/common/img/content2_tabcorner.jpg) top right no-repeat;
	margin:-1px -10px -10px;
	padding:10px 5px 10px 10px;
}
.content2-tabContent h4 {
	color:#535353;
	background:#e6e6e6;
	padding:2px 4px;
	margin:0px 0 5px 0;
	font-size:11px;
	position:relative;
	line-height:14px;
}
.content2-tabContent p {
	margin:0 0 5px 0;
	padding:0 4px;
	color:#535353;
}
.content2-tabContent .content2-tabCorner {
	position:absolute;
	right:0;
	top:0;
}
.content2-tabContent p.note {
	border-top:1px #ccc solid;
	padding-top:5px;
	margin-top:10px;
}

/* generic bottombar starts */
.shadowSep {
	background:url(/sg/personal/img/homeloans/shadowSep.jpg) 50% -1px no-repeat;
	border-top:1px #dcdcdc solid;
	height:18px;
	margin:20px 0 10px 6px;
	clear:both;
}

.bottomnav_pop
{
width:548px;
height:auto;
margin-left:10px;
clear:both;
}
.bottomnav_poptop
{
width:548px;
height:11px;
background:url(/posb/common/img/content2_bottom_nav_top.gif) no-repeat bottom left;
}
.bottomnav_poptxt
{
position:relative;
background:url(/posb/common/img/content2_bottom_nav_bg.gif) repeat-y;
width:518px;
padding:0 0 0 30px;
margin:0;
overflow:auto;
}
.bottomnav_poplist {
float:left;
display:block;
width:250px;
height:auto;
font-size:11px;
}
.bottomnav_poplist ul {
margin:0;
padding:0 3px;
}
.bottomnav_poplist ul li {
margin:0;
}
.bottomnav_poplist ul li a, .bottomnav_poplist ul li a:visited {
font-size:10px;
font-family:arial;
color:#333333;
text-decoration:none;
}
.bottomnav_poplist ul li a:hover {
text-decoration:underline;
}

.bottomnav_popbot
{
clear:both;
background:url(/posb/common/img/content2_bottom_nav_bot.gif) no-repeat;
width:548px;
height:11px;
}

/* generic bottombar ends */

/* @group Call Insurance */
	

#CallInsurance {
	float:left;
	display:inline;
	padding:5px 10px 0px 65px;
	margin-bottom:6px;
	*zoom:1;
}

#CallInsurance.driveshield {

	background:url(/posb/img/insurance/driveshield/callinsurance.jpg) no-repeat; 
	width:100px; 
height:90px;	

}

#CallInsurance.travellershield {

	background:url(/posb/img/insurance/travellershield/callinsurance.jpg) top left no-repeat; 
	width:100px; 
height:75px;	

}

#CallInsurance.bbmtravel {

	background:url(/posb/img/insurance/travellershield/callinsurance.jpg) top left no-repeat; 
	width:100px; 
height:75px;	

}

#CallInsurance p {
	margin:0px 0px 4px 0px;
}
#CallInsurance p span {
	font-size:11px;
}
#CallInsurance span.blue {
	font-size:130%;
	line-height:15px;
	color:#003366;
}
#CallInsurance span.grey {
	color:#a3a3a3;
	font-size:9px;
	line-height:10px;
}
#CallInsurance a {
	display:inline-block;
	font-weight:bold;
	width:64px;
	padding:0 10px;
	line-height:16px;
	margin-bottom:1px;
	height:18px;
}
/* @end */
/* end of added for insurance by Benson */

/* Start of Investments - Treasury Products - Foreign Exchange, TRIBALDDB, Arie Ganapathi */

#foreignexchange .sideContent { background-color:#f7f7f7; padding:0; width:100%; }  
#foreignexchange .sideContent .toggler { padding:0 20px 20px 20px; }
/* TODO: Fix styles for table inside toggler */ 
#foreignexchange .toggler table { width:100% }
#foreignexchange .toggler table th, #foreignexchange .toggler table td { padding:4px 8px; text-align:center; }
#foreignexchange .toggler table th  { /*background-color:#ed1c24;*/ color:#ffffff; } 
#foreignexchange .toggler table td { background-color:#E5EAEF; } 
#foreignexchange .sideContent .toggler .tablenote { font-size:small; font-style:italic; margin-top:0; }
#foreignexchange .sideContent .toggler .listheader { margin-bottom:0; }
#foreignexchange .sideContent .toggler .underline { font-style:normal; text-decoration:underline; }
#foreignexchange .clear { clear:both; }
#foreignexchange .calltoaction { font-weight:bold; padding-top:10px; }


/* End of Investments - Treasury Products - Foreign Exchange, TRIBALDDB */

/* Start of sideContent, used by Investments - Treasury Products - Foreign Exchange, TRIBALDDB, Arie Ganapathi */

/* @end */
	
	/* @group .sideContent */
	
	.sideContent {
	float:left;
	width:555px;
	padding:0 0px 0 20px;
}
.sideContent h4 {
	color:#535353;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:0;
}
.sideContent h4 a, .sideContent h4 a:visited, .sideContent h4 a:hover {
	color:#535353 !important;
	text-decoration:none;
	display:block;
	background: url(/sg/personal/img/homeloans/toggle.gif) 5px 13px no-repeat;
	padding:10px 5px 10px 20px;
	outline:none;
	border-top:1px #b2b2b2 dashed;
	line-height:16px;
}
.sideContent h4.expanded a, .sideContent h4.expanded a:visited, .sideContent h4.expanded a:hover {
	background-position:5px -72px;
}
.toggler {
	padding:0 0 20px 20px;
}
.toggler h5 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px -15px;
	color:#535353;
	background:url(/sg/personal/img/homeloans/bullet_pale.jpg) left no-repeat;
	padding-left:15px;
}
.toggler ul, .toggler ol {
	margin-top:0 !important;
}
.toggler ol li {
	list-style:disc;
	background:none;
	padding-left:0;
	margin-left:20px !important;
}
.sideContent ol li {
	margin-bottom:5px !important;
}

/* End of sideContent, used by Investments - Treasury Products - Foreign Exchange, TRIBALDDB*/


div.cta_menu_button {
	float: right !important;
}
