   td.iphone_detail {
     background: url(../img/iphone_detail.png) no-repeat;
     width: 390px;
     height: 95px;
     font-size: 11px;
     cursor: pointer;
   }
   td.iphone_detail:hover {
     background: url(../img/iphone_detail_hover.png) no-repeat;
   }
   td.active_item,
   td.active_item:hover {
     background: url(../img/iphone_detail_active.png) no-repeat;
   }
   td.iphone_detail img {
     padding-left: 5px;
     width: 62px;
     height: 47px;
   }
   td#listings.iphone_detail img {
     background: url(../img/iphone_listings.png) no-repeat;   
   }
   td#favorites.iphone_detail img {
     background: url(../img/iphone_favorites.png) no-repeat;
   }
   td#search.iphone_detail img {
     background: url(../img/iphone_search.png) no-repeat;
   }
   td#news.iphone_detail img {
     background: url(../img/iphone_news.png) no-repeat;
   }
   td#listings.active_item img {
     background: url(../img/iphone_listings_active.png) no-repeat;
   }
   td#favorites.active_item img {
     background: url(../img/iphone_favorites_active.png) no-repeat;   
   }
   td#search.active_item img {
     background: url(../img/iphone_search_active.png) no-repeat;
   }
   td#news.active_item img {
     background: url(../img/iphone_news_active.png) no-repeat;
   }
   td.iphone_detail a {
     color: #000;
     text-decoration: none;
     display: block;
     height: 90px;
   }
   img.iphone_listings {
     background: url(../img/iphone_screen_listings.jpg) no-repeat;
   }
   img.iphone_favorites {
     background: url(../img/iphone_screen_favorites.jpg) no-repeat;
   }
   img.iphone_search {
     background: url(../img/iphone_screen_search.jpg) no-repeat;
   }
   img.iphone_news {
     background: url(../img/iphone_screen_news.jpg) no-repeat;
   }
   span.iphone_button_image {
     width: 58px; 
     float: left; 
     padding-left: 10px; 
     padding-top: 20px;
   }
   span.iphone_button_text {
     width: 290px; 
     float: left; 
     padding-left: 20px; 
     padding-top: 15px;
   }