﻿/* icons for features table */
.icon {
   width: 64px;
   height: 64px;
 	display: inline-block;
}

.icon-events {
	background: transparent url('../images/events.png') center 10px no-repeat;
}

.icon-tasks {
	background: transparent url('../images/tasks.png') center 10px no-repeat;
}

.icon-notes {
	background: transparent url('../images/notes.png') center 10px no-repeat;
}

.icon-contacts {
	background: transparent url('../images/contacts.png') center 10px no-repeat;
}

.icon-multiple-views {
	background: transparent url('../images/multiple-views.png') center 10px no-repeat;
}

.icon-desktop-calendar {
	background: transparent url('../images/desktop-calendar.png') center 10px no-repeat;
}

.icon-sync {
	background: transparent url('../images/sync.png') center 10px no-repeat;
}

.icon-reminders {
	background: transparent url('../images/reminders.png') center 10px no-repeat;
}

.icon-link-data {
	background: transparent url('../images/links.png') center 10px no-repeat;
}

.icon-print-calendars {
	background: transparent url('../images/print.png') center 10px no-repeat;
}

.icon-import-export {
	background: transparent url('../images/import-export.png') center 10px no-repeat;
}

.icon-appearance {
	background: transparent url('../images/color.png') center 10px no-repeat;
}

.icon-custom-data {
	background: transparent url('../images/custom-data.png') center 10px no-repeat;
}

.icon-attachments {
	background: transparent url('../images/attachments.png') center 10px no-repeat;
}

.icon-save-as-web-page {
	background: transparent url('../images/save-as-web-page.png') center 10px no-repeat;
}

.icon-backup {
	background: transparent url('../images/backup.png') center 10px no-repeat;
}

.icon-background-images {
	background: transparent url('../images/background-pictures.png') center 10px no-repeat;
}

.icon-languages {
	background: transparent url('../images/languages.png') center 10px no-repeat;
}

/*
.icon-events:hover {
	background: transparent url('../images/hover-events.png') center 25px no-repeat;
}

.icon-tasks:hover {
	background: transparent url('../images/hover-tasks.png') center 25px no-repeat;
}

.icon-notes:hover {
	background: transparent url('../images/hover-notes.png') center 25px no-repeat;
}

.icon-contacts:hover {
	background: transparent url('../images/hover-contacts.png') center 25px no-repeat;
}

.icon-multiple-views:hover {
	background: transparent url('../images/hover-multiple-views.png') center 25px no-repeat;
}

.icon-desktop-calendar:hover {
	background: transparent url('../images/hover-desktop-calendar.png') center 25px no-repeat;
}

.icon-sync:hover {
	background: transparent url('../images/hover-sync.png') center 25px no-repeat;
}

.icon-reminders:hover {
	background: transparent url('../images/hover-reminders.png') center 25px no-repeat;
}

.icon-link-data:hover {
	background: transparent url('../images/hover-links.png') center 25px no-repeat;
}

.icon-print-calendars:hover {
	background: transparent url('../images/hover-print.png') center 25px no-repeat;
}

.icon-import-export:hover {
	background: transparent url('../images/hover-import-export.png') center 25px no-repeat;
}

.icon-appearance:hover {
	background: transparent url('../images/hover-color.png') center 25px no-repeat;
}

.icon-custom-data:hover {
	background: transparent url('../images/hover-custom-data.png') center 25px no-repeat;
}

.icon-attachments:hover {
	background: transparent url('../images/hover-attachments.png') center 25px no-repeat;
}

.icon-save-as-web-page:hover {
	background: transparent url('../images/hover-save-as-web-page.png') center 25px no-repeat;
}

.icon-backup:hover {
	background: transparent url('../images/hover-backup.png') center 25px no-repeat;
}

.icon-background-images:hover {
	background: transparent url('../images/hover-background-pictures.png') center 25px no-repeat;
}

.icon-languages:hover {
	background: transparent url('../images/hover-languages.png') center 25px no-repeat;
}

*/



.icon-volume-discount {
	background: transparent url('../images/volume-discount.png') center top no-repeat;
}

.icon-volume-discount:hover {
	background: transparent url('../images/hover-volume-discount.png') center top no-repeat;
}

.icon-faq {
	background: transparent url('../images/faq.png') center 80px no-repeat;
}

.icon-faq:hover {
	background: transparent url('../images/hover-faq.png') center 72px no-repeat;
}

.icon-forums {
	background: transparent url('../images/forums.png') center 80px no-repeat;
}

.icon-forums:hover {
	background: transparent url('../images/hover-forums.png') center 72px no-repeat;
}

.icon-blog {
	background: transparent url('../images/blog.png') center 80px no-repeat;
}

.icon-blog:hover {
	background: transparent url('../images/hover-blog.png') center 72px no-repeat;
}

.icon-documentation {
	background: transparent url('../images/documentation.png') center 80px no-repeat;
}

.icon-documentation:hover {
	background: transparent url('../images/hover-documentation.png') center 72px no-repeat;
}

