h2{
	color: #151515;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
}


.sIFR-hasFlash h6{
	display: inline;
	font-size: 31px;
	/* for removing the text-width difference between the flash text and the normal html text*/
	letter-spacing: -4px; 
}

.sIFR-hasFlash h5{	
	font-size: 22px;
	margin: 0;
}

.bullet_h6{
	vertical-align: super;
	margin-right: 8px;
}


/* list style
*/
ul.redcross{
	list-style-image:url(../images/bullet.png);
}


/*
*/

h3{
	margin-bottom: 0.5em;	
}

.product_text{
	color: #666;
}

/* product version history page
*/

li.fix{
	background: url(../images/version_fix.png) no-repeat left 0.2em;
	padding-left: 30px;	
}

li.new{
	background: url(../images/version_new.png) no-repeat left 0.2em;
	padding-left: 30px;
}

.version_date{ 
	display: block;
	float: right; 
	margin-right: 5px;
}

.version ul{
	list-style-type: none;	
}

dl.version > dt{	
	background-repeat: no-repeat;
	background-position: .5em .5em;	
	background-color: #151515;
	color: white;
	padding: 3px 3px 3px 1.5em;	
	cursor: pointer;
	-moz-border-radius: 5px;
}

.version a:link, .version a:visited{
	color: white;
	text-decoration: none;	
}

.version_expanded{ background-image: url(../images/bullet_expanded_white.png);}
.version_collapsed{ background-image: url(../images/bullet_white.png); }

/* product download page
**/

ul.download_location{ list-style-image:url(../images/bullet.png); }
ul.download_location li img{ vertical-align: middle; }
ul.download_location li a{ display: block; padding: 2px; width: 280px; }
ul.download_location li a:hover{ background-color: #cddad4; }
ul.download_location li a:link,
ul.download_location li a:visited{ text-decoration: none; }


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter 
spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since 
the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues 
you may run into are usually fixed by tweaking these decoy styles 

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/