/*css layout iphone*/

body {
	font-family: Arial;
/*	height: auto;	
	height: 100%;*/
	margin: 0px;
	color: #666666;
	padding-bottom: 44px;
	/*overflow:auto; */
	-webkit-backface-visibility: hidden;
}

body[orient="landscape"] {
     width: 480px;
     height: 270px;
}

body[orient="landscape"] #toolbar {
     width: 480px;
}

ul {
      list-style:none;
      list-style-type:none;
      margin:0;
      padding:0;
}

a img {
	border: none;
}

#logo{
	left: 0;
	display: block;
	width: 100%;
	height: 44px;
	/*background-color: #333333;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	z-index: 200;
}
	
#logo img {
	float: right;
	margin-right:5px;
	margin-top: 0px;
	height: 100%;
	width: 204px;
}

#pub {
	top:0px;
	height:15%; /* #PAB: better adapts to higher res, was: 53px; */
	width: 100%;
}

body[orient="landscape"] #pub{
	text-align: center;
}
#toolbar {
	position: absolute;
	/*background: black;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	/*-webkit-border-radius: 10px;*/
	display: block;
	width: 100%;
	z-index: 200;
	height: 44px;
}

#toolbar ul {
	display: block;
	-webkit-padding-start: 0px;
	margin: 0 auto;
	width: 320px;  /* for grouping icons in the middle */
}

#toolbar li {
	float: left; /* should use a display inline instead */
	position: relative;
	opacity:0.5;
	/* might slow down - -webkit-transition: all 0.4s ease-in-out; */
}
#toolbar li:hover, #toolbar li:active, #toolbar li.selected { 
	opacity: 1;
 }

.play-button {
	margin: 5px auto;
	display: block;
	width: 65px;
	height: 75px;
    background-image: url('/images/large-play.png');
}

#slideshow {
	width: 320px;
    height: 274px;
}

.slide {
	display: none;
    position: absolute;
    width: 318px;
    height: 268px;
    border: 1px solid #ccc;
}

body[orient="landscape"] .slide {
	margin-left: 81px;
}

.slide-description {
	color: #eeca00;
    height: 111px;
    background-image: url(/iphone/images/icones/bgcalque.png);
    font-size: 12px;
    text-align: center;
}

.slide-description h1 {
    margin: 0;
    padding: 10px 0 0 0;
    color: #FFFFFF;
    font-size:16px; 
    font-weight:bold;
}

.slide-description p {
	float: left;
	width: 240px;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.slide-description em {
	float: left;
	/*color: #CCCCCC;*/
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	text-shadow: 3px 3px 3px #333333;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #CCCCCC;
}
	
.slide-footer {
	overflow: auto;
	margin-top: 40px;
	height: 40px;
    background: -webkit-gradient(linear, left bottom, right bottom, from(#cecdcb), to(#FFFFFF));
    border-top: 1px solid #aaa;
}

.slide-footer a {
	display: block;
    margin-left: 0px;
    font-size: 12px;
    color: #e47815;
}

.slide-footer a img {
	float: left;
}

.slide-footer a h1 {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	width: 100%;
    font-size: 12px;
}

.slide-footer a p {
    margin: 0;
    width: 100%;
}

.swap {
    -webkit-transform: perspective(800);
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 160px 50%;
    -webkit-animation-duration: .7s;
}

.swap.out {
    -webkit-animation-name: swapouttoleft;
    -webkit-animation-duration: .7s;
}

.swap.in {
    -webkit-animation-name: swapinfromright;
    -webkit-animation-duration: .7s;
}

@-webkit-keyframes swapouttoright {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
        -webkit-animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform: translate3d(-180px, 0px, -400px) rotateY(20deg);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform:  translate3d(0px, 0px, -800px) rotateY(70deg);
    }
}

@-webkit-keyframes swapouttoleft {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
        -webkit-animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform:  translate3d(180px, 0px, -400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, -800px) rotateY(-70deg);
    }
}

@-webkit-keyframes swapinfromright {
    0% {
        -webkit-transform: translate3d(0px, 0px, -800px) rotateY(70deg);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: translate3d(-180px, 0px, -400px) rotateY(20deg);
        -webkit-animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    }
}

@-webkit-keyframes swapinfromleft {
    0% {
        -webkit-transform: translate3d(0px, 0px, -800px) rotateY(-70deg);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: translate3d(180px, 0px, -400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    }
}

@media screen and (device-width: 768px) {
    #slideshow {
        width: 768px;
        height: 658px;
    }
    
    .slide {
       width: 766px;
       height: 656px;
    }
    
    .slide-footer {
        margin-top: 250px;
    }
    
    .play-button {
        margin: 180px auto;
    }
}

/*css de la page video*/
/*****************************************************************************************/
.title-desc{
	background: -webkit-gradient(linear, left bottom, left top, from(#dfdfde), to(#fefefe));
}
.v-and-i{
	background: -webkit-gradient(linear, left bottom, left top, from(#fefefe), to(#dfdfde));
	width: 100%;
	padding:10px 0;

}
	
.video {
	float : left;
	height: 150px;
}

#video {
	z-index: 0;
    width: 160px;
    height: 120px;
    margin: 0 5px;
}

.vid-inf{      
	    HEIGHT: 150px;
	    font-size: 12px;
}

.vid-inf ul li { padding: 3px;}

.vid-inf ul li img {float: left;}

#boutton{ color: red; font-size: 18px;}

.videoDescription {
	margin-left: 5px;
	font-size: 12px;
}
.second-part{
    display: none;
}

.show-second-part{
	display: block;
    }

#movieTitle{
	margin-left: 5px;
	font-size: 12px;
	color: #e47815;
}
#mainNavvid table{margin-left: 35px;}
#mainNavvid h1{
    display:none;
}
#programLink h2{
	text-decoration: none ;
	font-weight:bold;
	font-size: 12px;
	color: #e47815;
	vertical-align:middle;
}
#programLink a div{text-decoration: none ;}

.haut-page-video{margin-left: -40px; text-decoration: none ;}

.orang-span {
	background: url("/images/large-mark-star.png") no-repeat 0px 1px;

}

/* fin css de la page video*/

/****************************************************************************************************************/
/*la page programme*/

.programInfo
{
	margin-top: -5px;
	height: 50px;
    color: #e47815;
    font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

.programInfo h2
{
    color: #e47815;
    font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;	
}

.progdesc{
color: #666666;
margin-left: 5px;
margin-top: -10px;
background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
font-size: 12px;
}
/* css pour la barre de retour en arriere*/
div#mainNav  {
top: 88px;
display: block;
padding-left:0px;
}

div#mainNav a {
text-decoration:none;
display:block;
}

div#mainNav h1 {
display: none;	
}

/******************************************************
 thumbedItems are container for an item in a list with an img preview on the left , 
    and a description on the right . They should generally be li tags*/
.thumbedItem{
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dfdfde));
    float: left;
	display: block;
    width: 100%;
    height: 77px;
    overflow: hidden;
    margin:0;
}

.thumbedItem .preview {
	float: left;
	padding:0;
	position:relative;
}
.preview img.thumb {
	/* forcing size so the layout is ready before image download, and wrongly sized thumbs 
	don't break everything*/
	width: 102px;
    height: 77px;
    background: url(/images/loading.gif) no-repeat 10px 10px;
    
}
.preview img.play-btn {
    max-width:30px;
    position: absolute;
    left: 30%;
    top: 30%;
}

.thumbedItem .description {
	padding-left: 110px;
	/*width: 210px;*/
	font-size: 12px;
}

.thumbedItem .description h3{
    color: #e47815;
    font-size: inherit;
	font-weight: inherit;
}

.thumbedItem .description h2{
    color: #e47815;
   /* width: 220px;	*/
    font-size: inherit;
	font-weight: inherit;
	
}
a{text-decoration:none;}
/**************** end of generic thumbedItem styling ***********************/

h3 {
	padding: 0;
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
}

.videoProgramsearch{ font-weight: bold;}
.description ul{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
}

.etoile-note{float: left; }
/*******************************************************************************************************/
/*page theme*/
/*******************************************************************************************************/
 img.themeIcon{width: 42px; height:35px; }

#themes, #themes-container {
	overflow: auto;
}

.description img.themeIcon {
    float:left;
    margin-left: -5px;
}
#themes-container .thumbedItem .description {
    font-size: 12px;
    font-weight: bold;	
    color: #666666;
}
#themes-container .thumbedItem .description h1 {
	font-size: inherit;
	font-weight: inherit;
	text-transform: uppercase;
	padding-top: 10px;
	color: #E47815;
}

.active { 
  opacity : 0.5;   
  background: #000;
}

.active div img {
  opacity: 0.3;
}

/*********************index theme*****************/
.boxwraptheme   
{
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
}

.boxwraptheme h1
{
	font-size: 12px;
	color: #e47815;
	margin-top: -25px;
	margin-left: 40px;
	font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

.themedesc
{
	margin-left: 5px;
    font-size: 12px;
    height: 35px; 
}

.firstdesc{
	height: 35px;
	}
	
.seconddesc{
    display: none;
}

.chowdes{
	display: block;
 }
    
.themedesc.selected{
    display: block;
    }

/* TODO agregate into thumbedItem */

.programList .thumbedItem .description
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}	

/*******************************************************************************************************/
                                       /* css de la page recherche */
/*******************************************************************************************************/
.search
{
 display: inline;
 text-align:center;
}
.cherche{
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));

	}

.searchInput
{
	height: 25px;
  	width: 260px;
  	margin-left: 2px;
  	margin-top: 10px;
    color: white; 
    font-size: 13px; 
    font-family:  Arial; 
  	border: 1px solid #da7c00; 
    background: -webkit-gradient(linear, left top, left bottom, from(#f9a600), to(#f47e00)); 
     font-weight: bold;
}

  	width: 420px;
}
  
.button:hover { border-top-color: #da7c00; background: #da7c00; color: #ffffff; 
  } 
  
.bouton-suivant{margin-top: 25px; margin-left: 60px;}

button {
  border: 1px solid #da7c00; 
  background: #f47e00; 
  background: -webkit-gradient(linear, left top, left bottom, from(#f9a600), to(#f47e00)); 
  background: -moz-linear-gradient(top, #f9a600, #f47e00); 
  padding: 4.5px 9px; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
  border-radius: 10px; 
  -webkit-box-shadow:  0px 2px 6px rgba(0,0,0,0.5); 
  -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.5); 
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  text-shadow:0 1px 1px rgba(0,0,0,.3); 
  color: white;
   font-size: 13px; 
   font-family:  Arial; 
   text-decoration: none; 
  vertical-align: middle; 
  font-weight: bold;}
  
button:hover {
	 border: 1px solid #5a6902; 
	 background: #B8D900; 
	 color: #ffffff; 
  } 

.sug{
	margin-left: 5px;
	margin-top: 5px;
	width:310px;
}
.sug img{
}

.sug h4{
	font-size: 12px;
	font-weight: bold;
	margin-top: -17px;
	margin-left: 30px;

}
/************************************page infos****************************************/
.title-texte
{
	font-size: 12px;
	color: #e47815; 
	font-weight: bold;
    text-transform : uppercase;
}

.infos
{
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
}

.first-box{
	margin-left: 3px;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));*/
     font-size: 12px;
     color: #666666;
    display: block;}

.second-box{
    display: none;
}
.afficher{	
	margin-left: 3px;
     font-size: 12px;
     color: #666666;
    display: block;}

/****************************************************************************************/
                                     /* page zapping*/
/****************************************************************************************/
.zappingpage{
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dfdfde));
	}
.zapping-degrade{
background: -webkit-gradient(linear, left top, left bottom, from(#dfdfde), to(#fefefe));}
.icone-text
{
	font-size: 12px;
    color: #e47815;
	font-weight: bold;
	text-transform : uppercase;
}

.staticPage
{
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
	
}
#newsletter
{
	margin-top: -15px;
	margin-left: -30px;
	width: 300px;
}

.valid-submit-btnzapping{
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 50px;
	border: 1px solid #da7c00; 
  	background: #f47e00; 
    background: -webkit-gradient(linear, left top, left bottom, from(#f9a600), to(#f47e00)); 
  	background: -moz-linear-gradient(top, #f9a600, #f47e00); 
  	padding: 4.5px 9px; 
  	-webkit-border-radius: 10px; 
  	-moz-border-radius: 10px;
  	border-radius: 10px; 
  	-webkit-box-shadow:  0px 2px 6px rgba(0,0,0,0.5); 
  	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.5); 
  	box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  	text-shadow:0 1px 1px rgba(0,0,0,.3); 
  	color: white;
   	font-size: 13px; 
   	font-family:  Arial; 
   	text-decoration: none; 
  	vertical-align: middle; 
  	font-weight: bold;
  	}
  
.valid-submit-btnzapping:hover {
	 border: 1px solid #5a6902; 
	 background: #B8D900; 
	 color: #ffffff; 
  } 
  


form
 {
	font-size: 12px;

}
.message-confirmation{ 
	color: #666666; 
	font-size: 12px;
	margin-left: 35px; 
	margin-top: 20px;
	font-weight: bold;
	height: 84px;
}
/***************************css de la page partager***********************************************/
.partager{
   background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
   height: 100%;
}

#titre-movie{
	margin-left: 10px;
	background: transparent url("/iphone/images/icones/icone_email.png") no-repeat;
	height: 40px;
	}
	
#titre-movie a{
	text-decoration: none;
	}
	
.partmail{
  	margin-left: 40px;
	text-decoration: none;
	height: 30px;
    font-size: 12px;
    font-weight: bold;
	}
	

#facebook{
	background: transparent url("/iphone/images/icones/icone_facebook.png") no-repeat;
	height: 40px;
	font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}
.lien-facebook{
  	margin-left: 40px;
	text-decoration: none;
	height: 30px;
    font-size: 12px;
    font-weight: bold;
}
#twitter{
	height: 40px;
	margin-left: 10px;
	background: transparent url("/iphone/images/icones/icones_twitter.png") no-repeat;
}
.lien-twitter{
  	margin-left: 40px;
	text-decoration: none;
	height: 30px;
    font-size: 12px;
    font-weight: bold;
}
.lien-twitter a, .lien-facebook a {
	text-decoration: none;
	  font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-align: center;}


/*********************************css page similaires***************************************/
.paneSelector {
	padding:0;
	margin:0;
    width:100%;
    clear: both;
 }
.paneSelector ul{
	width: 320px;
    margin : 0 auto;
}
.paneSelector li {
    margin-left:2px;
    display:block;
    float:left;   
    width:91px;
    text-decoration:none;
    padding:5px;
}

#related-videos-panes {

}

.accordion-vid-box{
	width: 100%;
	overflow: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
}


.video-preview{
float: left;
width: 110px;
overflow: auto;
}
.previewtheme{
 margin-top: 0px;
}
	
.smallplay-preview-btn{
 margin-left: 30px;
 margin-top:20px;
 position: absolute;
 width: 28px;
	}
.vid-info{
	font-size: 12px;
    overflow: auto;
}

.vid-info ul{
	 padding:10px
}


/**********************le menu de la page similaires*/
.tabs {
	 padding:0;
	 margin:0;
 }
.tabs li {
	 margin-left:2px;
	 float:left; /*pour IE*/
}
.tabs li a {
 display:block;
 float:left;   
 width:91px;
 background-color:#ff6600;
 color:black;
 text-decoration:none;
 text-align:center;
 padding:5px;
 border:1px solid;
 }
.tabs li a:hover {
 background-color:#f7981c;
 }
 
 /****************************************css de la page commentaire***************************/
 /***menu de la page commentaire***/
 .commentbarre {
 padding:0;
 margin:0;
 hieght: 30px;
 
 }
.commentbarre li {
 margin-left:2px;
 float:left; /*pour IE*/
 }
.commentbarre li a {
 margin-left: 5px;
 display:block;
 float:left;   
 width:145px;
 text-decoration:none;
 text-align:center;
 }

.menu-selected{
	 border: 1px solid #5a6902; 
	 background: #B8D900; 
	 color: #ffffff; 
	}
 /***************/
 .form{
 display: none;
}
.formulaire{ 
margin-top: -35px;
margin-left: -25px;
}
 
.confirm{
  border: 1px solid #da7c00; 
  background: #f47e00; 
  background: -webkit-gradient(linear, left top, left bottom, from(#f9a600), to(#f47e00)); 
  background: -moz-linear-gradient(top, #f9a600, #f47e00); 
  padding: 4.5px 9px; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
  border-radius: 10px; 
  -webkit-box-shadow:  0px 2px 6px rgba(0,0,0,0.5); 
  -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.5); 
  box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  text-shadow:0 1px 1px rgba(0,0,0,.3); 
  color: white;
   font-size: 13px; 
   font-family:  Arial; 
   text-decoration: none; 
  vertical-align: middle; 
  font-weight: bold;
  margin-left: 80px;
  }
.apparaitre{
 display: block; }
 
.commentaire{
 font-size: 12px;
 width: 100%;
 height: 100%;
 padding-left: 5px;
 background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
 }

.title-texte-commentaire
{
	margin-top: 50px;
	font-size: 12px;
	color: #e47815; 
	font-weight: bold;
    text-transform : uppercase;
}

.comments-bubbles{
	width: 100%; 
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
}
 
.bubble{ color: #666666; text-align: center; font-size: 12px;}
.bubble hr{ width: 100%;}

br.floatClearer{
	clear:both;	
}
	
#googleAd {
	clear:both;
}

/* #PAB HD adaptation */
@media screen and (min-device-width: 481px) {
    .thumbedItem { width: 50%; } 
    .video embed { width: 320px; height:240px; }
    .video embed .playing { -webkit-box-reflect:below 5px -webkit-gradient(linear, left top, left bottom, 
        from(transparent), color-stop(0.5, transparent), to(white));  }
}

/* TODO: HDPI (high DPI)adaptation : http://aralbalkan.com/3331 */

.ajax-loading {
	background: transparent url("/iphone/images/ajax-loader.gif") no-repeat right center;
}

a.ajax-growable {
	margin-left: 10px;
}

body[orient="landscape"] a.ajax-growable {
	margin-left: 80px;
}
 /****************************************css to enable HDPI for Iphone 4***************************/
.description div {
	width: 42px;
	height: 35px; 
	float:left; 
	margin-left: -5px;
	background-size: 42px, 35px;
}

.boxwraptheme #themeicon {
	width: 42px; 
	height: 35px; 
	background-size: 42px, 35px;
}

#mainNav a {
	display: block;
	width: 42px; 
	height: 35px; 
	background-size: 42px, 35px;
}

#mainNavvid #themeiconlink {
	display: block;
	width: 42px; 
	height: 35px; 
	background-size: 42px, 35px;
}


 /****************************************css de la theme icones***************************/
.description div {
	width: 42px; 
	height: 35px; 
	float:left; 
	margin-left: -5px;
	background-size: 42px, 35px;
}

.t70 {
	background: transparent url('/iphone/images/themes/t70.png') no-repeat top center;
}

.t19 {
	
	background: transparent url('/iphone/images/themes/t19.png') no-repeat top center;
}

.t42 {	
	background: transparent url('/iphone/images/themes/t42.png') no-repeat top center;
}

.t116 {
	background: transparent url('/iphone/images/themes/t116.png') no-repeat top center;
}

.t15 {
	background: transparent url('/iphone/images/themes/t15.png') no-repeat top center;
}

.t96 {
	background: transparent url('/iphone/images/themes/t96.png') no-repeat top center;
}

.t1 {
	background: transparent url('/iphone/images/themes/t1.png') no-repeat top center;
}

.t87 {
	background: transparent url('/iphone/images/themes/t87.png') no-repeat top center;
}

.t22 {
	background: transparent url('/iphone/images/themes/t22.png') no-repeat top center;
}

.t108 {
	background: transparent url('/iphone/images/themes/t108.png') no-repeat top center;
}

.t45 {
	background: transparent url('/iphone/images/themes/t45.png') no-repeat top center;
}

.t99 {
	background: transparent url('/iphone/images/themes/t99.png') no-repeat top center;
}

.t32 {
	background: transparent url('/iphone/images/themes/t32.png') no-repeat top center;
}

.t17 {
	background: transparent url('/iphone/images/themes/t17.png') no-repeat top center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {	
.t70 {
	background: transparent url('/iphone/images/themes/t70@2x.png') no-repeat top center;
}

.t19 {
	background: transparent url('/iphone/images/themes/t19@2x.png') no-repeat top center;
}

.t42 {
	background: transparent url('/iphone/images/themes/t42@2x.png') no-repeat top center; 
}

.t116 {
	background: transparent url('/iphone/images/themes/t116@2x.png') no-repeat top center;
}

.t15 {
	background: transparent url('/iphone/images/themes/t15@2x.png') no-repeat top center; 
}

.t96 {
	background: transparent url('/iphone/images/themes/t96@2x.png') no-repeat top center;
}

.t1 {
	background: transparent url('/iphone/images/themes/t1@2x.png') no-repeat top center;
}

.t87 {
	background: transparent url('/iphone/images/themes/t87@2x.png') no-repeat top center; 
}

.t22 {
	background: transparent url('/iphone/images/themes/t22@2x.png') no-repeat top center; 
}

.t108 {
	background: transparent url('/iphone/images/themes/t108@2x.png') no-repeat top center;
}

.t45 {
	background: transparent url('/iphone/images/themes/t45@2x.png') no-repeat top center; 
}

.t99 {
	background: transparent url('/iphone/images/themes/t99@2x.png') no-repeat top center; 
}

.t32 {
	background: transparent url('/iphone/images/themes/t32@2x.png') no-repeat top center;
}

.t17 {
	background: transparent url('/iphone/images/themes/t17@2x.png') no-repeat top center;
}
}