/**********   Helper tips STYLES   **********/
.helper_data {
	/*   */
	position:absolute;
	z-index:10;
	opacity:0.97;
}


/*** Main Tips Page ****/

div.page_helper{
	min-height: 68px;
	padding: 2px 15% 0;
}
div.page_helper div.top{
	margin-right: -15px;
	padding-top: 7px;
	color: black;
	font: bold 11pt arial;
}
#android_helper_data div.top, #ios_helper_data div.top {
	visibility: hidden;
}
div.page_helper div.text{
	color: black;
	font-size: 12px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

div.page_helper div.text a{
	font-size: 13px;
	color: black;
	text-decoration: underline;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
div.page_helper div.text a:hover{
	color: gray;
}
div.page_helper:before{
	background: url("/s/img/pattern_menu_blick.png") repeat; /*pattern_menu_blick.png  pattern_main.png*/
	content: " ";
	height: 48px;
	left: 0;
	margin-left: 35%;
	position: absolute;
	top: -4px;
	width: 90px;
	z-index: 12;
}
.page_helper_arrow:after{
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #FFCF5B;
	margin-top: -5px;
	margin-left: 2px;
	content: '';
}

/* helper target ico
<span>Вы здесь впервые</span> <img src="/s/img/helper/ico.png">
<div id="helper_tg"></div>
*/
/*#home #helper_tg{
	margin-top: -30px;
}*/
/*#helper_tg{
	margin-bottom: 10px;
	width: 200px;
	display: none;
}*/
#page_helper_data, #android_helper_data, #ios_helper_data {
	top: 0;
	width: 100%;
	left: 0;
	background: linear-gradient(top, #ffba00, #ffcf5b);
	background-image: linear-gradient(top, #ffba00, #ffcf5b);
	background-image: -o-linear-gradient(top, #ffba00, #ffcf5b);
	background-image: -moz-linear-gradient(#ffba00, #ffcf5b);
	background-image: -webkit-linear-gradient(top, #ffba00, #ffcf5b);
	background-image: -ms-linear-gradient(top, #ffba00, #ffcf5b);
}
a.close{
	background: url("/s/img/ui-icons_222222_256x240.png") -96px -128px;
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	margin-top: -25px;
}
#helper_tg span{
	font: bold 10pt arial;
	color: black;
	text-decoration: underline;
}
div#helper_tg img {
	margin-bottom: -4px;
	margin-left: 2px;
}
h1 span#helper_tg img {
	margin-bottom: -2px;
	margin-left: 4px;
}
#calc-icon {
	position: absolute;
	bottom: -4px;
	right: 6px;
	float: right;
}
#calc-icon img {
	display: block;
	margin: 0px 14px 4px 14px;
	width: 44px;
	height: 44px;
	
}
#calc-icon span {
	display: block;
	width: 65px;
	margin: 0px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
	color: #006432;
}
.unreletion {
	font-size: 1.2em;
}
table.unreletion {
	width: auto;
	padding: 2px;
}
table.unreletion th {
	text-align: left;
	padding: 2px;
}
table.unreletion td {
	text-align: left;
	padding: 2px;
}
