
/*  --------------------------------------------    
    bags.css
    com.airportbags.www
    regi e.(regi@pushhere.com, Lead Dev)
    - Requires(Location):
      (styles/lib/layout.css)
    --------------------------------------------  */
    
    
/*  SERVICES
    --------------------------------------------  */
    .service h3 a {
    	background: transparent url('/static/images/gui/icons/icon-serv-services.png') -55px 0 no-repeat;		
    }
    #coat.service h3 a {
    	background-position: -294px 0;		
    }
    #wash.service h3 a {
    	background-position: -534px 0;		
    } 
    #supply.service h3 a {
    	background-position: -55px -308px;		
    }
    #vip.service h3 a {
    	background-position: -295px -308px;		
    }   
    body#serv-page #partners-info {
    	width: 350px;
    }
    
    body#serv-page li#services a {
      background: #fff;
      color: #000;
      
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
    }
    body#serv-page li#services {
      background: transparent url('/static/images/gui/icons/icon-nav-status.png') 50% 25px no-repeat;
    }
    body#serv-page .service {
      height: 300px;
    }
    #partners-info h2,
    .content h2 {
      padding: 0 0 25px;
    }
    .content h2 {
 	 border-bottom:1px solid #AFAFAF;   	
    }
    
/*  PARTNERS
    --------------------------------------------  */    
    .content ul {
     background: transparent url('/static/images/gui/icons/icon-serv.png') -7px 0 no-repeat;
     height: 500px;
    }
    .content ul li {
      font-size: 0.8em;
      text-indent: -999em;
    }
    .service h3 a {
        text-indent: -999em;
    }



