﻿/*initial reset*/
body, html, form, p, ul, ol, h1, h2, h3, h4, h5, h6, .centerContent .noPadNoMargin{
	margin: 0;
	padding: 0;
}

body, html{
	height:100%;
	width: 100%;
	background-color: #d9eef4;
}


/*body{
	padding-bottom: 87px;	
}*/

div.bodyOuter{
	/*min-height: 100%;*/
	padding: 0;
	margin: 0;
	background:url(../../Images/bg_main_repeat.jpg) repeat-x top #FFFFFF;
}

div.bodyStretch{
	padding: 0;
	margin: 0;
	background: url(../../Images/bg_main.jpg) no-repeat center top;
}

img{
	border:none;
}


img, div, input { behavior: url(../../Scripts/iepngfix.htc); }

html{
	/*background:url(../../Images/bg_main_repeat.jpg) repeat-x top #FFFFFF;*/
}

body{
	
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	line-height:13px;
	/*background: url(../../Images/bg_main.jpg) no-repeat center top;*/
}

.clearFloats{
	clear:both;
	height:0;
	overflow:hidden;
}
.wrapper {
	
}
.checkWrapper
{
	padding-bottom:8px;
}

.floatLeft {float: left;}
.floatRight {float: right;}

.spacer5px{display: block; height: 5px;}
.spacer10px{display: block; height: 10px;}
.spacer15px{display: block; height: 15px;}
.spacer20px{display: block; height: 20px;}

/*=======================================================*/
/* Main Structure */
/*=======================================================*/

.main{
	width: 905px;
	margin: 0 auto;
	padding-bottom:40px;
}

/*Borders*/

.borderBottom {border-bottom: 1px solid #90bade;}



/*Header*/
.mainHeader{
	width: 905px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	position: relative;
}

.mainHeader a.siteLink{
	color: #fff;
	text-decoration: none;
	
}

.mainHeader .blkLogo{
	float: right;
	text-align: right;
}

.mainHeader .blkLogoImg{
	margin: 16px 0 0 0;
}

.mainHeader .blkMed{
	float: left;
	margin: 30px 0 0 0;
}

/*=======================================================*/
/* Left Column */
/*=======================================================*/

.leftColumn {
	float: left;
	width: 144px;
	background-color: white;
	margin-top: 15px;
	margin-right: 15px;
	padding: 20px 5px 0px 5px;
}

.leftNavigation {
	width: 144px;
}

.leftColumn .leftNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 5px;
}
.leftColumn .leftNavigation li a {
	display: block;
	background: #d9eef4 url(../../Images/arrow_general.gif) no-repeat 10px 11px;
	border-bottom: 1px solid #b4ddea;
	color: #012630;
	text-decoration: none;
	width: 124px;
	padding: 7px 0 7px 20px;
}

.leftColumn .leftNavigation li a:hover, .leftColumn .leftNavigation li a.selected {
	background:#0e4d5f url(../../Images/arrow_sml_white.gif) no-repeat 10px 11px;
	color: #fff;
	text-decoration: none;
}

.leftColumn h2{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #1d5f73;
	padding-left: 11px;
	margin-bottom: 15px;
	line-height: 16px;
}

/* Expanding Menu */
.leftNavigation, .leftExpandingMenu
{
	/*border-top: 1px solid #b4ddea;*/
}
.leftColumn .leftExpandingMenu {
	/*width: 125px;*/
	margin-top: 15px;
	margin-bottom: 5px;
	
}

.leftColumn .leftExpandingMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.leftColumn .leftExpandingMenu li a {
	display: block;
	background: #d9eef4 url(../../Images/arrow_general.gif) no-repeat 10px 11px;
	border-bottom: 1px solid #b4ddea;
	color: #43616a;
	text-decoration: none;
	width: 124px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.leftColumn .leftExpandingMenu li a:hover {
	background: #367d93 url(../../Images/arrow_sml_white.gif) no-repeat 10px 11px;
	color: #fff;
	text-decoration: none;
}

.leftColumn .leftExpandingMenu li.lemSubNav {
	background-color: #f0f9fb;
	color: #43616a;
	text-decoration: none;
	width: 145px;
	min-height:12px;
	height:auto !important;
	height:12px;
	margin-left: 1px;
}

* html .leftColumn .leftExpandingMenu li#blogsli{margin-top: -13px;}
* html .leftColumn .leftExpandingMenu li#blogli{margin-top: -13px;}

.leftColumn .leftExpandingMenu li.lemSubNav a {
	display: block;
	background: url(../../Images/arrow_general.gif) no-repeat 10px 50%;
	color: #43616a;
	width: 125px;
	text-decoration: none;
	min-height:12px;
	height:auto !important;
	height:12px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 1px;
	border-bottom: 1px solid #90bade;
}

.leftColumn .leftExpandingMenu li.lemSubNav a:hover {
	background: #F0F9FB url(../../Images/arrow_general.gif) no-repeat 10px 50%;
	color: #367d93;
}

.leftColumn .leftExpandingMenu ul#topNav li a.noDecoration {border-bottom: none;}

.leftColumn .leftExpandingMenu ul#topNav li a:hover.noDecoration {
	background: #d9eef4 url(../../Images/arrow_general.gif) no-repeat 10px 50%;
	color:#367d93; 
}



/*=======================================================*/
/* Center Content*/
/*=======================================================*/

.centerText
{
	text-align: center;
}

.centerContent {
	float: left;
	width: 491px;
	margin-top: 15px;
	background-color: white;
	padding: 20px 20px 5px 20px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 13px;
	display: inline;
	overflow:hidden;
	position: relative;
}

.iconProduct{
	position: absolute;
	right: 32px;
	top: 3px;
}

.centerContent p {
	margin-bottom: 20px;
	font-size: 12px;
	}
	
.centerContent #results p {
	margin-bottom: 20px;
	font-size: 11px;
}
	
.centerContent p.small {
	margin-bottom: 20px;
	font-size: 11px;
	}

.centerContent p.green{
	color: #1d5f73;
	font-size: 12px;
}

.centerContent p.padding20px{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}

.centerContent p.greenNoMargin{margin-bottom: 0;}

.centerContent a, .blogWrapper a{color: #367d93; text-decoration: underline;}
.centerContent a:hover, .blogWrapper a:hover {color: #367d93; text-decoration: underline;}

.centerContent a.noDecoration, .blogWrapper a.noDecoration {color: #367d93; text-decoration: none;}
.centerContent a.noDecoration:hover, .blogWrapper a.noDecoration:hover {color: #367d93; text-decoration: underline;}

.centerContent a.small{font-size: 11px; color: #367d93; text-decoration: none;}

.centerContent h1, .blogWrapper h1{
	font-family: Verdana;
	font-size: 21px;
	font-weight: normal;
	color: #1d5f73;
	margin-bottom: 20px;
	padding-top: 10px;
	width: 400px;
	line-height: 25px;
}

.centerContent h2, .blogWrapper h2{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #1d5f73;
	margin-bottom: 15px;
}

.centerContent h2.smallMargin, .blogWrapper h2.smallMargin {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #1d5f73;
	margin-bottom: 5px;
}

.centerContent .entryWrapper_noBorder h2.noMargin{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #1d5f73;
}

.centerContent .entryWrapper, .blogWrapper .entryWrapper{
	font-family: Verdana;
	border-bottom: 1px #d9eef4 solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}



.centerContent h3{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #1d5f73;
	margin-bottom: 15px;
}

.centerContent h3.smallMargin{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #1d5f73;
	margin-bottom: 5px;
	margin-top:10px;
}

.centerContent h4{
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #003333;
	margin-bottom: 10px;
}

.centerContent .returnText, .introText {
	width: 487px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 23px;
	border-top: #d9eef4 1px solid;
	border-bottom: #d9eef4 1px solid;
}

.centerContent .introText {
	width: 487px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-top: #d9eef4 1px solid;
	border-bottom: #d9eef4 1px solid;
}

.centerContent .introText.noPad {
	padding-bottom: 0;
}

.centerContent .introText.noPad a{
	margin: 4px 2px 0 0;
	display: block;
	float: right;
	width: 120px;
}

.centerContent .introText{color: #1d5f73}

.centerContent .introText p.normal, .centerContent p.normal{
	color: black;
	font-size: 12px;
	margin-bottom: 0;
}

.centerContent .introTextnoBorder {
	width: 487px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #1d5f73
}
	

.centerContent .textBlock {
	color: Black; 
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	border-top: none;
	width: 487px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: #d9eef4 1px solid;
}

.centerContent .textBlock h2{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #1d5f73;
	margin-bottom: 10px;
}

.centerContent img.patientHandout{
	width:140px;
	height: 32px;
	float: left;
	display: inline;
	}

.centerContent img.arrowLeft{
	width:4px;
	height: 7px;
	margin-right: 5px;
	border: 0;
	padding: 0;
	}
	

.centerContent .handoutBtn{
	float: left;
}
	
.centerContent img.arrowRight{
	width:4px;
	height: 7px;
	margin-right: 5px;
	border: 0;
	padding: 0;
	}
	
.centerContent img.arrowReft{
	width:4px;
	height: 7px;
	margin-right: 5px;
	border: 0;
	padding: 0;
	}
	
.centerContent .return {
	width: 487px;
	text-align: right;
}

.centerContent .return a{font-size: 11px; color: #367d93; text-decoration: none;}

.centerContent #videoPlaceHolderLarge{
	border: #8dccde 1px solid;
	padding: 5px;
	background-color: White;
	width: 430px;
	height: 290px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.centerContent #videoPlaceHolderSmall{
	border: #8dccde 1px solid;
	padding: 5px;
	background-color: White;
	width: 192px;
	height: 142px;
}
	
.centerContent img.generalImage, .blogWrapper img.generalImage{
	border: #8dccde 1px solid;
	padding: 5px;
	background-color: White;
}

.centerContent .leftImage, .leftImage_whatsOn{
	float: left;
	border: #8dccde 1px solid;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.centerContent .leftImage_whatsOn {margin-top: 15px;}


.centerContent .rightImage{
	float: right;
	border: #8dccde 1px solid;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}	

.centerContent .smallItalicText{
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	color: #1d5f73;
}

.centerContent .smallItalicTextIndent, .smallItalicTextIndent20px {
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	color: #1d5f73;
	padding-left: 10px;
	
}

.centerContent .smallItalicTextIndent20px{padding-left: 20px}


.centerContent .smallGreenText{
	font-family: Verdana;
	font-size: 11px;
	color: #367d93;
}

.centerContent .smallDarkGreenText, .blogWrapper .smallDarkGreenText{
	font-family: Verdana;
	font-size: 11px;
	color: #0e4d5f;
}
	
.centerContent .contentDivider {
	width: 487px;
	height: 10px;
	background: url(../../Images/contentDivider.gif) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

.centerContent .relatedLinks{
	font-family: Verdana;
	font-size: 16px;
	color: #012630;
	font-weight: normal;
}

.centerContent .relatedLinks ul{
	list-style: none;
	margin-top: 19px;
}

.centerContent .relatedLinks ul li{
	background: url(../../Images/arrow_general.gif) no-repeat 10px 55%;
	padding-left: 20px;
	margin-left: -10px;
}

.centerContent a.relatedLinks {font-size: 11px; color: #367d93; text-decoration: none;}
.centerContent a.relatedLinks_height {font-size: 11px; color: #367d93; text-decoration: none; line-height: 20px;}

.centerContent .marginWrapper ul{
	list-style: none;
	margin-top: 19px;
}

.centerContent .marginWrapper p>li{
	padding: 0;
	margin: 0;
}

.centerContent .marginWrapper ul li{
	background: url(../../Images/arrow_general.gif) no-repeat 10px 5px;
	padding-left: 20px;
	margin-left: -10px;
	position: relative;
}

.centerContent ul.general{
	list-style: none;
	margin-top: 19px;
}

.centerContent ul.general li{
	background: url(../../Images/bullet_switchList.gif) 10px 25% no-repeat ;
	padding-left: 20px;
	margin-bottom: 5px;
}

.centerContent .smallGreenText ul{
	list-style: none;
	margin-top: 10px;
}

.centerContent .smallGreenText ul li{
	padding-left: 20px;
	margin-bottom: 5px;
}

.libraryGradient{
	background: url(../../Images/panel_library.jpg) repeat-x #ecf6f9 top left;
	border: 1px solid #fff;
}

.centerContent .libraryPanelSmall{
	float: left;
	width: 203px;
	height: 250px;
	padding: 15px;
}

.centerContent .libraryPanelSmall_bottom{
	float: left;
	width: 203px;
	padding:15px 15px 0px 15px;
	height: 32px;
	clear: both;
}

.smallText_noPadding a p{
	padding: 0;
	margin: 0;	
}

.centerContent .libraryPanelLarge{
	float: left;
	width: 222px;
	height: 250px;
	border-left: 2px solid #fff;
	padding:15px;
}

.centerContent .libraryPanelLarge_bottom{
	float: left;
	width: 222px;
	height: 32px;
	border-left: 2px solid #fff;
	padding:15px 15px 10px 15px;
	margin: 0;
}

.centerContent .libraryArticleWrapper{
	border-bottom: 1px solid #d9eef4;
	padding-bottom: 14px;
}

.centerContent .libraryArticleWrapper_noBorder{
	border-bottom: 0;
	padding-bottom: 15px;
}



	

/*Content Switcher*/


.centerContent .switchWrapper, .marginWrapper{
	margin-bottom: 20px;
}

div.marginWrapper p
{
	font-size: 11px;
	margin-bottom:auto;
	line-height: normal;
}

.ingredients
{
	border-top:solid 1px #D9EEF4;
}
.ingredient td
{
	padding:4px 5px 4px 15px;
	background:#ECF6F9;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #D9EEF4;
}
.centerContent .switchBar{
	padding-left: 10px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #1d5f73;
	height: 28px;
	padding-top: 12px;
	position: relative;
}

.centerContent .switchdivide{
	width: 489px;
	height:1px;
	background: url(../../Images/contentDivider2.gif) no-repeat;
	margin:0;
	padding:0;
	line-height: 0; /*IE6 Spacing Fix*/
	font-size: 0; /*IE6 Spacing Fix*/
}

.centerContent .iconspan{
	float: right;
	padding-right: 10px;
	}
	
.centerContent .switchContent{
	width: 438px;
	margin-top: -43px;
	padding-top: 39px;
	padding-bottom: 17px;
	padding-left: 10px;
	padding-right: 38px;
	background-color: #f0f9fb;
	border: 1px solid #d9eef4;
	font-size: 11px;
	margin-bottom: 15px;
}

.centerContent a.switch{font-size: 11px; color: #367d93; text-decoration: none;}

.centerContent img.open{
	width: 6px;
	height: 6px;
	padding-right: 3px;
}

.centerContent .switchSpacer{
	height:15px;
	overflow:hidden;
}

.centerContent .switchContent ul{
	list-style: none;
	margin-top: 19px;
}

.centerContent .switchContent ul li{
	background: url(../../Images/bullet_switchList.gif) 10px 60% no-repeat ;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-left: -10px;
}
.prductSubList
{
	padding:15px 0px 16px 18px;
	line-height:18px;
}

/*End Content Switcher*/

.centerContent .gradientHeader{
	width: 458px;
	height: 22px;
	background: url(../../Images/bcg_gradientGreenBorder.gif)  no-repeat;
	padding: 6px 15px 9px 18px;
	font-family: Verdana;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #1d5f73;	
}

.centerContent p.smallText{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 11px;
}

.centerContent, p.smallText_noLeftPadding{
	padding-top: 10px;
	font-size: 11px;
}

.centerContent p.smallText_noPadding{
	font-size: 11px;
}

	
/* Begin Form */
/*inputs*/
.centerContent input, .rightColumn input, .blogWrapper input{
	border:solid 1px #b4ddea;
	font-size:10px;
	font-family:Verdana;
	padding: 0 3px;
	color: #367d93;
	line-height: 15px;
}
/*selects*/
select{
	border:solid 1px #b4ddea;
	font-size:10px;
	font-family:Verdana;
	padding: 0;
	color: #367d93;
	line-height: 15px;
	height: 20px;
} 
/*text areas*/
textarea{
	border:solid 1px #b4ddea;
	font-size:10px;
	font-family:Verdana;
	padding: 0 3px;
	color: #367d93;
	line-height: 13px;
}

.centerContent input.formInputTiny{
	font-size: 9px;
}

.centerContent input.checkbox{
	border:none;
	display: inline; 
	margin-right: 15px;
	position: relative;
	top: 5px;
}


.centerContent span.checkboxclose label, .blogWrapper span.checkboxclose label{
	position: relative;
	top: -4px
}

.centerContent span.checkboxclose input, .blogWrapper span.checkboxclose input{
	border: 0;
}


.centerContent  .textarea {
	width: 220px;
	height: 95px;
	overflow: auto;
}

.centerContent .textareaLarge {
	width: 469px;
	height: 200px;
	overflow: auto;
	padding: 10px;
	color: #367d93;
	font-size: 10px;
	display: inline;
}

.centerContent .textareaSmall {
	width: 450px;
	height: 100px;
	overflow: auto;
	padding: 10px;
	color: #367d93;
	font-size: 10px;
	display: inline;
}

.centerContent .asterisk{
	color: #59a8bf;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
}

.centerContent .noasterisk{
	width: 13px;
	height: 5px;
	float: left;
}

.centerContent label, .blogWrapper label{
	font-size: 11px;
	color: #012630;
	text-align: left;
	vertical-align: middle;
}

.centerContent label.green, .blogWrapper label.green{
	font-size: 10px;
	color: #367d93;
	text-align: left;
	vertical-align: middle;
}

.centerContent input.formInput{
	width: 195px;
	padding: 3px;
}

.centerContent input.formInputLong{
	width: 220px;
	padding: 3px;/**/
	height: 12px;
}

.centerContent select.formSelectMedium{
	width: 227px;
	height: 18px;
}

.centerContent select.formSelect{
	width: 195px;
	height: 18px;
	vertical-align: 2px;
}

.centerContent select.formSelectLong{
	width: 308px;
	height: 18px;
}

.centerContent select.formSelectShort{
	width: 128px;
	height:18px;
}

.centerContent input.formInputTiny{
	width: 36px;
	height:15px;
}

.centerContent .floatleftForm{
	float: left;
	width: 110px;
	display: inline;
	text-align: left;
	padding-top: 3px;
	margin-right: 50px;
}

.centerContent .floatleft_textOnly{
	float: left;
	display: inline;
	text-align: left;
	padding-top: 3px;
}

.centerContent .floatleftForm_extraLong{
	float: left;
	width: 225px;
	display: inline;
	text-align: left;
	padding-top: 3px;
	margin-right: 50px;
}

.centerContent .floatleftFormShort{
	float: left;
	margin-left: 20px;
}

.centerContent .errorMessages ul{
	list-style-type: square;
	margin-top: 20px;
	margin-bottom: 20px;
}

.centerContent .errorMessages li  {
	font-family: Verdana;
	font-size: 11px;
	color: red;
	margin-left: 15px;

}

.centerContent img.rightarrow, .rightColumn img.rightarrow   {
	width:4px;
	height: 7px;
	margin-right: 5px;

}

.rightColumn input.formInputSmall{
	width: 158px;
	height:18px;
}
.checkbox input
{
	position:relative;
	top:3px;
	border:none;
	margin-bottom:0;
	margin-left:0;
}
.checkbox
{
	padding-right:5px;
}
/* End Form */

/* Begin A-Z Index */

.centerContent .azindex {
	float: left;
}
.floatRightDiv
{
	width:57px;
	height:69px;
	overflow:hidden;
	float:right;
}
.floatLeftDiv
{
	width:429px;
	height:70px;
	overflow:hidden;
	float:left;
}
.centerContent .index {
	font-family: Verdana;
	color: #59a8bf;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;
}	
	
.centerContent .index li {
	float: left;
	height: 33px;
	list-style: none;
	border:1px solid #ffffff;
	width: 31px;
	display: inline;
}
.centerContent .index a
{
	display: block;
	width: 31px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
	background: #f0f9fb;
	color: #59a8bf;
	text-decoration: none;
}
.centerContent .index a:link, .index a:visited {
	background: #d9eef4;
	color: #59a8bf;
	display: block;
	width: 31px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
}

.centerContent .index a:hover {
	background: #f0f9fb;
	color: #59a8bf;
	text-decoration: none;
}

.centerContent .numberSearch{
	background-color: #d9eef4;
	font-family: Verdana;
	color: #59a8bf;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 1px;

	}
	
.centerContent .numberSearch l1{
	width: 57px;
	height: 60px;
	display: inline;
	list-style-type: none;
}
.centerContent .numberSearch a {	
    background: #f0f9fb;
	color: #59a8bf;
	display: block;
	width: 57px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	padding-top: 25px;
}
.centerContent .numberSearch a:link, .numberSearch a:visited{
	background: #d9eef4;
	color: #59a8bf;
	display: block;
	width: 57px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	padding-top: 25px;
	
}

.centerContent .numberSearch a:hover {
	background: #f0f9fb;
	color: #59a8bf;
	text-decoration: none;
}
	
/* End A-Z Index */

.centerContent .overflowBox{
	width: 470px;
	height: 365px;
	border: 1px solid #b4ddea;
	overflow: scroll;
	padding: 10px;
}

.centerContent .overflowBox{
	width: 465px;
	height: 365px;
	border: 1px solid #b4ddea;
	overflow: auto;
	padding: 10px;
}

.overflowHeader{
	float: left;
	background: url(../../Images/bcg_scrollBox.gif)  2px 0 no-repeat;
	width: 457px;
	height: 38px;
	margin-left: -10px;
	margin-top: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-top: 10px;
	display: inline;
}

.centerContent h3.overflowBox{
	color: #0e4d5f;
	font-size: 12px;
}

.centerContent .overflowBoxWrapper{
	width: 445px;
	border-bottom: 1px solid #b4ddea;
	margin-bottom: 10px;
}


.centerContent .productOptions{
	width: 490px;
	color: #367d93;
}

.centerContent .productOptions span.floatLeft{
	margin-right: 15px;
	padding-left: 45px;
}

.centerContent .productOptions .floatRight{
	text-align: left;
}

.centerContent .productOptions .floatLeft_noTn{
	padding-left: 135px;
}

	
.centerContent .productOptions .floatLeft .header, .floatLeft_noTn .header{
	font-size: 12px;
	color: #367d93;
}

.centerContent .productOptions .floatLeft span.checkboxclose, .floatLeft_noTn span.checkboxclose{
	margin-left: -5px;
}

.centerContent .productOptions .floatLeft span.checkboxclose label, .floatLeft_noTn label{
	font-size: 10px;
	color: #367d93;
}


.centerContent .searchNavWrapper {
	width: 450px;
	height: 20px;
	background-color: #eaf5f9;
	padding: 5px 20px 0 20px;
	
}

.centerContent .searchNavLeft ul{
	list-style: none;
	float: left;
}

.centerContent .searchNavRight ul{
	list-style: none;
	float: right;
}

.centerContent .searchNavLeft ul li, .searchNavRight ul li{
	list-style: none;
	display: inline;
	margin-right: 15px;
}

.centerContent .searchNavRight li.first {
	border-right: 1px solid #67bad3;
	padding-right: 10px;
}

.centerContent .tagCloud{
	width: 445px;
	padding: 20px; 
	background-color: #f0f9fb;
	border: 1px solid #d9eef4;
	display: block;
	margin-bottom: 20px;
	color: #367d93;
	text-transform: capitalize;
}

.centerContent .tagCloud ul {
	list-style: none;
	display: inline;
}

.centerContent .tagCloud ul li.leastPopular, li.weight1{
	font-size: 11px;
	display: inline;
	line-height: 25px;
	text-align: center;
}

.centerContent .tagCloud ul li.normal, li.weight2{
	font-size: 15px;
	font-weight: normal;
	display: inline;
	margin-top: 20px;
	line-height: 25px;
	text-align: center;
}

.centerContent .tagCloud ul li.popular, li.weight3{
	font-size: 15px;
	font-weight: bold;
	display: inline;
	line-height: 25px;
	text-align: center;
}

.centerContent .tagCloud ul li.mostPopular, li.weight4{
	font-size: 21px;
	display: inline;
	line-height: 25px;
	text-align: center;
}

.centerContent .related{
	background: #ecf6f9 url(../../Images/gradient_DarkTop.gif) left top no-repeat;
	padding: 15px;
	margin-top: 15px;
	width: 160px;
	margin-right: 15px;
}



.centerContent .productCategory{
	width: 470px;
	height: 27px;
	font-size: 12px;
	
}

.centerContent .productCategory ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}

.interactions{
	margin-bottom: 12px;	
}


.centerContent .productCategory li a {
	display: block;
	background: url(../../Images/bcg_categories.jpg) no-repeat;
	color: #1d5f73;
	text-decoration: none;
	width: 470px;
	min-height:27px;
	height:auto !important;
	height:27px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.centerContent .productCategory li a:hover {
	background: transparent url(../../Images/bg_prod_cat_over.gif) repeat-x top right;
	color: #fff;
	text-decoration: none;
}
/*search result*/
.centerContent p.productName
{
	color:#367d93;
	font-size:12px;
	margin-bottom:15px;
}
.centerContent p.resultBlurb
{
	color:#367d93;
	font-size:14px;
	padding-top:15px;
	margin-bottom:0;
}

.centerContent table{
	width: 491px;
}

.sitemapContainer
{
}
.sitemapContainer table
{
	width: auto;
}

.resultTable
{
	width: 100%;/*491px;*/
	margin-bottom:15px;
}
.resultTable td
{
	padding:15px 0 0 0;
	border-bottom:solid 1px #d9eef4;
}
p.productDescription
{
	margin-bottom:2px;
}

/*=======================================================*/
/* Right Column */
/*=======================================================*/

.rightColumn{
	float: left;
	width: 190px;
	margin: 15px 0 0 0;
	padding: 0 0 0 10px;
}


.rightColumn .rightPrintEmail ul {
	list-style: none;
	border: none;
	margin-bottom: 15px;
}

.rightColumn .rightPrintEmail li  {
	display: block;
	background: #f0f9fb url(../../Images/arrow_general.gif)  no-repeat 170px 50%;
	text-decoration: none;
	height: 25px;
	padding-top: 10px;
	padding-left: 15px;
	font-family: Verdana;
	font-size: 13px;
	color: #367d93;
	list-style: none;
	margin: 0 0 1px 0; 
}

.rightColumn .print{
	width: 13px;
	height: 19px;
	vertical-align: middle;
	padding-right: 11px;
}

.rightColumn .email{
	width: 13px;
	height: 17px;
	vertical-align: middle;
	padding-right: 11px;
}

.rightColumn .rightPrintEmail a {color: #367d93; text-decoration: none;}
.rightColumn .rightPrintEmail a:hover {color: #367d93; text-decoration: none;}

.rightColumn .related, .recent {
	background: #ecf6f9 url(../../Images/gradient_DarkTop.gif) left top no-repeat;
	padding: 15px;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

.rightColumn .related ul, .recent ul {
	list-style: none;
	border: none;
	width: 160px;
}

.rightColumn .related li, .recent li  {
	display: block;
	background: url(../../Images/arrow_general.gif)  no-repeat 0 13px;
	border-bottom: 1px solid #b4ddea;
	text-decoration: none;
	padding: 8px 15px 8px 15px;
	font-family: Verdana;
	font-size: 13px;
	line-height: 16px;
	color: #367d93;
}
.rightColumn .related li.noBorderBottom, .rightColumn .recent li.noBorderBottom, .rightColumn .related li:last-child, .recent li:last-child {border-bottom: none;}

.rightColumn .related li a, .recent li a{font-size: 11px; color: #367d93; text-decoration: none;}

.rightColumn .productDetails {
	background: #d9eef4 url(../../Images/bcg_gradientLightTop.gif) left top no-repeat;
	padding: 13px;
	margin-bottom: 15px;
}

.rightColumn .productDetails ul {
	list-style: none;
	border: none;
	width: 160px;
}

.rightColumn .productDetails li  {
	display: block;
	border-bottom: 1px solid #90bade;
	text-decoration: none;
	height: 25px;
	padding-top: 10px;
	padding-right: 15px;
	font-family: Verdana;
	font-size: 11px;
	color: #367d93;
}

.rightColumn img.productShot{
	width: 106px;
	height: 165px;
	padding-left: 27px;
	padding-top: 12px;
	padding-bottom: 23px;
}
.rightColumn .rightPrintEmail
{
	margin-bottom:15px;
}

.rightColumn .productDetails li.borderBottom{border-bottom: none;}
.rightColumn .productDetails li.borderTop{border-top: 1px solid #90bade;}

.rightColumn .productDetails li a{font-size: 11px; color: #367d93; text-decoration: none;}

.rightColumn a.small{font-size: 11px; color: #367d93; text-decoration: none;}

.rightColumn h2{
	font-family: Verdana;
	font-weight: normal;
	color: #012630;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}

.rightColumn p.smallText{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 11px;
}

.rightColumn p.smallText_noLeftPadding{
	padding-top: 10px;
	font-size: 11px;
}

.rightColumn p.smallText_noPadding{
	font-size: 11px;
}

.rightColumn .onlineDemo{
	margin-top: 15px;
	width: 160px;
	height: 78px;
}

.rightColumn img.iconLock{
	width: 8px;
	height: 18px;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	margin-left: 2px;
	
}

.rightColumn input.formInputSmall{
	width: 155px;
	height:15px;
}

.rightColumn  .smallGreenText{
	font-family: Verdana;
	font-size: 11px;
	color: #367d93;
}

.rightColumn  img.generalImage{
	border: #8dccde 1px solid;
	padding: 5px;
	background-color: White;
}

/*=======================================================*/
/* Blog Specific */
/*=======================================================*/

.blogWrapper .leftBlogColumn{
	float: left;
	width: 202px;
	background-color: white;
	margin-top: 15px;
	padding: 20px 4px 20px 4px;
}


.blogWrapper .centerBlogColumn{
	float: right;
	width: 640px;
	margin-top: 15px;
	background-color: white;
	padding: 20px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 13px;
	display: inline;
}

.blogWrapper .header{
	border-bottom: 1px solid #d9eef4;
	padding-bottom: 15px;
}

.blogWrapper .floatRightBigCheese{
	float: right;
	margin-right: 10px;
}

.blogWrapper .floatLeftBigCheese{
	float: left;
}

.blogWrapper h4{
	font-family: Verdana;
	font-size: 17px;
	font-weight: normal;
	color: #1d5f73;
	margin-top: 8px;
	margin-bottom: 10px;
}

.blogWrapper img.generalImage{
	float: left;
	border: #8dccde 1px solid;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blogWrapper .leftImage_blog{
	float: left;
	border: #8dccde 1px solid;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.blogWrapper .entryWrapper_noBorder{
	margin-bottom: 20px;
	padding-bottom: 20px; 
}

.blogWrapper .blogInfo{
	width: 620px;
	padding: 10px; 
	background-color: #f0f9fb;
	border: 1px solid #d9eef4;
	display: block;
	color: black;
	text-transform: capitalize;
}

.blogWrapper ul.normal, li{
	list-style: none;
	display: block;
	line-height: 15px;
}

.blogWrapper input.formInputBlog{
	width: 129px;
	height:15px;
}

.blogWrapper .blogNavigation {
	width: 200px;
	margin-top: 15px;
}

.blogWrapper.blogNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}


.blogWrapper .blogNavigation li a {
	display: block;
	background: #d9eef4 url(../../Images/arrow_general.gif) no-repeat 10px 50%;
	border-bottom: 1px solid #90bade;
	color: #43616a;
	text-decoration: none;
	width: 180px;
	min-height:12px;
	height:auto !important;
	height:12px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 1px;
}

.blogWrapper .blogNavigation li a:hover {
	background: #367d93 url(../../Images/arrow_sml_white.gif) no-repeat 10px 50%;
	color: #fff;
	text-decoration: none;
}

.blogWrapper .disclaimer {
	width: 180px;
	background-color: #d9eef4;
	padding: 10px;
	color: #43616a;
	font-size: 10px;
	margin-left: 1px;
}

.blogWrapper .blogNavigation li.blogSubNav {
	background-color: #f0f9fb;
	color: #43616a;
	text-decoration: none;
	width: 200px;
	min-height:12px;
	height:auto !important;
	height:12px;
	margin-left: 1px;
}

* html .blogWrapper .blogNavigation li#blogsli{margin-top: -13px;}
* html .blogWrapper .blogNavigation li#blogli{margin-top: -13px;}

.blogWrapper .blogNavigation li.blogSubNav a {
	display: block;
	background: url(../../Images/arrow_general.gif) no-repeat 20px 50%;
	color: #43616a;
	width: 170px;
	text-decoration: none;
	min-height:12px;
	height:auto !important;
	height:12px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-left: 1px;
	border-bottom: 1px solid #90bade;
}

.blogWrapper .blogNavigation li.blogSubNav a:hover {
	background: #F0F9FB url(../../Images/arrow_general.gif) no-repeat 20px 50%;
	color: #367d93;
}

.blogWrapper .blogNavigation ul#topNav li a.noDecoration {border-bottom: none;}

.blogWrapper .blogNavigation ul#topNav li a:hover.noDecoration {
	background: #d9eef4 url(../../Images/arrow_general.gif) no-repeat 10px 50%;
	color:#367d93; 
}

.blogWrapper .menuTags {
	width: 180px;
	background-color: #d9eef4;
	padding: 10px;
	color: #43616a;
	font-size: 10px;
	margin-left: 1px;
	border-bottom: 1px solid #90bade;
}

.blogWrapper .menuTags .leastPopular{
	font-size: 11px;
	display: inline;
	line-height: 25px;
	text-align: center;
}

.blogWrapper .menuTags .normal{
	font-size: 15px;
	font-weight: normal;
	display: inline;
	margin-top: 20px;
	line-height: 25px;
	text-align: center;
}

.blogWrapper .menuTags .popular{
	font-size: 15px;
	font-weight: bold;
	display: inline;
	line-height: 25px;
	text-align: center;
}

.blogWrapper .menuTags .mostPopular{
	font-size: 21px;
	display: inline;
	line-height: 25px;
	text-align: center;
}

.blogWrapper p.smallestText_noPadding{
	font-size: 10px;
}


/*=======================================================*/
/* PNG Images */
/*=======================================================*/

img.viewDemo{
	width: 120px;
	height: 31px;
	border: 0;
}

img.login{
	width: 54px;
	height: 32px;
	border: 0
}

img.launchGuide{
	width: 99px;
	height: 32px;
	border: 0
}

img.resourceCentre{
	width: 134px;
	height: 32px;
	border: 0
}

img.whatsOn{
	width: 143px;
	height: 32px;
	border: 0
}

.nonPngBtn{
	height: auto;
	width: auto;
	border: none;
}

/*=======================================================*/
/* Pop Up panel */
/*=======================================================*/

.popup
{
	position:absolute;
	top:0px;
	left:50%;
    width:905px;
    height:800px;
    z-index:5;
    margin:0 auto 0 -450px;
    z-index:10001;
    display:none;
    text-align:center;
}
.popupBackground
{
	position:absolute;
    background-color:#ffffff;
    opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;	
	-khtml-opacity:0;
	width:100%;
	height:100%;
	z-index:10000;
	display:none;
	cursor:pointer;
}
#nonFlash
{
	position:relative;
	margin:100px auto 0 auto;
	width:418px;
	height:255px;
	text-align:left;
	color:#ffffff;
}
.bgHolder
{
	width:418px;
	height:255px;
	background:url(../../Images/bg_nonflashPopup.png) 0 0 no-repeat;
}
.contentHolder
{
	position:absolute;
	top:0;
	left:0;
	width:285px;
	height:140px;
	padding-top:115px;
	padding-left:63px;
	padding-right:70px;
}
#nonFlash .downloadBtn
{
	bottom:37px;
	left:63px;
	position:absolute;
}
#nonFlash .closeBtn
{
	position:absolute;
	width:22px;
	height:15px;
	top:30px;
	right:30px;
}
/*=======================================================*/
/* END Pop Up panel */
/*=======================================================*/


.recent a { color:#367D93;text-decoration:none; }

.recent a:hover { color: #367d93; text-decoration: underline; }


