/** coretress GmbH Coder Bibel v0.2
 * @copyright       2009 - 2014 coretress GmbH
 * @author          Original Author "Dominik Much" <d.much@coretress.de>
 * @since           12.12.2014
 * @category		XT-Commerce Plugin
 * @package			Extensions
 * @subpackage		Affiliate
 */

/**
 *                     _                        _____           _     _    _
 *                    | |                      / ____|         | |   | |  | |
 *   ___ ___  _ __ ___| |_ _ __ ___  ___ ___  | |  __ _ __ ___ | |__ | |__| |
 *  / __/ _ \| '__/ _ \ __| '__/ _ \/ __/ __| | | |_ | '_ ` _ \| '_ \|  __  |
 * | (_| (_) | | |  __/ |_| | |  __/\__ \__ \ | |__| | | | | | | |_) | |  | |
 *  \___\___/|_|  \___|\__|_|  \___||___/___/  \_____|_| |_| |_|_.__/|_|  |_|
 *
 *  CHANGES						DEVELOPER	COMPANY			DATE		COMMENT
 *  ------------------------------------------------------------------------------------------------------------------------
 *  CREATED						DM			coretress		2014-12-12
 *  ------------------------------------------------------------------------------------------------------------------------
 */


/* ==========================================================================
Banner List
========================================================================== */

/* ==========================================================================
Menu
========================================================================== */

.nutrition_more_text {
	margin-top: 30px;
	display: none;
}

.nut_button,
.nut_button_grey {
	background: linear-gradient(to bottom, #8fbd44 0%, #008440 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	border: none;
}

.nut_button_grey {
	background: linear-gradient(to bottom, #d8d8d8 0%, #c7c7c7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #5d5d5d;
}