div.sfa-table {
	height:100.0%;
	width:690px;
	min-width:690px;
	margin-left:0.0%;
	margin-right:0.0%;
	border:4px solid #E7E9E7;
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	-khtml-border-radius:16px;

	background: #77b297; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3OTdiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2JlZDNlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWQzZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #77b297 0%, #bee5d3 50%, #bee5d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#77b297), color-stop(50%,#bee5d3), color-stop(100%,#bee5d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #77b297 0%,#bee5d3 50%,#bee5d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #7797b2 0%,#bee5d3 50%,#bee5d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #7797b2 0%,#bee5d3 50%,#bee5d3 100%); /* IE10+ */
	background: linear-gradient(to right,  #7797b2 0%,#bee5d3 50%,#bee5d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77b297', endColorstr='#bee5d3',GradientType=1 ); /* IE6-8 */

}
/* --------- */
div.sfa-navig {
	float: left;
	width: 180px;	
}
img.sfa-ilogo {
	display: block;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	border-radius:32px;
	-moz-border-radius:32px;
	-webkit-border-radius:32px;
	-khtml-border-radius:32px;
}
.sfa-nmenu {
	margin-top: 8px;
	margin-left: 6px;
	padding:0; 
	width:160px; 
	list-style:none;
	background:#537C6A;
	border:2px solid #537C6A;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
}
.sfa-nmenu li{
	padding:0; 
	margin:0 0 1px 0; 
	height:40px; 
	display:block; 
}
.sfa-nmenu li a {
	text-align:left;
	height:40px; 
	padding:0px 25px; 
	font:16px Verdana, Arial, Helvetica, sans-serif; 
	color:rgb(255,255,255); 
	text-shadow: 1px 1px 2px black, 0 0 8px #00FF94;
	display:block; 
	background:url('/templates/sfa-design/btn-navigmenug.png') 0px 0px no-repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	text-decoration:none;
}
.sfa-nmenu li a:hover {
	background:url('/templates/sfa-design/btn-navigmenug.png') 0px -40px no-repeat; 
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	color:rgb(255,255,255);
	text-shadow: 1px 1px 2px black, 0 0 8px #00FF94;
}
.sfa-nmenu li a.active, .menu li a.active:hover {
	background:url('/templates/sfa-design/btn-navigmenug.png') 0px -80px no-repeat; 
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	color:rgb(255,255,255);
	text-shadow: 1px 1px 2px black, 0 0 8px black;
}
.sfa-nmenu li a span {
	line-height:40px;
}
/* --------- */
div.sfa-descr {
	color: #000000;
	font-weight:normal;	
	font-size:14px;
	margin: 0 20px;
	text-shadow: 1px 1px 2px white;
	line-height: 1.0em;
	vertical-align: center;
	padding-top: 8px;
}
td.sfa-tdname {
	font-weight:bold;
	font-size:16px;
	color: white;
	text-shadow: 1px 1px 2px black, 0 0 1em #00FF94;
	padding-left: 30px;
	text-align: left;
}
td.sfa-tdtype {
	font-weight:normal;
	font-style:italic;
	color: #00467F;
	text-shadow: 1px 1px 2px #60FFA5;
}
td.sfa-tdtime {
	font-size:13px;
	font-weight:normal;
	color: #104F46;
	text-shadow: 1px 1px 1px #20203F;
}
td.sfa-tdlang {
	overflow: hidden;
	width: 300px;
}
img.sfa-langr {
	content:url('/templates/sfa-design/lang-rus.png');
	width:100%;
	max-width:48px;
	height:100%;
	max-height:32px;
}
img.sfa-lange {
	content:url('/templates/sfa-design/lang-eng.png');
	width:100%;
	max-width:48px;
	height:100%;
	max-height:32px;
}
/* --------- */
div.sfa-about {
	float: right;
	width:72%;
	color: #000000;
	text-align: justify;
	font-weight:normal;
	font-size:13px;
	margin: 10px 10px 0px 0px;
}
div.sfa-sshot {
	float: right;
	width:100%;
	max-width:504px;
	margin: 10px 4px 0px 0px;
}
img.sfa-screen {
	width:100%;
	max-width:160px;
	height:100%;
	max-height:120px;
	border:2px solid #1d131c;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
}
/* --------- */
div.sfa-dlink {
	float: right;
	width:100%;
	max-width:500px;
	margin: 10px 6px 8px 0px;
	background: #77B297;
	border:2px solid #77B297;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;

}
table.sfa-dtabl {
	border:1px solid #77B297;
	border-spacing:0px;
	background: #B2EACB;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
}
td.sfa-dosico {
	vertical-align:center;
	padding-left:8px;
	padding-right:2px;
}
td.sfa-dhead1 {
	width:100px;
	font-size:11px;
	font-weight:normal;
	color: #104F46;
	border-right: 1px solid #77B297;
	border-bottom: 1px solid #77B297;
	padding:0px 0px 0px 4px;
}
td.sfa-dhead2 {
	width:160px;
	font-size:11px;
	font-weight:normal;
	color: #104F46;
/*	border-right: 1px solid #77B297; */
	border-bottom: 1px solid #77B297;
	padding:0px 0px 0px 4px;
}
td.sfa-dpubvr {
	vertical-align:bottom;
	font-size:14px;
	font-weight:bold;
	color: #10361F;
	text-shadow: 1px 1px 1px white;
	border-right: 1px solid #77B297;
	padding:0px 0px 0px 4px;
}
td.sfa-dpubdt {
	vertical-align:top;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color: #10361F;
	border-right: 1px solid #77B297;
	padding:0px 0px 0px 4px;
	line-height: 1.1em;
}
td.sfa-dprice {
	vertical-align:center;
	font-size:11px;
	font-weight:normal;
	color: #000000;
	text-shadow: 1px 1px 1px white;
	padding:0px 0px 0px 4px;
	line-height: 1.1em;
}
td.sfa-dapget {
	width:170px;
}
/* --------- */
div.sfa-bottom {
	clear: both;
	width:100%;
	max-width:504px;
	margin: 10px 4px 10px 0px;
}
/* --------- */

/* --------- */

/* --------- */
div.sfa-ifcont {
	margin: 4px 10px 16px 10px;
	font-size:14px;
	line-height: 1.2em;
}
h1.sfa-ifname {
	font-weight:bold;
	font-size:26px;
	color: white;
	text-shadow: 1px 1px 2px black, 0 0 1em #00FF94;
	padding-left: 30px;
	text-align: left;
	line-height: 0.8em;
}
h2.sfa-ifname {
	font-weight:bold;
	font-size:16px;
	color: black;
	text-shadow: 1px 1px 2px white;
	padding-left: 30px;
	text-align: left;
	line-height: 0.7em;
}
table.sfa-iftabl {
	border:0px solid black;
	border-spacing:0px;
}
td.sfa-ifcel1 {
	font-size:14px;
	line-height: 1.0em;
	vertical-align:center;
	text-align: right;
	border-bottom: 1px solid #BEE5D3;
}
td.sfa-ifcel2 {
	font-size:26px;
	text-shadow: 1px 1px 2px white;
	line-height: 1.0em;	
	vertical-align:center;
	text-align: right;
	padding-right:4px;
	border-bottom: 1px solid #BEE5D3;
}
td.sfa-ifcel3 {
	font-size:11px;
	line-height: 1.0em;
	vertical-align:bottom;
	text-align:left;
	padding-left:4px;
}
td.sfa-ifcel4 {
	font-size:9px;
	line-height: 1.0em;
	vertical-align:bottom;
	text-align:left;
	padding-left:4px;
	border-top: 1px solid #BEE5D3;
	border-left: 1px solid #BEE5D3;
}
td.sfa-ifcel5 {
	font-size:8.5px;
	vertical-align:bottom;
}
div.sfa-iflink {
	float:right;
	width:100%;
	max-width:180px;
	margin:10px;
	background: #77B297;	
	border:2px solid #77B297;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	horizontal-align:center;
	text-align:center;
}
/* --------- */