/*
 * Pinka by Dige.pl
 *
 * IE fixes
 * 
 *
 */
 
 .ie7 #title{ padding-top:20px; height: 70px; }
 .ie7 .item .numbers ul { float: left; left: 23%; list-style-type: none; margin: -1px auto 0; padding: 0px 0 0 40px;  position: relative; }
 
 .ie7  .item .pin{ height:25px; width: 25px; background: url('../images/sprites.png') -19px 0px #F3F3F3; } 
 .ie7  .item .like{ height:25px; width: 25px; background: url('../images/sprites.png') -94px 0px #F3F3F3;  }
 .ie7  .item .comment{ height:25px; width: 25px; background: url('../images/sprites.png') -166px 0px #F3F3F3; }

 .ie7 .item.mouseenter .pin{ height:24px; background: url('../images/sprites.png') -19px -2px #F3F3F3; }
 .ie7 .item.mouseenter .like{ height:24px;  background: url('../images/sprites.png') -94px -3px #F3F3F3;  }
 .ie7 .item.mouseenter .comment{ height:24px;  background: url('../images/sprites.png') -166px -3px #F3F3F3;  }
 
 .ie7 .pinBg.mouseenter{}
 .ie7 	.pinBg.mouseenter .pin{ height:24px; background: url('../images/sprites.png') -18px -53px #F3F3F3; }
 .ie7 .likeBg.mouseenter{}
 .ie7 	.likeBg.mouseenter .like{ height:24px; background: url('../images/sprites.png') -94px -53px #F3F3F3; }	
 .ie7 .commentBg.mouseenter{}
 .ie7 	.commentBg.mouseenter .comment{ height:24px; background: url('../images/sprites.png') -166px -53px #F3F3F3; }
 
 
  .ie7 	#header #mainNav ul li ul li a{ color:#444444;  }
  .ie7  #header #mainNav ul li ul li a:hover{  color: #9C1313; }
  .ie7 .profileEdit aside h3{ padding: 20px 0 0 38px;}


  .ie7 #xlInput { padding: 10px 4px 4px 4px; height: 26px; }
  
  .ie7 div.form-actions .btn.btn-primary {border: 0px; }
  .ie8 div.form-actions .btn.btn-primary {border: 0px; }
  
  .ie7  #header .user ul li {width: 140px;  }
  .ie7  #header .user ul li a{width: 140px;  }
  .ie7  #header .user ul li span { z-index: 80; }
  .ie7 .close { z-index: 80; }
  
  
  .ie7  #users_avatar_file {  margin: 10px 0 0 0; }
  .ie7  .btn.btn-primary.large,  .ie8  .btn.btn-primary.large { border: 0px; }
  .ie7  input {  }
  .ie8  input { padding: 10px 4px 4px 4px; height: 26px !important;; line-height:26px !important;}
  .ie7  div.input[disabled="disabled"]{ padding: 0px 4px 4px 4px; height: 18px !important;; line-height:18px !important;}
  
  .ie8 .formPage .fieldContainer.legend, .ie7 .formPage .fieldContainer.legend{ display: block; padding:30px 0 0 38px; font-size: 20px; margin-bottom: 0; line-height: 1; padding: 30px 0 5px 33px; line-height: 1.5; color:#971212; }
  
  .ie8 .formPage.editProfilePage.notificationPage { margin: 50px auto 0 auto; }
  
  
  
  