/* icons */
.icon {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  }
.small_icon {
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  }
.icoinfocalendar {
  float:right;
  text-align:left;
  width:25px;
  padding-top:7px;
  }
.movie_purple {
  background: transparent url('/static/img/icons/iko_movie_purple.gif') center center no-repeat;
  }
.movie_beige {
  background: transparent url('/static/img/icons/iko_movie_beige.gif') center center no-repeat;
  }
.camera_purple {
  background: transparent url('/static/img/icons/iko_foto_purple.gif') center center no-repeat;
  }
.camera_beige {
  background: transparent url('/static/img/icons/iko_foto_beige.gif') center center no-repeat;
  }
.article_purple {
  background: transparent url('/static/img/icons/iko_art_purple.gif') center center no-repeat;
  }
.back_purple {
  background: transparent url('/static/img/icons/btn_back.gif') center center no-repeat;
  }
.article_beige {
  background: transparent url('/static/img/icons/iko_art_beige.gif') center center no-repeat;
  }
.calculator_purple {
  background: transparent url('/static/img/icons/menu_calculator_purple.gif') center center no-repeat;
  }
.calculator_beige {
  background: transparent url('/static/img/icons/menu_calculator_beige.gif') center center no-repeat;
  }
.calendar_purple {
  background: transparent url('/static/img/icons/menu_calendar_purple.gif') center center no-repeat;
  }
.calendar_beige {
  background: transparent url('/static/img/icons/menu_calendar_beige.gif') center center no-repeat;
  }
.guests_purple {
  background: transparent url('/static/img/icons/menu_pair_purple.gif') center center no-repeat;
  }
.guests_beige {
  background: transparent url('/static/img/icons/menu_pair_beige.gif') center center no-repeat;
  }
.left_arrows_gold {
  background: transparent url('/static/img/icons/btn_arrows-l_gold.gif') center center no-repeat;
  }
.right_arrows_gold {
  background: transparent url('/static/img/icons/btn_arrows-r_gold.gif') center center no-repeat;
  }
.left_arrow_gold {
  background: transparent url('/static/img/icons/btn_arrow-l_gold.gif') center center no-repeat;
  }
.right_arrow_gold {
  background: transparent url('/static/img/icons/btn_arrow-r_gold.gif') center center no-repeat;
  }
.purple_dot {
  background: transparent url('/static/img/icons/iko_purple_dot.gif') center center no-repeat;
  }
p.pointBox {
  background-position:left 7px;
  padding-left:10px;
  }
.purple_dot_left {
  padding-left: 10px;
  background: transparent url('/static/img/icons/iko_purple_dot_left.gif') top left no-repeat;
  }
.gold_dot {
  background: transparent url('/static/img/icons/iko_gold_dot.gif') center center no-repeat;
  }
.loupe_purple {
  background: transparent url('/static/img/icons/btn_lupa_purple.gif') center center no-repeat;
  }
.envelope_purple {
  background: transparent url('/static/img/icons/btn_koperta_purple.gif') center center no-repeat;
  }
.go_purple {
  background: transparent url('/static/img/icons/btn_go.gif') center center no-repeat;
  }
.go_gold {
  background: transparent url('/static/img/icons/btn_arrow-r_gold.gif') center center no-repeat;
  }
.calendar_yellow {
  background: transparent url('/static/img/icons/iko_kalendarz_yellow.gif') center center no-repeat;
  }
.plus_gold {
  background: transparent url('/static/img/icons/btn_plus_gold.gif') center center no-repeat;
  }
.close_gold {
  background: transparent url('/static/img/icons/iko_close.gif') center center no-repeat;
  }
.minus_gold {
  background: transparent url('/static/img/icons/btn_minus_gold.gif') center center no-repeat;
  }
.tool_gold {
  background: transparent url('/static/img/icons/iko_gold_tool.gif') center center no-repeat;
  }
.subscribe_gold {
  background: transparent url('/static/img/icons/iko_subscribe.gif') center center no-repeat;
  }
.beige_i {
  background: transparent url('/static/img/icons/iko_beige_i.gif') center center no-repeat;
  }
.beige_at {
  background: transparent url('/static/img/icons/iko_beige_at.gif') center center no-repeat;
  }
.beige_pair {
  background: transparent url('/static/img/icons/iko_beige_pair.gif') center center no-repeat;
  }
.beige_check {
  background: transparent url('/static/img/icons/iko_beige_check.gif') center center no-repeat;
  }
.purple_pair {
  background: transparent url('/static/img/icons/menu_pair_purple.gif') center center no-repeat;
  }
.purple_question_mark {
  background: transparent url('/static/img/icons/iko_question_mark.gif') center center no-repeat;
  }
.gold_arrow_up {
  background: transparent url('/static/img/icons/iko_gold_arrow_up.gif') center center no-repeat;
  }
.gold_arrow_down {
  background: transparent url('/static/img/icons/iko_gold_arrow_down.gif') center center no-repeat;
  }
.winner1_purple {
  background: transparent url('/static/img/icons/iko1a.gif') center center no-repeat;
}
.winner2_purple {
  background: transparent url('/static/img/icons/iko2a.gif') center center no-repeat;
}
.winner3_purple {
  background: transparent url('/static/img/icons/iko3a.gif') center center no-repeat;
}
.winner4_purple {
  background: transparent url('/static/img/icons/iko4a.gif') center center no-repeat;
}
.winner1_gold {
  background: transparent url('/static/img/icons/iko1b.gif') center center no-repeat;
}
.winner2_gold {
  background: transparent url('/static/img/icons/iko2b.gif') center center no-repeat;
}
.winner3_gold {
  background: transparent url('/static/img/icons/iko3b.gif') center center no-repeat;
}
.winner4_gold {
  background: transparent url('/static/img/icons/iko4b.gif') center center no-repeat;
}


