@charset "UTF-8";
/* CSS Document */

/* '''''''''''''''''''''''''''''''''  EXTRA FUNCTIONALITY  '''''''''''''''''''''''''' */
 
/* float left */					/* ! unused @ 191016 */
 .fltlft {
 float: left;
}
 /* display none */
.dspnon {
	display: none;
}
/* display block */					/* ! unused @ 191016 */
.dspblk{
	display: block !important;
}
/* display inline-block */			/* ! unused @ 191016 */
.dspinlblk{
	display: inline-block !important;
}
/* font changes */					/* ! unused @ 191016 */		
.colr1 {
	color: #FF0;
	font-weight: bold;
}
/* remove dotted outline around image links, esp IE9 */
/* sof/how-can-i-remove-the-outline-around-hyperlinks-images */
a, a:hover, a:active, a:focus, a img, object, embed {
	outline: none;
	ie-dummy: expression(this.hideFocus=true); /* MSIE - Microsoft Internet Explorer 9 remove outline */
}

/* 20.12.16 */
/* subscribe button */
#subscribe {
	/*font-weight: bold;
	background-color: lightsteelblue;
	border: #FF6600 1px solid;*/
	width: 285px;
	float: right;
	margin-right: 10px;
	margin-top:  5px;
	/*padding-left: 4px;
	padding-right: 4px;*/
	
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	
}
#subscribe:hover {
	background-color: darkorange;
}
/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

/* 28.04.17 */
/* discount (for pages modified, after May2016 and now without a "moduleBlurb.css" file) */
/* discount price, when applied */
.discount {
	color:navy;
/* font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;*/
	font-size: x-large;
	font-style: italic;
	display: none;
}

/* promotion strap (on some modules ), May 2017*/
.prmStp {
	color: firebrick; 
	font-weight: bold; 
	font-style: italic; 
	background-color: silver; 
	margin-bottom: 10px; 
	padding-bottom: 7px;
	padding-top: 7px; 
	text-align: center;
	display: none;
}

.prmStpHPg {
	color: white; 	
	background-color: firebrick; 
}

/* *dt_14.02.18 */
/* text-align L,C,R,J */
.talL {
	text-align: left;
} 
.talC {
	text-align: center;
} 
.talR {
	text-align: right;
}
.talJ {
	text-align: justify;
}
