html, body {
	background-color:#DDDEDF;
	margin:0px 0px 0px 0px;
	font-family:verdana,arial, Helvetica,sans-serif;
	font-size:9pt;
	
	
}
* html .Content .MainContainer {
	height: 1%;
}

body img {
	border:none;
}
a:hover {
	text-decoration: underline;
}
a img {border: none; }

/* turns off fuzzy/bold/drop shadow effect in Safari */
body .NoShadow {
		text-shadow: #000000 0 0 0px;
}

/* Fixes FF issue of float left elements breaking through bottom margin */
.Clearfix:after {content: "."; height:0; visibility: hidden; display: block; clear: both; }
.Clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .Clearfix {height: 1%; display: block; }
/* End hide from IE-mac */ 

br.Clear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;	
	}


.ContainWhite.afterMarket {
	margin-left:auto;
	margin-right:auto;
	width:930px;
	padding:0px 25px 25px 25px;
	background-color:#FFFFFF;
	border-top: 2px solid #DDDEDF;
/*	background-image:url(/images/app/aftermarket-logo.jpg);
	background-position:10px 5px;
	background-repeat:no-repeat;*/
}

.ContainWhite {
	margin-left:auto;
	margin-right:auto;
	width:930px;
	padding:0px 25px 25px 25px;
	background-color:#FFFFFF;
	border-top: 2px solid #DDDEDF;
/*	background-image:url(/images/app/logoDelphiMain.gif);
	background-position:25px 25px;
	background-repeat:no-repeat;*/
}

.ContentContain {
/*	position:relative;
	clear:both;
	min-height:300px;
	margin:0px 0px 2px 0px;
*/}

.Content {
	border: 1px solid #CCCCCC;
	border-top:none;
	color: #333333;
	padding-left: 28px;
	clear: left;
	background-color: #ffffff;
	background-image:url(/images/app/common/gradientLightContent.gif);
	background-position:top;
	background-repeat:repeat-x;
	overflow:hidden;
	padding-bottom:27px;
}
* html .Content {
	width:900px;
}

h1, .FirstLevelHeader {
	margin:0px;
	margin-top: 7px;
	font-size:16pt;
	font-weight: bold;
	
}

 h2, .SecondLevelHeader { 
	margin:0;
	font-size:13pt;
	font-weight: bold;	
	margin-top: 14px;	
}

h3 {
	font-size: 9pt;
}
/*.Content h4 {  same here. only do this if you're sure how it will be used.
					please move to the correct page type 
margin: auto 0px;
padding: auto 0px;
font:12px arial,verdana, sans-serif;
font-weight: bold;
}*/
 /* same here. only do this if you're sure how it will be used.
					please move to the correct page type and consider p.someClass {...} */
/*.Content p { 
	margin: auto 0px;
	margin-top: 5px;
	margin-bottom:16px; 
	width: 476px;
	font:11px verdana, arial, sans-serif;
}*/

.Border {
	background-image:url(/images/app/common/TopBorder.gif);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-right: 28px;
	min-height:300px;
	height:auto;
}
/*TODO - Remove this hack. no longer necessary */
/* IE 6 Fix */
/*\*/
* html .Border {
height: 300px;
overflow:visible;
}
/**/

.MainContent {
	margin: auto 0px;
	float: left;
	margin-bottom: 20px;
}
.MainContainer {
	overflow: hidden;
	margin-top: 12px;
	background-image:url(/images/app/common/BottomBorder.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	clear:right;
}

.HeaderGreyOne {
	background:#61727A;
	height:20px;
	background-image:url(/images/app/common/hdrGradientGrey1.gif);
	background-repeat:repeat-x;
	padding:5px 0px 0px 10px;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff !important;
	display:block;
	overflow:hidden; /* i'm afraid this will mess up promos. may have to remove*/
}


  a.HeaderGreyOne:link, a.HeaderGreyOne:visited,  a.HeaderGreyOne:hover  {
	text-decoration: none;
}
 a.Level1:link,  a.Level1:visited,  a.Level1:hover {
	text-decoration:none;
	color: #333333;

	
}
 a.Print:link,  a.Print:visited,  a.Print:hover {
	font-size:8.5pt; 
	font-weight: normal;
	text-decoration:none;
	margin: auto 0px;
	
}

 a.Print:link,  a.Print:visited,  a.Print:hover {
	background-image:url('/images/app/productIndustry/btnPrint.gif');
	background-position:1px left;
	background-repeat:no-repeat;
	margin-top: 15px;
	padding-top:4px;
	padding-left:28px;
	padding-right:28px;
	float: right;
	display: inline;
	color: #666666;
	height:21px;
}
a.Print:hover {
	color:#015391;
}
.ClearBoth {
	clear:both;
}
.FloatLeft {
	float:left;
}
.ClearRight {
	clear:right;
}
.ClearLeft {
	clear:left;
}
ClearSpan {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
.Displaynone {
	display:none;
}
.GreyBars {
		margin: 0px;
		padding:0px;
		color: #333333;
		font-weight: bold;
		background-color: #F1F0F0;	
		height: 20px;
		min-height: 20px;	
		padding:4px 0 0px 5px; 
		margin:16px 0px;
		display: block;
		font-size:8pt;
		width: auto;
		width:expression(document.body.clientWidth > 660? "660px": "auto" );
		}	
.GreyUnderline {
		margin: 0px;
		padding:0px;
		color: #333333;
		font-weight: bold;
		border-bottom: 1px solid #CDCDCD;	
		height: 20px;
		min-height: 20px;	
		/*padding:4px 0 0px 5px; */
		margin:15px 0px 10px 0px;
		display: block;
		font-size:8pt;
		width: auto;
		width:expression(document.body.clientWidth > 660? "660px": "auto" );
		}	
		
.NoBackground {
	background:none;
}.BreadCrumbs {
	margin-top: 7px;
	padding-left:1px;
	font-size: 7.5pt;
}
.BreadCrumbs .Activated {
	color: #015391;
}

.BreadCrumbs a			{color:#a4a4a4; text-decoration:none;}
.BreadCrumbs a:visited 	{color:#a4a4a4; text-decoration:none;}
.BreadCrumbs a:hover 	{color:#a4a4a4; text-decoration:underline;}
.BreadCrumbs a:active 	{color:#a4a4a4; text-decoration:none;}



.toggler  { 
	cursor:pointer;  
	display:inline;
	width:34px; 
	height:29px; 
	float:right;
	margin-top:-32px;
/*	background-color:yellow;*/
}
.element { 
	padding:0; 
	width:237px; 
	background-color:#FFFFFF; 
	display:none;
}


.element .thirdLevel {
	background-color:#FFFFFF;
	background-image:none;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
}
*html .element .thirdLevel {
	zoom:1;
	height:20px;
}
*html .element .thirdLevel a {
	zoom:1;
	height:20px;
}
.element .thirdLevel a:hover {
	background-image:none;

}


ul.FirstLevelNav  {
	margin:0;
	padding:0;
	padding-bottom: 0px;
	border: 1px solid #DADCDC;
/*	border-right:1px solid #ffffff; */
	border-top:none;
	list-style-type:none;	
	margin-bottom:1px;
/*	background-color:yellow;*/
}

*html .FirstLevelNav li.firstLevel {
	margin-bottom: -2px;


}

.FirstLevelNav li.firstLevel {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#FFFFFF;
	background-image:url(/images/app/navs/new/firstLevelArrow.gif);
	background-position:top left;
	background-repeat: no-repeat;
	color:#000000;
	width:219px;
	
	



}
.FirstLevelNav li.firstLevel a,
.FirstLevelNav li.firstLevel a:link, 
.FirstLevelNav li.firstLevel a:visited, 
.FirstLevelNav li.firstLevel a:hover  {
	margin:0 0 0 0;
	padding:0;
	color:#000000;
	text-decoration: none;
	display:block;
	padding:8px;
	font-size: 9pt;
}

.FirstLevelNav li.hover  {
	background-image:none;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#a0c4de;
	width: 219px;
}
.FirstLevelNav li.openhover  {
	background-image:none;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#a0c4de;
	width: 219px;	
}

.SubNav {
	margin-left:-237px;
	width: 237px;
}

.element .thirdLevel a,
.element .thirdLevel a:link, 
.element .thirdLevel a:visited, 
.element .thirdLevel a:hover {
	padding-left:24px !important;
	
}
.element .thirdLevel a:hover {
	background-image:url(/images/app/arrows/arrowRed_thin.gif);
	background-position:10px 13px;
	background-repeat:no-repeat;
	color:#015391 !important;
}


.SubNav .secondLevel {
	
	background-color:#EAEAEA;
	color:#000000;
	margin:0;
	padding:0;
	overflow:hidden;
	font-weight:normal; color:#000; margin: 0; font-size:8pt;
}

.SubNav .secondLevel a,
.SubNav .secondLevel a:link, 
.SubNav .secondLevel a:visited, 
.SubNav .secondLevel a:hover  {
/*	border-top:1px  solid #DADCDC;*/
	border-bottom:1px  solid #DADCDC;
	color:#000000;
	text-decoration: none;
	display:block;
	padding:8px;
	width:219px;
	
/*	float:left;*/
}
/* start IE6 fix */
*html .secondLevel a {
	width:219px;
	display:block;
	height:20px;
	background-color:#EAEAEA;
}

.greyBarClosed a {
	background-image:url(/images/app/navs/new/greyBarClosed.gif);

	background-position:top left;
	background-repeat:no-repeat;
	background-color:#EAEAEA !important;	
}
.blueBarClosed a {
	background-image:url(/images/app/navs/new/blueBarClosed.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#a0c4de !important;


}
.blueBarOpen a {
	background-image:url(/images/app/navs/new/blueBarOpen.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#a0c4de !important;

}
.blueBarHover a {
	background-image:none;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#a0c4de !important;

}
/* end IE6 fix */

.SubNav .greyBarClosed {
	background-image:url(/images/app/navs/new/greyBarClosed.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#EAEAEA;

}
.SubNav .blueBarClosed {
	background-image:url(/images/app/navs/new/blueBarClosed.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#a0c4de;


}
.SubNav .blueBarOpen {
	background-image:url(/images/app/navs/new/blueBarOpen.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#a0c4de;

}
.SubNav .blueBarHover {
	background-image:none;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#a0c4de;

}
.SubNavContainer {
	position:absolute;
	top:0px;
	left:-337px;
	overflow:hidden;
	visibility:visible;
	width: 337px;
	
}
.MainNavContainer {
	position:absolute;
	display:block;
	overflow:hidden;
	width:700px; 
	height:600px;
/*	background-color:yellow;*/
	display:none;
	z-index:1000;

}
.FirstLevelNav {
	position:absolute;
	top:-400px;
	left:0px;
	background-color: #ffffff;
}

.PrimaryNavContain {
	width:100%;
	height:37px;
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #CCCCCC;
}

.PrimaryNavContain img {
	position:relative;
	float:left;
	padding:0px 1px 0px 0px;
	bottom:-1px;
}

.PrimaryNavContain .PrimSearch {
	float:left;
	margin:3px 0px 0px 0px;
}
.PrimaryNavContain .Search {

	float:right;
}
.PrimaryNavContain .GoButton {
	padding-left:7px;
}
.PrimaryNavContain .InputBox {
	/*height:21px;*/
	width:158px;
	border:1px solid #CCCCCC;
	font-size:10pt;
	padding: .3em 0;
	display:block;

}
.PrimaryTranslationAlert {
	background-color:#FFFFCC;
	width:778px;
	height:17px;
	border-left:1px solid #AFB2BB;
	border-bottom:1px solid #AFB2BB;
	border-right:1px solid #AFB2BB;
	padding:3px 0px 0px 0px;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	color:#000055;
}

.UtilityHeadContain {
	position:relative;
	height:24px;
	padding:10px 0px 23px 0px;
	clear:both;
/*	background-color:yellow;*/
	height:40px;
}

.UtilityHeadContain a, div.SelectLanguage a {
	font-weight:bold;
	color:#666666;
	line-height:27px;
	text-decoration:none;
}
.UtilityHeadContain a, div.SelectLanguage a {
	font-size: 8pt;
}
.UtilityHeadContain a:hover {
	text-decoration:none;
	color:#015391;
}

.UtilityHeadContain .On {
	color:#015391;
}

.UtilityHeadContain a.Home {
	float:left;
	margin-top:15px;
}
.UtilityHeadContain a.AMHome {
	float:left;
	margin-top:-5px;
	margin-left:-13px;
}

.UtilityHeadContain img {
	top:-2px;
	margin:0px 0px 0px 0px;
	border: 0;
}

ul.UtilityHeadLinks {
	float:right;
	margin:0px 0px 0px 0px;
	height:23px;
	padding:15px 0px 0px 0px;
	list-style-type:none;
}

/* IE 6 Fix */
/*\*/
* html ul.UtilityHeadLinks {
	width:571px;
}
/**/
.UtilityHeadLinks li {
	margin:0px 0px 0px 35px;
	padding:0px;
	float:left;
	z-index:950;
}
.UtilityHeadLinks li.Last {
	margin-left:18px;
}
div.SelectLanguage {
	height:30px;
	overflow:hidden;
	padding-left:5px;
	padding-top:3px;
	visibility:hidden;
	z-index:950;
	margin-top:-3px; /* to move the menu up */ 
}
a.SelectText {
	background-color:#FFFFFF;
}
a.SelectText:hover {
	text-decoration:none;
}
img.mapIcon {
	width:41px;
	height:29px;
	float:left;
	padding:0px 3px 0px 0px;
	margin:2px 0px 0px 0px;
}
ul.Languages {
	margin:0;
	padding:0;
}
ul.Languages li {
	padding:0; margin:0;
	list-style-type:none;
	float:none;
	clear:both;
	padding-right:10px;
}

ul.Languages li a {
	height:25px;
	line-height:25px;
	display:block;
	margin:0px 5px 0px 5px;
	text-decoration:none;
	text-indent:5px;
	font-weight:normal;
}
ul.Languages li a:hover {
	background-color:#e0e9f4;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

div.LeftNavBackground {
	background-image:url(/images/app/navs/left/leftNavBackground.gif);
	background-position:top left;
	background-repeat:repeat-y;
	clear:right;
}

div.LeftNav {
	width:192px;
	min-height:302px;
	height:auto;
	margin-right:16px;
	background:#D8DFE5;
	position:relative;
	float:left;

}
/* IE 6 Fix */
/*\*/
* html div.LeftNav {
height: 302px;
	margin-right:10px;
}
/**/

div.LeftNav a {
	text-decoration:none;
	color:#000000;
}
div.LeftNav ul {
	width:192px;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:10pt;
	background:none;
}
div.LeftNav li { 
	padding-top:0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
div.LeftNav li.SecondLevel a {
	margin:0px 0px 0px 0px;
	background-image: url(/images/app/navs/left/leftNavSingle.gif);
	background-repeat: no-repeat;
	background-position:10px 13px;
}
div.LeftNav li.Open a {
	background-image: url(/images/app/navs/left/leftNavDownArrow.gif);
	background-position:10px 13px;
	background-repeat: no-repeat;
}
div.LeftNav li.Open > a { 
	background-color:#C1D1DE;
}
div.LeftNav li.SecondLevel {
	border-bottom:1px solid #FFFFFF;
}

	div.LeftNav li.TopBorder {
		border-top:1px solid #FFFFFF;
	}

div.LeftNav li.SecondLevel a {
	margin: 0px 0px 0px 0px;	
	font-weight:normal;
	color:#333333;
	display:block;
	font-size:8pt; 
}
div.LeftNav li.SecondLevel > a {
	min-height:29px;
	height:auto;
	padding: 14px 15px 0px 34px;
}
div.LeftNav li.TwoRow > a {
	min-height:35px;
	height:auto;
	padding: 8px 15px 10px 34px;
	background-position:10px 8px;
}
div.LeftNav li.SecondLevel > a:hover {
	background-color:#C1D1DE;
}

/* IE6 duplicate styles :-( */
/*\*/
* html .LeftNav li.SecondLevel a {
	height:29px;
	padding: 14px 15px 0px 34px;
}
* html .LeftNav li.TwoRow a  {
	height: 35px;
	padding: 8px 15px 10px 34px;
	background-position:10px 7px;
}
div.LeftNav li.SecondLevel a:hover {
	background-color:#C1D1DE;
	text-decoration: none;
}
div.LeftNav li.Open  a { 
	background-color:#C1D1DE;
}
div.LeftNav li.Child a:hover, div.LeftNav ul ul li.Selected  a {
	background-image: url(/images/app/navs/left/leftNavArrow.gif);
	background-repeat: no-repeat;
	background-position:10px 2px;
	background-color:#F0F3F4;
}
div.LeftNav ul ul li.Selected  a {
	font-weight:bold;
}
div.LeftNav li.Child a { 
	padding:0px;
	height:auto;
	font-size:8pt;
}
/**/

div.LeftNav li.Child {
	background: #F0F3F4;
}
div.LeftNav li.Child a {
	margin:0px;
	padding: 3px 15px 3px 34px;
	background: #F0F3F4; 
/*	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;*/
	line-height:10pt;
	font-weight:normal;
	color: #015391;
	text-decoration: none;
	display: block;
	background-image:none;
	background-repeat: no-repeat;
	background-position:10px 2px;
}
div.LeftNav li.Child a:hover, div.LeftNav > ul ul li.Selected > a {
	background-image: url(/images/app/navs/left/leftNavArrow.gif);
	background-repeat: no-repeat;
	background-position:10px 2px;
}
div.LeftNav > ul > li.Selected {
	background-color:#C1D1DE;
}
div.LeftNav > ul ul li.Selected > a {
	font-weight:bold;
}
div.LeftNav li.first {
	border-top:1px solid #FFFFFF;
	padding-top:13px;
}

div.LeftNav li.last {
	padding-bottom:15px;
}

.LeftNavBottomMargin {
	overflow:hidden;
	margin-bottom:25px;
}

/* Added for search leftnav */
div.LeftNav li.preParent {
	background: #F0F3F4;
	border-bottom:1px solid #FFFFFF;
	height:13px;
}
div.LeftNav li.firstChild {
	padding-top:13px;
}.Paging {
	position: relative;
	/*margin-top: 18px;*/
	float: right;	
/*	position: relative;*/
	margin-bottom: 16px;
	font-size:8pt;
}

.Paging ul{
	display: inline;
	position: relative;
	bottom: 0;
}

.Paging	li {
	list-style: none;
	display: inline;
	font-weight: bold; 
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	*/
	color: #606060;	
}

.Paging a:hover {
	background-color:#C1D1DE;
}


.Paging a, .Paging #Current {
	width: 22px;
	height: 21px;
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 1px;
	border: solid 1px;
	border-color: #b3cddd;
	text-decoration: none;
	font-size:8pt;
}


.Paging #Current {
	border: none;
	margin: 2px;
}

.Paging a:link { text-decoration: none; color: #383838 }
.Paging a:hover { text-decoration: none; color: #383838 }
.Paging a:active { text-decoration: none; color: #383838 }
.Paging a:visited { text-decoration: none; color: #383838 }


.Paging .Disabled {
	color: #A0A0A0;
	border: solid 1px;
	border-color: #C0C0C0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px; 	
/*	font-size: 11px;*/		
	height: 20px;
}


.Paging .Disabled.Previous {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.Paging .Disabled.Previous img {

	margin-left:5px;
}

.Paging .Disabled.Next {
	padding-left: 4px;
	margin-left: 1px; 
}

.Paging .Disabled.Next img {
	margin-right: 5px;
}



.Paging .Previous, .Paging .Next {
	height: 21px;
}

.Paging .Previous img, .Paging .Next img {
	
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 0;
	padding-top: 0
}


.Paging .Previous {
	width: 82px;	
}

.Paging .Next {
	width: 62px;
}

.Paging .Enabled a:hover {
	background-color:#f1f0f0
}

.Paging .Enabled  a {
	border-color: #c0c0c0
}


.PreviousArrowSpacing {
	margin-left: 5px;
}
.NextArrowSpacing {
	margin-right: 4px;
}
/* IE 6 Fix */
/*\*/

* html .Paging  {
	margin-top: 25px;
	margin-right: 0;
	margin-right: -2px;
}

* html .Paging ul {
/*	position: relative;*/
	bottom: 0;
	padding-top: 10px;
}


* html .Paging a, * html .Paging #Current  {
	width: 22px;
	height: 21px;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	margin: 1px;
}


* html .Paging #Current {
	border: none;
	margin: 2px;
}

* html .Paging .Disabled {

	height: 20px;	
/*	font-size: 11px;	*/	
}


/** html .Paging .Previous {
	width: 88px;	
}*/


/** html .Paging #DisabledPrevious {
	position: relative; 
	left: -6px;
	margin-left: 0;
	text-align: right;
}*/


/** html .Paging #DisabledPrevious img {
	position: relative; 
	padding-right: 2px;
	margin-right: -8px;
	padding-left: 10px;
}*/

* html .Paging .Previous img, .Paging .Next img {
	
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 0;
	padding-top: 0
}


/** html .Paging .Next {
	width: 66px;

}

* html .Paging .Next#DisabledNext {
	padding-left: 4px;
	margin-left: 6px;

}


* html .Paging .Next img {
	margin-right: 3px;
	padding-right: 2px;
}
*/
/** html .Paging .Next#DisabledNext img {
	margin-right: 5px;
}
*/

/**//*CSS - Right Nav */
.RightNav{
	padding: 0;
	margin: auto 0px;
	float:right;
	background-color: #ffffff;
	width: 170px;
	margin-top:8px;	
	padding-left:15px;
}
* html .RightNav {
	overflow:none;
	padding-left:10px;
}



dl.InnerLast {
	background-image: url(/images/app/productCategory/rightNavBtm.gif);
   background-repeat:no-repeat;
	background-position:bottom left;
/*	min-height: 18px;
	height: auto !important;
	height:18px;	*/
	width: 170px;
	overflow:hidden;
}
dt.Promo {
	background-image: url(/images/app/productCategory/rightNavTop.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#ffffff;
	background-color:#6e7273;
	/*background-color:#6b6f71;*/
	font-size: 8pt;
	font-weight: bold;
	padding-left:8px;
	padding-top:3px;
	padding-bottom:3px;
	width: 161px;
	min-height:10px;
	height:auto;
	_height:10px;	
}
dt.Promo a:link, dt.Promo a:visited, dt.Promo a:hover {
	color:#ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
dt.Inner {
	background-image: url(/images/app/productCategory/rightMidTop.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
dd.Promo {
	margin: auto 0px;
	padding:0;
	background-color: #ffffff;
	font-size: 8pt;
	color:#4C4C4C;
	width: 167px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	padding-bottom: 14px;
	margin-bottom: 10px;

}

dd.InnerLast {
	border-bottom: none;
}
.Date1 {
	font-size: 7.5pt;
	font-weight: bold;
	padding-top: 11px;
	margin-left: 9px; 
}
.Date2 {
	padding-top: 11px;
	margin-left: 26px; 
}
dd a.Promo:link, dd a.Promo:visited, dd a.Promo:hover
{
	background-image:url(/images/app/arrows/arrowRed_thin.gif);
   background-repeat:no-repeat;
/*	background-position:top left;*/
	background-position:0px 4px;
	color:#015391;
	font-size: 8pt;
	text-decoration:none; 
	display: block;
	padding:0;
  margin:12px 0 0 8px;
	padding-left: 14px; 

}

dd a.Promo:hover
{
	text-decoration:underline; 


}
dd a.NoArrow:link, dd a.NoArrow:visited, dd a.NoArrow:hover {
	background-image:none;
}
dd a.PromoNewWindow:link, dd a.PromoNewWindow:visited, dd a.PromoNewWindow:hover
{
	background-image: url(/images/app/arrows/arrowRed_boxes.gif);
   background-repeat:no-repeat;
	background-position:top left;
	margin:12px 6px 0 8px;
	padding-left: 20px;
	
}
dd a.PromoFS:link, dd a.PromoFS:visited, dd a.PromoFS:hover
{
	color:#015391;
	font-size: 8pt;
	text-decoration:none; 
	display: block;
	padding:0;
	height: 53px;
	min-height: 53px;
   	margin:12px 0 18px 8px;
	padding-right: 18px;

}

dd a.PromoFS:hover
{
	text-decoration:underline; 


}

div.FreeForm a:link, div.FreeForm a:visited, div.FreeForm a:hover {
	color:#015391;

	/*font-weight:normal !important; removed temporarily*/

}

div.FreeForm a.Promo:link, div.FreeForm a.Promo:visited, div.FreeForm a.Promo:hover {
	color:#015391;

	margin-left:0 !important;

}


dd a.PromoFSLast:link, dd a.PromoFSLast:visited, dd a.PromoFSLast:hover {
   margin-bottom:5px;
}

dd a.PromoFS img {
	padding-right: 8px;
	float: left;
}

dd a.InnerLast:link, dd a.InnerLast:visited, dd a.InnerLast:hover
{
	margin-right: 18px;

}

.ClearLeft {
	clear: left;
}

.DarkGrey {
	color:#333333;
}

div.FreeForm {
 padding:0 10px;
}

dd a.Feed:link, dd a.Feed:visited, dd a.Feed:hover
{
	background-image: url(/images/test/mediaRoom/RSSIcon_Small.gif);
   background-repeat:no-repeat;
	background-position:top left;
	margin:12px 3px 0 8px;
	padding-left: 22px;
	
}

dd a.Photos:link, dd a.Photos:visited, dd a.Photos:hover
{
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;

	
}
a.Photos img {
	margin:0px; padding: 0px;
	 display: block;
    margin-left: auto;
    margin-right: auto; 

}

dd.Photos {
	margin-bottom: 0;
	border-top:1px solid #F1F0F0; 

	
}
dd.Buttons {
	margin:0px; padding:0px;
	border-top: none;	
	overflow:hidden;
	
}
dd.Buttons a:link, dd.Buttons a:visited, dd.Buttons a:hover
{
	float:left;

}

dd.Description {
	margin: 0px; padding: 0px;
	border-top: none;
	width: 149px;
	padding: 10px 9px 12px 9px;
	background-color: #F1F0F0; 
	

}
dd.Description a:link, dd.Description a:visited, dd.Description a:hover
{
	color:#4C4C4C;
	text-decoration:none;

}

dd.Description a:hover
{
	color:#015391;
	text-decoration:underline; 
}
dd.Multiple {
	border-top: 1px solid #ffffff;
}
/* footer css */

.Footer {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0 0 30px 0;
	font-size:7pt;
	line-height:9pt;
	color:#666666;
}

.Footer li {
	list-style-type:none;

	padding-left:0px;
	padding-right:1px;

	margin-top:5px !important; 	/* All, doesn't override. */
 	margin-top /**/:5px;		/* IE5.5 */
	margin-top/**/:/**/5px;		/* IE6/Win  */	
	
	float:right;
}

.Footer li a, .Footer li a:active, .Footer li a:visited {
	text-decoration:none;
	color:#666666;
}

.Footer li a:hover {
	text-decoration:underline;
}

.Footer li.last {
	background-image:url(/images/app/common/clear.gif);
	padding-right:0px;
}

.Footer .Copyright {
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	margin-top /**/:5px;		/* IE5.5 */
	margin-top/**/:/**/5px;		/* IE6/Win  */	
	float:left;
	list-style-type:none;
	color:#666666;
}a.PDFLink {
	background-image:url(/images/app/iconPDF.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:10px 0px 2px  25px;
	display: block;
	line-height:12px;
/*	font-size:11px;*/
	text-decoration:none;
	color:#015391;			
}


a.PDFLink:hover {
	text-decoration: underline;
}

a.PDFLink:visited {
		color:#015391;		

}a.ExternalLink {
	background-image:url(/images/app/arrows/arrowRed_boxes.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:10px 0px 2px  20px;
	display: block;
	line-height:12px;
/*	font-size:11px;*/
	text-decoration:none;
	color:#015391;	
			
}
a.ExternalLink:hover {
	text-decoration: underline;
}

a.ExternalLink:visited {
		color:#015391;		
	}a.ArrowLink {
	background-image:url(/images/app/arrows/arrowRed_thin.gif);
	background-repeat:no-repeat;
	background-position:0px 14px;
	padding:10px 0px 2px  15px;
	display: block;
	line-height:12px;
/*	font-size:11px;*/
	text-decoration:none;
	color:#015391;				
 }
a.ArrowLink:hover {
	text-decoration: underline;
}

a.ArrowLink:visited {
		color:#015391;		

}.Photo {
	padding:10px;
	border:2px solid blue;
	background-color:#99CC66;
	width:150px;
	height:200px;
	margin-right:100px;
}
.Photo img {
	width:150px;
	height:200px;
}
.Shade { 
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:300px;
	background-color:#C5D8F6;
	opacity:0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	display:none;
}
.Popin {
	position:absolute;
	overflow:hidden;
	visibility:hidden;
	top:0;
	left:0;
	width:200px;
	height:100px;
	opacity:0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	display:block;
	z-index:100;
}
*html .Popin {
	
}
.Caption {
	width:auto;
	position:absolute;
	padding:10px;
	margin:0px;
}
.CaptionText h4 {
	padding-top:0px;
	margin-top:0px;
}
.DropShadow {
	background-image:url('/images/app/popup/enlargedPressPhoto.png');
	background-position:bottom right;
	background-repeat:no-repeat;
}
* html .DropShadow {
	background-image:url('/images/app/popup/enlargedPressPhoto.gif');
	background-position:bottom right;
	background-repeat:no-repeat;	
}
.Loading {
	background-image: url('/images/app/popup/loading.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
.ImageContainer {
	padding:10px;
}
.Popin a {
	text-decoration:none;
}
.CloseButton {
	font-family:arial, helvetica;
	font-size:8pt;
	color:#7E7E7E;
	text-decoration:none;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	margin-right:10px;
	background-image: url('/images/app/productIndustry/navCloseX.gif');
	background-position: right;
	background-repeat: no-repeat;
}
.CloseContainer {
	padding-right:5px;
	padding-top:5px;
}
embed {
	padding-top:38px;
}

.PopupDescription {
	border:none;
	border-top: 1px solid #CDCDCD;
	background-color: #F1F0F0;
	padding: 13px 0px 0px 15px;
	height: 96px;
	min-height:96px;
	margin-right:5px;
	overflow:hidden;
	visibility:hidden;
	
}
* html .PopupDescription {
	margin-right:7px;
}
			.PopupDescription .Button {
				margin: 0; padding: 0;
				margin-right: 12px;
				float:right;		
			}
			.PopupDescription img {
				margin-top: 0px;

				}

			.PopupDescription .Header {
				width: 467px;
				float: left;
				
			
			}
			.PopupDescription .Type {
				margin-top: 16px;
				width: 467px;
				font-size: 8pt;
			}
			.PopupDescription . Size {
				color: #666666;
			}