
/*  --------------------------------------------    
    partners.css
    com.airportbags.www
    regi e.(regi@pushhere.com, Lead Dev)
    - Requires(Location):
      (styles/lib/partners.css)
    --------------------------------------------  */
    
/*  PARTNERS OVERRIDDEN
    --------------------------------------------  */
    body#partners-page .page-aside p {
	    padding-right: 20px;
	  }
    body#partners-page li#partners a {
      background: #fff;
      color: #000;
      
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
    }
	  body#partners-page li#partners {
      background: transparent url('/static/uploads/pages/images/gui/icons/icon-nav-status.png') 50% 25px no-repeat;
    }
    body#partners-page #page-content {
    	background: #D1D3D4;
    }
    .content {
    	padding-top: 0;
    }
    .content h2 {
    	text-indent: 0;
    	padding: 0 0 25px;
    	border: 0 none;
    	margin: 0;
    }

  
/*  PARTNERS ASIDE
    --------------------------------------------  */
    .page-aside h2 {
    	margin-bottom: 20px;
    }
    .page-aside,
    .content div {
    	width: 215px;
    	float: left;
    }
    .content div {
    	border-top: 1px solid #000;
    	margin-right: 25px;
    }
	  .content div ul {
		  overflow: hidden;
	  }
	  .content div ul li span {
	  }
	  .content div.last {
	    margin-right: 0;			
	  }
	  .content div h3 {
		  background: transparent url('/static/uploads/pages/images/gui/icons/icon-partners-page.png') 0 0 no-repeat;
    	text-indent: -999em;
    	border-bottom: 1px solid #000;
    	padding-bottom: 10px;
    	height: 145px;
	  }
  	.content div#cars h3 {
  		background-position: 0 -280px;
  	}
  	.content div#serv h3 {
  		background-position: 0 -575px;
  	}
  	.content div#bags ul {
  		background-position: -25px -20px;
  	}
  	.content div#cars ul {
  		background-position: -265px -20px;
  	}
  	.content div#serv ul {
  		background-position: -515px -20px;
  	}

