@charset "utf-8";
/* CSS Document */

body {
	font: 83% Verdana, Arial, Helvetica, sans-serif;
	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;
	color: #000;
	background-attachment: fixed;
	<!--- background-color: #393939; --->
	background-image: url(images/index_bg_top.jpg);
	<!--- background-repeat: no-repeat; --->
	background-position: center top;
}

a {
	color: #2D328C;
}
a:hover {
	color: #99CF19;
}
#container {
	width: 900px;  /* optimized for 1024x768 resolution */
	background: #FFF  no-repeat top right;
	margin: 0px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: transparent url('images/top_rounded_transparent.png') no-repeat top left;
	padding: 0 0px 0 0px;
}
#header h1 {
	margin: 0; 
	padding: 0px 0;
}
.header_green {
	height:6px;
	background:#9AC93B url('images/header_green_bg.gif') repeat-x top left;
	clear:both;
}
#nav_wrapper {
	height: 3.7em;
	background:#FFF url('images/menu02.jpg') repeat-x bottom left;
}

#nav {
	
}

#nav ul
{
	margin-left: 0;
	padding-left: 0;
	background-color: #2D328C;
	color: #FFF;
	float: left;
	width: 100%;
}

#nav ul li { 
	display: inline;
}

#nav ul li a
{
	padding: 0.6em 1em;
	background-color: #2D328C;
	font-size: .9em;
	color: #FFF;
	text-decoration: none;
	float: left;
}

#nav ul li a:hover
{
	background-color: #FFF;
	color: #2D328C;
}

#nav a dl  {
	display: none;	
}

#nav a dl dt {
	display: inline;
}
#nav a:hover dl  {
	display: none;	
}

#mainContent {
	clear:both;
	margin-top:12px;
	padding: 0 12px;
} 

#footer {
height:45px;
	clear:both;
	background: url('images/footer_blue.jpg') no-repeat bottom right;
}

.footer_content {
	border-top:0px solid #CCC; 
	padding: 6px 10px 18px 20px; 
	text-align:left; 
	background: transparent url('images/bottom_rounded_transparent.png') no-repeat bottom left;
	font-size:.8em; 
	color:#2d328c;
}

.footer_content a {
	color: #2D328C;
	text-decoration:none;
}

.footer_content a:hover {
	color: #000000;
	text-decoration:underline;
}

#subfooter {
	width: 885px;
	margin: 0 auto;
	text-align:right;
	line-height: 1.5;
	color: #9C98CC;
	padding-right:25px;
	padding-bottom:15px;
}

#subfooter a {
	font-size: .8em;
	color: #9C98CC;
	text-decoration:none;
}

#subfooter a:hover {
	color: #FFF;
	text-decoration:underline;
}

.clear {
	clear:both;
}

h3 {
	color:#371377;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

/* end template page layout styles */

/* home product styles */

#mainContent .homegraphic {
	margin: 0 0 0 4px;
	padding-top: 2px;
}

#mainContent h4 {
	color: #99CF19;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:0;
}
#mainContent .bullets {
	list-style-image: url('/images/grey_arrow.gif')
}

#home_leftcolumn {
	margin-right: 270px;
}

#home_leftcolumn p { 
	margin-left: 5px;
	font-size: .9em;
}

#home_leftcolumn_bottom ul {
	margin:8px 0 0 0;
	padding:0;
	text-align:left;
}

#home_leftcolumn_bottom li {
	list-style-type: none;
	float: left;
}

#home_leftcolumn_bottom li a {
	display: block;
	border: 1px solid #CCC;
	background-color: #EEE;
	text-align:left;
	font-size: .75em;
	color: #000;
	text-decoration:none;
}

#home_leftcolumn_bottom li a:hover {
	border: 1px solid #2D328C;
}
#home_rightcolumn {
	float:right;
	position:relative;
	width: 260px;
	line-height: 1.5;
}
.rightcolumnSupport {
	margin-bottom: 8px;
	border:1px solid #CCC;
	background:#EFEFEF url('images/rightcolumn_bgfade1.jpg') repeat-x top left;
	padding: 5px 2px 3px 8px;;
	font-size: .8em;
	color: #393939;
}
.rightcolumnSupport a {
	color: #000;
	
}

.rightcolumnSupport a:hover {
	color: #333;
	text-decoration:underline;
}

/* img.absmiddle used to duplicate align=absmiddle attribute for rightcolumn icons */
img.absmiddle {
vertical-align: middle;
/* margin-bottom: .1em; */
}

/* img.absleft used to duplicate align=absleft attribute for rightcolumn icons */
img.absleft {
vertical-align: left;
/* margin-bottom: .1em; */
}

.rightcolumn1 {
	margin-bottom: 8px;
	border:1px solid #CCC;
	background:#EFEFEF url('images/rightcolumn_bgfade1.jpg') repeat-x bottom left;
	padding: 5px 8px 3px 15px;;
	font-size: .8em;
	color: #393939;
	border-radius: 3px;  
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.rightcolumn1 h5 {
	margin: 0 0 6px 3px;
	font-size: 1.2em;
	color: #2D328C;
	text-transform:uppercase;
}
.rightcolumn1 h5 a {
	color: #2D328C;
}
.rightcolumn1 a {
	color: #000;
	text-decoration:none;
}

.rightcolumn1 a:hover {
	color: #333;
	text-decoration:underline;
}

.rightcolumn_button {
	color: #2D328C;
	font-size: 1.3em;
	font-weight:bold;
}

.rightcolumn_button a {
	color: #003399;
	text-decoration:none;
}
#countrynav {
	margin:0;
	color: #777;
}
#countrynav select {
	color: #777;
	border: 1px solid #CCC;
	background-color:#EFEFEF;
}
#countrynav select:focus {
	color: #333;
}

#product_wrap {
	/* display:none; */
	width: 875px;

	margin:0px 0px 0px 0px;
	text-align:center;
}

#product_wrap ul {
	margin:0;
	padding:0;
}
.product li {
	list-style-type: none;
	float: left;
	margin:3px;
	/* margin: 4px; */
}
	
.product li a {
	width: 150px;
	/* height: 350px; */
	overflow:visible;
	display: block;
	margin:0px;
	border: 1px solid #CCC;
	border-radius: 3px;  
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
	padding:7px;
	background-color: #EEE;
	text-align:center;
	font-size: .90em;
	color: #000;
	text-decoration:none;
}

.product li a:hover {
	background-color: #CCC;
}

.product img {
	border: 1px solid #2D328C;
	margin-bottom: 3px;
}

.product li strong {
	color: #2D328C;
}

#product_rightcolumn {
	float:right;
	position:relative;
	width: 260px;
	margin-left:12px;
	line-height: 1.5;
}
.linespace {
	line-height:1.4;
}
#bundles  {
	border-top: 1px solid #EEE;
	border: 1px solid #FFF;
	padding:5px;
}

#bundles:hover {
	border: 1px solid #99CF19;
}

#product_comparison {
	width:100%;
	margin:10px 0 25px;
	border:1px solid #CCC;
	border-bottom:10px solid #CCC;
	background-color:#EEE;
	font-size:.85em; 
	empty-cells: show;
}
#product_comparison .title {
	height:30px;
	border-bottom:none;
	background:#DDD url('/images/rightcolumn_bgfade1.jpg') repeat-x top;
	font-size:1.4em;
	font-weight:bold;
	color:#330066;
	text-align:center;
}
#product_comparison th {
	background-color:#DDD;
	border-bottom:2px solid #CCC;
	padding:5px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}
#product_comparison tr:hover {
	background-color: #99CF19;
}
#product_comparison td {
	border-bottom:1px solid #DEDEDE;
	padding: 4px;
	text-align:center;
}
#product_comparison .feature {
	text-align:left;
}

.product_comparison2 {
	width:100%;
	background-color:#EEE;
	font-size:.85em;
}

.product_comparison2-test {
	width:100%;
	background-color:#EEE;
	font-size:.85em;
}


.product_comparison2_heading {
	background:#DDD url('/images/rightcolumn_bgfade1.jpg') repeat-x top;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:2px solid #CCC;
	border-left:1px solid #CCC;
}
.product_comparison2_heading h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#330066;
	text-align:center;
	text-transform:none;
}
.product_comparison2 th {
	width: 71px;
	background-color:#DDD;
	border-bottom:2px solid #CCC;
	padding:5px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}
.product_comparison2 tr:hover {
	background-color: #99CF19;
}
.product_comparison2 td {
	width: 70px;
	border-bottom:1px solid #DEDEDE;
	padding: 4px;
	text-align:center;
}

.product_comparison2 .feature2 {
	width:auto;
	text-align:left;
	padding-left:8px;
}

.product_comparison2 .feature2-test {
	width:auto;
	text-align:left;
	padding-left:8px;
}


.product_comparison2 .feature {
	text-align:left;
	width:250px;
	border-right:2px solid #CCC;
	padding-left:8px;
	white-space:nowrap;
}
#coredesign {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#2F2F88 url('/images/comparetable_core_design.gif') no-repeat center left; 
}
#advanceddesign {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#7B75B1 url('/images/comparetable_advanced_design.gif') no-repeat center left; 
}
#advanceddesign .product_comparison2 {
	background-color:#FFF;
}
#molddiedesign {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#2F2F88 url('images/comparetable_molddie.gif') no-repeat center left; 
}
#camdesign {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#7B75B1 url('/images/comparetable_cam.gif') no-repeat center left; 
}



#advanceddesign_fra {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#7B75B1 url('/images/comparetable_advanced_design_fra.gif') no-repeat center left; 
}
#molddiedesign_fra {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#2F2F88 url('images/comparetable_molddie_fra.gif') no-repeat center left; 
}
#camdesign_fra {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#7B75B1 url('/images/comparetable_cam_fra.gif') no-repeat center left; 
}


#advanceddesign_jp {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#7B75B1 url('/images/comparetable_advanced_design_jp.gif') no-repeat center left; 
}
#molddiedesign_jp {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#2F2F88 url('images/comparetable_molddie_jp.gif') no-repeat center left; 
}
#camdesign_jp {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#7B75B1 url('/images/comparetable_cam_jp.gif') no-repeat center left; 
}



#advanceddesign_de {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#7B75B1 url('/images/comparetable_advanced_design_de.gif') no-repeat center left; 
}
#molddiedesign_de {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#2F2F88 url('images/comparetable_molddie_de.gif') no-repeat center left; 
}
#camdesign_de {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#7B75B1 url('/images/comparetable_cam_de.gif') no-repeat center left; 
}



#advanceddesign_it {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#7B75B1 url('/images/comparetable_advanced_design_it.gif') no-repeat center left; 
}
#molddiedesign_it {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#2F2F88 url('images/comparetable_molddie_it.gif') no-repeat center left; 
}
#camdesign_it {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background:#7B75B1 url('/images/comparetable_cam_it.gif') no-repeat center left; 
}



#camdesign .product_comparison2 {
	background-color:#FFF;
}
/* For v14 Highlights panels */
#newproducts {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background-color:#2F2F88 ; 
}
#sketching {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background-color:#7B75B1 ; 
}
#sketching .product_comparison2 {
	background-color:#FFF;
}
#translator {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background-color:#2F2F88 ; 
}
#layoutandfinish {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background-color:#7B75B1 ; 
}
#layoutandfinish .product_comparison2 {
	background-color:#FFF;
}
#surfacing {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background-color:#2F2F88 ; 
}
#solidmodeling {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background-color:#7B75B1 ; 
}
#solidmodeling .product_comparison2 {
	background-color:#FFF;
}
#guidisplay {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background-color:#2F2F88 ; 
}
#assembly {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background-color:#7B75B1 ; 
}
#assembly .product_comparison2 {
	background-color:#FFF;
}
#cam {
	border-right:1px solid #DEDEDE;
	padding-left:16px;
	background-color:#2F2F88 ; 
}
/* end v14 Highlights panels */
.CollapsiblePanelGroup {
	background-color:#DDD;
}

.CollapsiblePanelGroup-test {
	background-color:#DDD;
}

.CollapsiblePanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelTab-test {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
	background-color:#FFF;
	border-right:1px solid #DEDEDE;
	border-bottom:5px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	padding:8px;
}
.CollapsiblePanelContent h3 {
	display:none;
}
.CollapsiblePanelContent ul {
	list-style-image: url('/images/grey_arrow.gif')
}

.CollapsiblePanelContent-test {
	background-color:#FFF;
	border-right:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	padding:2px;
}
.CollapsiblePanelContent-test h3 {
	display:none;
}
.CollapsiblePanelContent-test ul {
	list-style-image: url('/images/grey_arrow.gif')
}

.quoteopen {
	background: url('/images/quote_open.gif') no-repeat top left;
}
.quoteclose {
	display:block;
	background: url('/images/quote_close.gif') no-repeat center right;
}

/* Testimonials with images styles */
.quoteimage {
	width: 850px;	
	margin: 10px auto 0 auto;
	border-bottom:2px solid #CCC;
	line-height: 1.4em;
	}
.quoteimage .fi {
	display:block;
	background: #EEE url('/images/quotes/open_quote.png') no-repeat 10px 40px;
	text-decoration:none;
	margin-left: 150px; 
	color:#333;
	}
.quoteimage .fi:hover {
	background:#99CF19 url('/images/quotes/open_quote.png') no-repeat 10px 40px;
} 
.quoteimage blockquote {
	padding: 10px 40px 6px 60px;
	margin: 0 10px 0 0;
	text-align: left;
	background: transparent url('/images/quotes/close_quote.png') no-repeat bottom right;
	}	
.quoteimage blockquote a {
	font-size: 1.1em;
	color: #333;
	text-decoration: none;
	}
.quoteimage blockquote a:hover {
	color: #2D328C;
	border-bottom:1px solid #000;
}
.quoteimage blockquote strong {
	color: #000;
	}
.quoteimage .openquote {
	
}
.quoteimage h3 {
	font-family: verdana, sans-serif;
	font-size: .9em;
	color: #2D328C;
	margin: .2em 0 .2em 0;
	padding: 10px 10px 0 25px;
	text-align: left;
}
.quoteimage h3 img {
	background-color: #D6D6D6;
}
.quoteimage p {
	font-size: .9em;
}
.quoteimage p.quoteAuthor {
	color: #555;
	margin: 0 100px 20px 0;
	padding: 4px 0 0 0;
	text-align: right;
	font-weight:bold;
}
.quoteimage p.quoteMore  {
	margin: 0;
	padding: 0 0 5px 0;
	color: #999;
	background: none;
	/* background: transparent url('/images/quotes/hpquote_bottom_greybg.gif') no-repeat bottom left; */
	font-size: .9em;
	text-align: center;
}	
/* These a styles not needed for .quoteMore - commented out to fix random display issue on Testimonials 

.quoteimage p.quoteMore a {
	padding: 2px;
	color: #2D328C;
	text-decoration: underline;
}
.quoteimage p.quoteMore a:hover {
	color: #333;
	background: #CCC;
}
*/

/* End testimonial with images styles */

/* Testimonials Styles */

#quote {
	width: 850px;
	margin: 6px auto 0 auto;
	line-height: 1.4em;
	}
#quote .fi {
	display:block;
	background: #EEE url('/images/quotes/fi_top_greybg.png') no-repeat top left;
	text-decoration:none;
	color:#333;
	}
#quote .fi:hover {
	background: #99CF19 url('/images/quotes/fi_top_greybg.png') no-repeat top left;
} 
#quote blockquote {
	padding: 10px 40px 6px 60px;
	margin: 0 10px 0 0;
	text-align: left;
	background: transparent url('/images/quotes/fi_bottom.png') no-repeat bottom right;
	}	
#quote blockquote a {
	font-size: 1.1em;
	color: #333;
	text-decoration: none;
	}
#quote blockquote a:hover {
	color: #2D328C;
	border-bottom:1px solid #000;
}
#quote blockquote strong {
	color: #000;
	}
#quote h3 {
	font-family: verdana, sans-serif;
	font-size: .9em;
	color: #2D328C;
	margin: .2em 0 .2em 0;
	padding: 10px 10px 0 10px;
	text-align: left;
}
#quote h3 img {
	background-color: #D6D6D6;
}
#quote p {
	font-size: .9em;
}
#quote p.quoteAuthor {
	color: #555;
	margin: 0 100px 0 0;
	padding: 4px 0 0 0;
	text-align: right;
	font-weight:bold;
}
#quote p.quoteMore  {
	margin: 0;
	padding: 0 0 5px 0;
	color: #999;
	background: transparent url('/images/quotes/hpquote_bottom_greybg.gif') no-repeat bottom left;
	font-size: .9em;
	text-align: center;
}	
#quote p.quoteMore a {
	padding: 2px;
	color: #2D328C;
	text-decoration: underline;
}
#quote p.quoteMore a:hover {
	color: #333;
	background: #CCC;
}
/* End Testimonials Styles */

#contentbox {
	width: 850px;
	margin: 8px auto 0 auto;
	line-height: 1.4em;
	}
#contentbox .fi {
	display:block;
	cursor:default;
	background: #EEE url('/images/quotes/fi_top_greybg_noquote.png') no-repeat top left;
	text-decoration:none;
	color:#333;
	}
#contentbox .fi:hover {
	background: #99CF19 url('/images/quotes/fi_top_greybg_noquote.png') no-repeat top left;
}
#contentbox h3 {
	font-family: verdana, sans-serif;
	font-size: 1em;
	color: #2D328C;
	margin: .2em 0 .2em 0;
	padding: 10px 10px 0 10px;
	text-align: left;
}
#contentbox blockquote {
	padding: 10px 30px 6px 30px;
	margin: 0 10px 0 0;
	text-align: left;
}	
#contentbox blockquote a {
	font-size: 1.1em;
	color: #333;
	text-decoration: none;
	}
#contentbox blockquote a:hover {
	color: #2D328C;
	border-bottom:1px solid #000;
}
#contentbox blockquote strong {
	color: #000;
	}
#contentbox blockquote img.menu {
	margin-bottom:10px;
	border: 1px solid #333;
}
#contentbox p {
	font-size: .9em;
}
p#contentboxMore  {
	margin: 0;
	padding: 0;
	color: #999;
	background: transparent url('/images/quotes/hpquote_bottom_greybg.gif') no-repeat bottom left;
	font-size: .9em;
	text-align: center;
	clear:both;
}

/* Gallery styles */
#gallery_wrap {
	margin: 10px 0px;
	text-align:center;
}

#gallery_wrap ul {
	margin:0;
	padding:0;
}
.gallery {
	margin:0px auto;
}
.gallery li {
	list-style-type: none;
	float: left;
	/* margin: 4px; */
}
	
.gallery li a {
	overflow:visible;
	display: block;
	margin:4px;
	border: 1px solid #CCC;
	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	padding: 8px;
	background:#EFEFEF url('images/rightcolumn_bgfade1.jpg') repeat-x bottom left;
	text-align:center;
	font-size: .75em;
	color: #2D328C;
	text-decoration:none;
}

.gallery li a:hover {
	background-color: #CCC;
	background-image:none;
}

.gallery img {
	border: 1px solid #2D328C;
	margin-top: 8px;
	display: block;
}

.underline {
	border-bottom:1px solid #CCC;
	text-decoration:none;
}

/* support.cfm styles */
.supportlist {
	margin-left:15px;
	padding: 10px;
}
.supportlist li {
	border:1px solid #ccc;
	margin-bottom:15px;
}
.supportheading {
	display:block;
	margin:0;
	background-color:#eee;
	padding:10px;
	border-bottom:1px solid #ccc;
}
.supportdescr {
	padding: 10px;
}
/* end support.cfm styles */

/* product pages tab-hiding until page load */
  div.visible {
    /*make invisible*/
	visibility:visible;
  }
  div.hidden {
    /*make visible*/
    visibility:hidden;
  }
  div.displaynone {
	display:none;  
}
/* end product pages tab-hiding */

/* Show N Tell Tutorials */
#snt_tutorials {
	width:600px;
	margin: 20px 0;
}
#snt_tutorials ul {
	margin:0;
	padding:0;
}
#snt_tutorials ul li {
	width: 300px;
	list-style-type:none;
	float:left;
	margin-bottom:25px;
}
#snt_tutorials ul li a img {
	margin-right: 8px;
	border:1px solid #CCC;
	padding:1px;
}
#snt_tutorials ul li a:hover img {
	border:1px solid #99CF19;
}
#snt_details {
	width:550px;
	margin-top: 20px;
}
#snt_details h3 {
	border-bottom: 1px solid #CCC;
}
#snt_details ul {
	margin:0 0 0 30px;
	padding:0;
}
#snt_details ul li {
	list-style-type:none;
	float:left;
	margin-bottom:25px;
}
#snt_details ul li strong {
	color: #999;
	font-weight:normal;
}
#snt_details ul li a img {
	margin-right: 8px;
	border:1px solid #CCC;
	padding:1px;
}
#snt_details ul li a:hover img {
	border:1px solid #99CF19;
}
.smalltext {
	font-size: .7em;
}
.alpha_list li{
	list-style-type:lower-alpha;
}
.evolution a { 
	color: #000;
}
.evolution a:hover{ 
	color: #FFF;
}
#VolusionLiveChat {
	width:165px;
}

/* Styles for Innovator Series comparison table */
#innovator-compare-table {
	width:600px;
	margin-top:15px;
	border:1px solid #CCC;
}
#innovator-compare-table thead {
	background:#DDD url(/images/rightcolumn_bgfade1.jpg) repeat-x top left;
}
#innovator-compare-table th {
	padding:15px;
}
#innovator-compare-table th.series-product {
	width:80px;
}
#innovator-compare-table td {
	background-color:#EEE;
	padding:8px;
	text-align:center;
}
#innovator-compare-table tr.odd td {
	background-color:#FFF;
}
#innovator-compare-table td.series-head {
	text-align:left;
}
/* END Styles for Innovator Series comparison table */

