/**
 * Core Design TypoCSS plugin for Joomla! 1.7
 * @author      Daniel Rataj, <info@greatjoomla.com>
 * @package     Joomla 
 * @subpackage	Content
 * @category    Plugin 
 * @version     2.0.3
 * @copyright	Copyright (C) 2007 - 2011 Great Joomla!, http://www.greatjoomla.com
 * @license		http://www.gnu.org/copyleft/gpl.html GNU/GPL 3
 * 
 * This file is part of Great Joomla! extension.
 * This extension is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This extension is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

/* Icons - default settings */
p.cdtypocss_icon_alert, p.cdtypocss_icon_info, p.cdtypocss_icon_download, p.cdtypocss_icon_ok, p.cdtypocss_icon_no, p.cdtypocss_icon_storno, p.cdtypocss_icon_lock, p.cdtypocss_icon_help, p.cdtypocss_icon_user, p.cdtypocss_icon_refresh, p.cdtypocss_icon_preferences, p.cdtypocss_icon_print, p.cdtypocss_icon_email, p.cdtypocss_icon_calendar, p.cdtypocss_icon_note, p.cdtypocss_icon_link, p.cdtypocss_icon_gonext, p.cdtypocss_icon_search, p.cdtypocss_icon_browser, p.cdtypocss_icon_volume {
	padding: 5px 5px 5px 40px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-right: none;
	border-left: none;
}

/* Icons - Alert */
p.cdtypocss_icon_alert {
	background: #ffffe0 url(/plugins/content/cdtypocss/addons/icon/images/alert.png) 10px 50% no-repeat;
	border-top-color: #ffdab9;
	border-bottom-color: #ffdab9;	
}
p.cdtypocss_icon_alert span {
	color: #cd5c5c;
	background-color: transparent;
}

/* Icons - Info */
p.cdtypocss_icon_info {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/info.png) 10px 50% no-repeat;
	border-top-color: #b0c4de;
	border-bottom-color: #b0c4de;
}

/* Icons - Download */
p.cdtypocss_icon_download {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/download.png) no-repeat 10px 50%;
	border-top-color: #98fb98;
	border-bottom-color: #98fb98;
}
p.cdtypocss_icon_download span {
	color: #5f9ea0;
	background-color: transparent;
}

/* Icons - OK */
p.cdtypocss_icon_ok {
	background: #f0ffff url(/plugins/content/cdtypocss/addons/icon/images/ok.png) no-repeat 10px 50%;
	border-top-color: #98fb98;
	border-bottom-color: #98fb98;
}
p.cdtypocss_icon_ok span {
	color: #5f9ea0;
	background-color: transparent;
}

/* Icons - NO */
p.cdtypocss_icon_no {
	background: #ffffe0 url(/plugins/content/cdtypocss/addons/icon/images/no.png) 10px 50% no-repeat;
	border-top-color: #ffdab9;
	border-bottom-color: #ffdab9;
}
p.cdtypocss_icon_no span {
	color: #cd5c5c;
	background-color: transparent;
}

/* Icons - Storno */
p.cdtypocss_icon_storno {
	background: #faf0e6 url(/plugins/content/cdtypocss/addons/icon/images/storno.png) no-repeat 10px 50%;
	border-top-color: #b22222;
	border-bottom-color: #b22222;
}
p.cdtypocss_icon_storno span {
	color: #a52a2a;
	background-color: transparent;
}

/* Icons - Lock */
p.cdtypocss_icon_lock {
	background: #ffffe0 url(/plugins/content/cdtypocss/addons/icon/images/lock.png) no-repeat 10px 50%;
	border-top-color: #ffdab9;
	border-bottom-color: #ffdab9;
}
p.cdtypocss_icon_lock span {
	color: #cd853f;
	background-color: transparent;
}

/* Icons - Help */
p.cdtypocss_icon_help {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/help.png) no-repeat 10px 50%;
	border-top-color: #4682b4;
	border-bottom-color: #4682b4;
}
p.cdtypocss_icon_help span {
	color: #4682b4;
	background-color: transparent;
}

/* Icons - User */
p.cdtypocss_icon_user {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/user.png) no-repeat 10px 50%;
	border-top-color: #b0c4de;
	border-bottom-color: #b0c4de;
}
p.cdtypocss_icon_user span {
	color: #4682b4;
	background-color: transparent;
}

/* Icons - Refresh */
p.cdtypocss_icon_refresh {
	background: #f3f0ff url(/plugins/content/cdtypocss/addons/icon/images/refresh.png) no-repeat 10px 50%;
	border-top-color: #b0c4de;
	border-bottom-color: #b0c4de;
}
p.cdtypocss_icon_refresh span {
	color: #4682b4;
	background-color: transparent;
}

/* Icons - Preferences */
p.cdtypocss_icon_preferences {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/preferences.png) no-repeat 10px 50%;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
p.cdtypocss_icon_preferences span {
	color: #808080;
	background-color: transparent;
}

/* Icons - Print */
p.cdtypocss_icon_print {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/print.png) no-repeat 10px 50%;
	border-top-color: #b0c4de;
	border-bottom-color: #b0c4de;
}
p.cdtypocss_icon_print span {
	color: #4682b4;
	background-color: transparent;
}

/* Icons - E-mail */
p.cdtypocss_icon_email {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/email.png) no-repeat 10px 50%;
	border-top-color: #b0c4de;
	border-bottom-color: #b0c4de;
}
p.cdtypocss_icon_email span {
	color: #4682b4;
	background-color: transparent;
}

/* Icons - Calendar */
p.cdtypocss_icon_calendar {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/calendar.png) no-repeat 10px 50%;
	border-top-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}
p.cdtypocss_icon_calendar span {
	color: #696969;
	background-color: transparent;
}

/* Icons - Note */
p.cdtypocss_icon_note {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/note.png) no-repeat 10px 50%;
	border-top-color: #daa520;
	border-bottom-color: #daa520;
}
p.cdtypocss_icon_note span {
	color: #b8860b;
	background-color: transparent;
}

/* Icons - Link */
p.cdtypocss_icon_link {
	background: #f5fffa url(/plugins/content/cdtypocss/addons/icon/images/link.png) no-repeat 10px 50%;
	border-top-color: #a9a9a9;
	border-bottom-color: #a9a9a9;
}
p.cdtypocss_icon_link span {
	color: #808080;
	background-color: transparent;
}

/* Icons - Go next */
p.cdtypocss_icon_gonext {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/gonext.png) no-repeat 10px 50%;
	border-top-color: #3cb371;
	border-bottom-color: #3cb371;
}
p.cdtypocss_icon_gonext span {
	color: #228b22;
	background-color: transparent;
}

/* Icons - Search */
p.cdtypocss_icon_search {
	background: #ffffe0 url(/plugins/content/cdtypocss/addons/icon/images/search.png) no-repeat 10px 50%;
	border-top-color: #ffdab9;
	border-bottom-color: #ffdab9;
}
p.cdtypocss_icon_search span {
	color: #cd853f;
	background-color: transparent;
}

/* Icons - Browser */
p.cdtypocss_icon_browser {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/browser.png) no-repeat 10px 50%;
	border-top-color: #b0c4de;
	border-bottom-color: #b0c4de;
}
p.cdtypocss_icon_browser span {
	color: #4682b4;
	background-color: transparent;
}

/* Icons - Volume */
p.cdtypocss_icon_volume {
	background: #fff url(/plugins/content/cdtypocss/addons/icon/images/volume.png) no-repeat 10px 50%;
	border-top-color: #b0c4de;
	border-bottom-color: #b0c4de;
}
p.cdtypocss_icon_volume span {
	color: #4682b4;
	background-color: transparent;
}
