﻿/*----------------------------------------------------------------------
# JoomBoost JoomRecipe Search Module 1.0.0
# ----------------------------------------------------------------------
# Copyright (C) 2011 JoomBoost. All Rights Reserved.
# Coded by: JoomBoost
# License: GNU GPL v2
# Website: http://www.joomboost.com
------------------------------------------------------------------------*/
.withIngr {
	background: none repeat scroll 0 0 #C7DA76;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin: 1px;
    padding: 2px;
}

.withoutIngr {
	background: none repeat scroll 0 0 #FFDA76;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin: 1px;
    padding: 2px;
}

.ingrRemove {
	color: #555;
    cursor: pointer;
    font-family: "Lucida Grande";
    font-size: 11px;
    padding-left: 4px;
}

.mod_joomrecipe_search_loading {
	display:none;margin:0 auto;z-index:900;position:fixed;top:50%;left:50%;width:66px;height:66px;padding:10px;background: url("../ajax-loader.gif") no-repeat scroll 50% 50% white; box-shadow: 0 0 10px white;
}