/***********************************************************/
/* LAYOUT */
/***********************************************************/

	#PrsCSrvGnl_LegalAndTerms_container h1 {padding:0px;}
	
	#header {position:relative; clear:both; width:977px; height:46px; margin:0px auto 0px auto; padding:0px; z-index:100;}
	
	
	/* breadcrumb */
		.bb_breadcrumb {position:relative; clear:both; height:20px; margin:28px 0px 0px -1px; padding:8px 0px 4px 0px;}/* HERE */
			.bb_breadcrumb li {position:relative; float:left; width:auto; margin:0px; padding-left:1px; list-style:none; font-size:11px; color:#212121;}
				.bb_breadcrumb li a {display:block; width:auto; padding-right:12px; background:url("images/bg_breadcrumb.gif") right top no-repeat;}

	
	/* content */	
		.bb_content {position:relative; clear:both; width:783px; height:auto; margin:0px; padding:10px 1px 0 1px; background:#fff url("images/bg_contentMiddle.gif") left top repeat-y;}
		.bb_content ul  { padding:0px 0px 0px 16px;}
			
		/* when there is a tag <FONT> inside a <A>*/
		.bb_content ul li a font{color:#00446e !important;}
		.bb_content ul li a:hover font{color:#0077bf !important;}
		
		/* Styles to hide the navigation when in checkout or shopping cart */	
		.bb_default.bb_noNav .bb_topNav ul {
			display:none;
		}
		/* Styles to hide the navigation when in checkout or shopping cart */

		.bb_content.bb_setPadding {width: 745px; padding:20px}
			.bb_content.bb_setPadding h1 {padding-left:20px !important; margin-left:-20px;}
			.bb_content.bb_setPadding p {padding-left:0px !important; margin-left:0px;}

			
			.bb_content #title[id] {
				border-bottom: solid #d9d9d9 1px;
				width:745px !important;
				height:auto;
				letter-spacing:1.2px;
				padding:0px 20px;
			}
