/*
		______________________________________________________________________________________________

		Author:   Gert van Dijk (Fredhopper)
		Date:     December 2006
		______________________________________________________________________________________________

		This is the main CSS file for the ING Internet Top Bar with Horizontal and
		Left Hand Side (LHS) navigation.
		______________________________________________________________________________________________	

*/

/* Common
---------------------------------------------*/

body {
	background:#fff;
	color:#006;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%; /* all font sizes are related to this initial 'small' font-size setting (which is more or less 12pt) */
	/*min-width:730px; /* min- and max-width don't work in IE Win 6 and below */
	
	}
	
a { color:#006; }
a:hover { text-decoration:underline; }


/* Page Structure (layout)
---------------------------------------------*/

#pagewrapper { 
	margin:0 auto;
	max-width:953px;
	min-width:738px;
	padding: 0 2.5%;
	/*width: 90%;*/
}


#topbar, #lhs_nav, #content, #footer {
	overflow:hidden;
	display:inline-block;
	}
#topbar, #footer {
	width:100%;
	}
#topbar {
	margin:0 0 4px 0;
	height:106px;
	}
#lhs_nav {
	float:left;
	clear:left;
	margin: 0 9px 10px 0;
	min-width:200px; /* min-width doesn't work in IE Win 6 and below */
	width:23%;
	}
#content {
	float:left;
	margin:0 0 10px 0;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 10px;
	padding-bottom: 19px;
	/*width: 70.3%; /* Adjustments made with JS! */
	}
#footer {
	border-top:1px solid #CCC;
	padding-bottom:10px;
	padding-top: 3px;
	}

/* Topbar - top
---------------------------------------------*/

#title_logo {
	/*	border-bottom: 5px solid #F60;	*/
	margin:15px 0 3px 0;
	}
#title_logo h1 a { /* ING Logo */
	float:left;
	height:0;
	margin:0;
	padding:0 0 0 0; /* 32px is height of ING logo image */
	width:128px;
	height:42px;
	}
#title_logo h1 a:hover { text-decoration: none; }
#title_logo h2 { /* Business Descriptor */
	float:right;
	font-size:1.83em;
	font-weight:normal;
	padding-top:12px;
	text-transform:uppercase;
	}

/* Topbar - bottom
---------------------------------------------*/

#function_switches li {	float:left; }
#function_switches li a {
	background:transparent url(../images/orange_piper.gif) right 3px no-repeat;
	color:#666;
	font-size:0.92em;
	padding-right:8px;
	}
#function_switches li.last a {
	background:none;
	padding-right:0px;
	}
#function_switches li span {
	margin-right:8px;
	padding-right:0px;
	}
#function_switches li.last span {
	margin-right:49px;
	padding-right:0px;
	}
#lang_switch li { float: left; }
#lang_switch li a {
	background:transparent url(../images/orange_piper.gif) right 3px no-repeat;
	color:#666;
	font-size:0.92em;
	padding-right:9px;
	text-transform:uppercase;
	}
#lang_switch li.last a { background:none; }
#lang_switch li span { margin-right:8px; }
#lang_switch span.selected a { color:#F60; }
#lang_switch span.selected a:hover { text-decoration:none; }
#search {
	float:right;
	margin-top: 4px;
	}
#search fieldset { margin:0; padding:0; border:none; text-align: right; }
#search fieldset label { display:none; }
#search_form #searchterm {
	border: 1px solid #CCC;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding:1px 0 2px 5px;
	width:163px;
	}
#search_form #searchbutton {
	color:#788CC7;
	font-size:0.92em;
	font-weight:bold;
	padding-left:2px;
	}

/* Left Hand Side (LHS) navigation
---------------------------------------------*/

#lhs_menu {
	border-left:3px solid #f60;
	border-right:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

	/* level 1 */
#lhs_menu li {
	border-bottom:1px solid #e5e5e5;
	font-size:1.08em;
	padding-left:10px;
	}
#lhs_menu li.selected {	background:#fbf9f9;	}
#lhs_menu li a, #lhs_menu li span {
	background:transparent url(../images/arrow.gif) left 1em no-repeat;
	display:block;
	font-weight:bold;
	padding:7px 10px 7px 12px;
	}
#lhs_menu li.selected a, #lhs_menu li.selected span {
	background:transparent url(../images/arrow_down.gif) left 0.92em no-repeat;
	}
#lhs_menu li.selected_nosub span {
	background:transparent url(../images/arrow.gif) left 1em no-repeat;
	color:#f60;
	}

	/* level 2 */
#lhs_menu li.selected ul { margin:0 0 5px 0; }
#lhs_menu li.selected ul li {
	border-bottom:1px solid #fbf9f9;
	font-size:1em;
	line-height:1.2em;
	padding:6px 0 0 12px;
	}

	/* level 3 */
#lhs_menu li.selected ul li.selected ul { margin:0 0 4px 0; }
#lhs_menu li.selected ul li.selected ul li {
	border-bottom:1px solid #fbf9f9;
	font-size:0.92em;
	line-height:1.1em;
	padding:6px 0 0 12px;
	}
	
	/* level 4 */
#lhs_menu li.selected ul li.selected ul li.selected ul { margin:6px 0 0 0; }
#lhs_menu li.selected ul li.selected ul li.selected ul li {
	border-bottom:1px solid #fbf9f9;
	font-size:0.92em;
	line-height:1em;
	padding:3px 0 3px 10px;
	}
	
	/* links for level 2, 3 and 4 */
#lhs_menu li.selected ul a, #lhs_menu li.selected ul span {
	background:none;
	color:#666;
	display:block;
	font-weight:normal;
	padding:0;
	margin:0;
	}	
#lhs_menu li.selected ul span {	color:#f60; line-height:1.2em;}
	
/* Horizontal navigation
---------------------------------------------*/

#horiz_nav {
	background-color: #F60;
	margin-bottom: 10px;
	}

#horiz_nav li {
	float: left;
	position: relative;
	}

#horiz_nav li a {
	border-right: 1px solid #FFF;
	color: #FFF;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 7px 4px 8px;
	text-decoration: none;
	}

#horiz_nav li a:hover { background-color: #788CC7; }

/* Level 2 */

#horiz_nav ul {
	background-color: #FFF;
	border: 1px solid #788CC7;
	display: none;
	position: absolute;
	top: 26px;
	z-index: 99;
	}

#horiz_nav li.over ul { display: block; }

#horiz_nav ul li {
	display: inline;
	float: none;
	margin-bottom: 0;
	white-space: nowrap; /* Prevent wrapping of text inside the items */
	}

#horiz_nav ul li a {
	background: #FFF url(../images/horiz_nav_separator.gif) bottom left repeat-x;
	border: none;
	color: #666;
	display: block;
	font-weight: normal;
	padding: 3px 5px 4px 5px;
	}

#horiz_nav ul li.last a {
	background-color: #FFF;
	background-image: none;
	padding-bottom: 3px;
	}

#horiz_nav ul li a:hover {
	background-color: #788CC7;
	color: #FFF;
	}
	
#horiz_nav ul li span{
	background-color: #788CC7;
	color: #FFF;
	}

#horiz_nav li.selected {
	background-color: #788CC7;
	background-image: none;
}

#horiz_nav li.selected a{
	background-color: #788CC7;
	background-image: none;
}
#horiz_nav li.selected a:hover {
	background-color: #788CC7;
	color: #FFF;
	}
/* Content & Headers
---------------------------------------------*/
#content h3 { /* Title */
	color: #006;
	font-size:1.83em;
	font-weight: normal;
	margin-top:23px;
}

#content h4 { /* Header 1 */
	color: #333;
	font-size: 1.33em;
	font-weight: bold;
	margin-top:19px;
}

#content h5 { /* Header 2 */
	color: #F60;
	font-size: 1.17em;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top:23px;
}

#content h6 { /* Header 3 */
	color: #333;
	font-size: 1.08em;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top:13px;
}

#content h6.see_also {
	margin-top:29px;
}

#content span.h7 { /* Header 4 */
	color: #F60;
	display: block;
	font-size:1.08em;
	margin-bottom:3px;
	margin-top:13px;
}

#content td, #content p, #content ul, #content pre, #content abbr {
	color: #333;
}

#content{
	font-size: 1.08em;
	line-height: 18px;
/*	line-height: 16px;*/
}

#content p {
	margin-top: 1em;
}

#content ul {
	/*list-style: none;*/
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 3px;
}

#content li {
	/*background: url(../images/story_bullet.gif) 7px 0.5em no-repeat;*/
	margin-top: 0.08em;
	padding-left: 26px;
}

#content ul.linklist {
	list-style: none;
	margin-left: 0;
	margin-top: 3px;
}

#content ul.linklist li {
	background: none;
	padding-left: 0;
	padding-top: 2px;
}

#content ul.linklist li a {
	color: #39C;
	text-decoration: underline;
}

#content hr {
	background-color: #9CF;
	border: none;
	color: #9CF;
	display: block;
	height: 1px;
	margin: 29px 0 21px 0;
	padding: 0;
	width: 100%;
}

#content acronym {
	font-variant: normal;
}

#content ul.sitemap {
	/*list-style: none;*/
	font-size: small;
	margin-top: 6px;
	padding-bottom: 10px;
}

#content ul.sitemap li {
	/*background: url(../images/arrow.gif) 11px 5px no-repeat;*/
	line-height: 1em;
	margin-top: 3px;
	padding-left: 27px;
	padding-right: 10px;
}

#content ul.sitemap li a {
	color: #39C;
	font-size: small;
	text-decoration: underline;
}

#content ul.sitemap2 {
	list-style: none;
	margin-top: 6px;
	padding-bottom: 10px;
}

#content ul.sitemap2 li {
	background: url(../images/arrow.gif) 11px 5px no-repeat;
	line-height: 1em;
	margin-top: 3px;
	padding-left: 27px;
	padding-right: 10px;
}

#content ul.sitemap2 li a {
	color: #39C;
	font-size: small;
	text-decoration: underline;
}

#content ul.sitemap3 {
	list-style: none;
	margin-top: 6px;
	padding-bottom: 10px;
}

#content ul.sitemap3 li {
	background: url(../images/arr_white.gif) 11px 5px no-repeat;
	line-height: 1em;
	margin-top: 3px;
	padding-left: 27px;
	padding-right: 10px;
}

#content ul.sitemap3 li a {
	color: #39C;
	font-size: small;
	text-decoration: underline;
}

/* Module: RHS Jumpboxes
---------------------------------------------*/
#content div.rhs_jumpbox {
	background-color: #EFF4FA;
	width: 175px;
	text-align: left;
}

#content div.rhs_jumpbox span { /* Headerbar */
	background-color: #B4C3E1;
	color: #006;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px 10px 6px 11px;
}

#content div.rhs_jumpbox ul {
	list-style: none;
	margin-top: 6px;
	padding-bottom: 10px;
}


#content div.rhs_jumpbox ul li {
	background: url(../images/arrow.gif) 11px 5px no-repeat;
	line-height: 1em;
	margin-top: 3px;
	padding-left: 27px;
	padding-right: 10px;
}

#content div.rhs_jumpbox ul.contact li {
	background: none;
	line-height: 1em;
	margin-top: 3px;
	padding-left: 8px;
	padding-right: 5px;
}

#content div.rhs_jumpbox ul li a {
	color: #39C;
	font-size: 0.83em;
	text-decoration: underline;
}

#content div.rhs_jumpbox ul.contact li a {
	color: #39C;
	font-size: 0.83em;
	text-decoration: none;
}

#content div.rhs_jumpbox ul li a:link, #content div.rhs_jumpbox ul li a:hover, #content div.rhs_jumpbox ul li a:active, #content div.rhs_jumpbox ul li a:visited { text-decoration: underline; color: #39C; }

#content p a, #content ul li a {
	text-decoration: underline;
}

#content p a:hover, #content ul li a:hover {
	text-decoration: none;
}

/* Footer
---------------------------------------------*/

#footer_links li { float:left; }
#footer_links li a {
	background:transparent url(../images/blue_piper.gif) right 3px no-repeat;
	color:#39C;
	font-size:0.92em;
	height:0.92em;
	margin-right:7px;
	padding-right:7px;
	}
#footer_links li.last a {
	background:none;
	padding-right:0;
	}
#footer_links li.last { margin-right:49px; }
#copyright {
	color: #999;
	float:right;
	font-size:0.92em;
	padding-top: 1px;
	}
	
	/* Module: Index
---------------------------------------------*/

#main div.mainv img {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#main div.rhs_imgbox {
	float: right;
	width: 248px;
	margin-bottom: 10px;
}

#main div.rhs_imgbox span { /* Headerbar */
	background-color: #B4C3E1;
	color: #006;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 5px 10px 6px 11px;
}

#main div.srv_content span { /* Headerbar */
	background-color: #B4C3E1;
	margin-bottom: 2px;
	color: #006;
	display: block;
	font-weight: bold;
	padding: 5px 10px 6px 11px;
}

#main div.srv_content img{
	margin-bottom: 0px;
}

#main div.srv_content img.left_banner{
	margin-right: 0px;
}

#main div.srv_content ul {
	list-style: none;
	margin-top: 0px;
	padding-bottom: 5px;
}

#main div.srv_content ul li {
	background: url(../images/arr.gif) 5px 5px no-repeat;
	background-color:#EFF4FA;
	line-height: 1em;
	color: #006;
	display: block;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 17px;
	padding-right: 0px;
}

#main div.pub_content{
	margin-left: 10px;
	margin-right: 5px;
}

#main div.pub_content span { /* Headerbar */
	background-color: #B4C3E1;
	margin-bottom: 2px;
	color: #006;
	display: block;
	font-weight: bold;
	padding: 5px 10px 6px 11px;
}

#main div.pub_content ul {
	list-style: none;
	margin-top: 4px;
	padding-bottom: 4px;
}

#main div.pub_content ul li {
	background: url(../images/bullet.gif) 11px 5px no-repeat;
	line-height: 1em;
	color: #006;
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 27px;
	padding-right: 10px;
}

#main div.display_date {
	color: #999999;
}


#main div.pub_content td.dateFormat{
	vertical-align:top;
	color:#999;
	font-weight:normal;
	font-size:10pt;
	padding-top:5px;
	padding-left:0px;
}