@charset "utf-8";
/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

Form {
	margin: 0px;
	padding: 0px;
}

* {
	FONT-SIZE: 11px;
	COLOR: #696969;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}




a{
	color: #0071BE;
	text-decoration: underline;
}

a:link {
	color: #0071BE;
	text-decoration:underline;
}

a:active {
	color: #0071BE;
	text-decoration:underline;
}

a:visited {
	color: #0071BE;
	text-decoration:underline;
}

a:hover{
	color: #0071BE;
	text-decoration:none;
}




p {
	padding: 0;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
}

h1 {
	padding: 0;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 10px;
	margin-left: 14px;
	font-size:15px;
	color:#000000;
}

h1 a{
	font-size:15px;
	color: #000000;
	text-decoration: none;
}

h1 a:link {
	color: #000000;
	text-decoration:none;
}

h1 a:active {
	color: #000000;
	text-decoration:none;
}

h1 a:visited {
	color: #000000;
	text-decoration:none;
}

h1 a:hover{
	color: #000000;
	text-decoration:underline;
}

h3 {
	padding: 0;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 14px;
	font-size:15px;
	color:#505A5A;
}

h3 a{
	font-size:15px;
	color: #505A5A;
	text-decoration: underline;
}

h3 a:link {
	color: #505A5A;
	text-decoration:underline;
}

h3 a:active {
	color: #505A5A;
	text-decoration:underline;
}

h3 a:visited {
	color: #505A5A;
	text-decoration:underline;
}

h3 a:hover{
	color: #505A5A;
	text-decoration:none;
}

h4 {
	padding: 0;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	font-size:12px;
	color:#FFFFFF;
}

h4 a{
	color: #FFFFFF;
	text-decoration: underline;
	font-size:inherit;
}

h4 a:link {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:inherit;
}

h4 a:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:inherit;
}

h4 a:visited {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:inherit;
}

h4 a:hover{
	color: #FFFFFF;
	text-decoration:none;
	font-size:inherit;
}

/* BreadCrumbs */
h5 {
	padding: 0;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 15px;
	margin-left: 14px;
	font-size:10px;
	font-weight: normal;
}

h5 a{
	color: #808080;
	text-decoration: none;
	font-size:10px;
	font-weight: normal;
}

h5 a:link {
	color: #808080;
	text-decoration: none;
}

h5 a:active {
	color: #808080;
	text-decoration: none;
}

h5 a:visited {
	color: #808080;
	text-decoration: none;
}

h5 a:hover{
	color: #0071BE;
	text-decoration: none;
}


/***********************************************/
/* Form Elements                               */
/***********************************************/
.formBoxNoSize {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	padding: 1px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
	float: left;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	padding: 1px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-top: 2px;
	float: left;

}


/***********************************************/
/* Primary containers 					       */
/***********************************************/ 
#container {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
}

/***********************************************/
/* Box Corners			                      */
/***********************************************/ 
.Corner {
	margin: 0px;
	float: left;
	padding: 0px;
}

/***********************************************/
/* Header Content Box			  		  */
/***********************************************/ 
.HeaderNavBoxHolder {
	width:584px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left
}

.ContentBoxHolder {
	width:584px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.ContentBoxHolderSplit {
	width:584px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../Images/split_box_divider.gif);
	background-repeat: repeat-y;
	background-position: 395px;
}

.HeaderNavBoxTop {
	width:556px;
	height:14px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
}

.SlideshowBoxTop {
	width:100%;
	margin: 0px;
	padding: 0px;
}

/* Alternate Nav Middle for Header Logo Box */
.ContentBoxMiddle {
	width:584px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.ContentBoxMiddle ul{
	list-style-type: none;
	list-style-image: url(../Images/bulletlist_standard.png);
	margin: 0px 10px 0px 30px;
	padding: 0px;
}

.ContentBoxMiddle li a{
	color: #696969;
	text-decoration: underline;
}

.ContentBoxMiddle li a:link{
	color: #696969;
	text-decoration: underline;
}

.ContentBoxMiddle li a:visited{
	color: #696969;
	text-decoration: underline;
}

.ContentBoxMiddle li a:hover{
	color: #000000;
	text-decoration: none;
}

.ContentBoxMiddle li{
	color: #696969;
	margin: 3px 0px;
	padding: 0px;
}


/* Alternate Nav Middle for Header Logo Box */
.HeaderNavBoxMiddle {
	width:584px;
	height:55px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.HeaderNavBoxBottom {
	width:556px;
	height:13px;
	margin: 0px;
	padding: 0px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/***********************************************/
/* Navigation Box - White	                   */
/***********************************************/ 
.NavBoxHolder {
	width:190px;
	padding: 0px;
	float:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.NavBoxTop {
	width:160px;
	height:14px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
}


.NavBoxMiddle {
	width:188px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.NavBoxBottom {
	width:160px;
	height:13px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float:left
}

/* Alternate Nav Middle for Header Logo Box */
.HeaderLogoBoxMiddle {
	width:188px;
	height:55px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/***********************************************/
/* Navigation Box - Blue	                   */
/***********************************************/ 
.NavBlueBoxHolder {
	width:190px;
	padding: 0px;
	float:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.NavBlueBoxTop {
	width:160px;
	height:14px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	background-color: #EEF8FD;
}


.NavBlueBoxMiddle {
	width:188px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEF8FD;
}

.NavBlueBoxBottom {
	width:160px;
	height:13px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float:left;
	background-color: #EEF8FD;
}

/* Alternate Nav Middle for Header Logo Box */
.HeaderBlueBoxMiddle {
	width:188px;
	height:55px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEF8FD;
}

/* Alternate Nav Middle for White Topped Box */
.NavWhiteTopBox {
	width:188px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/***********************************************/
/* Navigation Box - White (Tripple Content     */
/***********************************************/ 
.Nav3BoxHolder {
	width:188px;
	padding: 0px;
	float:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.Nav3BoxTop {
	width:160px;
	height:14px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
}


.Nav3BoxMiddle {
	width:188px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.Nav3BoxBottom {
	width:160px;
	height:13px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float:left
}



/***********************************************/
/* Header Nav - Drop-Down Menus                */
/***********************************************/ 
.chromestyle{
	width: 99%;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #000000;
	padding: 2px 5px 3px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:link {
	color: #000000;
	text-decoration:none;
}

.chromestyle ul li a:active {
	color: #000000;
	text-decoration:none;
}

.chromestyle ul li a:visited {
	color: #000000;
	text-decoration:none;
}


.chromestyle ul li a:hover{
	color: #0071BE;
	background: #FFFFFF;
	/* background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:16px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	margin-top: 10px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/***********************************************/
/* Header Nav - Top Text Styles                 */
/***********************************************/ 
.HeaderNavBoxMiddle H2{
	color: #000000;
	font-weight: normal;
	padding: 0px;
	margin: 0px 10px;
}


.HeaderNavBoxMiddle H2 a {
	color: #000000;
	text-decoration:none;
}

.HeaderNavBoxMiddle H2 a:link {
	color: #000000;
	text-decoration:none;
}

.HeaderNavBoxMiddle H2 a:active {
	color: #000000;
	text-decoration:none;
}

.HeaderNavBoxMiddle H2 a:visited {
	color: #000000;
	text-decoration:none;
}

.HeaderNavBoxMiddle H2 a:hover {
	color: #000000;
	text-decoration: underline;
}

/***********************************************/
/* Navigation Box Text Styles                  */
/***********************************************/ 
.NavBoxHolder H2{
	font-size:12px;
	color: #666666;
	font-weight: bold;
	padding: 0px;
	margin: 0px 14px 3px;
	text-decoration:none;
}

.NavBoxHolder H2 a {
	
	color: #666666;
	text-decoration:none;
	font-size:inherit;
}

.NavBoxHolder H2 a:link {
	color: #666666;
	text-decoration:none;
	font-size:inherit;
}

.NavBoxHolder H2 a:active {
	color: #666666;
	text-decoration:none;
	font-size:inherit;
}

.NavBoxHolder H2 a:visited {
	color: #666666;
	text-decoration:none;
	font-size:inherit;
}

.NavBoxHolder H2 a:hover {
	color: #0071BE;
	text-decoration:none;
	font-size:inherit;
}


/* Nav List Styles */

.NavBoxHolder ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.NavBoxHolder li{
	font-size:12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration: none;
}

.NavBoxHolder li a{
	font-size:12px;
	color: #666666;
	text-decoration: none;
}

.NavBoxHolder li a:link{
	color: #666666;
}

.NavBoxHolder li a:visited{
	color: #666666;
}

.NavBoxHolder li a:hover{
	color: #0071BE;
}

.splitContent{
	width: 368px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 100%;
}


/* Nav List Styles */

.NavBlueBoxMiddle ul{
	list-style-type: none;
	list-style-image: url(../Images/bulletlist_standard.png);
	margin: 0px 10px 0px 30px;
	padding: 0px;
}

.NavBlueBoxMiddle li a{
	color: #696969;
	text-decoration: underline;
}

.NavBlueBoxMiddle li a:link{
	color: #696969;
	text-decoration: underline;
}

.NavBlueBoxMiddle li a:visited{
	color: #696969;
	text-decoration: underline;
}

.NavBlueBoxMiddle li a:hover{
	color: #000000;
	text-decoration: none;
}

.NavBlueBoxMiddle li{
	color: #696969;
	margin: 3px 0px;
	padding: 0px;
}


.Nav3BoxMiddle ul{
	list-style-type: none;
	list-style-image: url(../Images/bulletlist_standard.png);
	margin: 0px 10px 0px 30px;
	padding: 0px;
}

.Nav3BoxMiddle li a{
	color: #696969;
	text-decoration: underline;
}

.Nav3BoxMiddle li a:link{
	color: #696969;
	text-decoration: underline;
}

.Nav3BoxMiddle li a:visited{
	color: #696969;
	text-decoration: underline;
}

.Nav3BoxMiddle li a:hover{
	color: #000000;
	text-decoration: none;
}

.Nav3BoxMiddle li{
	color: #696969;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/***********************************************/
/* Colors for Spans		                       */
/***********************************************/ 

/* Primary Colors */
.ActiveColorDBlue {
	color: #0071BE;
	font-size:inherit;
}
.ActiveColorLBlue {
	color: #C6DBE0;
	font-size:inherit;
}
.ActiveColorLGrey {
	color: #CCCCCC;
	font-size:inherit;
}
.ActiveColorDGrey {
	color: #505A5A;
	font-size:inherit;
}

/* Secondary Colors */
.ActiveColorSecYellow {
	color: #FFFA23;
	font-size:inherit;
}
.ActiveColorSecOrange {
	color: #F07D0F;
	font-size:inherit;
}
.ActiveColorSecRed {
	color: #DC283C;
	font-size:inherit;
}
.ActiveColorSecGreen {
	color: #1E9664;
	font-size:inherit;
}
.ActiveColorSecDGrey {
	color: #505A5A;
	font-size:inherit;
}
.ActiveColorSecGreyGreen {
	color: #87BEAA;
	font-size:inherit;
}

/***********************************************/
/* Footer - Text Styles                        */
/***********************************************/ 
.footer {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.footer p{
	color: #000000;
	padding: 0px;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}

.hilite {
	color: #990000;
	padding:0px 2px;
}

/***********************************************/
/* Scrolling Divs		                      */
/***********************************************/ 

div.splitScroll {
	height: 400px;
	width: 375px;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
}

/***********************************************/
/* SPRY TABLE 							  */
/***********************************************/

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList {
	font-size: 70%;
	border-collapse:collapse;
	empty-cells:show;
	width:95%;
	margin: 0;
	color:#FFFFFF;
}

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList th {
	padding: 6px 0.25em;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList th.infocus { background-color: #E3E3E3; }
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList th.selected {	color: #FFFFFF; }

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList td, .tableList th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: center;
}
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;

}
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList tr.infocus {
	background-color:#E3E3E3;
	cursor: pointer;
}

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList tr.notinfocus { background-color:#FFFFFF; }
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList tr.selected { color:#FFFFFF; }
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList tbody { margin-top: 0; }
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList .even { background-color: #E3E3E3; }

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList .rowHover {
	color: #FFFFFF;
	background-color: #F07D0F;
	cursor: pointer;
}

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList .rowSelected { color: #FFFFFF; font-weight:bold; background-color:#C6DBE0; }

/* End SPRY Table */



/***********************************************/
/* Styled Table Includes Grad Head & Side      */
/***********************************************/ 

.specTable {
	padding: 0px;
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.HalfTable {
	margin: 0px;
	padding: 0px;
	width: 269px;
	float: left;
}

.HalfTableWin {
	margin: 0px;
	padding: 0px;
	width: 49%;
	float: left;
}

.specTable table {
	margin: 0px auto;
	padding: 0px;
	width:100%;
	color: #666666;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

.specTable .HalfTable table {
	width:269px;
	color: #666666;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.specTable .HalfTableWin table {
	width:96%;
	float:left;
	color: #666666;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin: 0px 5px 10px;
	padding: 0px;
}

.specTable tbody {text-align:center;}
.specTable th {
	border: 1px solid #CCCCCC;
	background: url(../Images/title_grad.jpg) repeat left top;
	vertical-align:bottom;
	font-weight:bold;
	text-align:center;
	margin: 0px;
	padding: 5px 10px;
}
.specTable td {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}
.specTable td.LabelCol {
	border: 1px solid #CCCCCC;
	text-align:right;
	padding: 10px 3px 0px 0px;
	background: url(../Images/title_grad.jpg) repeat left top;
	color: #505A5A;
	vertical-align: top;
	margin: 0px;
}
.formBox {
	width: 375px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight: normal;
	padding: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
	float: left;
}#container hr {
	margin: 10px auto;
	padding: 0px;
	width: 375px;
	height: 1px;
	background: #CCCCCC;
}







#prodPage h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
	margin: 5px 0px 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 2px solid #CCCCCC;
}
#prodPage h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 5px 0px 0px;
	padding: 0px;
}

#prodPage .NavBlueBoxHolder {
	width:340px;
	padding: 0px;
	float:none;
	margin: 0px auto 10px;
}

#prodPage .NavBlueBoxTop {
	width:310px;
	height:14px;
	margin: 0px;
	float: left;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	background-color: #EEF8FD;
}

#prodPage .NavBlueBoxMiddle {
	width:338px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEF8FD;
}

#prodPage .NavBlueBoxBottom {
	width:310px;
	height:13px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float:left;
	background-color: #EEF8FD;
}
#prodPage h3 {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	margin: 0px 14px 5px;
	padding: 0px;
}

.addOnList {margin:20px 0px 30px; font-size:11px;}

.addOnList p {
	font-size:12px;
	margin: 5px 15px 10px;
	padding: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}

.addOnList h6 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	margin: 0px 14px 0px;
}

.addOnList ul {
	font-size: 12px;
	color: #666666;
	margin-bottom:15px;
}





#prodTab ul{
	list-style-type: none;
	list-style-image: url(../Images/bulletlist_standard.png);
	margin: 15px 10px 0px 30px;
	padding: 0px;
	
}

#prodTab li a{
	color: #696969;
	text-decoration: underline;
}

#prodTab li a:link{
	color: #696969;
	text-decoration: underline;
}

#prodTab li a:visited{
	color: #696969;
	text-decoration: underline;
}

#prodTab li a:hover{
	color: #000000;
	text-decoration: none;
}

#prodTab li{
	color: #696969;
	margin: 3px 0px 10px 0px;
	padding: 0px;
	font-size:13px;
}


.PDFspecTable {
	padding: 0px;
	width: 520px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.PDFspecTable table {
	margin: 0px auto;
	padding: 0px;
	width:100%;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-collapse:collapse;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.PDFspecTable tbody {text-align:center;}
.PDFspecTable th {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-left: none;
	border-bottom: 1px solid #CCCCCC;
	background: url(../Images/title_grad.jpg) repeat left top;
	vertical-align:bottom;
	font-weight:bold;
	text-align:center;
	margin: 0px;
	padding: 5px 10px;
}
.PDFspecTable td {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-left: none;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}

.PDFspecTable td.LabelCol {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-left: none;
	border-bottom: 1px solid #CCCCCC;
	text-align:right;
	padding: 10px 3px 0px 0px;
	background: url(../Images/title_grad.jpg) repeat left top;
	color: #505A5A;
	vertical-align: top;
	margin: 0px;
}


.greyHR {
	background: #CCCCCC;
	margin: 20px 0px 20px;
	padding: 0px;
	height: 1px;
	width: 100%;
}

.prodSubTitle {
	font-size: 15px;
	font-weight: normal;
	color: #CCCCCC;
	margin: 10px 14px;
	padding: 0px;
}
