﻿#topPopup, #topPopup .logo, #topPopup button span {
	background: url(/images/toppopup.png) repeat-x;
}

#topPopup  {
	width: 100%;
	height: 40px;
	background-color: #fff;
	position: relative;
	margin-top: -60px;
	background-position: 0 -130px;
	color: #000;
	margin-bottom: 20px;
	display: none;
}

#topPopup a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 dashed;
}


#topPopup .content {
	width: 977px;
	height: 40px;
	margin: 0 auto;	
	text-align: left;	
}

#topPopup .content .left_part div.inline {
	float: left;
	margin: 13px 30px 0 0;
}

#topPopup .content .left_part div.inline.logo {
	height: 40px;
	margin: 0 30px 0 0px;
	background-repeat: no-repeat;	
}

#topPopup.iphone .content .left_part div.inline.logo {
	background-position: 0 -40px;	
}

#topPopup.android .content .left_part div.inline.logo {
	background-position: -0px -181px;	
} 

#topPopup .content .left_part div.inline.logo .title {
	display: none;	
}

#topPopup.iphone .content .left_part div.inline.logo .title.iphone {
	display: block;
} 

#topPopup.android .content .left_part div.inline.logo .title.android {
	display: block;
}


#topPopup .content .left_part div.inline div {
	float: left;
} 


#topPopup .content .left_part div.inline > div {
	font-family: Tahoma;
	font-size: 20px;
	color: #000;
	margin: 8px 0 0 36px;
}

#topPopup button {
	width: 100px;
	height: 25px;
	margin: 7px 0 0 20px;		
} 

#topPopup.iphone .content .left_part div.inline button span {
	background-position: 0 -94px;
	padding: 0 18px;	
	
}

#topPopup.android .content .left_part div.inline button span {
	background-position: 0 -244px;
	padding: 0 18px;	
}


#topPopup .content #x {
	float: right;
	margin-top: 12px;
	cursor: pointer;
	font-weight: bold;	
}