/* ===============================================
title: 		brochureware.css
purpose: 
 - defines tcm branding colours, borders, images
 - defines Immediacy editor styles
=============================================== */

/* basic layout
=============================================== */

/* page main */
div#page-main { }

/* banner */
div#contentbanner {
	width: 100%;
	height: 119px;
	background: transparent url(/templates/default/media/images/header-bg-blue.jpg) no-repeat top left;	
	padding: 0;
	*margin-top: 10px;
}
div#contentbanner-jisa {
	width: 100%;
	height: 119px;
	background: transparent url(/templates/default/media/images/tcm-interstitial-bg-juniorisa.jpg) no-repeat top left;	
	padding: 0;
	*margin-top: 10px;
}
div#contentbanner-landing {
	width: 100%;
	height: 119px;
	background: transparent url(/templates/default/media/images/header-bg-orange.jpg) no-repeat top left;	
	padding: 0;
	*margin-top: 10px;
}
div#contentbanner-news {
	width: 350px;
	padding: 0;
	/*margin-top: 10px;*/
	float: left;
}
div#contentbanner-news h1
{
	color: #0099FF;
	margin: 20px 0 20px 0; 
	padding-left: 20px;
	font-size: 2.6em;
	font-weight: bold;
}

h1.article
{
	color: #0099FF;
	font-size: 2.6em;
	font-weight: bold;
	margin: 30px 0 35px 0;
	padding-left: 20px;
}

div#contentbanner h1, div#contentbanner-landing h1, div#contentbanner-jisa h1,
.heading-banner1 {
	padding: 15px 0 0 35px;
	font-size: 2.6em;
	font-weight: bold;
	color: #fff;
}
div#contentbanner h2, div#contentbanner-landing h2, div#contentbanner-jisa h2,
.heading-banner2 {
	margin: 10px 0 0 35px;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;	
}
div#contentbanner .h1holder, div#contentbanner-landing .h1holder, div#contentbanner-jisa .h1holder {
	margin: 25px 0 0 35px;
}
div#contentbanner .content-banner-image, div#contentbanner-landing .content-banner-image, div#contentbanner-jisa .content-banner-image {
	float: right;
	width: 250px;
	height: 119px;
	margin: 0;
	text-align: right;
	overflow: hidden;
}
div#contentbanner-standard {
	width: 100%;
	height: 71px;
	background: transparent url(/templates/default/media/images/header-bg-blue-small.jpg) no-repeat top left;	
	padding: 0;
}
div#contentbanner-jisa-standard {
	width: 100%;
	height: 71px;
	background: transparent url(/templates/default/media/images/header-bg-juniorisa.jpg) no-repeat top left;	
	padding: 0;
}
div#contentbanner-standard h1, div#contentbanner-jisa-standard h1, .heading-banner1 {
	padding: 15px 0 0 35px;
	font-size: 2.6em;
	font-weight: bold;
	color: #fff;
}
div#contentbanner-standard h2, div#contentbanner-jisa-standard h2, .heading-banner2 {
	margin: 10px 0 0 35px;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;	
}
div#contentbanner-standard .h1holder, div#contentbanner-jisa-standard .h1holder {
	margin: 25px 0 0 35px;
}
div#contentbanner-standard div#content-banner-image, div#contentbanner-jisa-standard div#content-banner-image {
	float: right;
	width: 250px;
	height: 119px;
	margin: 0;
	text-align: right;
}	
div#contentbanner-standard-insurance {
	width: 100%;
	height: 71px;
	background: transparent url(/templates/default/media/images/header-bg-orange-small.jpg) no-repeat top left;	
	padding: 0;
}
div#contentbanner-standard-insurance h1, .heading-banner-insurance1 {
	padding: 18px 0 0 34px;
	font-size: 2.6em;
	font-weight: bold;
	color: #fff;
}
div#contentbanner-standard-insurance h2, .heading-banner-insurance2 {
	margin: 10px 0 0 34px;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;	
}
div#contentbanner-standard-insurance .h1holder-insurance {
	margin: 25px 0 0 34px;
}
div#contentbanner-standard-insurance div#content-banner-image {
	float: right;
	width: 250px;
	height: 119px;
	margin: 0;
	text-align: right;
}
div#content-tc {
	padding-left:32px;
	width:771px;	
}

/* end: banner */
/*Expanding menu
----------------------------------*/
div#secondary-navigation {
	width: 175px;
	float: left;
	display: block;
	padding: 46px 15px 0 0;
	margin: 14px 0 0 0;
			
}
* html div#secondary-navigation {
	width: 175px;
	float: left;
	display: block;
	padding: 40px 15px 0 0;
	margin: 0 0 0 0;
}
div#secondary-navigation a {
	display: block;
}
div#secondary-navigation  div.item-1 {
	padding: 7px 0 7px 12px;
	border-bottom: 1px solid #ddd;	
	text-decoration: none;
	margin: 0;
}
div#secondary-navigation  div.item-2 {
	padding: 7px 0 7px 24px;
	border-bottom: 1px solid #ddd;	
	text-decoration: none;
}
div#secondary-navigation  div.item-1 a:hover {
}
div#secondary-navigation  div.item-2 a:hover {
}
div#secondary-navigation  div.item-1 a {
	background: transparent url(/templates/default/media/images/arrow-left.gif) no-repeat 0px 4px;
	margin: 2px 4px 2px 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-weight: bold;
}
div#secondary-navigation  div.item-2 a {
	background: transparent url(/templates/default/media/images/white-arrow.gif) no-repeat -2px 4px;
	margin: 2px 4px 0 0;
	padding: 0 0 0 12px;
	border: none; /* override */
	text-decoration: none;
}
div#secondary-navigation  div.item-1-has-children {
	background: url(/templates/default/media/images/menu-bg.gif) no-repeat;
}					
div#secondary-navigation  div.item-1-has-children a {
	background: transparent url(/templates/default/media/images/arrow-down.gif) no-repeat 0px 4px;
}					
div#secondary-navigation  div.item-1-no-children
{
	background: url(/templates/default/media/images/menu-bg.gif) no-repeat 0px -1px;
}
div#secondary-navigation  div.item-2-no-children { }
div#secondary-navigation  div.item-2 a.selected {
	background: transparent url(/templates/default/media/images/arrow-left.gif) no-repeat 0px 4px;
}
div#secondary-navigation  div.item-1-no-children a.selected { }
div#secondary-navigation  div.item-1-has-children a.selected { }
/* end: menu */

/* breadcrumb trail*/
div#breadcrumbs {
	width: 100%;
	padding: 1.5em 0 10px 0;
	color: #5D8AB3;
	font-size: 95%;
}
*html div#breadcrumbs {
	width: 100%;
	padding: 1.5em 0 10px 0;
	color: #5D8AB3;
}
div#breadcrumbs #breadcrumb-marker {
	color: #555;	
}
div#breadcrumbs a {
	text-decoration: none;	
}
div#breadcrumbs a:hover {
	text-decoration: none;	
}
#bg-bottom {
	background: transparent url(/templates/default/media/images/home/bg.jpg) no-repeat bottom center;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #AFD5E2;
	float: left;
}
#bg-bottom-footer {
	background: transparent url(/templates/default/media/images/home/bg.jpg) no-repeat bottom center;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #AFD5E2;
	float: left;
	margin-left: 110px;
	_margin-left: 60px;
}
#bg-bottom-product {
	background: transparent url(/templates/default/media/images/home/bg.jpg) no-repeat bottom center;
	width: 997px;
	height: 100px;
	padding-left: 200px;
	float: left;
}		        
* html #bg-bottom-product {
	background: transparent url(/templates/default/media/images/home/bg.jpg) no-repeat bottom center;
	width: 997px;
	height: 200px;
	margin-left: 100px;
}
/* end: breadcrumb trail*/
	
/* standard template
/* templates
=============================================== */

/* interstitial template
----------------------------------------------- */

body.interstitial-page {
	width: 100%;	
} 
body.interstitial-page div#page-content { }
body.interstitial-page div#content {
	float: left;
	width: 806px;
}
body.interstitial-page div#content-body, 
body.interstitial-page div#content-jisa-body {
	width: 457px;
	_width: 454px;
	z-index: 10;
}
body.interstitial-page div#content-body h2,
.interstitialheading2 {
	background: transparent url(/templates/default/media/images/tcm-interstital-bg2.jpg) no-repeat top left;
	color: #003366;
	font-size: 1.8em;
	padding: 20px 0 18px 20px;
	*margin: 20px 0 10px 0;
	_margin: 0 30px 0 0px;
	_padding: 30px 0 0 0px;
}
*html body.interstitial-page div#content-body h2 {
	height: 58px;
	color: #003366;
	font-size: 1.8em;
	padding: 30px 0 0 20px;
	margin: 20px 0 0 0;
}
body.interstitial-page div#content-body h2.interstitial {
	background:transparent;
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 60px 0 20px;
	padding: 20px 0 0 0;
	color: #0099FF;
}
body.interstitial-page div#content-jisa-body h2,
.interstitialjisaheading2 {
	background: transparent url(/templates/default/media/images/tcm-interstital-jisa-bg.jpg) no-repeat top left;
	color: #003366;
	font-size: 1.8em;
	padding: 30px 0 15px 20px;
	*margin: 20px 0 0 0;
	*padding: 20px 20px 30px 20px;
	_margin: 0 30px 0 0px;
	_padding: 30px 0 0 0px;
}
*html body.interstitial-page div#content-jisa-body h2 {
	height: 58px;
	color: #003366;
	font-size: 1.8em;
	padding: 30px 0 0 20px;
	margin: 20px 0 0 0;
}
body.interstitial-page div#content-body h3,
body.interstitial-page div#content-jisa-body h3,
.interstitialheading3 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 8px 60px 0 20px;
	color: #0099FF;
}
body.interstitial-page div#content-body div.header-interstitial,
body.interstitial-page div#content-jisa-body div.header-interstitial,
.header-interstitial {
	background: transparent url(/templates/default/media/images/bullet-present.gif) no-repeat top left;
	font-weight: bold;
	margin: 20px 25px 0 20px;
	padding: 0 0 0 25px;
	height: 17px;
	color: #444444;
}
body.interstitial-page div#content-body div.header-present-interstitial,
body.interstitial-page div#content-jisa-body div.header-present-interstitial,
.header-present-interstitial {
	background: transparent url(/templates/default/media/images/bullet-present.jpg) no-repeat top left;
	font-weight: bold;
	margin: 20px 25px 0 20px;
	padding: 0 0 0 25px;
	height: 17px;
	color: #444444;
}	
body.interstitial-page div#content-body .inter-motivator,
.inter-motivator {
	color: #0099FF;
	font-size: 1.5em;
	font-weight: bolder;
	padding: 0 20px 0 20px;
	margin: -20px 0 0 0;
	*margin: 0 0 0 0;
	_margin: -10px 0 0 0;
	display: block;
}
* html body.interstitial-page div#content-body .inter-motivator {
	color: #0099FF;
	font-size: 1.5em;
	font-weight: bolder;
	padding: 0 0 0 20px;
	display: block;
}
body.interstitial-page div#content-jisa-body .inter-jisa-motivator,
.inter-jisa-motivator {
	color: #558903;
	font-size: 1.5em;
	font-weight: bolder;
	padding: 0 0 0 20px;
	margin: -27px 0 0 0;
	display: block;
}
* html body.interstitial-page div#content-jisa-body .inter-jisa-motivator {
	color: #558903;
	font-size: 1.5em;
	font-weight: bolder;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	display: block;
}
body.interstitial-page div#content-body .youngster-bond,
body.interstitial-page div#content-jisa-body .youngster-bond,
.youngster-bond {
	background: transparent url(/templates/default/media/images/other-family-products-car.jpg) no-repeat top left;
	height: 76px;
	color: #d58a08;
	*margin: 20px 0 0 0;
	_margin: 0 0px 0 0px;
	_padding: 30px 0 0 20px;
}
body.interstitial-page div#content-body .youngster-medium,
body.interstitial-page div#content-jisa-body .youngster-medium,
.youngster-medium {
	font-size: 1.8em;
	font-weight: 700;
	margin:10px 0 10px 20px;
	padding:10px 0 0;
	_padding: 0 0 0 0;
	_margin: -10px -20px 0 0;
	display: block;
}
body.interstitial-page div#content-body .youngster-small,
body.interstitial-page div#content-jisa-body .youngster-small,
.youngster-small {
	font-size: 1.3em;
	*font-size: 1.2em;
	font-weight: 700;
	margin: 11px 0 10px 20px;
	_padding: 0 0 0 0;
	_margin: 5px -20px -10px 0;
	display: block;
}
body.interstitial-page div#content-body .youngster-bond-button,
body.interstitial-page div#content-jisa-body .youngster-bond-button,
.youngster-bond-button {
	background: transparent url(/templates/default/media/images/signpost-button-GoldBrown.gif) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 10px;
	height: 29px;
	display: block;
	_padding-left:20px;
	width: 211px;
}
body.interstitial-page div#content-body .youngster-bond-button a,
body.interstitial-page div#content-jisa-body .youngster-bond-button a,
.youngster-bond-button-link {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #d58a08;
}
body.interstitial-page div#content-body .youngster-bond-button a,
body.interstitial-page div#content-jisa-body .youngster-bond-button a {
	text-decoration: underline;
}
body.interstitial-page #content-body p.interstitial, .p-interstitial {
	padding: 12px 10px 0px 20px;
	display: block;
	margin: 5px 20px 10px 25px;
}
			/***************************/
			
body.interstitial-page div#content-body .medical,
body.interstitial-page div#content-jisa-body .medical,
.medical {
	background: transparent url(/templates/default/media/images/other-family-products-dr.jpg) no-repeat top left;
	height: 76px;
	color: #129078;
	*margin: 20px 0 0 0;
	_margin: 0 0px 0 0px;
	_padding: 30px 0 0 20px;
}
			
body.interstitial-page div#content-body .medical-medium,
body.interstitial-page div#content-jisa-body .medical-medium,
.medical-medium {
	font-size: 1.8em;
	font-weight: 700;
	margin:10px 0 10px 20px;
	padding:10px 0 0;
	_padding: 0 0 0 0;
	_margin: -10px -20px 0 0;
	display: block;
}
			
body.interstitial-page div#content-body .medical-small,
body.interstitial-page div#content-jisa-body .medical-small,
.medical-small {
	font-size: 1.3em;
	*font-size: 1.2em;
	font-weight: 700;
	margin: 11px 0 10px 20px;
	_padding: 0 0 0 0;
	_margin: 5px -20px -10px 0;
	display: block;
}
				
body.interstitial-page div#content-body .medical-bond-button,
body.interstitial-page div#content-jisa-body .medical-bond-button,
.medical-bond-button {
	background: transparent url(/templates/default/media/images/signpost-button-Teal.gif) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 10px;
	height: 29px;
	display: block;
	_padding-left:20px;
	width: 211px;
}

body.interstitial-page div#content-body .medical-bond-button a,
body.interstitial-page div#content-jisa-body .medical-bond-button a
.medical-bond-button-link {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #129078;
}
			
body.interstitial-page div#content-body .medical-bond-button a:hover,
body.interstitial-page div#content-jisa-body .medical-bond-button a:hover {
	text-decoration: underline;
}
			
			/***************************/	

body.interstitial-page div#content-body p,
body.interstitial-page div#content-jisa-body p,
.paragraph {
	padding: 0 10px 0 20px;
	display: block;
	margin: 11px 0 11px 0;
	*margin: 20px 0 0 0;
	_margin: -20px 0 0 0;
}
* html body.interstitial-page div#content-body p,
* html body.interstitial-page div#content-jisa-body p {
	padding: 0 10px 10px 20px;
	display: block;
	margin: 20px 0 0 0;
}			
body.interstitial-page div#content-body .button-blue,
body.interstitial-page div#content-jisa-body .button-blue,
.button-blue {
	background: transparent url(/templates/default/media/images/interstitial-button-blue.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 10px;
	height: 29px;
	display: block;
	_padding-left:20px;

}
body.interstitial-page div#content-body .button-blue a,
body.interstitial-page div#content-jisa-body .button-blue a,
.button-blue-link {
	text-align: center;
	height: 29px;
	padding: 0.6em 0 0 40px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
body.interstitial-page div#content-body .button-blue a:hover,
body.interstitial-page div#content-jisa-body .button-blue a:hover {
	text-decoration: underline;					
}
body.interstitial-page div#content-body .button-pink,
body.interstitial-page div#content-jisa-body .button-pink {
	background: transparent url(/templates/default/media/images/button-moreinformation-pink.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
	width: 178px;
}
body.interstitial-page div#content-body .button-pink a,
body.interstitial-page div#content-jisa-body .button-pink a {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
body.interstitial-page div#content-body .button-pink a:hover,
body.interstitial-page div#content-jisa-body .button-pink a:hover {
	text-decoration: underline;	
}
body.interstitial-page div#content-body .button-green,
body.interstitial-page div#content-jisa-body .button-green,
.button-green {
	background: transparent url(/templates/default/media/images/button-apply-juniorisa.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
	width: 178px;
}
body.interstitial-page div#content-body .button-green a,
body.interstitial-page div#content-jisa-body .button-green a,
.button-green-link {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
body.interstitial-page div#content-body .button-green a:hover,
body.interstitial-page div#content-jisa-body .button-green a:hover {
	text-decoration: underline;	
}	
body.interstitial-page div#content-body .button-pink-long,
body.interstitial-page div#content-jisa-body .button-pink-long {
	background: transparent url(/templates/default/media/images/interstitial-button-pink.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
	width: 248px;
}
body.interstitial-page div#content-body .button-pink-long a,
body.interstitial-page div#content-jisa-body .button-pink-long a {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
body.interstitial-page div#content-body .button-pink-long a:hover,
body.interstitial-page div#content-jisa-body .button-pink-long a:hover {
	text-decoration: underline;
}
body.interstitial-page div#content-body .button-green-long,
body.interstitial-page div#content-jisa-body .button-green-long,
.button-green-long {
	background: transparent url(/templates/default/media/images/interstitial-button-juniorisa.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
	width: 248px;
	padding: 0 !important;
}
body.interstitial-page div#content-body .button-green-long a,
body.interstitial-page div#content-jisa-body .button-green-long a,
.button-green-long-link {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
body.interstitial-page div#content-body .button-green-long a:hover,
body.interstitial-page div#content-jisa-body .button-green-long a:hover {
	text-decoration: underline;
}
body.interstitial-page div#content-body div.books, body.interstitial-page div#content-jisa-body div.books, .books {
	background: transparent url(/templates/default/media/images/whychoose-experts.jpg) no-repeat top left;	
}
body.interstitial-page div#content-body div.medal, body.interstitial-page div#content-jisa-body div.medal, .medal {
	background: transparent url(/templates/default/media/images/whychoose-marketleaders.jpg) no-repeat top left;	
}
body.interstitial-page div#content-body div.partner, body.interstitial-page div#content-jisa-body div.partner, .partner {
	background: transparent url(/templates/default/media/images/whychoose-ourpartners.jpg) no-repeat top left;	
}
body.interstitial-page div#content-body div.awards, body.interstitial-page div#content-jisa-body div.awards, .awards {
	background: transparent url(/templates/default/media/images/whychoose-awards.jpg) no-repeat top left;	
}
body.interstitial-page div#content-body div.computer, body.interstitial-page div#content-jisa-body div.computer, .computer {
	background: transparent url(/templates/default/media/images/whychoose-laptop.jpg) no-repeat top left;	
}
body.interstitial-page div#content-body div.title-reasons,
body.interstitial-page div#content-jisa-body div.title-reasons,
.title-reasons {
	color:#444444;
	font-weight:bold;
	height:17px;
	margin:20px 0 0 50px;
	padding:0 0 10px 25px;
}
body.interstitial-page div#content-body p.reasons,
body.interstitial-page div#content-jisa-body p.reasons,
.reasons {
	margin:  0px 0 0 50px;
	padding: 0 0px 0 25px;
	display: block;
}
/* Standard template
----------------------------------------------- */

body.standard-page {
	width: 100%;	
}
body.standard-page div#page-content { }
body.standard-page div#content {
	float: left;
	width: 806px;
}
body.standard-page div#content-body {
	width: 550px;
	_width: 520px;
}
body.standard-page div#content-body h2,
.standardheading2 {
	height: 15px;
	color: #0099FF;
	font-size: 1.5em;
	*font-size: 1.5em;
	margin: 20px 10px 30px 20px;
}
body.standard-page div#content-body h2.standard {
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 60px 0 20px;
	padding: 20px 0 0 0;
	color: #444444 ;
}
body.standard-page div#content-body h3,
.standardheadingh3 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 8px 60px 0 20px;
	color: #444444 ;
}
body.standard-page div#content-body p.literature,
.pliterature {
	display: block;
	margin: 20px 10px 30px 20px;
	*margin: 0px 0 20px 105px;
}
			
body.standard-page div#content-body img.literature,
.imgliterature {
	float: left;
	margin: 3px 7px 0 0;	
	*margin: 20px 7px 0 0;
}
body.standard-page div#content-body p,
div#content-body-footer p {
	display: block;
	margin: 35px 10px 30px 20px;
}
body.standard-page div#content-body .image,
.standard-image {
	padding: 25px 10px 0 20px;	
}
body.standard-page div#content-body .separation-bar,
.separation-bar {
	background: url(/templates/default/media/images/hr.jpg) repeat-x;
	height: 7px;
}
body.standard-page div#content-body .list,
.list {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 30px;
	font-weight: bold;
}
body.standard-page div#content-body .button-blue,
.button-blue {
	background: transparent url(/templates/default/media/images/interstitial-button-blue.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 10px;
	height: 29px;
	display: block;
	width: 248px;
}
body.standard-page div#content-body .button-blue a,
.button-blue-link {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
body.standard-page div#content-body .button-blue a:hover {
	text-decoration: underline;
}
body.standard-page div#content-body .button-green-long {
	background: transparent url(/templates/default/media/images/interstitial-button-juniorisa.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
	width: 248px;
}
body.standard-page div#content-body .button-green-long a {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
body.standard-page div#content-body .button-green-long a:hover {
	text-decoration: underline;
}
body.standard-page div#content-body .button-orange-long,
.button-orange-long {
	background: transparent url(/templates/default/media/images/interstitial-button-orange.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 10px;
	height: 30px;
	display: block;
	width: 248px;
}
body.standard-page div#content-body .button-orange-long a,
.button-orange-long-link {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF !important;
}
body.standard-page div#content-body .button-orange-long a:hover {
	text-decoration: underline;					
}
body.standard-page div#content-body .button-orange-small,
.button-orange-small {
	background: transparent url(/templates/default/media/images/button-orange-small.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 10px;
	height: 31px;
	display: block;
	width: 149px;
}
body.standard-page div#content-body .button-orange-small a,
.button-orange-link-small {
	text-align: center;
	height: 31px;
	padding-top: 0.8em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF !important;
}
body.standard-page div#content-body .button-orange-small a:hover {
	text-decoration: underline;
}
body.standard-page div#content-body .button-pink-long,
.button-pink-long {
	background: transparent url(/templates/default/media/images/interstitial-button-pink.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
	width: 248px;
}
body.standard-page div#content-body .button-pink-long a,
button-pink-ling-link {
	text-align: left;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
body.standard-page div#content-body .button-pink-long a:hover {
	text-decoration: underline;
}	
body.standard-page div#content-body .button-green-long,
.button-green-long {
	background: transparent url(/templates/default/media/images/interstitial-button-juniorisa.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 10px;
	height: 30px;
	display: block;
	width: 248px;
}
body.standard-page div#content-body .button-green-long a,
.button-green-long-link {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF !important;
}
body.standard-page div#content-body .button-green-long a:hover {
	text-decoration: underline;					
}
body.standard-page div#content-body .button-green-small,
.button-green-small {
	background: transparent url(/templates/default/media/images/button-apply-juniorisa.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 10px;
	height: 31px;
	display: block;
	width: 149px;
}
body.standard-page div#content-body .button-green-small a,
.button-green-link-small {
	text-align: center;
	height: 31px;
	padding-top: 0.8em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF !important;
}
body.standard-page div#content-body .button-green-small a:hover {
	text-decoration: underline;
}

		
/* standard iframe
----------------------------------------------- */

body.standard-iframe-page {
	width: 100%;	
}
body.standard-iframe-page div#page-content { }
body.standard-iframe-page div#content {
	float: left;
	width: 806px;
}
body.standard-iframe-page div#content-iframe {
	width: 600px;
	_width: 600px;
}
body.standard-iframe-page div#content-body,
body.standard-iframe-page div#content-body2 {
	width: 550px;
	_width: 540px;
}
body.standard-iframe-page div#content-body h2,
body.standard-iframe-page div#content-body2 h2,
.standardheading2 {
	height: 15px;
	color: #0099FF;
	font-size: 1.8em;
	padding: 0 0 0 20px;
}
body.standard-iframe-page div#content-body h3,
body.standard-iframe-page div#content-body2 h3,
.standardheadingh3 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 8px 60px 0 20px;
	color: #444444 ;
}
body.standard-iframe-page div#content-body p,
body.standard-iframe-page div#content-body2 p {
	display: block;
	margin: 20px 10px 30px 20px;
}
body.standard-iframe-page div#content-body .image,
body.standard-iframe-page div#content-body2 .image,
.standard-image {
	padding: 25px 10px 0 20px;	
}
body.standard-iframe-page div#content-body .separation-bar,
body.standard-iframe-page div#content-body2 .separation-bar,
.separation-bar {
	background: url(/templates/default/media/images/hr.jpg) repeat-x;
	height: 7px;
}
body.standard-iframe-page div#content-body .list,
.list {
	margin: 0 16px 30px 16px;
	font-weight: bold;
}
body.standard-iframe-page div#content-body .button-blue,
body.standard-iframe-page div#content-body2 .button-blue,
.button-blue {
	background: transparent url(/templates/default/media/images/interstitial-button-blue.jpg) no-repeat top left;	
	margin: 0 0 20px 20px;
	*margin-top: 10px;
	height: 29px;
	display: block;
	width: 248px;
}
body.standard-iframe-page div#content-body .button-blue a,
body.standard-iframe-page div#content-body2 .button-blue a,
.button-blue-link {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
body.standard-iframe-page div#content-body .button-blue a:hover,
body.standard-iframe-page div#content-body2 .button-blue a:hover {
	text-decoration: underline;	
}
/* end: standard iframe 
----------------------------------------------- */

/* standard content furniture
----------------------------------------------- */

body.standard-furniture-page {
	width: 100%;	
}
body.standard-furniture-page div#page-content { }
body.standard-furniture-page div#content {
	float: left;
	width: 806px;
}
body.standard-furniture-page div#content-body {
	width: 550px;
	_position: relative;
}
body.standard-furniture-page div#content-body h2,
.furnitureheadingh2 {
	height: 58px;
	color: #003366;
	font-size: 1.8em;
	_font-size: 1em;
	padding: 30px 0 0 20px;	
	_padding: 30px 0 10px 20px;	
}
body.standard-furniture-page div#content-body h3,
.furnitureheadingh3 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 8px 60px 0 20px;
	padding: 10px 0 0 0;
	color: #0099FF;
}
body.standard-furniture-page div#content-body p {
	display: block;
	margin: 30px 10px 20px 20px;
	clear: inherit;
}
body.standard-furniture-page div#content-body .standard-motivator,
.standard-motivator {
	float: right;
	color: #0099FF;
	font-size: 1.5em;
	font-weight: bolder;
	display: block;
	width: 360px;
	_width: 350px;
}
body.standard-furniture-page div#content-body .right-text,
.right-text {
	float: right;
	display: block;
	width: 205px;
}
body.standard-furniture-page div#content-body .separation-bar,
.separation-bar {
	background: url(/templates/default/media/images/hr.jpg) repeat-x;
	height: 7px;
}
body.standard-furniture-page div#content-body .image,
.image {
	padding: 23px 10px 0 20px;
	_margin: 10px 0 40px 0;	
}
.calculator {
	margin: 0 0 0 100px;
}

/* Testimonial/Quote block 
------------------------------------- */
.quote {
	width:80%;
	background: url(../media/images/quoteUp.gif);
	background-position: 15px 10px;
	background-repeat: no-repeat;
	background-color:#ECF6FC;
	padding:20px 10px 12px 50px;
	*padding: 10px 10px 12px 50px;
	_padding: 10px 10px 12px 50px;
	margin: 57px 20px;
	*margin: 50px 40px 0 15px;
	_margin: 50px 40px 0 15px;
}
.quote .header { }
.quote .caption {
	background: url(../media/images/quoteDown.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top:10px;
	color:#003A6F;
}
.quoteMainHeader {
	color:#003A6F;
	font-weight:bold;
}

/* End: Testimonial/Quote block 
----------------------------------------------- */

/* product main
----------------------------------------------- */

body.product-main-page {
	width: 100%;	
}
body.product-main-page div#page-content {
	height:1000px;
}
body.product-main-page div#content {
	float: left;
	width: 806px;
}
body.product-main-page div#content-body h2 {
	color: #003366;
	font-size: 1.6em;
	_font-size: 1.7em;
	padding: 0px 0 0 20px;
}
body.product-main-page div#content-body h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 8px 60px 0 20px;
	color: #0099FF;
}
body.product-main-page div#content-body .Mainh3BBC {
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 0px 0 20px;
	color: #3E939A;
}
body.product-main-page div#content-body .motivator,
.main-product-motivator {
	color: #0099FF;
	font-size: 1.5em;
	font-weight: bolder;
	display: block;
	margin: 30px 12px 30px 12px; 
    *margin: 30px 12px 30px 12px;
}
body.product-main-page div#content-body  p {
	padding: 0 10px 0 20px;
	display: block;
	margin: 20px 0 0 0;
}
body.product-main-page div#content-body .button-blue {
	background: transparent url(/templates/default/media/images/button-moreinformation.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 20px;
	height: 29px;
	display: block;
	width: 178px;
}
*html body.product-main-page div#content-body .button-blue {
	background: transparent url(/templates/default/media/images/button-moreinformation.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 29px;
	display: block;
	width: 178px;
}
body.product-main-page div#content-body .button-blue a {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
body.product-main-page div#content-body .button-blue a:hover {
	text-decoration: underline;
}
body.product-main-page div#content-body .productButtonHolder {
	position:absolute;
	top:580px;
	*top:550px;
	width: 254px;
	margin: 0 0 0 10px;
}
body.product-main-page div#content-body .keyFactHolder {
	position:absolute;
	top:660px;
}
body.product-main-page div#content-body .key-fact,
.key-fact {
	background: transparent url(/templates/default/media/images/ctf-stakeholder-bg.jpg) no-repeat top left;	
	height: 130px;
	*height: 130px;
	width: 254px;
	margin: 0 10px 0 10px;
	*margin: 0 10px 20px 10px;
}
body.product-main-page div#content-body #key-fact {
	background: transparent url(/templates/default/media/images/ctf-stakeholder-bg.jpg) no-repeat top left;	
	height: 130px;
	width: 254px;
	*height: 130px;
	margin: 0 0 0 13px;
}
body.product-main-page div#content-body .key-factBBC,
.key-factBBC {
	background: transparent url(/templates/default/media/images/ctf-nonstakeholder-bg.jpg) no-repeat top left;	
	height: 130px;
	*height: 142px;
	width: 254px;
	margin: 0 10px 0 10px;
	*margin: 0 10px 10px;
		
}
body.product-main-page div#content-body #key-factBBC {
	background: transparent url(/templates/default/media/images/ctf-nonstakeholder-bg.jpg) no-repeat top left;	
	height: 130px;
	width: 254px;
	*height: 142px;
	margin: 0 0 0 13px;
}
body.product-main-page div#content-body .key-fact .h3,
.key-fact-h3 {
	color:#0099FF;
	font-size:1.2em;
	font-weight:bold;
	margin: 8px 0 0 21px;    
	padding:20px 21px 0;
	*margin-top: 0px;
}
	
body.product-main-page div#content-body .key-factBBC .h3,
.key-factBBC-h3 {
	color:#3e939a;
	font-size:1.2em;
	font-weight:bold;
	margin: 8px 0 0 21px;     
	padding:20px 21px 0;
	*margin-top: 0px;
}
	
body.product-main-page div#content-body .key-fact-1,
.key-fact-2 {
	background: transparent url(/templates/default/media/images/key-facts-bg.jpg) no-repeat top left;	
	height: 100px;
	*height: 120px;
	width: 254px;
	margin: 0 10px 0 10px;
	*margin: 0 10px 0 10px;
}
body.product-main-page div#content-body #key-fact-1 {
	background: transparent url(/templates/default/media/images/key-facts-bg.jpg) no-repeat top left;	
	height: 100px;
	width: 254px;
	margin: 0 0 0 10px;
	margin: 0 0 0 13px;
}
body.product-main-page div#content-body .key-fact-1 .h3,
.key-fact2-h3 {
	color:#0099FF;
	font-size:1.2em;
	font-weight:bold;
	margin:8px 60px 0 20px;
	*margin-top: 0px;
	padding:20px 21px 0;
}
body.product-main-page div#content-body .key-fact-2,
.key-fact-2 {
	background: transparent url(/templates/default/media/images/key-facts-2-bg.jpg) no-repeat top left;	
	height: 100px;
	*height: 120px;
	width: 254px;
	margin: 0 10px 0 10px;
	*margin: 0 10px 0 10px;
}
body.product-main-page div#content-body #key-fact-2 {
	background: transparent url(/templates/default/media/images/key-facts-2-bg.jpg) no-repeat top left;	
	height: 100px;
	width: 254px;
	margin: 0 0 0 10px;
	margin: 0 0 0 13px;
}
body.product-main-page div#content-body .key-fact-2 .h3,
.key-fact2-h3 {
	color:#0099FF;
	font-size:1.2em;
	font-weight:bold;
	margin:8px 60px 0 20px;
	*margin-top: 0px;
	padding:20px 21px 0;
}
body.product-main-page div#content-body .key-fact-2 .h3BBC,
.key-fact2-h3BBC {
	color:#3e939a;
	font-size:1.2em;
	font-weight:bold;
	margin: 8px 0 0 21px;  
	*margin-top: 0px;
	padding:20px 21px 0;
}
body.product-main-page div#content-body .incentive,
.incentive {
	background: transparent url(/templates/default/media/images/incentive-present.jpg) no-repeat top left;	
	height: 93px;
	width: 254px;
	margin: 0 10px 0 10px;	
	*margin: 0 10px 0 10px;
}
body.product-main-page div#content-body #incentive {
	background: transparent url(/templates/default/media/images/incentive-present.jpg) no-repeat top left;	
	height: 93px;
	width: 254px;
	margin: 0 0 0 13px;
}
body.product-main-page div#content-body .incentive .h3,
.incentive-h3 {
	color:#ae4985;
	font-size:1.2em;
	font-weight:bold;
	margin:28px 60px 0 20px;
	*margin-top: 0px;
	padding:20px 26px 0;
}
body.product-main-page div#content-body .separation-bar {
	background: url(/templates/default/media/images/hr.jpg) no-repeat;
	height: 7px;
}
body.product-main-page div#content-body .v-separation-bar {
	height: 466px;
	width: 5px;
}
body.product-main-page div#content-body #babybond {
	float: left;
	width: 	254px;
	height: 468px;
	margin: 0 7px;
	*margin: 0 6px;
	_margin: 0 5px;	
}
body.product-main-page div#content-body #shariabond {
	border-left: 1px solid #cccccc;
	float: left;
	width: 	254px;
	height:778px;
	*height: 820px;	
	margin: 0 15px;
	_margin: 0 5px;	
}
body.product-main-page div#content-body #babybondchoice {
	border-left: 1px solid #cccccc;
	float: left;
	width: 	240px;
	_width:	210px;
	margin: 0 5px;
	height:778px;
	*height: 820px;
}
body.product-main-page div#content-body #babybond-topup {
	float: left;
	width: 	254px;
	height: 660px;
	margin: 0 7px;
	*margin: 0 6px;
	_margin: 0 5px;	
}
body.product-main-page div#content-body #shariabond-topup {
	border-left: 1px solid #cccccc;
	float: left;
	width: 	254px;
	height:575px;
	*height: 600px;	
	margin: 0 15px;
	_margin: 0 5px;	
}
body.product-main-page div#content-body #babybondchoice-topup {
	border-left: 1px solid #cccccc;
	float: left;
	width: 	240px;
	_width:	210px;
	margin: 0 5px;
	height:575px;
	*height: 600px;
}
body.product-main-page div#content-body a.link, .link {
	background:transparent url(/templates/default/media/images/arrow-left.gif) no-repeat scroll 0 4px;
	display:block;
	font-weight:bold;
	margin:8px 0 8px 35px;
	padding:0 0 0 10px;
	text-decoration:none;
}
body.product-main-page div#content-body .button-pink {
	background: transparent url(/templates/default/media/images/button-moreinformation-pink.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
	display: block;
}
body.product-main-page div#content-body .button-pink a {
	margin: 14px 54px 0 0;
	*margin: 0 54px 0 0;
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	_padding: 0 0 0 18px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
*html body.product-main-page div#content-body .button-pink {
	background: transparent url(/templates/default/media/images/button-moreinformation-pink.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 29px;
	display: block;
}
*html body.product-main-page div#content-body .button-pink a {
	margin: 0 54px 0 0;
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #ffffff;
}

body.product-main-page div#content-body .button-green {
    background: url("/templates/default/media/images/button-green-product.jpg") no-repeat scroll left top transparent;
    display: block;
    height: 29px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 16px;
    width: 206px;
}
body.product-main-page div#content-body .button-green a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 29px;
    padding-top: 0.6em;
    text-align: center;
    text-decoration: none;
}
body.product-main-page div#content-body .button-green a:hover {
	text-decoration: underline;	
}
body.product-main-page div#content-body .button-pink-topup {
    background: url("/templates/default/media/images/button-topup.jpg") no-repeat scroll left top transparent;
    display: block;
    height: 29px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 16px;
    width: 212px;
}
body.product-main-page div#content-body .button-pink-topup a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 29px;
    padding-top: 0.6em;
    text-align: center;
    text-decoration: none;
}
body.product-main-page div#content-body .button-pink-topup a:hover {
	text-decoration: underline;	
}
body.standard-page div#content-body .button-orange-long,
.button-orange-long {
	background: transparent url(/templates/default/media/images/interstitial-button-orange.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 10px;
	height: 30px;
	display: block;
}
body.standard-page div#content-body .button-orange-long a,
.button-orange-long-link {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF !important;
}
body.standard-page div#content-body .button-orange-long a:hover {
	text-decoration: underline;
}
body.standard-page div#content-body .button-orange-small,
.button-orange-small {
	background: transparent url(/templates/default/media/images/button-orange-small.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 10px;
	height: 31px;
	display: block;
	width: 149px;
}
body.standard-page div#content-body .button-orange-small a,
.button-orange-link-small {
	text-align: center;
	height: 31px;
	padding-top: 0.8em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF !important;
}
body.standard-page div#content-body .button-orange-small a:hover {
	text-decoration: underline;	
}
*html body.product-main-page div#content-body .button-blue a {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

/* Product comparison topups (Our CTFs) page template
----------------------------------------------- */
body.product-main-topup {
	width: 100%;	
}	
body.product-main-topup div#page-content {
	min-height:815px;
}
body.product-main-topup div#content {
	float: left;
	width: 806px;
}
body.product-main-topup div#content-body h2 {
	color: #003366;
	font-size: 1.5em;
	_font-size: 1.5em;
	padding: 0 0 0 20px;
}
body.product-main-topup div#content-body h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 0px 0 20px;
	color: #0099FF;
}
body.product-main-topup div#content-body .Mainh3BBC {
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 0px 0 20px;
	color: #3E939A;
}
body.product-main-topup div#content-body .motivator,
.main-product-motivator {
	color: #0099FF;
	font-size: 1.5em;
	font-weight: bolder;
	display: block;
	margin: 30px 12px 30px 12px; 
	*margin: 30px 12px 30px 12px;
}
body.product-main-topup div#content-body p {
	padding: 0 16px 0 16px;
	display: block;
	margin: 16px 0 16px 0;
	*margin: 16px 0 16px 0;
		
}
body.product-main-topup div#content-body .button-blue {
	background: transparent url(/templates/default/media/images/button-moreinformation.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
	display: block;
}
*html body.product-main-topup div#content-body .button-blue {
	background: transparent url(/templates/default/media/images/button-moreinformation.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 29px;
	display: block;
}
body.product-main-topup div#content-body .button-blue a {
	margin: 14px 54px 0 0;
	*margin: 0 54px 0 0;
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
body.product-main-topup div#content-body .button-pink {
	background: transparent url(/templates/default/media/images/button-moreinformation-pink.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
	display: block;
}
body.product-main-topup div#content-body .button-pink a {
	margin: 14px 54px 0 0;
	*margin: 0 54px 0 0;
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	_padding: 0 0 0 18px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
*html body.product-main-topup div#content-body .button-pink {
	background: transparent url(/templates/default/media/images/button-moreinformation-pink.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 29px;
	display: block;
}
*html body.product-main-topup div#content-body .button-pink a {
	margin: 0 54px 0 0;
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #ffffff;
}
body.product-main-topup div#content-body .button-green {
	background: transparent url(/templates/default/media/images/button-apply-juniorisa.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
	display: block;
}
*html body.product-main-topup div#content-body .button-green {
	background: transparent url(/templates/default/media/images/button-apply-juniorisa.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 29px;
	display: block;
}
body.product-main-topup div#content-body .button-green a {
	margin: 14px 54px 0 0;
	*margin: 0 54px 0 0;
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

body.product-main-topup div#content-body .button-pink-topup {
	background: transparent url(/templates/default/media/images/button-topup.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
	display: block;
	width: 212px;
}
body.product-main-topup div#content-body .button-pink-topup a {
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	_padding: 0 0 0 20px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
*html body.product-main-topup div#content-body .button-pink-topup {
	background: transparent url(/templates/default/media/images/button-topup.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 29px;
	display: block;
}
*html body.product-main-topup div#content-body .button-pink-topup a {
	margin: 0 54px 0 0;
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #ffffff;
}
body.product-main-topup div#content-body .productButtonHolder {
	position:absolute;
	top:580px;
	*top:550px;	
	width: 254px;
	margin: 0 0 0 10px;
}
body.product-main-topup div#content-body .keyFactHolder {
	position:absolute;
	top:660px;		
}
*html body.product-main-topup div#content-body .button-blue a {
	margin: 0 54px 0 0;
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
body.product-main-topup div#content-body .key-fact,
.key-fact {
	background: transparent url(/templates/default/media/images/ctf-stakeholder-bg.jpg) no-repeat top left;	
	height: 130px;
	*height: 130px;
	width: 254px;
	margin: 0 10px 0 10px;
	*margin: 0 10px 20px 10px;
}
body.product-main-topup div#content-body #key-fact {
	background: transparent url(/templates/default/media/images/ctf-stakeholder-bg.jpg) no-repeat top left;	
	height: 130px;
	width: 254px;
	*height: 130px;
	margin: 0 0 0 13px;
}
body.product-main-topup div#content-body .key-factBBC,
.key-factBBC {
	background: transparent url(/templates/default/media/images/ctf-nonstakeholder-bg.jpg) no-repeat top left;	
	height: 130px;
	*height: 142px;
	width: 254px;
	margin: 0 10px 0 10px;
	*margin: 0 10px 10px;
		
}
body.product-main-topup div#content-body #key-factBBC {
	background: transparent url(/templates/default/media/images/ctf-nonstakeholder-bg.jpg) no-repeat top left;	
	height: 130px;
	width: 254px;
	*height: 142px;
	margin: 0 0 0 13px;
}
body.product-main-topup div#content-body .key-fact .h3,
.key-fact-h3 {
	color:#0099FF;
	font-size:1.2em;
	font-weight:bold;
	margin: 8px 0 0 21px;    
	padding:20px 21px 0;
	*margin-top: 0px;
}
body.product-main-topup div#content-body .key-factBBC .h3,
.key-factBBC-h3 {
	color:#3e939a;
	font-size:1.2em;
	font-weight:bold;
	margin: 8px 0 0 21px;     
	padding:20px 21px 0;
	*margin-top: 0px;
}
body.product-main-topup div#content-body .key-fact-1,
.key-fact-2 {
	background: transparent url(/templates/default/media/images/key-facts-bg.jpg) no-repeat top left;	
	height: 100px;
	*height: 120px;
	width: 254px;
	margin: 0 10px 0 10px;
	*margin: 0 10px 0 10px;
}
body.product-main-topup div#content-body #key-fact-1 {
	background: transparent url(/templates/default/media/images/key-facts-bg.jpg) no-repeat top left;	
	height: 100px;
	width: 254px;
	margin: 0 0 0 10px;
	margin: 0 0 0 13px;
}
body.product-main-topup div#content-body .key-fact-1 .h3,
.key-fact2-h3 {
	color:#0099FF;
	font-size:1.2em;
	font-weight:bold;
	margin:8px 60px 0 20px;
	*margin-top: 0px;
	padding:20px 21px 0;
}
body.product-main-topup div#content-body .key-fact-2,
.key-fact-2 {
	background: transparent url(/templates/default/media/images/key-facts-2-bg.jpg) no-repeat top left;	
	height: 100px;
	*height: 120px;
	width: 254px;
	margin: 0 10px 0 10px;
	*margin: 0 10px 0 10px;
}
body.product-main-topup div#content-body #key-fact-2 {
	background: transparent url(/templates/default/media/images/key-facts-2-bg.jpg) no-repeat top left;	
	height: 100px;
	width: 254px;
	margin: 0 0 0 10px;
	margin: 0 0 0 13px;
}
body.product-main-topup div#content-body .key-fact-2 .h3,
.key-fact2-h3 {
	color:#0099FF;
	font-size:1.2em;
	font-weight:bold;
	margin:8px 60px 0 20px;
	*margin-top: 0px;
	padding:20px 21px 0;
}
body.product-main-topup div#content-body .key-fact-2 .h3BBC,
.key-fact2-h3BBC {
	color:#3e939a;
	font-size:1.2em;
	font-weight:bold;
	margin: 8px 0 0 21px;  
	*margin-top: 0px;
	padding:20px 21px 0;
}
body.product-main-topup div#content-body .incentive,
.incentive {
	background: transparent url(/templates/default/media/images/incentive-present.jpg) no-repeat top left;	
	height: 93px;
	width: 254px;
	margin: 0 10px 0 10px;	
	*margin: 0 10px 0 10px;
}
body.product-main-topup div#content-body #incentive {
	background: transparent url(/templates/default/media/images/incentive-present.jpg) no-repeat top left;	
	height: 93px;
	width: 254px;
	margin: 0 0 0 13px;
}
body.product-main-topup div#content-body .incentive .h3,
.incentive-h3 {
	color:#ae4985;
	font-size:1.2em;
	font-weight:bold;
	margin:8px 60px 0 20px;
	*margin-top: 0px;
	padding:20px 26px 0;
}
body.product-main-topup div#content-body .separation-bar {
	background: url(/templates/default/media/images/hr.jpg) no-repeat;
	height: 7px;
}
body.product-main-topup div#content-body .v-separation-bar {
	height: 466px;
	width: 5px;
}
body.product-main-topup div#content-body #babybond {
	float: left;
	width: 	254px;
	height: 468px;
	margin: 0 7px;
	*margin: 0 6px;
	_margin: 0 5px;	
}
body.product-main-topup div#content-body #shariabond {
	border-left: 1px solid #cccccc;
	float: left;
	width: 	254px;
	height:778px;
	*height: 820px;	
	margin: 0 15px;
	_margin: 0 5px;	
}
body.product-main-topup div#content-body #babybondchoice {
	border-left: 1px solid #cccccc;
	float: left;
	width: 	240px;
	_width:	210px;
	margin: 0 5px;
	height:778px;
	*height: 820px;
}
body.product-main-topup div#content-body #babybond-topup {
	float: left;
	width: 	254px;
	height: 468px;
	margin: 0 7px;
	*margin: 0 6px;
	_margin: 0 5px;	
}
body.product-main-topup div#content-body #shariabond-topup {
	border-left: 1px solid #cccccc;
	float: left;
	width: 	254px;
	height:575px;
	*height: 600px;	
	margin: 0 15px;
	_margin: 0 5px;	
}
body.product-main-topup div#content-body #babybondchoice-topup {
	border-left: 1px solid #cccccc;
	float: left;
	width: 	240px;
	_width:	210px;
	margin: 0 5px;
	height:575px;
	*height: 600px;
}
body.product-main-topup div#content-body a.link, .link {
	background:transparent url(/templates/default/media/images/arrow-left.gif) no-repeat scroll 0 4px;
	display:block;
	font-weight:bold;
	margin:8px 0 8px 35px;
	padding:0 0 0 10px;
	text-decoration:none;
}
/* End: Product comparison (Our CTFs) page template */

/* Product details page template
----------------------------------------------- */

body.product-page {
	width: 100%;	
} 
body.product-page div#page-content { }
body.product-page div#content {
	float: left;
	width: 806px;
	_width: 800px;
}
body.product-page div#content-body {
	width: 550px;
	_width: 542px;
	border: 1px solid #99CCFF;
	min-height:470px;
	margin-top:-1px;
}
body.product-page div#content-body-product {
	width: 550px;
	_width: 542px;
	min-height:100px;	
}
body.product-page div#content-body-product p.main-product-motivator, div.main-product-motivator {
	color: #0099FF;
	font-size: 1.5em;
	font-weight: bolder;
	display: block;
	margin-top: 30px;
	*margin: 30px 0 0 0;
}
body.product-page #content-body-product .button-apply,
.button-apply {
	background: transparent url(/templates/default/media/images/button-apply.jpg) no-repeat top left;
	height: 29px;
	width: 148px;
	float: right;
	margin: 6px 26px 30px 0;
	*margin: 6px 26px 30px 0;	
}
body.product-page #content-body-product .button-apply a,
.button-apply-link {
	display: block;
	width: 157px;
	text-align: center;
	height: 25px;
	padding-top: 0.5em;
	text-decoration: none;	
	font-weight: bold;
	color: #FFF;
}
body.product-page div#content-detail {
	width: 550px;
	_width: 450px;
	border: 1px solid #99CCFF;
	min-height:470px;
}
body.product-page #content-body h2, productheading2 {
	color: #0099FF;
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px 0 0 0;
	margin: 8px 60px 0 20px;
}
body.product-page #content-body h3,
.productheading3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 60px 0 20px;
	*margin: 40px 60px 0 20px;
	color: #444444; 
}
body.product-page #content-body .image {
	padding: 25px 10px 0 20px;	
}
body.product-page #content-body .motivator {
	color: #0099FF;
	font-size: 1.5em;
	font-weight: bolder;
	display: block;
	width: 500px;
	_width: 400px;
	float:left;
}
body.product-page #content-body #right-text {
	float: right;
	display: block;
	width: 205px;
}
body.product-page #content-body p {
	padding: 0 10px 10px 20px;
	display: block;
	margin: 20px 0 0 0;
	*margin: 40px 0 0 0;
}
body.product-page #content-body p.last {
	padding: 0 10px 10px 20px;
	display: block;
	margin: 20px 0 30px 0;
}
body.product-page #content-body p.main-product-motivator, div.main-product-motivator {
	color: #0099FF;
	font-size: 1.5em;
	font-weight: bolder;
	display: block;
	margin-top: 30px;
	*margin: 30px 0 0 0;
}
body.product-page #content-body .separation-bar {
	background: url(/templates/default/media/images/hr.jpg) repeat-x;
	height: 7px;
}
body.product-page #content-body h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 60px 0 20px;
	color: #444444;
}
body.product-page #content-body .button-apply,
.button-apply {
	background: transparent url(/templates/default/media/images/button-apply.jpg) no-repeat top left;
	height: 29px;
	width: 148px;
	float: right;
	margin-right: 26px;
	margin-top: 6px;
}
body.product-page #content-body .button-apply a,
.button-apply-link {
	display: block;
	width: 157px;
	text-align: center;
	height: 25px;
	padding-top: 0.5em;
	text-decoration: none;	
	font-weight: bold;
	color: #FFF;
}
body.product-page #content-body .button-apply a:hover {
	text-decoration: underline;	
}
body.product-page #content-body .description,
.product-description {
	margin: 18px 0 0 0;
}
body.product-page #content-body .description .description-p,
.product-description-paragraph {
	margin: 0 20px;
	padding: 20px 0 0 0;
}
body.product-page #content-body .product-description div.product-header,
.product-header {
	background: transparent url(/templates/default/media/images/home/tick-home.gif) no-repeat top left;
	color: #444444;
	font-weight: bold;
	margin: 20px 25px 0 20px;
	padding: 0 0 10px 25px;
}
body.product-page #content-body .product-description div.product-header-present,
.product-header-present {
	background: transparent url(/templates/default/media/images/bullet-present.jpg) no-repeat top left;
	color: #444444;
	font-weight: bold;
	margin: 20px 25px 0 20px;
	padding: 0 0 10px 25px;
}
body.product-page #content-body p.description, .p-description {
	padding: 0 10px 0px 20px;
	display: block;
	margin: 5px 20px 10px 20px;
}
body.product-page #content-body .description ul,
.product-description-list {
	margin-left: 16px;
	margin-right: 16px;
	font-weight: bold;
}
body.product-page #content-body .product-description li,
.product-description-li {
	margin-left: 16px;
	margin-right: 16px;
	*margin-left: 20px;
	margin-bottom: 1.4em;
	_margin: 0px 20px 0 0px;
	_padding: 0px 25px;
	*margin-bottom: 30px;
	font-weight: bold;
}
body.product-page #content-body-product .button-product-motivator, 
.button-product-motivator {
	background: transparent url(/templates/default/media/images/button-navy-blue.jpg) no-repeat left top ;
	height: 27px;
	float: right;
	width: 212px;
	margin: 6px 26px 30px 0;
}
body.product-page #content-body-product .button-product-motivator a {
	display: block;
	width: 157px;
	margin: 0 0 0 28px;
	text-align: center;
	height: 25px;
	padding-top: 0.5em;
	text-decoration: none;
	font-weight: bold;
}
body.product-page #content-body .button-product,
.product-button {
	background: transparent url(/templates/default/media/images/button-navy-blue.jpg) no-repeat top left;
	height: 27px;
	margin: 16px 16px 30px;
	width: 212px;
}
body.product-page #content-body .button-product a,
.product-button-link {
	display: block;
	width: 157px;
	text-align: center;
	height: 25px;
	padding: 0.5em 0 0 32px;
	text-decoration: none;
	font-weight: bold;
}
body.product-page #content-body .button-product a:hover {
	text-decoration: underline;
}
body.product-page #product-tabs {
	margin: 0;
	*margin-top:40px;
	height: 33px;
	width: 530px;
}
body.product-page #product-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.product-page #product-tabs ul li {
	float: left;
	height: 33px;
	width: 136px;
}
body.product-page #product-tabs ul li a {
	display: block;
	text-align:center;
	padding-top: 8px;
	text-decoration: none;
	font-weight: bold;
	height: 33px;
}
body.product-page #product-tabs ul li.ui-tabs-selected {	
	background: url(/templates/default/media/images/white-tab1.jpg) no-repeat top left;
}
body.product-page #product-tabs ul li {
	background: url(/templates/default/media/images/blue-tab1.jpg) no-repeat top left;
}

/* landing template
/*----------------------------------------------- */

body.landing-page {
	width: 100%;	
}	
body.landing-page div#page-content {	
}				
body.landing-page div#content {
	float: left;
	width: 806px;
}		
body.landing-page div#content-body-footer {
	width: 799px;
	_width: 799px;
}	
body.landing-page div#content-landing {
	float: left;
	width: 799px;
	*width: 805px;
}
body.landing-page div#right {
	width: 387px;
	float: right;
}		
body.landing-page div#left {
	width: 387px;
	float: left;
}
body.landing-page div#content-body h1,
.landingheading1 {
	height: 15px;
	color: #0099FF;
	font-size: 1.8em;
	padding: 0 0 0 20px;
}
body.landing-page div#content-body h2,
.landingheading2 {
	height: 15px;
	color: #0099FF;
	font-size: 1.5em;
	padding: 0 0 0 20px;
}
body.landing-page div#content-body h2.landing {
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 60px 0 20px;
	padding: 20px 0 0 0;
	color: #444444 ;
}
body.landing-page div#content-body h3, div#content-body-footer h3,
.landingheadingh3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 8px 60px 0 20px;
	color: #444444 ;
}
body.landing-page div#content-body h2.literature,
.h2literature {
	font-size:1em;
	font-weight: normal;
	display: block;
	margin: 20px 10px 30px 20px;
	padding: 0;
	height: 0;
	color: #444444;
}
body.landing-page div#content-body p.literature,
.pliterature {
	display: block;
	margin: 20px 10px 30px 20px;
	*margin: 0px 0 20px 105px;
}
body.landing-page div#content-body img.literature,
.imgliterature {
	float: left;
	margin: 3px 7px 0 0;	
	*margin: 20px 7px 0 0;
}
body.landing-page div#content-body p, div#content-body-footer p {
	display: block;
	margin: 20px 10px 30px 20px;
}
body.landing-page div#content-body .image,
.landing-image {
	padding: 25px 10px 0 20px;	
}
body.landing-page div#content-body div.separation-bar, div#content-body-footer div.separation-bar, p.separation-bar,
.separation-bar {
	background: url(/templates/default/media/images/hr.jpg) repeat-x;
	height: 7px;
	margin-bottom: 25px;
}
body.landing-page div#content-body .list,
.list {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 30px;
	font-weight: bold;
}
body.landing-page div#content-body .button-blue,
.button-blue {
	background: transparent url(/templates/default/media/images/interstitial-button-blue.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-top: 10px;
	height: 29px;
	display: block;
}
body.landing-page div#content-body .button-blue a,
.button-blue-link {
	margin: 20px 300px 0 0;
	*margin: 0 300px 0 0;
	_margin: 0px 300px 0 0;
	text-align: center;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
body.landing-page div#content-body .button-pink-long,
.button-pink-long {
	background: transparent url(/templates/default/media/images/interstitial-button-pink.jpg) no-repeat top left;	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	*margin-top: 16px;
	height: 29px;
}
body.landing-page div#content-body .button-pink-long a,
button-pink-ling-link 
{
	margin: 0 0 0 52px;
	text-align: left;
	height: 29px;
	padding-top: 0.6em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
/*-------------end: landing template ------------------*/

.intro-news-wrapper {/*float: left;*/ width: 530px;}
.social-media {width: 150px;float: left;padding: 0px 0 0 20px;}
.intro{ width: 530px; padding-left: 20px;margin-bottom: 30px;}
.news-signpost{margin-top: -165px !important;}

.divider, .divider-first {border-top: 1px solid #AFD5E2;margin:0 0 0 20px;}
.divider-first {margin-top: 35px;*margin-top:0;}
.newslist{ padding: 20px 20px 20px 20px; width: 510px;}
.newslist span {padding: 10px 0 0 0;}
.newslist a{ color: #114779; font-weight: bold;text-decoration: underline;}
.newslist p {margin: 20px 0 0 0 !important;}
.newslist div { padding-top: 10px;}
.newslist div.date { font-style: italic; }

div#content.newscontent p
{
	padding: 0 0px 10px 0px !important;
	display: block;
	margin: 10px 10px 10px 20px !important;
}

#results {height:25px;line-height:25px; background: url('/templates/default/media/images/filterbg.jpg') repeat-x top left;  border: 1px solid #AFD5E2; width: 489px; padding: 10px 20px 10px 10px; margin: 0 0 0 20px;}

#results .news-select {width: 408px; float: right;}
#results span.filter {color:#114779; font-weight: bold;padding:0px; float: left;}

#results span { color:#444444; font-weight:bold;padding:0 10px 0 10px; }

#disclaimer { color: #999999;text-align: left;padding:35px 0 0 0;margin:0 0 0 20px;}

.media{height: 30px; padding-top: 15px;padding-left:20px; } 
.published {width: 260px; float: left;}
.article-social-media {width: 150px;float: right;}
.social-buttons{ height: 50px; width: 530px;padding: 0px 0 20px 0px;margin:0 0 0 20px;}
.social-buttons p { margin: 0;}
.social-buttons p a {padding-right: 20px;}
p.article {margin: 20px 0 30px 20px;}

.news-pager
{
    border-bottom: 1px solid #AFD5E2;
    border-top: 1px solid #AFD5E2;
    padding: 8px 0 8px;
    margin-left: 20px;
    text-align: center;
}
.news-pager .firstLink, .news-pager .firstarrowLink, .news-pager .previousLink,
.news-pager .nextLink, .news-pager .lastarrowLink, .news-pager .lastLink, .news-pager .pagelink
{
	border-right: 1px solid #AFD5E2;
	font-weight: bold;
	color: #033A6F;	
	padding: 0 7px;
	text-decoration: none;
}

.news-pager .lastLink{ border-right: none;}


.news-pager .selected { background-color: #033A6F !important;	color: #FFF !important;padding: 0 5px !important;	 }
/* Print signpost standard*/
#content-signposts-standard #print
{
	background: transparent url(/templates/default/media/images/signpost-downloadprint.jpg) no-repeat scroll top left;	
	width: 211px;
	height: 66px;
	margin: 25px 0 0 14px;
	display: none;
}
#content-signposts-standard #print p
{
	margin: 1px 25px 0;
	padding: 11px 25px 0 24px;
}
/* end: Print signpost standard*/

/* Immediacy styles */
table.infotable {
	border-collapse:collapse;
	width:507px;
	_width:480px;
	margin-right: auto;
	margin-left: auto;
}
table.infotable thead th {
	background-color: #BBE0FA;
	border: 1px solid #9EC1D4;
	color: #000000;
	padding:5px;
	height:50px;
	margin-left:20px;
}
table.infotable th {
	background-color: #BBE0FA;
	border: 1px solid #9EC1D4;
	color: #000000;
	padding:5px;
	margin-left:20px;
}
table.infotable td {
	height:20px;
	padding:5px;
	background-color: #ECF7FD;
	border: 1px solid #9EC1D4;
	text-align:right;
}
table.infotable td.left {
	height:20px;
	padding:5px;
	background-color: #ECF7FD;
	border: 1px solid #9EC1D4;
	text-align:left;
}
table.infotable td a {
	color: #004180 !important;
}
table.producttable {
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	width:511px;
}
table.producttable th {
	background-color: #BBE0FA;
	border: 1px solid #9EC1D4;
	color: #000000;
	padding:5px;
	height:50px;
}
table.producttable td {
	height:20px;
	padding:5px;
	background-color: #ECF7FD;
	border: 1px solid #9EC1D4;
}
table.producttable td a {
	color: #004180 !important;
}
table.ImmTS_infotable {
	border-collapse:collapse;
	width:550px;
	width:507px;
	_width:480px;
	margin-right: auto;
	margin-left: auto;
}
table.ImmTS_infotable th {
	background-color: #BBE0FA;
	border: 1px solid #9EC1D4;
	color: #000000;
	padding:5px;
	height:50px;
}
table.ImmTS_infotable td {
	height:20px;
	padding:5px;
	background-color: #ECF7FD;
	border: 1px solid #9EC1D4;
}
table.ImmTS_infotable td.left {
	height:20px;
	padding:5px;
	background-color: #ECF7FD;
	border: 1px solid #9EC1D4;
	text-align: left;
}
table.ImmTS_infotable td a {
	color: #004180 !important;
}
table.ImmTS_producttable {
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	width:511px;
}
table.ImmTS_producttable th {
	background-color: #BBE0FA;
	border: 1px solid #9EC1D4;
	color: #000000;
	padding:5px;
	height:50px;
}
table.ImmTS_producttable td {
	height:20px;
	padding:5px;
	background-color: #ECF7FD;
	border: 1px solid #9EC1D4;
}
table.ImmTS_producttable td a {
	color: #004180 !important;
}
/* end: Immediacy styles */

/*Product Panel */
#product-panel {background: transparent url(/templates/default/media/images/product-bg-image.gif) no-repeat; width: 396px; height: 214px; margin-top: 20px; _margin-bottom: -70px;}
#product-panel #panel { height: 162px; _height: 100px;}
#product-panel .title {margin-left: 130px;}
#product-panel .title h3 {font: bold 18px Arial; color: #FFFFFF; padding: 10px 0;}
#product-panel .copy {background: url(/templates/default/media/images/bullet-orange-tick.gif) no-repeat 0 50%;/*width: 244px;*/margin: 10px 0 10px 145px;}
#product-panel .copy span {padding-left: 16px; font: bold 12px Arial;}
#product-panel .img {width: 122px; height: 214px; float: left; position: relative; bottom: 60px; bottom: 59px\9; *bottom: 60px;}
#product-panel .panel-buttons {float: left; width: 254px; margin: 10px 0 0 7px; *margin: 10px 0px 0px 130px; _margin: -115px 0 0 65px;}
#pnlCopy1, #pnlCopy2, #pnlCopy3, #pnlCopy4 { height: auto;} 
#product-panel .product-button-white{background: transparent url(/templates/default/media/images/white-orange-btn.gif) no-repeat top left;width: 145px;height: 30px;float: left;}
#product-panel .button-product-white-link{text-align: center;height: 29px;padding: 0.6em 0 0 20px;text-decoration: none;display: block;font-weight: bold;color: #F95E00 !important;}
#product-panel .product-button-orange{background: transparent url(/templates/default/media/images/orange-btn.gif) no-repeat top left;width: 103px;margin-left: 5px;height: 30px;display: block;float: left;}
#product-panel .button-product-orange-link{text-align: center;height: 29px;padding: 0.6em 0 0 20px;text-decoration: none;display: block;font-weight: bold;color: #FFFFFF !important;}

#right #product-panel{ _margin-left: 10px; _width: 396px;}
/*end: Product Panel*/

