.icon {
 cursor: pointer;
 height: 0;
 margin: 0 1px;
 overflow: hidden;
 padding-top: 14px;
 width: 14px;
}

.icon_plus {
 background: url(/images/icons/plus_idle.png) no-repeat;
 width: 13px;
}
.icon_plus.active {
 background: url(/images/icons/minus_hit.png) no-repeat;
}
.icon_plus:hover {
 background: url(/images/icons/plus_over.png) no-repeat;
}
.icon_plus.active:hover {
 background: url(/images/icons/minus_over.png) no-repeat;
}
.icon_minus {
 background: url(/images/icons/minus_idle.png) no-repeat;
 width: 13px;
}
.icon_minus:hover {
 background: url(/images/icons/minus_over.png) no-repeat;
}

.icon_downloads {
 background: url(/images/icons/downloads_idle.png) no-repeat;
 width: 12px;
}
.icon_downloads:hover {
 background: url(/images/icons/downloads_over.png) no-repeat;
}

.icon_downloads {
 background: url(/images/icons/downloads_idle.png) no-repeat;
 width: 12px;
}
.icon_downloads:hover {
 background: url(/images/icons/downloads_over.png) no-repeat;
}

.icon_facts {
 background: url(/images/icons/facts_idle.png) no-repeat;
 width: 12px;
}
.icon_facts:hover {
 background: url(/images/icons/facts_over.png) no-repeat;
}

.icon_favorites {
 background: url(/images/icons/favorites_idle.png) no-repeat;
 width: 14px;
}
.icon_favorites:hover {
 background: url(/images/icons/favorites_over.png) no-repeat;
}

.icon_game {
 background: url(/images/icons/game_idle.png) no-repeat;
 width: 12px;
}
.icon_game:hover {
 background: url(/images/icons/game_over.png) no-repeat;
}

.icon_gear {
 background: url(/images/icons/gear_idle.png) no-repeat;
 width: 16px;
}
.icon_gear:hover {
 background: url(/images/icons/gear_over.png) no-repeat;
}

.icon_home {
 background: url(/images/icons/home_idle.png) no-repeat;
 width: 16px;
}
.icon_home:hover {
 background: url(/images/icons/home_over.png) no-repeat;
}

.icon_share {
 background: url(/images/icons/share_idle.png) no-repeat;
 width: 13px;
}
.icon_share:hover {
 background: url(/images/icons/share_over.png) no-repeat;
}

.icon_tour {
 background: url(/images/icons/tour_idle.png) no-repeat;
 width: 13px;
}
.icon_tour:hover {
 background: url(/images/icons/tour_over.png) no-repeat;
}

.icon_videos {
 background: url(/images/icons/videos_idle.png) no-repeat;
 width: 14px;
}
.icon_videos:hover {
 background: url(/images/icons/videos_over.png) no-repeat;
}
