#smartbanner { position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 95px;
	line-height: 95px;
	font: 1.643rem/23px almoni-tzar-aaa-300, verdana;
	border-bottom:2px solid rgba(0, 0, 0, .3);
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	background: #f4f4f4;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;

	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 95px;


}

/*#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}*/

#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close{ 
	display: inline-block;
	vertical-align: middle;
	margin: 0px 12px 0 12px;
	font-family: 'ArialRoundedMTBold', Arial;
	font-size: 20px;
	text-align: center;
	color: #888;
	text-decoration: none;
	border: 0;
	border-radius: 14px;
	-webkit-font-smoothing: subpixel-antialiased;

	border: 0;
	width: 10px;
	height: 10px;
	line-height: 10px;
	color: #888;
	text-shadow: 0 1px 0 white; 


}

#smartbanner .sb-close:active, #smartbanner.android .sb-close:active { color: #aaa; }

#smartbanner .sb-icon, #smartbanner.android .sb-icon { 

	display: inline-block;
	vertical-align: middle;
	width: 75px;
	height: 75px;
	margin: 10px 0px 10px 12px;
	background-size: cover;
	border-radius: 10px; }

#smartbanner.no-icon .sb-icon, #smartbanner.android .no-icon .sb-icon { display:none; }
#smartbanner .sb-info , #smartbanner.android .sb-info{ 
	color: #000000;
	font: 1.643rem/23px almoni-tzar-aaa-400, verdana;
	display: inline-block;
	margin-top: 20px;
	vertical-align: top;
	width: 38%; }

#smartbanner-info div:nth-child(2){margin: -1px 0 2px 0; }

/*#smartbanner #smartbanner.no-icon .sb-info { left:34px; }*/

#smartbanner .sb-info strong, #smartbanner.android .sb-info strong { 
	color:#000000;
	font: 1.643rem/23px almoni-tzar-aaa-300, verdana; }

#smartbanner .sb-info > span, #smartbanner.android .sb-info > span { 
	color:#787878;
	font:1.286rem/18px almoni-tzar-aaa-300, verdana;
}


#smartbanner .sb-button, #smartbanner.android .sb-button { 
	position: absolute;
	left: 18px;
	top: 0;
	bottom: 0;
	border-radius: 6;
	border:2px solid #D71919;
	margin: auto 0;
	height: 29px;
	font: 1.643rem/23px almoni-tzar-aaa-400, verdana;
	line-height: 33px;
	text-align: center;

	color: #D71919;
	text-decoration: none;

	padding: 0 9px;
	min-width: 10%;
	color: #D71919;
	background: #efefef;
	border-radius: 6px; }

#smartbanner .sb-button:active, #smartbanner.android .sb-button:active, #smartbanner .sb-button:hover, #smartbanner.android .sb-button:hover { 
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef); }

/*#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.windows .sb-icon { border-radius: 0px; }*/
