body{
	color:#474747;
}

.selection_title{
	width:320px;
	padding-right:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#appContainer {
	background-color: transparent;
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	font-family: Arial;
}

.appBgCover {
	background: url(../../images/bg-dark.png) repeat;
	left: 0;
	top: 0;
	display: none;
	overflow: hidden;
	height: 100%;
	padding-bottom: 130px;
	position: absolute;
}

img {
	border: 0 none;
	margin: 0;
}

.app-icone{
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}

#loading_page{
	text-align: center;
	padding-top:80px;
}

#screenshot{
max-height: 330px; 
max-width: 211px;
}

.image-left {
	float: left;
	margin: 3px 10px 0 0;
}

.image-right {
	float: right;
	margin: 3px 0 0 10px;
}

#fullsize a, a:visited, #fullsize a:hover {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;	
}

#pocket {
	width: 160px;
}

#pocket a,
#pocket a:visited {
	background: url(../../images/pocket.png) no-repeat;
	background-position: 0 20px;
	display: block;
	height: 125px;
	text-indent: -9999px;
	width: 160px;
}

#pocket a:hover {
	background: url(../../images/pocket.png) no-repeat;
	background-position: 0 -148px;
}

#pocketTip {
	display: none; 
    background: transparent url(img/blue-info-box.png); 
    font-size: 12px; 
    height: 160px; 
    width: 286px; 
    padding: 30px;
    color: #fff;
    z-index: 1500;

}

#pocketTip.bottom { 
    background: transparent url(img/blue-info-box-bottom.png); 
    z-index: 1200;
}

#pocketTip.right {
	left: -1px !important;
}

#pocketTip.left {
	right: -1px !important;
}

#pocketTip .content-2 {
	padding: 24px 20px 10px 20px;
}

#pocketTip .content-3 {
	padding: 10px 20px;
}

#pocketTip p.heading,
#appPage p.heading {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

#pocketTip p {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#pocketTip .hr {
	margin-left: 8px;
	padding: 0;
	width: 330px;
}

/*	FULLSIZE	*/

#fullsize {
	color: #ffffff;
	font-size: 11px;
	height: 520px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width:520px;
	font-family: Arial;
}

#phone {
	background: url(../../images/phone.png) no-repeat;
	height: 474px;
	width: 257px;
	padding-top:79px;
	padding-left: 24px;
	font-family: Arial;
	margin-left: 200px;
	position:absolute;
}

#phone .close {
	height: 17px;
	position: absolute;
	right: -10px;
	top: -30px;
	width: 17px;
	z-index: 1100;
}

#phone #contentP {
	background: #000000;
	height: 317px;
	text-align: center;
	width: 212px;
}

#phone #contentP p {
	margin: 2px 0 2px 0;
	padding: 0;
}

/*	MAINPAGE	*/

#phone #contentP .appcell a {
	color: #fff;
	display: block;
	height: 55px;
	margin: 6px;
	margin-bottom: 0px;
	text-align: center;
	width: 40px;
}

#tip {
	display: none; 
    background: transparent url(../../images/blue-info-box.png); 
    font-size: 12px; 
    height: 230px; 
    width: 346px; 
    color: #fff;
    z-index: 3500;
}

#tip.bottom { 
    background: transparent url(../../images/blue-info-box-bottom.png); 
    z-index: 3500;
}

#tip.right {
	left: -1px !important;
}

#tip.left {
	right: -1px !important;
}

#tip .content-2 {
	padding: 24px 20px 10px 20px;
}

#tip .content-3 {
	padding: 10px 20px;
}

#tip p.heading,
#appPage p.heading {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

#tip p {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#tip .hr {
	margin-left: 8px;
	padding: 0;
	width: 330px;
}

/*	APP PAGE	*/

#appPage {
	display: none;
	position: relative;
}

#phone #contentP #appPage .appHeader {
	background: url(../../images/bg-dark.png) repeat;
	text-align: left;
	top: 0px;
	width: 100%;
	z-index: 3000;
}

#phone #contentP #detailsBlock {
	display: none;
}

#phone #contentP .detailsBox {
	background: url(../../images/box-details.png) no-repeat;
	display: block;
	height: 273px;
	left: 20px;
	top: 85px;
	width: 287px;
	z-index: 1501;
}

#phone #contentP #sideBlock {
	display: none;
	left: -290px;
	position: absolute;
	top: -50px;
	text-align: left;
}

#phone #contentP .sideBlockTop {
	background: url(../../images/side-box-top.png) no-repeat;
	background-position: top;
	display: block;
	min-height: 325px;
	padding: 15px;
	width: 208px;
	z-index: 1501;
}

#phone #contentP .sideBlockBottom {
	background: url(../../images/side-box-bottom.png) no-repeat;
	background-position: 0 0;
	display: block;
	height: 31px;
	width: 228px;
	z-index: 1501;
}

#fullsize .buttonClose a, #fullsize .buttonClose a:visited {
	background: url(../../images/button-close.png) no-repeat;
	background-position: 0 5px;
	float: right;
	height: 37px;
	margin: 5px 3px 0 0;
	text-indent: -9999px;
	width: 50px;
}

#fullsize .buttonClose a:hover {
	background-position: 0 -36px;
}

#fullsize .buttonClose-app a, #fullsize .buttonClosea-app a:visited {
	background: url(../../images/close_big.png) no-repeat;
	background-position: 0 0px;
	float: right;
	height: 30px;
	margin: 5px 3px 0 0;
	text-indent: -9999px;
	position: absolute;
	top: -278px;
	right: -18px;
	width: 33px;
	z-index: 3000;
}

#fullsize .buttonClose-app a:hover {
	background-position: 0 -31px;
}

#fullsize .buttonClose-side a, #fullsize .buttonClosea-side a:visited {
	background: url(../../images/button-close.png) no-repeat;
	background-position: 0 5px;
	float: right;
	height: 26px;
	margin: 5px 3px 0 0;
	text-indent: -9999px;
	position: absolute;
	top: -5px;
	right: 5px;
	width: 33px;
	z-index: 3000;
}

#fullsize .buttonClose-side a:hover {
	background-position: 0 -22px;
}

#phone #contentP .pagination {
	margin-top: 8px;
}

#phone #contentP .detailsNav {
	background: url(../../images/bg-dark.png) repeat;
	height: 47px;
	left: 0;
	padding-top: 13px;
	position: absolute;
	top: 420px;
	width: 100%;
	z-index: 1005;
}

#phone #contentP .detailsNav .detailsBackButton {
	float: left;
	padding-left: 15px;
}

#phone #contentP .detailsNav .detailsButton {
	float: right;
	padding-right: 15px;
}

#phone #contentP .detailsNav .prevButton, #phone #contentP .detailsNav .nextButton {
	margin-top: 0;
}

#phone .navBar {
	background: url(../../images/appsfire.png) no-repeat;
	position: relative;
	top:-55px;
	height: 50px;
	width: 100%;
	z-index: 1250;
}

#phone .navBar .contentcell img {
	border: 0 none;
	float: left;
	height: 24px;
	margin-right: 12px;
	width: 51px;
}

.prevButton a, .prevButton a:visited {
	background: url(../../images/button-arrows.png) no-repeat;
	background-position: -5px 0px;
	cursor: pointer;
	float: left;
	height: 44px;
	margin: 0 0 0 5px;
	text-indent: -99999px;
	width: 22px;
}

.prevButton a:hover {
	background-position: -5px -59px;
	margin: 0 0 0 5px;
}

.nextButton a, .nextButton a:visited {
	background: url(../../images/button-arrows.png) no-repeat;
	background-position: -50px -95px;
	cursor: pointer;
	float: right;
	height: 50px;
	margin: 0 4px 0 0;
	text-indent: -99999px;
	width: 40px;
}

.nextButton a:hover {
	background-position: -50px -6px;
	margin: 0 4px 0 0;
}

#phone .homeButton a, #phone .homeButton a:visited {
	background: url(../../images/button-home.png) no-repeat;
	background-position: 0 0px;
	height: 52px;
	left: 103px;
	top: 403px;
	text-indent: -9999px;
	width: 52px;
}

#phone .homeButton a:hover {
	background-position: 0 -57px;
}

span.detailsText {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.content-1 {
	height: 1%;
	overflow: hidden;
	padding: 10px;
}

.button-buy {
	background: url(../../images/button-buy.png) repeat;
	font-weight: bold;
	font-size: 11px;
	height: 17px;
	margin-top: 10px;
	padding: 7px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	width: 51px;
}

#darkOverlay {
	background: url(../../images/bg-dark.png) repeat;
	display: none;
	height: 399px;
	position: absolute;
	top: 83px;
	width: 100%;
}

/*	SCROLLABLE PAGES	*/

.scrollable { 
    position: relative; 
	overflow: hidden;
   	width: 212px;
    height: 317px; 
}

.scrollable .items { 
    position: absolute; 
	width: 32000px;
	height: 380px;
	clear: both;
	left: 0;
}

.scrollable .items div  {
	float: left;
	width: 212px;
}

.scrollable .items .pages { 
	float: left;
	width: 212px;
	height: 317px;
	margin: 2px 0 0 2px;
	text-align: left;
}

.scrollable .items .pages div { 
	float: left;
	width: 52px;
}

#browsableAppPage {
	height: 316px;
}

/* navigator */

.navi {
	margin: 0 auto;
	width: 212px;
	text-align: center;
	z-index: 10000
}

.navi a {
	width: 6px;
	height: 6px;
	float: left;
	margin: 3px;
	background: url(../../images/navigator.png) -10px 0 no-repeat;
	display: block;
	font-size: 1px;
}

.navi a:hover {
	background-position: -10px 0;      
}

.navi a.active {
	background-position: 0 0;     
}

a.disabled {
	visibility:hidden !important;		
} 	

#phone .appCenter {
	position:relative;
	top:-65px;
	width: 212px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.appNaviContainer {
	display: none;
}

/*	OUTSIDE BUTTONS	*/

.prevButton-Outside a, .prevButton-Outside a:visited {
	background: url(../../images/button-arrows-left.png) no-repeat;
	background-position: 0 0;
	cursor:pointer;
	float: left;
	height: 32px;
	left: -60px;
	margin: 0;
	position: absolute;
	text-indent: -99999px;
	top: -130px;
	width: 34px;
}

.prevButton-Outside a:hover {
	background-position: -35px 0;
	margin: 0;
	width: 45px;
}

.nextButton-Outside a, .nextButton-Outside a:visited {
	background: url(../../images/button-arrows-right.png) no-repeat;
	background-position: -35px 0;
	cursor: pointer;
	float: right;
	height: 32px;
	margin: 0;
	position: absolute;
	text-indent: -99999px;
	top: -130px;
	right: -60px;
	width: 32px;
}

.nextButton-Outside a:hover {
	background-position: 0 0;
	margin: 0;
}

.prevButtonApp-Outside a, .prevButtonApp-Outside a:visited {
	background: url(../../images/button-arrows-left.png) no-repeat;
	background-position: 0 0;
	cursor:pointer;
	float: left;
	height: 32px;
	left: -54px;
	margin: 0;
	position: absolute;
	text-indent: -99999px;
	top: 120px;
	width: 32px;
}

.prevButtonApp-Outside a:hover {
	background-position: -35px 0;
	margin: 0;
}

.nextButtonApp-Outside a, .nextButtonApp-Outside a:visited {
	background: url(../../images/button-arrows-right.png) no-repeat;
	background-position: -35px 0;
	cursor: pointer;
	float: right;
	height: 32px;
	margin: 0;
	position: absolute;
	text-indent: -99999px;
	top: 120px;
	right: -56px;
	width: 32px;
}
.nextButtonApp-Outside a:hover {
	background-position: 0 0;
	margin: 0;
}

.appSelectionNav {
	display: none;
}

.tip {
	display: none; 
    background: transparent url(../../images/blue-info-box.png); 
    font-size: 12px; 
    height: 230px; 
    width: 346px; 
    color: #fff;
    z-index: 3500;
    font-family: Arial;
}


.tip.bottom { 
    background: transparent url(../../images/blue-info-box-bottom.png); 
    z-index: 3500;
    background-repeat: no-repeat;
    padding-top: 10px;
}

.tip.bottom .sharing_icon{ 
  	top:60px;
}

.tip.right {
	left: -1px !important;
}

.tip.left {
	right: -1px !important;
}

.tip .content-2 {
	padding: 18px 20px 10px 20px;
}

.tip .content-3 {
	padding: 10px 20px;
}

.tip p.heading,
#appPage p.heading {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

.tip p {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: Arial;
}

.tip .hr {
	margin-left: 8px;
	padding: 0;
	width: 330px;
	font-family: Arial;
}

.image-left {
	float: left;
	margin: 3px 10px 0 0;
}

.sharing_icon {
	position: absolute;
	top: 50px;
	left: 300px;	
}

.sharing_icon_2 {
	position: absolute;
	top: 58px;
	left: 299px;	
}

.sharing_icon_3 {
	position: absolute;
	top: 65px;
	left: 185px;	
}

.image-right {
	color:white;
	float: right;
	font-size:11px;
	padding-top:-5px;
	margin: 3px 0 0 10px;
	background-image: url('../../images/free_search_bg_blue.png');
	background-repeat: no-repeat;
	height:24px;
	width:100px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
}

.image-right2 {
	
	position:absolute;
	font-size:11px;
	left:150px;
	margin: 3px 0 0 10px;
	background-image: url('../../images/free_search_bg_blue.png');
	background-repeat: no-repeat;
	height:24px;
	width:100px;
	padding-top:3px;
	padding-left:11px;
	font-weight: bold;
	color:#ffffff;
	margin-left:-40px;
}

.image-right-free {
	color:#ffffff;
	float: right;
	font-size:11px;
	padding-top:-5px;
	margin: 3px 0 0 10px;
	background-image: url('../../images/free_search_bg_green.png');
	background-repeat: no-repeat;
	height:24px;
	width:100px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
}

#tip_link2{
	text-decoration: none;
}

.bottom{
	padding-top:15px;
}

.menu_selection_contenu{
	padding-top: 10px;
	display: none;
}

#pastefire{
	display:block;
}

#menu_selection{
	padding-top: 22px;
	padding-bottom: 22px;
	width: 100%;
	text-align: center;
}

a{
	font-family: Arial;
	color:#f05100;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	font-family: Arial;
	color:#f05100;
	font-weight: bold;
	text-decoration: underline;
}

#reflet {
	margin-top: 14px; 
    width: 320px;
    height:66px;
    margin-left: auto;
    margin-right: auto;
    background: url(../../images/reflet.png) 7px 100% no-repeat;
}

.link_app p{
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
}

.ligne_selection{
	width:500px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#pannel{
	height:390px;
	width:240px;
	background-image:url(../../images/Panneliphone.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top:35px;
	margin-left:215px;
	color:black;
}

#pannel h2{
	text-indent:-999em;
	overflow:hidden;
	position:absolute;
	margin-left:-4px;
	margin-top:27px;
}

#pannel h2.type_appmix{
	width:90px;
	height:45px;
	background-image:url(../../images/title_appmix_selection.png);
	background-repeat:no-repeat;
}

#pannel h2.type_VIP{
	width:90px;
	height:45px;
	background-image:url(../../images/titleVIPselection.png);
	background-repeat:no-repeat;
}

#pannel h2.type_buddy{
	width:99px;
	height:45px;
	background-image:url(../../images/titleBuddySelection.png);
	background-repeat:no-repeat;
}

#selectionTitleBlock{
	width:200px;
	height:60px;
	margin-top:81px;
	margin-left:20px;
}

#appmixIcon{
	background:url("../../images/bg-img-appmix.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:48px;
	padding-left:10px;
	padding-top:10px;
	width:48px;

}

#selectionIcon{
	float:left;
	height:48px;
	width:48px;

}

#titleSelection{
	width:120px;
	float:left;
	color:black;
	font-size:12px;
	font-weight:bold;
	padding-top:0px;
	margin-bottom:5px;
}

#facebookLikeSelection{
	position:absolute;
	margin-left:130px;
	margin-top:30px;
}


#shareSelection{
	width:187px;
	height:40px;
	margin-left:20px;
	margin-top:15px;
	position:relative;
}

#shareSelection h3{
	font-size:11px;
	margin-bottom:0px;
}

#emailSelection{
	width:187px;
	height:60px;
	margin-left:20px;
	margin-top:-10px;
}

#emailSelection h3{
	font-size:11px;
	margin-bottom:0px;
}

#emailSelectionInput{
	height:25px;
	width:142px;
	background-image:url(../../images/bgInputSelection.png);
	background-repeat:no-repeat;
	border:0;
	background-color:transparent;
	padding-left:7px;
}

#sourceSelection{
	width:187px;
	height:60px;
	margin-left:20px;
}

#bioSelection{
	width:187px;
	height:95px;
	margin-left:20px;
	margin-top:10px;
}

#creditSelection{
	margin-left:20px;
	position:absolute;
	top:0;
	margin-top:368px;
	font-size:10px;
	white-space:nowrap;
}

#statusReceiver{
	font-size:10px;
	font-weight:bold;
	position:absolute;
	top:0px;
	margin-left:3px;
	margin-top:272px;
}

#loaderEmailSelection{
	position:absolute;
	top:0px;
	background-color:#4C4F4F;
	width:36px;
	height:18px;
	margin-top:251px;
	margin-left:146px;
	padding-top:2px;
	text-align:center;
	display:none;
}
