#smartbanner {
	-moz-text-size-adjust: none;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f4f4f4 0%, #cdcdcd 100%) repeat scroll 0 0;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	font-family: "Helvetica Neue",sans-serif;
	height: 78px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -82px;
	width: 100%;
	z-index: 1 !important;
}
#smartbanner, html.sb-animation {
	transition: all 0.3s ease 0s;
}
#smartbanner .sb-container {
	margin: 0 auto;
}
#smartbanner .sb-close {
	background: #070707 none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 14px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: block;
	font-family: "ArialRoundedMTBold",Arial;
	font-size: 15px;
	height: 14px;
	left: 5px;
	line-height: 15px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	top: 5px;
	width: 14px;
}
#smartbanner .sb-close:active {
	color: #aaa;
	font-size: 13px;
}
#smartbanner .sb-icon {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 / cover ;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	display: block;
	height: 57px;
	left: 30px;
	position: absolute;
	top: 10px;
	width: 57px;
}
#smartbanner.no-icon .sb-icon {
	display: none;
}
#smartbanner .sb-info {
	color: #6a6a6a;
	font-size: 11px;
	font-weight: bold;
	left: 98px;
	line-height: 1.2em;
	position: absolute;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	top: 18px;
	width: 44%;
}
#smartbanner #smartbanner.no-icon .sb-info {
	left: 34px;
}
#smartbanner .sb-info strong {
	color: #4d4d4d;
	display: block;
	font-size: 12px;
	line-height: 18px;
}
#smartbanner .sb-info > span {
	display: block;
	font-size: 9px;
}
#smartbanner .sb-info em {
	font-style: normal;
	text-transform: uppercase;
}
#smartbanner .sb-button {
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
	color: #6a6a6a;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	min-width: 10%;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	top: 27px;
}
#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #dcdcdc 0%, #efefef 100%) repeat scroll 0 0;
}
#smartbanner .sb-icon.gloss::after {
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%) repeat scroll 0 0;
	border-radius: 10px 10px 12px 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: -1px;
	width: 100%;
}
#smartbanner.android {
	background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7") repeat scroll 0 0;
	border-color: #88b131 #212228 #212228;
	border-top: 5px solid #88b131;
	box-shadow: none;
}
#smartbanner.android .sb-close {
	background: #1c1e21 none repeat scroll 0 0;
	border: 0 none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
	color: #b1b1b3;
	height: 17px;
	line-height: 17px;
	text-shadow: 0 1px 1px #000;
	width: 17px;
}
#smartbanner.android .sb-close:active {
	color: #eee;
}
#smartbanner.android .sb-info {
	color: #ccc;
	text-shadow: 0 1px 2px #000;
}
#smartbanner.android .sb-info strong {
	color: #fff;
}
#smartbanner.android .sb-button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #dddcdc;
	border-radius: 0;
	box-shadow: none;
	color: #d1d1d1;
	min-height: 28px;
	min-width: 12%;
	padding: 1px;
}
#smartbanner.android .sb-button span {
	background-color: #42b6c9;
	background-image: -moz-linear-gradient(center top , #42b6c9, #39a9bb);
	box-shadow: none;
	display: block;
	padding: 0 10px;
	text-align: center;
	text-shadow: none;
	text-transform: none;
}
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
	background: #2ac7e1 none repeat scroll 0 0;
}
#smartbanner.windows .sb-icon {
	border-radius: 0;
}
.sb-button {
	background-color: #f9a01b !important;
	border: medium none !important;
	border-radius: 2px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 10px !important;
	min-height: 0 !important;
	text-shadow: none !important;
}
.sb-button > span {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.sb-close {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 25px !important;
	top: 30px !important;
}
#smartbanner {
	border: medium none !important;
}
#smartbanner {
	background: rgb(74, 74, 74) none repeat scroll 0 0 !important;
}
#smartbanner .sb-info > span {
	color: #fff !important;
}
#smartbanner .sb-info {
	color: #fff !important;
	font-size: 11px !important;
	font-weight: normal !important;
	line-height: 1.5em !important;
	text-shadow: none !important;
	top: 13px !important;
}
#smartbanner .sb-close {
	text-shadow: none !important;
}
#smartbanner .sb-icon {
	box-shadow: none !important;
	text-shadow: none !important;
}
body {
	margin: 0 !important;
}
#smartbanner .sb-icon.gloss::after {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border-top: 0 none !important;
}
#smartbanner .sb-info strong {
	color: #fff !important;
}