@CHARSET "UTF-8";

/*http://static.menugourmet.com/js/nyroModal/styles/nyroModal.css*/
div#nyroModalFull {
	font-size: 12px;
	color: #777777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../../../../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../../../../img/close.gif) no-repeat;
	outline: 0;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
}
a.nyroModalPrev:hover {
	background: url(../../../../img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(../../../../img/next.gif) right 20% no-repeat;
}
/*http://static.menugourmet.com/js/jqModal/jqModal.css*/
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/*http://static.menugourmet.com/css/main.css*/


/* RESET
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  vertical-align: baseline;
  background: transparent;
  /* letter-spacing: 0.3em;
   word-spacing: 0.4em; */
  line-height: 1.42;
}

ol, ul
{
  list-style: none;
}

blockquote, q
{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus
{
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
  text-decoration: none;
}

del
{
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
  border-collapse: collapse;
  border-spacing: 0;
}

.clear
{
  clear: both;
  font-size: 0;
}

a
{
  color: #A78647;
  text-decoration: none;
}

a:hover
{
  color: #B2B2B2;
}

a:focus
{
  outline: 1px dotted invert;
}

.anchor
{
  color: #000;
}

h1
{
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
  padding: 0;
  margin: 0;
}

h2, h2 a
{
  font-size: 18px;
  font-weight: normal;
  color: #000;
  padding: 0;
  margin: 0;
}

h3, h3 a
{
  font-size: 14px;
  font-weight: normal;
  color: #000;
  padding: 0;
  margin: 0;
}

h3.green-title
{
  font-size: 12px;
  font-weight: bold;
  color: #649079;
}

.info-value
{
  color: #333;
}

.small-font
{
  font-size: 10px;
  color: #999;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:11px;height:11px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/icons/small_star_cancels.gif) no-repeat 0 -11px}
div.star-rating,div.star-rating a{background:url(/images/icons/small_stars.gif) no-repeat 0 0}
div.rating-cancel a,div.star-rating a{display:block;width:11px;height:100%;background-position:0 0;border:0}
div.star-rating-on a{background-position:0 -11px!important}
div.star-rating-hover a{background-position:0 -11px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */


/** MAIN */
body
{
  line-height: 1;
  font: 12px Arial, sans-serif /* "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif */;
  color: #333333;
  background: #FFF url('/images/body_gradient.gif') repeat-x left top;
}

input, select, textarea
{
  font: 11px Arial, sans-serif /* "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif */;
}

#page-container
{
  text-align: left;
  margin: 0 auto;
  width: 960px;
}

img.important
{
  position: relative;
  top: 1px;
  margin-right: 4px;
}

.view-more, .view-more-text
{
  padding-left: 12px;
  background: transparent url(/images/icons/arrow_small_right_on.gif) no-repeat left center;
}

.view-more
{
  float: right;
  font-weight: bold;
}

a.tag
{
  color: #A78647;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

h1 a.tag
{
  color: #000000;
  text-decoration: none;
  border: 0;
  font-size: 24px;
}

a.tag:hover,
h1 a.tag:hover
{
  color: #A78647;
  text-decoration: underline;
}

/** BUTTONS */
.btn
{
  font: 11px Arial, sans-serif /* "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif */;
  background: transparent;
  border: 0;
  cursor: pointer;
  /*overflow: visible; */
  /*padding: 0 2px;*/
  padding-left: 2px;
  white-space: nowrap;
  font-size: 11px;
}

span.round,
a.round
{
  background: transparent url(/images/buttons_tabs/buttons.gif) no-repeat scroll right top;
  cursor: pointer;
  display: block; /* opera */
  display: inline-block; /* ie */
  display: -moz-inline-box; /* ff */
  line-height: 18px;
  padding: 0;
  margin: 0;
  padding-right: 6px;
  vertical-align: middle;
}

span.round span,
a.round span
{
  background: transparent url(/images/buttons_tabs/buttons.gif) no-repeat scroll left top;
  display: block;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  padding-left: 6px;
  color: #FFF;
  font-weight: bold;
}

a.round span
{
  line-height: 18px !important;
}

a.round,
a.round span
{
  height: 20px;
  font: bold 11px Arial, sans-serif /* "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif */;
}

html > body a.round,
html > body a.round span
{
  height: 18px;
  font: bold 11px Arial, sans-serif /* "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif */;
}

a.round:hover
{
  background-position: right -34px;
}

a.round:hover span
{
  background-position: left -34px;
}

.btn-hover span.round,
html > body a.round:hover
{
  background-position: right bottom;
}

.btn-hover span.round span,
html > body a.round:hover span
{
  background-position: left bottom;
}

.hidden-btn
{
  visibility: hidden;
}

.title-bottom-margin
{
  margin-bottom: 15px;
}

.close-x
{
  cursor: pointer;
  width: 9px;
  height: 8px;
  background: transparent url(/images/icons/closes.gif) no-repeat right bottom;
}

.close-x-hover
{
  background-position: right top;
}

div.loading-indicator
{
  width: 16px;
  height: 100%;
  background: transparent url(/images/ajax-loader.gif) no-repeat 50% 50%;
}


/** HEADER */
#header-logo-only
{
  display: none;
  background: url('/images/header/logo_beta.png') no-repeat left top;
  width: 230px;
  padding-bottom: 60px;
}

#header
{
  height: 105px;
  /* width: 990px; */
  width: 964px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 3; /* For IE */
}

#header h1.title
{
  background: url('/images/header/logo_beta.png') no-repeat 5px 14px;
  height: 73px;
  width: 300px;
  position: relative;
}

#header h1.title a
{
  text-indent: -9999px;
  display: block;
  height: 100%;
  width: 100%;
}

#header div.search
{
  position: absolute;
  right: 0;
  top: 73px;
}

#btn-submit-search
{
  position: absolute;
  top: 8px;
  right: 0px;
}

#global-search-form
{
  padding: 0 40px;
  background: transparent url(/images/header/global_search.png) no-repeat left bottom;
  width: 220px;
  height: 32px;
}

input#global-search
{
  position: relative;
  top: 9px;
  border: 0;
  width: 160px/*220px*/;
  font-size: 12px;
  color: #666666;
}



/** MENU */
#header div.cms-main-menu
{
  background: transparent url(/images/buttons_tabs/main_menu_middles.gif) repeat-x scroll left top; 
  height: 32px;
}

#header div.cms-main-menu-left
{
  background: transparent url(/images/buttons_tabs/main_menu_lefts.gif) no-repeat -2px top;
  height: 29px;
  padding-top: 3px;
  width: 5px;
  float: left;
}

#header div.cms-main-menu ul
{
  list-style: none;
}

#header div.cms-main-menu li
{
  float: left;
  backround: url(/images/draft/back_main_menu_separator.png) no-repeat center right;
}

#header div.cms-main-menu li a
{
  margin-left: 10px;
  margin-right: 10px;
  line-height: 29px;
  text-decoration: none;
  font-size: 12px;
  color: #FFF;
}

#header .cms-main-menu ul li.menu-hover a
{
  color: #DA3C00;
}

#header div.cms-main-menu li a.sections-icon
{
  background: transparent url(/images/buttons_tabs/main_menu_arrows_down.gif) no-repeat right -7px;
  padding-right: 10px;
}

#header div.cms-main-menu li.menu-hover a.sections-icon
{
  background-position: right -36px;
}

#header div.cms-main-menu li.cms-menu-separator
{
  background: transparent url(/images/buttons_tabs/main_menu_separators.gif) no-repeat left top;
  width: 2px;
  height: 29px;
  padding-top: 3px;
  float: left;
  z-index: 1;
}

li.cms-menu-element-level-1
{
  background: transparent url(/images/buttons_tabs/main_menu_middles.gif) repeat-x left top;
  height: 29px;
  padding-top: 3px;
  position: relative;
  z-index: 1;
}

#header li.menu-hover, #header div.menu-hover
{
  background-position: left -65px;
  height: 29px;
  z-index: 5;
}

#header li#menu-homepage.menu-hover, #header div.cms-main-menu-left.menu-hover
{
  background-position: -2px -32px;
}


/** CMS LAYOUT */
#main-content, #sidebar-contextual
{
  position: relative;
}

#main-content
{
  width: 960px;
  padding: 21px 0 25px;
  *padding-top: 20px;
}

div.layout-2columns #main-content
{
  float: left;
  width: 630px;
  display: inline; /* for IE6 */
  z-index: 2;
}

div.layout-2columns #sidebar-information
{
  display: none;
}

div.layout-2columns #sidebar-contextual
{
  float: left;
  width: 300px;
  margin-left: 30px;
  padding: 21px 0 25px;
  *padding-top: 20px;
  z-index: 1;
}


/** USER BOX */
#user-box
{
  position: absolute;
  top: 5px;
  right: 0;
  width: 282px;
  height: 56px;
  padding: 8px;
  padding-bottom: 0;
  margin: 0;
}

#user-box.logged
{
  border: 1px solid #F3D6A4;
  border-top-color: #F5DCAF;
  border-bottom-color: #F0CE97;
  _top: 3px;
  
}

#user-box div.user-box-avatar
{
  float: left;
  text-align: center;
  height: 50px;
  width: 50px;
  margin-right: 8px;
  background: transparent url(/images/avatar_border.gif) no-repeat left -1px;
}

#user-box div.user-box-avatar img
{
  height: 46x;
  width: 46px;
}

#user-box .user-box-links
{
  width: 220px;
  float: right;
  position: relative;
  color: #A78647;
}

#user-box .user-box-links li
{
  float: left;
  width: 110px;
  font-size: 11px;
}

#user-box .user-box-links li a
{
  font-size: 11px;
}

#user-box .user-box-links li.user-box-username a
{
  font-size: 12px;
  color: #666666;
}

#user-box .user-box-links li.user-box-username a:hover
{
  color: #B2B2B2;
}

#user-box .user-box-links li.user-box-logout
{
  margin-top: 2px;
}

#user-box .user-box-links li.user-box-logout span,
#user-box .user-box-links li span.user-box-bullet
{
  display: block;
  float: left;
  width: 12px;
}

#user-box .user-box-links li.user-box-logout span
{
  background: transparent url(/images/icons/user_box_logout.gif) no-repeat left 5px;
}

#user-box span.user-box-bullet
{
  background: transparent url(/images/icons/user_box_bullet.gif) no-repeat 2px 6px;
}

#user-box span.user-box-link-details
{
  color: #999;
  font-size: 11px;
}

#user-box-not-logged .not-logged
{
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 100%;
}

#user-box-not-logged .not-logged span.title
{
  color: #333;
  font-size: 14px;
  padding-left: 16px;
  background: url(/images/icons/arrow_right.gif) no-repeat left 5px;
}

#user-box-not-logged .not-logged span.title a
{
  font-size: 14px;
}

#user-box-not-logged
{
 position: absolute;
  top: 5px;
  right: 0;
  width: 682px;
  height: 56px;
  padding: 8px;
  padding-bottom: 0;
  margin: 0;
  text-align: right;
}

#login-home-box
{
  width: 100%;
  position: relative;
  padding-top: 5px;
}

#login-home-box input
{
  width: 120px;
  border: 1px solid #E0D3B4;
  padding: 2px 4px;
  font: 11px Arial, sans-serif /* "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif */;
  margin-right: 10px;
}

#login-home-box input.radiocheck
{
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

#login-home-box button
{
  padding: 0;
  position: relative;
  top: -2px;
  *top: 1px;
}


/** FOOTER */
#footer
{
  background: transparent url(/images/footer_gradient.gif) repeat-x left top;
  height: 156px;
  padding: 22px 0 35px;
  width: 100%;
  margin-top: 15px;
  /* text-align: center; */
}

#footer-content
{
  width: 960px;
  margin: 0 auto;
  position: relative;
  color: #CCC;
}

#footer-content ul
{
  margin-top: 5px;
  clear: both;
}

#footer-content ul li
{
  float: left;
  padding-right: 4px;
  margin: 3px 0;
}

#footer-content ul li.footer-title
{
  width: 160px;
  padding-right: 20px;
  height: 15px;
}

#footer-separator
{
  border-bottom: 1px solid #E6E6E6;
  margin: 10px 0;
  font-size: 0;
  clear: both;
}

#footer-copyright
{

}

.footer-title
{
  color: #666;
}

#footer-content ul li a
{
  color: #999;
}



/** STICKY NOTE */
.sticky-note
{
  background-color: #FFFAE5;
  border: 1px solid #FFDC40;
  padding: 4px;
  width: 20px;
  height: 20px;
  color: #000;
  font-weight: bold;
}



/**
 * Page d'un article
 */
.post-page-column1
{
  float: left;
  width: 630px;
  margin-right: 30px; 
}

.post-page-column2
{
  float: left;
  width: 300px;
}

/**
 * Barre de navigation du pager
 */
.pager-navigation
{
  color: black;
  width: 100%;
}

.pager-navigation td div
{
  padding: 1px 3px;
}

.previous-page,
.next-page
{
  width: 18%;
}

.previous-page
{
  text-align: left;
}

.next-page
{
  text-align: right;
}

.previous-page div.inactive-link,
.next-page div.inactive-link
{
  color: #B3B3B3;
}

.previous-page div.inactive-link,
.previous-page div.active-link
{
  padding-left: 16px;
}

.previous-page div.inactive-link
{
  background: transparent url(/images/icons/arrow_small_left_off.gif) no-repeat 5% 5px;
}

.previous-page div.active-link
{
  background: transparent url(/images/icons/arrow_small_left_on.gif) no-repeat 5% 5px;
}

.next-page div.inactive-link,
.next-page div.active-link
{
  padding-right: 16px;
}

.next-page div.inactive-link
{
  background: transparent url(/images/icons/arrow_small_right_off.gif) no-repeat 95% 5px;
}

.next-page div.active-link
{
  background: transparent url(/images/icons/arrow_small_right_on.gif) no-repeat 95% 5px;
}

.page-numbers
{
  width: 60%;
  text-align: center;
}

.page-number
{
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 1px;
}

.active-link
{
  border: 1px solid #D9D9D9;
}

.inactive-link
{
  border: 1px solid transparent;
  *border-color: #FFF;
  color: #DA3C00;
}
.pager-navigation .gap
{
  
}



/** BREADCRUMB */
ul.sw-breadcrumb-list
{
  width: 100%;
  height: 17px;
  *height: 18px;
  border-bottom: 1px dotted #C1A76A;
  margin-bottom: 10px;
}

ul.sw-breadcrumb-list li
{
  float: left;
  display: block;
  padding-left: 12px;
  padding-right: 6px;
  background: #FFF url(/images/icons/arrow_dark_right.gif) no-repeat 0 4px;
  *background-position: 0 5px;
}

ul.sw-breadcrumb-list li.sw-breadcrumb-first
{
  background: #FFF url(/images/icons/arrow_fold.gif) no-repeat 0 4px;
  *background-position: 0 5px;
}

ul.sw-breadcrumb-list li.sw-breadcrumb-last
{
  background: #FFF url(/images/icons/arrow_small_down_off.gif) no-repeat 0 4px;
  *background-position: 0 5px;
}

.sw-breakcrumb-text
{
  color: #649079;
  font-weight: bold;
}

.sw-breadcrumb-link
{
  color: #649079;
  font-weight: bold;
}

/** FILTERS */
#search-filters
{
  position: relative;
  border: 4px solid #AA0300;
  border-top: 0;
  border-bottom: 0;
  padding: 15px;
}

#title-filters h3
{
  color: white;
}

#title-filters
{
  height: 30px;
}

#title-filters-middle, #title-filters-left, #title-filters-right
{
  float: left;
  height: 30px;
}
#title-filters-middle
{
  background: transparent url(/images/buttons_tabs/filters_middle.gif) repeat-x left top;
  width: 292px;
}

#title-filters-middle h3
{
  padding: 5px 0 0 15px;
}

#title-filters-left, #title-filters-right
{
  background-color: transparent;
  background-image: url(/images/buttons_tabs/filters_borders.gif);
  background-repeat: no-repeat;
  width: 4px;
}

#title-filters-left
{
  background-position: left top;
}

#title-filters-right
{
  background-position: right top;
}

#search-filters-big-arrow
{
  position: absolute;
  left: -25px !important; /* for IE6 */
  left: -40px;
  width: 25px;
  height: 42px;
  background: white url(/images/buttons_tabs/filters_border_arrow.gif) no-repeat left top;
  font-size: 0;
  z-index: 1;
}

#search-filters-buttons
{
  position: relative;
  text-align: right;
}

#search-filters-buttons a
{
  float:left;
  font-size:11px;
  padding: 2px 0 0;
}

#reset-search-filters
{
  position: absolute;
  left: 0;
  bottom: 0;
}

#search-filters input[type=text],
#search-filters textarea
{
  vertical-align: middle;
  width: 252px;
  border: 1px solid #E0D3B4;
  padding: 2px 4px;
  font: 11px Arial, sans-serif /* "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif */;
}

.search-filter-category
{
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #DA3C00;
  _width: 242px;
}

.search-filter-category-title
{
  background-color: transparent;
  background-image: url(/images/icons/arrow_fold.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 20px;
  padding-bottom: 5px;
  width: 100%;
  height: 100%;
}

.search-filter-category-title label
{
  color: #649079;
  font-weight: bold;
}

.search-filter-category .unfold
{
  background-image: url(/images/icons/arrow_unfold.gif);
}

.search-filter-category-items
{
  position: relative;
}

.search-filter-category-item
{
  f/loat: left;
}

.third-width
{
  width: 33%;
}

.mid-width
{
  width: 50%;
}

.full-width
{
  width: 100%;
}

.search-filter-category-title img
{
  margin-right: 4px;
  vertical-align: middle;
}

.search-filter-category-title label span.filter-label-time
{
  padding-left: 18px;
  background: transparent url(/images/icons/timer.gif) no-repeat left center;
}

#bottom-filters
{
  background: transparent url(/images/buttons_tabs/filters_bottom.gif) no-repeat center top;
  margin-bottom: 20px;
  height: 4px;
  font-size: 0;
}



/** FIRST LETTER */
span.first-letter
{
  font-size: 36px;
}

html > body span.first-letter
{
  width: 29px;
  height: 28px;
  margin: 2px 2px 0 0;
  text-indent: -9999px;
  float: left;
  background: transparent url(/images/alphabet.gif) no-repeat left top;
}

html > body span.first-letter-a
{
  background-position: left 0;
}

html > body span.first-letter-b
{
  background-position: left -32px;
}

html > body span.first-letter-c
{
  background-position: left -64px;
}

html > body span.first-letter-d
{
  background-position: left -96px;
}

html > body span.first-letter-e
{
  background-position: left -128px;
}

html > body span.first-letter-f
{
  background-position: left -160px;
}

html > body span.first-letter-g
{
  background-position: left -192px;
}

html > body span.first-letter-h
{
  background-position: left -224px;
}

html > body span.first-letter-i
{
  background-position: left -256px;
}

html > body span.first-letter-j
{
  background-position: left -288px;
}

html > body span.first-letter-k
{
  background-position: left -320px;
}

html > body span.first-letter-l
{
  background-position: left -352px;
}

html > body span.first-letter-m
{
  background-position: left -384px;
}

html > body span.first-letter-n
{
  background-position: left -416px;
}

html > body span.first-letter-o
{
  background-position: left -448px;
}

html > body span.first-letter-p
{
  background-position: left -480px;
}

html > body span.first-letter-q
{
  background-position: left -512px;
}

html > body span.first-letter-r
{
  background-position: left -544px;
}

html > body span.first-letter-s
{
  background-position: left -576px;
}

html > body span.first-letter-t
{
  background-position: left -608px;
}

html > body span.first-letter-u
{
  background-position: left -640px;
}

html > body span.first-letter-v
{
  background-position: left -672px;
}

html > body span.first-letter-w
{
  background-position: left -704px;
}

html > body span.first-letter-x
{
  background-position: left -736px;
}

html > body span.first-letter-y
{
  background-position: left -768px;
}

html > body span.first-letter-z
{
  background-position: left -800px;
}


/** STARS, HATS, PRICES */
.stars, .medium-stars, .big-stars, .hats, .prices
{
  float: left;
  position: relative;
  text-indent: -9999px;
}

.stars
{
  left: 4px;
  width: 55px;
  background: transparent url(/images/icons/small_stars_line.png) no-repeat right center;
}

.star-0
{
  background-position: right center;
}

.star-1
{
  background-position: -44px center;
}

.star-2
{
  background-position: -33px center;
}

.star-3
{
  background-position: -22px center;
}

.star-4
{
  background-position: -11px center;
}

.star-5
{
  background-position: left center;
}

.medium-stars
{
  left: 0;
  width: 70px;
  background: transparent url(/images/icons/medium_stars_line.png) no-repeat right center;
}

.medium-star-0
{
  background-position: right center;
}

.medium-star-1
{
  background-position: -56px center;
}

.medium-star-2
{
  background-position: -42px center;
}

.medium-star-3
{
  background-position: -28px center;
}

.medium-star-4
{
  background-position: -14px center;
}

.medium-star-5
{
  background-position: left center;
}

.big-stars
{
  left: 0;
  width: 90px;
  background: transparent url(/images/icons/big_stars_line.gif) no-repeat right center;
}

.big-star-0
{
  background-position: right center;
}

.big-star-1
{
  background-position: -72px center;
}

.big-star-2
{
  background-position: -54px center;
}

.big-star-3
{
  background-position: -36px center;
}

.big-star-4
{
  background-position: -18px center;
}

.big-star-5
{
  background-position: left center;
}

.hats
{
  left: 0;
  width: 38px;
  background: transparent url(/images/icons/small_hats_line.gif) no-repeat right center;
}

.hat-0
{
  background-position: right center;
}

.hat-1
{
  background-position: -28px center;
}

.hat-2
{
  background-position: -14px center;
}

.hat-3
{
  background-position: left center;
}

.prices
{
  left: 0;
  width: 52px;
  background: transparent url(/images/icons/small_prices_line.gif) no-repeat right center;
}

.price-0
{
  background-position: right center;
}

.price-1
{
  background-position: -36px center;
}

.price-2
{
  background-position: -18px center;
}

.price-3
{
  background-position: left center;
}



/** ERRORS */
.form-global-errors
{
  
}

.form-errors-top, .form-errors-right, .form-errors-bottom, .form-errors-left
{
  text-align: left;
  color: #DA3C00;
  padding-left: 12px;
  background: transparent url(/images/icons/arrow_red_down.gif) no-repeat left center;
}

.form-errors-right
{
  background: transparent url(/images/icons/arrow_red_left.gif) no-repeat left center;
}

.form-errors-bottom
{
  background: transparent url(/images/icons/arrow_red_up.gif) no-repeat left center;
}

.form-errors-left
{
  background: transparent url(/images/icons/arrow_red_right.gif) no-repeat left center;
}



/** FLASH MESSAGES */
.flash-notice, .flash-error
{
  padding: 18px;
  border-width: 1px;
  border-style: solid;
  margin: 2px 0 20px;
}

.flash-notice
{
  border-color: #C1D3C9;
  background: #F2FFF8;
}

.flash-error
{
  border-color: #EC9D7F;
  background: #FBEBE5 url(/images/icons/flash_error_warning.gif) no-repeat 18px center;
  padding-left: 50px;
  color: #DA3C00;
}

.flash-text
{
  float: left;
  width: 560px;
}

.flash-error .flash-text
{
  width: 528px;
}

.flash-close
{
  float: right;
  width: 9px;
  height: 11px;
  margin-left: 10px;
  background: transparent url(/images/icons/flash_close.gif) no-repeat right bottom;
  cursor: pointer;
}


/** SLIDER */
.mg-sliders .slider-label
{
  width: 80px;
  float: left;
}

.mg-sliders .slider-item
{
  width: 228px;
  float: right;
}

.mg-sliders .slider-control-less,
.mg-sliders .slider-control-more
{
  cursor: pointer;
  width: 25px;
  height: 10px;
  float: left;
  text-indent: -9999px;
  position: relative;
  z-index: 2;
}

.mg-sliders .slider-control-less
{
  right: -5px;
  background: #FFF url(/images/buttons_tabs/slider_corners_controls.gif) no-repeat left top;
}

.mg-sliders .slider-control-more
{
  left: -5px;
  background: #FFF url(/images/buttons_tabs/slider_corners_controls.gif) no-repeat right top;
}

.mg-sliders .slider
{
  width: 176px;
  float: left;
}


/** SMALL POPUP */
.tooltip-trigger
{
  position: relative;
  /*z-index: 1;*/
}

.tooltip
{
  background: transparent url(/images/buttons_tabs/tooltip_top.png) no-repeat center top;
  position: absolute;
  z-index: 30;
  width: 108px;
  height: 91px;
  padding-top: 23px;
  text-align: center;
}

.tooltip table
{
  background: transparent url(/images/buttons_tabs/tooltip_content.png) no-repeat center bottom;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 30;
}

.tooltip table td
{
  vertical-align: middle;
  padding: 0 18px 32px;
  position: relative;
  z-index: 30;
}

.tooltip-stars
{
  height: 11px;
  text-align: center;
}

.tooltip-stars p
{
  float: none;
  margin: 0 auto;
  left: auto;
}

/******** WELCOME BOX ********/

#welcome-box
	
/*{ 2010/02/05 FDE
  border: 1px solid #C1D3C9;
  background: #F2FFF8;
  position: relative;
  width: 880px;
  height: 101px;
  padding: 12px 0 0 78px;
  top: 25px;
  margin-bottom: 25px;
}*/

{
  border: 2px solid #C1D3C9;
  background: #FFFFFF;
  position: relative;
  width: 880px;
  height: 75px;
  padding: 12px 0 0 78px;
  top: 25px;
  margin-bottom: 25px;
}
	
	
#welcome-box #hat
{
  position: absolute;
  top: 14px;
  left: 18px;
  background: url(/images/home/welcome_hat.png) no-repeat left top;
  width: 44px;
  height: 56px;
}

#welcome-box .close
{
  position: absolute;
  top: 8px;
  right: 8px;
  background: url(/images/widgets/widget_header_closes.gif) no-repeat left top;
  width: 9px;
  height: 8px;
  text-indent: -9999px;
  cursor: pointer;
}

#welcome-box h1.title
{
  padding-bottom: 5px;
  
  position: relative
}

#welcome-box p.text
{
  clear: both;
  font-size: 13px;
  /* width: 506px; */
}

#welcome-box h1.title span.text
{
  font-size: 18px;
  font-weight: normal;
  color: #000;
  display: block;
  float: left;
  width: auto;
}

#welcome-box h1.title span.logo
{
  background: url(/images/home/welcome_logo.png) no-repeat right bottom;
  width: 120px;
  height: 18px;
  padding-top: 2px;
  display: block;
  float: left;
  text-indent: -9999px;
}

#welcome-box a.button
{
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: url(/images/home/welcome_button.png) no-repeat left top;
  width: 284px;
  height: 55px;
  padding-top: 3px;
  text-align: center;
}

#welcome-box a.button span
{
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
}

#welcome-box #remember
{
  text-align: right;
  padding-right: 40px;
}


/************ DROP SHADOWS ************/

div.shadow-full
{
  position: absolute;
  padding-top: 20px;
  padding-left: 20px;
  z-index: 2;
}

div.shadow-full div.corner-tr
{
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(/images/shadow.png) right top no-repeat;
}

div.shadow-full div.corner-bl
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(/images/shadow.png) left bottom no-repeat;
}

div.shadow-full div.shadow-br
{
  background: url(/images/shadow.png) right bottom no-repeat;
}

div.shadow-full div.shadow-tl
{
  zoom: 1;
  position: relative;
  left: -20px;
  top: -20px;
  background: url(/images/shadow_no_tl.png) left top no-repeat;
}

div.shadow-full div.shadow-content
{
  position: relative;
  left: 10px;
  top: 10px;
}


div.shadow-inline
{
  margin-top: -22px;
  position: absolute;
  height: 34px;
  width: 120px;
  z-index: 3;
}

div.shadow-inline div.shadow-left
{
  float: left;
  background: transparent url(/images/shadow_inline.png) no-repeat scroll left top;
  width: 20px;
  height: 100%;
}

div.shadow-inline div.shadow-right
{
  float: left;
  background: transparent url(/images/shadow_inline.png) no-repeat scroll right top;
  width: 100px;
  height: 100%;
}


/************ SUB MENU ************/

#sub-menu div.shadow-full
{
  top: 95px;
  _width: 250px;
}

#sub-menu div.shadow-tl
{
  background-image: url(/images/shadow_no_tl.png);
}

#sub-menu .menu-section
{
  border: 1px solid #F2BBA6;
  border-top: 0;
  background: #FFF9ED;
  z-index: 4; /* 2 min pour FF */
  width: 250px; /*variable selon le menu */
}

#sub-menu .menu-section ul
{
  padding: 5px 0 0 12px;
  position: relative;
  height: 150px; /* variable selon le menu */
  z-index: 2;
}

#sub-menu .menu-section ul li
{
  line-height: 23px;
}

#sub-menu .menu-section ul li a
{
  font-size: 12px;
  color: #A78647;
}

#sub-menu .menu-section ul li a:hover
{
  color: #DA3C00;
}

#sub-menu #section-recipes ul
{
  background: #FFF9ED url(/images/header/section_recipes.jpg) no-repeat right top;
}

#sub-menu #section-chefs ul
{
  background: #FFF9ED url(/images/header/section_chefs.jpg) no-repeat right top;
}

#sub-menu #section-mappable ul
{
  background: #FFF9ED url(/images/header/section_mappable.jpg) no-repeat right bottom;
}

#sub-menu #section-community ul
{
  background: #FFF9ED url(/images/header/section_community.jpg) no-repeat right bottom;
}

#sub-menu #section-magazine ul
{
  background: #FFF9ED url(/images/header/section_magazine.jpg) no-repeat right top;
}

#sub-menu #section-shop ul
{
  background: #FFF9ED url(/images/header/section_shop.jpg) no-repeat right top;
}

#sub-menu #section-user ul
{
  background: #FFF9ED url(/images/header/section_blog_admin.jpg) no-repeat right top;
}

#sub-menu .menu-section .description
{
  background: #F2BBA6;
  padding: 12px 36px 12px 12px;
  position: relative;
  bottom: 0;
  z-index: 2;
}

#sub-menu .menu-section .close-x
{
  z-index: 3;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  background: #F2BBA6 url(/images/buttons_tabs/button_close_section_description.gif) no-repeat right top;
}

#sub-menu .menu-section .close-x-hover
{
  background-position: right -16px;
}


/********* NEW POPUPS *********/

div.popup-box
{
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 40;
}

.popup-box-title
{
  z-index: 5;
  position: relative;
  top: 11px;
  left: 10px;
  margin-top: -23px;
}

div.popup-box-title a
{
  display: inline-block;
  border: 1px solid #F2BBA6;
  border-bottom: 0;
  padding: 4px 10px;
  background: #FFF9ED;
}

div.popup-box-content
{
  background: #FFF9ED;
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #F2BBA6;
  _width: 200px; /* because IE6 is evil, popup contents need a width, and with a specified width we need a javascript correction... */
}

div.popup-box-close-x
{
  position: absolute;
  top: 14px;
  right: 11px;
  width: 9px;
  height: 8px;
  background: transparent url(/images/icons/flash_close.gif) no-repeat right top;
  text-indent: -9999px;
  cursor: pointer;
}

.popup-trigger
{
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  *width: auto;
}


#popup-share div.popup-box-content
{
  width: 98px;
}

#popup-share .popup-box-title a
{
  background: #FFF9ED url(/images/icons/share_icon.gif) no-repeat 9px 4px;
  padding-left: 31px;
}

.share-website-links li a
{
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
}

.facebook-icon
{
  background-image: url(/images/icons/facebook_small_icon.gif);
}

.delicious-icon
{
  background-image: url(/images/icons/delicious_small_icon.gif);
}

.wikio-icon
{
  background-image: url(/images/icons/wikio_small_icon.gif);
}

.blogmark-icon {}

#popup-send div.popup-box-content
{
  width: 338px;
}

#popup-send .popup-box-title a
{
  background: #FFF9ED url(/images/icons/email_icon.gif) no-repeat 9px 4px;
  padding-left: 31px;
}

.share-line
{
  padding-top: 5px;
}

.send-popup-title
{
  width: 160px;
  font-weight: bold;
  color: #649079;
  margin-bottom: 5px;
}

.send-popup-form-line
{
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  color: #999;
  font-size: 10px;
}

.send-popup-form-label
{
  width: 130px;
  float: left;
  color: #333;
}

.send-popup-form-input
{
  width: 200px;
  float: right;
}

.send-popup-form-input textarea
{
  height: 120px;
}

#send_to_friends_your_friends_emails
{
  height: 36px;
}

.send-popup-form-input input,
.send-popup-form-input textarea
{
  width: 190px;
  border: 1px solid #E0D3B4;
  padding: 2px 4px;
  font: 11px Arial, sans-serif /* "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif */;
}

.send-popup-form-input div
{
  color: #999;
  font-size: 10px;
}

.send-popup-form-checkbox
{
  width: 262px;
  float: left;
  color:#333;
}

.send-popup-form-checkbox input
{
  vertical-align: middle;
  margin: 0;
}

.send-popup-form-button
{
  width: 68px;
  float: right;
  text-align: right;
}

.send-popup-form-button button
{
  padding: 0;
}








#popup-msg div.popup-box-content
{
  width: 338px;
}

#popup-msg .popup-box-title a
{
  background: #FFF9ED url(/images/icons/msg_icon.gif) no-repeat 9px 2px;
  padding-left: 31px;
}

.msg-popup-title
{
  width: 310px;
  font-weight: bold;
  color: #649079;
  margin-bottom: 5px;
}

.msg-popup-form-line
{
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  color: #999;
  font-size: 10px;
}

.msg-popup-form-label
{
  width: 70px;
  float: left;
  color: #333;
}

.msg-popup-form-input
{
  width: 260px;
  float: right;
}

.msg-popup-form-input textarea
{
  height: 120px;
}

.msg-popup-form-input input,
.msg-popup-form-input textarea
{
  width: 250px;
  border: 1px solid #E0D3B4;
  padding: 2px 4px;
  font: 11px Arial, sans-serif /* "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif */;
}

.msg-popup-form-input div
{
  color: #999;
  font-size: 10px;
}

.msg-popup-form-checkbox
{
  width: 262px;
  float: left;
  color:#333;
}

.msg-popup-form-checkbox input
{
  vertical-align: middle;
  margin: 0;
}

.msg-popup-form-button
{
  width: 68px;
  margin-right: 5px;
  float: right;
  text-align: right;
}

.msg-popup-form-button button
{
  padding: 0;
}

.msg-popup-success
{}

.msg-popup-error
{
  color: #DA3C00;
}








/**
 * Login popup
 */
.login-popup
{
    display: none;
    
    position: fixed;
    top: 30%;
    left: 50%;
    
    margin-left: -155px;
    width: 310px;
    
    background-color: #FFF9ED;
    color: #333;
    border: 1px solid #F2BBA6;
    padding: 20px;
}

.login-popup .content
{
  font-weight: normal;
  margin: 0;
  height: 100%;
}

.login-popup .errors
{
  margin-bottom: 10px;
}

.login-popup .errors h3
{
  color: #DA3C00;
  font-size: 11px;
  font-weight: bold;
}

.login-popup div
{
  position: relative;
  width: 100%;
  clear: both;
}

.login-popup .form-line
{
  margin-top: 10px;
}

.login-popup .form-line.remember
{
  margin: 2px 0 0 80px;
}

.login-popup .remember label
{
  float: none;
  display: inline;
}

.login-popup .separator
{
  border-bottom: 1px dotted #DA3C00;
  margin: 10px 0 7px;
  height: 1px;
  width: 100%;
}

.login-popup h1
{
  font-size: 22px;
  width: auto;
}

login-popup h1 a
{
  font-size: 11px;
  font-weight: normal;
}

.login-popup label
{
  width: 75px;
  margin-right: 5px;
  float: left;
  display: block;
}

.login-popup input
{
  width: 190px;
  border: 1px solid #E0D3B4;
  padding: 2px 4px;
  font: 11px Arial, sans-serif /* "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif */;
}

.login-popup input.password
{
  width: 105px;
  margin-right: 5px;
}

.login-popup input.radiocheck
{
  width: auto;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

.login-popup button
{
  padding: 0;
}

.login-popup .close-x
{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 9px;
  height: 8px;
  background: transparent url(/images/icons/flash_close.gif) no-repeat right top;
  text-indent: -9999px;
  cursor: pointer;
}

.login-popup-error
{
  text-align: left;
  color: #DA3C00;
  padding-left: 10px;
  background: transparent url(/images/icons/arrow_red_down.gif) no-repeat left center;
}


/**
 * delete recipe popup
 */
.delete-recipe-popup
{
    display: none;
    
    position: fixed;
    top: 30%;
    left: 50%;
    
    margin-left: -155px;
    width: 310px;
    
    background-color: #FFF9ED;
    color: #333;
    border: 1px solid #F2BBA6;
    padding: 20px;
}

.delete-recipe-popup .content
{
  font-weight: normal;
  margin: 0;
  height: 100%;
}

.delete-recipe-popup .errors
{
  margin-bottom: 10px;
}

.delete-recipe-popup .errors h3
{
  color: #DA3C00;
  font-size: 11px;
  font-weight: bold;
}

.delete-recipe-popup div
{
  position: relative;
  width: 100%;
  clear: both;
}

.delete-recipe-popup .form-line
{
  margin-top: 10px;
}

.delete-recipe-popup .form-line.remember
{
  margin: 2px 0 0 80px;
}

.delete-recipe-popup .remember label
{
  float: none;
  display: inline;
}

.delete-recipe-popup .separator
{
  border-bottom: 1px dotted #DA3C00;
  margin: 10px 0 7px;
  height: 1px;
  width: 100%;
}

.delete-recipe-popup h1
{
  font-size: 22px;
  width: auto;
}

delete-recipe-popup h1 a
{
  font-size: 11px;
  font-weight: normal;
}

.delete-recipe-popup label
{
  width: 75px;
  margin-right: 5px;
  float: left;
  display: block;
}

.delete-recipe-popup input
{
  width: 190px;
  border: 1px solid #E0D3B4;
  padding: 2px 4px;
  font: 11px Arial, sans-serif /* "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif */;
}

.delete-recipe-popup input.password
{
  width: 105px;
  margin-right: 5px;
}

.delete-recipe-popup input.radiocheck
{
  width: auto;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

.delete-recipe-popup button
{
  padding: 0;
}

.delete-recipe-popup .close-x
{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 9px;
  height: 8px;
  background: transparent url(/images/icons/flash_close.gif) no-repeat right top;
  text-indent: -9999px;
  cursor: pointer;
}

.delete-recipe-popup-error
{
  text-align: left;
  color: #DA3C00;
  padding-left: 10px;
  background: transparent url(/images/icons/arrow_red_down.gif) no-repeat left center;
}

.delete-recipe-popup-message
{
  display:none;
}

.delete-recipe-popup-message-content
{
  
}

.delete-recipe-popup-message-content .header
{
  font-weight:bold;
  color:#649079;
}


/*********** ERROR ********/

.error-page
{
  margin: 64px auto 34px;
  width: 590px;
  padding: 19px 15px 21px;
  border: 5px solid #D7E4DD;
  text-align: center;
  color: #000;
}

.error-page h2
{
  margin-bottom: 5px;
  font-weight: bold;
}

.error-page h2 span
{
  padding: 12px;
  margin-right: 5px;
  background: url(/images/icons/flash_error_warning.gif) no-repeat left 4px;
}

body#error
{
  background: #F7E5C1 url(/images/error/error_bg.png) repeat-x left top;
}

#error-wrapper .error-top
{
  background: transparent url(/images/error/error500_top.gif) no-repeat center top;
  padding-top: 5px;
  margin: 13% auto 0;
  position: relative;
}

#error-wrapper .error-content
{
  background: transparent url(/images/error/error500_content.png) no-repeat center bottom;
}

#error-wrapper .error-page
{
  margin: 0 auto;
  border: 0;
  width: 540px;
  padding: 37px 0 42px;
  position: relative;
}

#error-wrapper .error-page img
{
  position: absolute;
  left: 0;
  top: -65px;
}

#error-wrapper .error-page h2
{
  margin-bottom: 2px;
}

#error-wrapper .error-page p
{
  color: #666;
  line-height: 30px;
}

#error-wrapper .error-page p,
#error-wrapper .error-page p a
{
  font-size: 14px;
}

#error-wrapper .error-content p,
#error-wrapper .error-content h2
{
  width: 414px;
  margin: 0 auto;
}

#error-wrapper .error-page h2
{
  margin-bottom: 0;
  line-height: 30px;
}

#error-wrapper .error-content .separator
{
  width: 58px;
  height: 1px;
  border-top: 1px dotted #DA3C00;
  text-align: center;
  margin: 16px auto 15px;
}

#error-wrapper .error-content h1
{
  background: url(/images/header/logo_beta.png) no-repeat left top;
  width: 227px;
  height: 52px;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: -68px;
}




/**
 * Autocompletion
 */
.ac_results {
 	padding: 0px;
 	border: 1px solid black;
 	background-color: white;
 	overflow: hidden;
 	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/images/ajax-loader.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #E0D3B4;
	color: #A78647;
}


span.multicolor-text span.red
{
  color: #E2001A;
}

span.multicolor-text span.blue
{
  color: #006AB3;
}

span.multicolor-text span.green
{
  color: #008F3A;
}

span.multicolor-text span.yellow
{
  color: yellow;
}

span.multicolor-text span.cyan
{
  color: #009EE0;
}

span.multicolor-text span.orange
{
  color: #F29400;
}

span.multicolor-text span.pink
{
  color: #E2007A;
}

/*http://static.menugourmet.com/css/draft/ui-theme.css*/
/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/



/*UI accordion*/
.ui-accordion {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  /* font-family: Trebuchet MS, Arial, sans-serif; */
  font-size: 1.1em;
  border-bottom: 1px solid #777777;
}
.ui-accordion-group {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  border: 1px solid #777777;
  border-bottom: none;
}
.ui-accordion-header {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  cursor: pointer;
  background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
}
.ui-accordion-header a {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  padding: .5em .5em .5em 1.7em;
  color: #eeeeee;
  background: url(images/eeeeee_7x7_arrow_right.gif) .5em 50% no-repeat;
}
.ui-accordion-header a:hover {
  background: url(images/ffd40f_7x7_arrow_right.gif) .5em 50% no-repeat;
  color: #ffffff !important;;
}
.ui-accordion-header:hover {
  background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  color: #ffffff !important;;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
  background: #a21111 url(images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x;
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
  color: #ffffff !important;
  background: url(images/ffffff_7x7_arrow_down.gif) .5em 50% no-repeat;
}
.ui-accordion-content {
  background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  color: #222222 !important;;
  font-size: 1em;
}
.ui-accordion-content p {
  padding: 1em 1.7em 0.6em;
}






/*UI tabs*/
.ui-tabs-nav {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  /* font-family: Trebuchet MS, Arial, sans-serif; */
  /* font-size: 1.1em; */
  float: left;
  position: relative;
  z-index: 1;
  border-right: 1px solid #777777;
  bottom: -1px;
}
.ui-tabs-nav li {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  float: left;
  border: 1px solid #777777;
  border-right: none;
}
.ui-tabs-nav li a {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  float: left;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  padding: .5em 1.7em;
  color: #eeeeee !important;
  background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
  background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  color: #ffffff !important;
}
.ui-tabs-nav li.ui-tabs-selected {
  border-bottom-color: #a21111;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
  background: #a21111 url(images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x;
  color: #ffffff  !important;
}
.ui-tabs-panel {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
  /* font-family: Trebuchet MS, Arial, sans-serif; */
  clear:left;
  border: 1px solid none;
  background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  /* color: #222222; */
  p/adding: 1.5em 1.7em;
  /* font-size: 1.1em; */
}
.ui-tabs-hide {
  display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}





/*slider*/
.ui-slider {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  /* font-family: Trebuchet MS, Arial, sans-serif; */
  /* font-size: 1.1em; */
  background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  border: 1px solid #dddddd;
  height: .8em;
  position: relative;
}
.ui-slider-handle {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  position: absolute;
  z-index: 2;
  top: -3px;
  width: 1.2em;
  height: 1.2em;
  background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  border: 1px solid #777777;
}
.ui-slider-handle:hover {
  background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  border: 1px solid #444444;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
  background: #a21111 url(images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x;
  border: 1px solid #841515;
}
.ui-slider-range {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  height: .8em;
  background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  position: absolute;
  border: 1px solid #777777;
  border-left: 0;
  border-right: 0;
  top: -1px;
  z-index: 1;
  opacity:.7;
  filter:Alpha(Opacity=70);
}






/*dialog*/
.ui-dialog {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  /* font-family: Trebuchet MS, Arial, sans-serif; */
  /* font-size: 1.1em; */
  background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  color: #222222;
  border: 4px solid #dddddd;
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
  display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
  cursor: n-resize; 
  height: 7px; 
  width: 100%; 
  top: -5px; 
  left: 0px;  
}
.ui-resizable-s { 
  cursor: s-resize; 
  height: 7px; 
  width: 100%; 
  bottom: -5px; 
  left: 0px; 
}
.ui-resizable-e { 
  cursor: e-resize; 
  width: 7px; 
  right: -5px; 
  top: 0px; 
  height: 100%; 
}
.ui-resizable-w { 
  cursor: w-resize; 
  width: 7px; 
  left: -5px; 
  top: 0px; 
  height: 100%;
}
.ui-resizable-se { 
  cursor: se-resize; 
  width: 13px; 
  height: 13px; 
  right: 0px; 
  bottom: 0px; 
  background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
  cursor: sw-resize; 
  width: 9px; 
  height: 9px; 
  left: 0px; 
  bottom: 0px;  
}
.ui-resizable-nw { 
  cursor: nw-resize; 
  width: 9px; 
  height: 9px; 
  left: 0px; 
  top: 0px; 
}
.ui-resizable-ne { 
  cursor: ne-resize; 
  width: 9px; 
  height: 9px; 
  right: 0px; 
  top: 0px; 
}
.ui-dialog-titlebar {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  padding: .5em 1.5em .5em 1em;
  color: #eeeeee;
  background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  border-bottom: 1px solid #777777;
  /* font-size: 1em; */
  font-weight: bold;
  position: relative;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  background: url(images/eeeeee_11x11_icon_close.gif) 0 0 no-repeat;
  position: absolute;
  right: 8px;
  top: .7em;
  width: 11px;
  height: 11px;
  z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
  background: url(images/ffd40f_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
  background: url(images/ffffff_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog-content {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  color: #222222;
  padding: 1.5em 1.7em;  
}
.ui-dialog-buttonpane {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  border-top: 1px solid #dddddd;
  background: #ffffff;
}
.ui-dialog-buttonpane button {
  margin: .5em 0 .5em 8px;
  color: #eeeeee;
  background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  /* font-size: 1em; */
  border: 1px solid #777777;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
  color: #ffffff;
  background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  border: 1px solid #444444;
}
.ui-dialog-buttonpane button:active {
  color: #ffffff;
  background: #a21111 url(images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x;
  border: 1px solid #841515;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}







/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  /* font-family: Trebuchet MS, Arial, sans-serif; */
  background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  /* font-size: 1.1em; */
  border: 4px solid #dddddd;
  width: 15.5em;
  padding: 2.5em .5em .5em .5em;
  position: relative;
}
.ui-datepicker-div, #ui-datepicker-div {
  z-index: 9999; /*must have*/
  display: none;
}
.ui-datepicker-inline {
  float: left;
  display: block;
}
.ui-datepicker-control {
  display: none;
}
.ui-datepicker-current {
  display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
  position: absolute;
  left: .5em;
  top: .5em;
  background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
}
.ui-datepicker-next {
  left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
  text-indent: -999999px;
  width: 1.3em;
  height: 1.4em;
  display: block;
  /* font-size: 1em; */
  background: url(images/eeeeee_7x7_arrow_left.gif) 50% 50% no-repeat;
  border: 1px solid #777777;
  cursor: pointer;
}
.ui-datepicker-next a {
  background: url(images/eeeeee_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
  background: url(images/ffd40f_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
  background: url(images/ffd40f_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
  background: url(images/ffffff_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
  background: url(images/ffffff_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
  border: 1px solid #777777;
  color: #eeeeee;
  background: #444444;
  /* font-size: 1em; */
  line-height: 1.4em;
  position: absolute;
  top: .5em;
  margin: 0 !important;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
  background: #333333;
}
.ui-datepicker-header select.ui-datepicker-new-month {
  width: 7em;
  left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
  width: 5em;
  left: 9.4em;
}
table.ui-datepicker {
  width: 15.5em;
  text-align: right;
}
table.ui-datepicker td a {
  padding: .1em .3em .1em 0;
  display: block;
  color: #eeeeee;
  background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  cursor: pointer;
  border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
  border: 1px solid #444444;
  color: #ffffff;
  background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
  border: 1px solid #841515;
  color: #ffffff;
  background: #a21111 url(images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
  padding: .3em 0;
  text-align: center;
  /* font-size: .9em; */
  color: #222222;
  text-transform: uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
  color: #222222;
}
.ui-datepicker-cover {
  display: none;
  display/**/: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 193px;
  height: 200px;
}











/* ui-autocomplete */
/*
.ui-autocomplete-input {
  border: 1px solid #dddddd;
  color: #222222;
  background: #ffffff;
}
*/
.ui-autocomplete-results {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  /* font-family: Trebuchet MS, Arial, sans-serif; */
  /* font-size: 1.1em; */
  z-index: 9999;  
}
.ui-autocomplete-results ul, .ui-autocomplete-results li {
  margin: 0; 
  padding: 0; 
  list-style: none;
}
.ui-autocomplete-results ul {
  border: 1px solid #dddddd;
  background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: -1px;
}
.ui-autocomplete-results li {
  color: #222222;
  padding: .4em .5em;
  /* font-size: 1em; */
  font-weight: normal;
  position: relative;
  margin: 1px 0;
}
.ui-autocomplete-results li.ui-hover-state, .ui-autocomplete-results li.ui-active-state {
  margin: 0;
}

.ui-autocomplete-results li.ui-autocomplete-over {
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  color: #ffffff !important;
}
.ui-autocomplete-results li.ui-autocomplete-active {
  border-top: 1px solid #841515;
  border-bottom: 1px solid #841515;
  background: #a21111 url(images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x;
  color: #ffffff !important;
  outline: none;
}
.ui-autocomplete-results li:first-child, .ui-autocomplete-results li.first  {
  margin-top: 0;
}
.ui-autocomplete-results li:last-child, .ui-autocomplete-results li.last {
  margin-bottom: 0;
}











/*UI ProgressBar */
.ui-progressbar {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  /* font-family: Trebuchet MS, Arial, sans-serif; */
  /* font-size: 1.1em; */
  background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  border: 1px solid #dddddd;
  position: relative;
  height: 1.8em;
}
.ui-progressbar-bar {
  background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  overflow: hidden;
  border: 1px solid #777777;
  margin:-1px;
  z-index: 2;
  position: relative;
  height: 1.8em;
  opacity:.7;
  filter:Alpha(Opacity=70);
}
.ui-progressbar-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.ui-progressbar-text {
  color: #eeeeee;
  padding: .2em .5em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.ui-progressbar-text-back {
  color:  #222222;
  z-index: 0;
}
.ui-progressbar-disabled {
  opacity:.5;
  filter:Alpha(Opacity=50);
}






/*UI Colorpicker */
.ui-colorpicker {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  /* font-family: Trebuchet MS, Arial, sans-serif; */
  /* font-size: 1.1em; */
  background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  border: 4px solid #dddddd;
  padding: 5px;
  width: 360px;
  position: relative;
}
.ui-colorpicker-color {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 15px;
}
.ui-colorpicker-color div { /* is this extra div needed? why not just .ui-colorpicker-color ? */
  border: 1px solid #777777;
  height: 150px;
  background: url(images/_x_.);
  position: relative;
}
.ui-colorpicker-color div div {/* shouldn't this have a class like ui-colorpicker-selector ? */
  width: 11px;
  height: 11px;
  background: url(images/_x_.);
  position: absolute;
  border: 0;
  margin: -5px 0 0 -5px;
  float: none;
}
.ui-colorpicker-hue {
  border: 1px solid #777777;
  float: left;
  width: 17px;
  height: 150px;
  background: url(images/_x_.);
  position: relative;
  margin-right: 15px;
}
.ui-colorpicker-hue div {
  background:transparent url(images/222222_35x9_colorpicker_indicator.gif.gif); 
  height:9px;
  left:-9px;
  margin:-4px 0 0;
  position:absolute;
  width:35px;
  cursor: ns-resize;
}
.ui-colorpicker-new-color, .ui-colorpicker-current-color {
  float: left;
  width: 6.5em;
  height: 30px;
  border: 1px solid #777777;
  margin-right: 5px;
}
.ui-colorpicker-current-color {
  margin-right: 0;
}

.ui-colorpicker-field, .ui-colorpicker-hex {
  position: absolute;
  width: 6em;
}
.ui-colorpicker-field label, .ui-colorpicker-field input,
.ui-colorpicker-hex label, .ui-colorpicker-hex input {
  /* font-size: 1em; */
  color: #ffffff;
}
.ui-colorpicker-field label, .ui-colorpicker-hex label {
  width: 1em;
  margin-right: .3em;
}
.ui-colorpicker-field input, .ui-colorpicker-hex input {
  border: 1px solid #dddddd;
  color: #222222;
  background: #ffffff;
  width: 4.6em;
}
.ui-colorpicker-hex {
  left: 205px;
  top: 134px;
}
.ui-colorpicker-rgb-r {
  top: 52px;
  left: 205px;
}
.ui-colorpicker-rgb-g {
  top: 78px;
  left: 205px;
}
.ui-colorpicker-rgb-b {
  top: 105px;
  left: 205px;
}
.ui-colorpicker-hsb-h {
  top: 52px;
  left: 290px;
}
.ui-colorpicker-hsb-s {
  top: 78px;
  left: 290px;
}
.ui-colorpicker-hsb-b {
  top: 105px;
  left: 290px;
}

.ui-colorpicker-field label {
  font-weight: bold;
}
.ui-colorpicker-field span {
  width: 7px;
  background: url(images/eeeeee_11x11_icon_arrows_updown.gif) 50% 50% no-repeat;
  right: 5px;
  top: 0;
  height: 20px;
  position: absolute;
}
.ui-colorpicker-field span:hover {
  background: url(images/ffd40f_11x11_icon_arrows_updown.gif) 50% 50% no-repeat;
}

.ui-colorpicker-submit {
  right: 14px;
  top: 134px;
  position: absolute;
}








/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/

/*component global class*/
.ui-component {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  /*font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 1.1em; */
}
/*component content styles*/
.ui-component-content {
  border: 1px solid #dddddd;
  background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  color: #222222;
}
.ui-component-content a {
  color: #222222;
  text-decoration: underline;
}
/*component states*/
.ui-default-state {
  border: 1px solid #777777;
  background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  font-weight: bold;
  color: #eeeeee !important;
}
.ui-default-state a {
  color: #eeeeee;
}
.ui-default-state:hover, .ui-hover-state {
  border: 1px solid #444444;
  background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x;
  font-weight: bold;
  color: #ffffff !important;
}
.ui-hover-state a {
  color: #ffffff;
}
.ui-default-state:active, .ui-active-state {
  border: 1px solid #841515;
  background: #a21111 url(images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x;
  font-weight: bold;
  color: #ffffff !important;
  outline: none;
}
.ui-active-state a {
  color: #ffffff;
  outline: none;
}
/*icons*/
.ui-arrow-right-default {background: url(images/eeeeee_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url(images/ffd40f_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:active, .ui-arrow-right-active {background: url(images/ffffff_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-content {background: url(images/222222_7x7_arrow_right.gif) no-repeat 50% 50%;}

.ui-arrow-left-default {background: url(images/eeeeee_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url(images/ffd40f_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:active, .ui-arrow-left-active {background: url(images/ffffff_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-content {background: url(images/222222_7x7_arrow_left.gif) no-repeat 50% 50%;}

.ui-arrow-down-default {background: url(images/eeeeee_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url(images/ffd40f_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:active, .ui-arrow-down-active {background: url(images/ffffff_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-content {background: url(images/222222_7x7_arrow_down.gif) no-repeat 50% 50%;}

.ui-arrow-up-default {background: url(images/eeeeee_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url(images/ffd40f_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:active, .ui-arrow-up-active {background: url(images/ffffff_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-content {background: url(images/222222_7x7_arrow_up.gif) no-repeat 50% 50%;}

.ui-close-default {background: url(images/eeeeee_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:hover, .ui-close-hover {background: url(images/ffd40f_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:active, .ui-close-active {background: url(images/ffffff_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-content {background: url(images/ffffff_11x11_icon_close.gif) no-repeat 50% 50%;}

.ui-folder-closed-default {background: url(images/eeeeee_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url(images/ffd40f_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:active, .ui-folder-closed-active {background: url(images/ffffff_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-content {background: url(images/eeeeee_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}

.ui-folder-open-default {background: url(images/eeeeee_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:hover, .ui-folder-open-hover {background: url(images/ffd40f_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:active, .ui-folder-open-active {background: url(images/ffffff_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-content {background: url(images/ffffff_11x11_icon_folder_open.gif) no-repeat 50% 50%;}

.ui-doc-default {background: url(images/eeeeee_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:hover, .ui-doc-hover {background: url(images/ffd40f_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:active, .ui-doc-active {background: url(images/ffffff_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-content {background: url(images/222222_11x11_icon_doc.gif) no-repeat 50% 50%;}

.ui-arrows-leftright-default {background: url(images/eeeeee_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url(images/ffd40f_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url(images/ffffff_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-content {background: url(images/222222_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}

.ui-arrows-updown-default {background: url(images/eeeeee_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url(images/ffd40f_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url(images/ffffff_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-content {background: url(images/222222_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}

.ui-minus-default {background: url(images/eeeeee_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:hover, .ui-minus-hover {background: url(images/ffd40f_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:active, .ui-minus-active {background: url(images/ffffff_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-content {background: url(images/222222_11x11_icon_minus.gif) no-repeat 50% 50%;}

.ui-plus-default {background: url(images/eeeeee_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:hover, .ui-plus-hover {background: url(images/ffd40f_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:active, .ui-plus-active {background: url(images/ffffff_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-content {background: url(images/222222_11x11_icon_plus.gif) no-repeat 50% 50%;}

/*hidden elements*/
.ui-hidden {
  display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
  position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */



/*http://static.menugourmet.com/css/mg-theme.css*/


/** TABS */
.mg-tabs .ui-tabs-nav
{
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1; text-decoration: none; font-size: 100%; list-style: none;
  float: left;
  position: relative;
  z-index: 1;
  bottom: -1px;
  border-bottom: 1px solid #DA3C00;
  width: 100%;
}

.mg-tabs .ui-tabs-nav li
{
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1; text-decoration: none; font-size: 100%; list-style: none;
  float: left;
  position: relative;
  margin-right: 4px;
  height: 23px;
}


.mg-tabs .ui-tabs-nav li.ui-tabs-right
{
  float: right;
  margin-right: 0;
}

.mg-tabs .ui-tabs-nav li a
{
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1; text-decoration: none; font-size: 100%; list-style: none;
  float: left;
  background: #E0D3B4;
  color: #89682a !important;
  margin: 0 2px;
  padding: 4px 7px 2px;
  font-weight: normal;
  display: block;
  height: 17px;
}

.mg-tabs .ui-tabs-nav li a:hover
{
  background: #E0D3B4;
  color: #89682a !important;
}

.mg-tabs .ui-tabs-nav li.mg-tabs .ui-tabs-selected
{
  border-bottom: 0;
  background: #DA3C00;
  color: #FFF !important;
}

.mg-tabs .ui-tabs-nav li.ui-tabs-selected a,
.mg-tabs .ui-tabs-nav li.ui-tabs-selected a:hover
{
  background: #DA3C00;
  color: #FFF !important;
}

.mg-tabs .ui-tabs-panel
{
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
  clear: left;
  /* background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x; */
  /* p/adding: 1.5em 1.7em; */
  color: #333333;
}

.mg-tabs .ui-tabs-hide
{
  display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

.mg-tabs .ui-tabs-nav li a .mg-tabs-nav-item-left
{
  display: block;
  background: #FFF url('/images/buttons_tabs/content_tabs.gif') no-repeat left -23px;
  height: 23px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 0;
}

.mg-tabs .ui-tabs-nav li a .mg-tabs-nav-item-right
{
  display: block;
  background: #FFF url('/images/buttons_tabs/content_tabs.gif') no-repeat right -23px;
  height: 23px;
  width: 7px;
  position: absolute;
  right: 0;
  top: 0;
}

.mg-tabs .ui-tabs-nav li.ui-tabs-selected a .mg-tabs-nav-item-left
{
  display: block;
  background: #FFF url('/images/buttons_tabs/content_tabs.gif') no-repeat left top;
  height: 23px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 0;
}

.mg-tabs .ui-tabs-nav li.ui-tabs-selected a .mg-tabs-nav-item-right
{
  display: block;
  background: #FFF url('/images/buttons_tabs/content_tabs.gif') no-repeat right top;
  height: 23px;
  width: 7px;
  position: absolute;
  right: 0;
  top: 0;
}

.mg-tabs .ui-tabs-nav li a span.parenthesis
{
  color: #DA3C00;
}

.mg-tabs .ui-tabs-nav li.ui-tabs-selected a span.parenthesis
{
  color: #FFF;
}



/*slider*/
.mg-sliders .ui-slider
{
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1; text-decoration: none; font-size: 100%; list-style: none;
  /* font-family: Trebuchet MS, Arial, sans-serif; */
  /* font-size: 1.1em; */
  background: #E3D7C0;
  border: 0;
  height: 10px;
  position: relative;
}

.mg-sliders .ui-slider-handle
{
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1; text-decoration: none; font-size: 100%; list-style: none;
  position: absolute;
  z-index: 3;
  top: 0;
  width: 10px;
  height: 10px;
  background: transparent url(/images/widgets/widget_slider_handle.gif) 0 top no-repeat;
  border: 0;
}

.mg-sliders .ui-slider-handle:hover
{
  background: transparent url(/images/widgets/widget_slider_handle.gif) 0 top no-repeat;
  border: 0;
}

.mg-sliders .ui-slider-handle-active,
.mg-sliders .ui-slider-handle-active:hover
{
  background: transparent url(/images/widgets/widget_slider_handle.gif) 0 top no-repeat;
  border: 0;
}

.mg-sliders .ui-slider-range
{
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1; text-decoration: none; font-size: 100%; list-style: none;
  height: 10px;
  background: #C5AE83;
  position: absolute;
  border: 0;
  border-left: 0;
  border-right: 0;
  top: 0;
  z-index: 1;
  opacity:1;
  filter:Alpha(Opacity=100);
}

/**
 * Carousel
 */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
  position: relative;
}

.jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 530px;
  float: left;
}

.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
  float: left;
  list-style: none;
  /* We set the width/height explicitly. No width/height causes infinite loops. */
  width: 72px;
  height: 72px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-scroll
{
  padding-top: 10px;
}

.jcarousel-next {
  z-index: 3;
  display: none;
}

.jcarousel-skin .jcarousel-container {
  background: #F5F5EE;
  border: 1px solid #E8E7D2;
}

.jcarousel-skin .jcarousel-container-horizontal {
  padding: 7px 10px;
}

.jcarousel-skin .jcarousel-container-vertical {
  width: 72px;
  height: 245px;
  padding: 40px 20px;
}

.jcarousel-skin .jcarousel-clip-horizontal {
  height: 72px;
}

.jcarousel-skin .jcarousel-clip-vertical {
  width:  72px;
  height: 245px;
}

.jcarousel-skin .jcarousel-item {
  width: 72px;
  height: 72px;
}

.jcarousel-skin .jcarousel-item-horizontal {
  margin-right: 4px;
}

.jcarousel-skin .jcarousel-item-vertical {
  margin-bottom: 4px;
}

.jcarousel-skin .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

.caroussel-tilte
{
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}

.carousel-navigation
{
  float: left;
  width: 75%;
}

.carousel-navigation-link
{
  float: right;
  margin-left: 10px;
  padding-left: 14px;
  padding-top: 6px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background:transparent url(/images/icons/arrow_small_right_on.gif) no-repeat scroll 0px 10px;
}

.jcarousel-prev
{
  background: #FFFFFF url(/images/icons/arrow_small_left_on.gif) no-repeat 50% 5px;
  padding: 1px 0px 1px 0px;
  border: 1px solid #D9D9D9;
  margin: 0 1px;
  z-index: 3;
  display: none;
  cursor: pointer;
  width: 15px;
}

.jcarousel-prev-disabled
{
  border: none;
  background: transparent url(/images/icons/arrow_small_left_off.gif) no-repeat 50% 5px;
  border: 1px solid transparent;
  width: 15px;
}

.jcarousel-next
{
  background: #FFFFFF url(/images/icons/arrow_small_right_on.gif) no-repeat 50% 5px;
  padding: 1px 0px 1px 0px;
  border: 1px solid #D9D9D9;
  margin: 0 1px;
  z-index: 3;
  display: none;
  cursor: pointer;
  width: 15px;
}

.jcarousel-next-disabled
{
  border: none;
  padding-right: 10px;
  background: transparent url(/images/icons/arrow_small_right_off.gif) no-repeat 50% 5px;
  border: 1px solid transparent;
}

.jcarousel-prev-disabled a,
.jcarousel-next-disabled a
{
  color: #B3B3B3;
  cursor: default;
}

.jcarousel-page-number
{
  display: inline-block;
  margin: 0;
  padding: 1px 3px;
  width: 14px;
  *display: inline;
  zoom: 1;
  *margin-left: 2px; 
}

.jcarousel-prev-link,
.jcarousel-next-link
{
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 1px;
}

.disable-pager-link
{
  color: #DA3C00;
  cursor: default;
}

.truncate
{
  display: none;
}

.truncate-display
{
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.carousel-page-numbers
{
  text-align: center;
  width: 280px;
}

.carousel-page-numbers .active-link
{
  background-color: #FFFFFF;
}

.cms_carousel
{
  margin-top: 7px;
  margin-bottom: 15px;
}

div.carousel-clip
{
  float: left;
}

.jcarousel-skin .previous-button
{
  float: left;
  padding-top: 25px;
  width: 40px;
}

.jcarousel-skin .next-button
{
  float: right;
  padding-top: 25px;
  width: 25px;
  text-align: right;
}

/*http://static.menugourmet.com/mgWidgetsPlugin/themes/base.css*/


.clear {
  clear: both;
  /*font-size: 1px;
  line-height: 1px;*/
}

.ui-sortable {
  /* border: 1px solid #eee;
  color: #222; */
  margin: 0 0 0 0;
  padding: 0 0px 0px;
  width: 250px;
}

.ui-sortable-helper {
  width: 175px;
}

.placeholder {
  border: 1px dashed #AAA;
}

div.widget-header {
  font-weight: bold;
  font-size: 16px;
}

div.widget-header div {
  float: left;
}

div.widget-header-action-visible {
  width: 25px;
  height: 25px;
}

div.widget-header-action-close {
  width: 25px;
  height: 25px;
}

div.widget-header-action-customize {
  width: 25px;
  height: 25px;
}

div.widget-header-action-settings {
  font-size: 10px;
  line-height: 25px;
  padding-left: 5px;
  color: #ddd;
}

div.widget-header-title {
  /* width: 150px; */
  text-align: center;
}

div.widget-content {
  clear: both;
}

.slot {
  float: left;
}

div.widget-settings {
  background: #eee;
  display: none;
  clear: both;
}

div.widget-container
{
  p/osition: relative;
  z-index: 0;
}

#mg-add-widgets-container {
  
}

#mg-add-widgets-list {
  display: none;
}

.ui-tabs-nav a {
  f /laot: left;
}

.ui-tabs-nav { /*resets*/
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-tabs-nav-item {
  float: left;
}

.ui-tabs-nav-item a {
  
}

.ui-tabs-nav-item a:hover {
  
}

.ui-tabs-selected {
  background: black;
  color: white;
}

.ui-tabs-selected a,.ui-tabs-selected a:hover {
  background: white;
  color: black;
}

.ui-tabs-panel {
  
}

.ui-tabs-hide {
  display: none;
  /* for accessible hiding: position: absolute; left: -99999999px*/;
}

#widgets-tab-handlers-container {
  height: 30px;
}

#widgets-tab-handlers-container li.ui-tabs-nav-item  a {
  padding: 6px;
}

span.widget-tab-close {
  cursor: pointer;
}

#widget-add-tab {
  cursor: pointer;
}

div.tab-panels {
  width:1100px;
}


/* Share panel */
div.widget-menu-panel
{
  display: none;
}

div.widget-menu-popup-container
{
  display: none;
  width: 200px;
  height: 250px;
  background: white;
  border: 1px solid #CFC8B5;
  -moz-border-radius:  5px;
}

div.widget-menu-panel iframe
{
  border: 0px;
}

div.widget-menu-popup-link {
  

}

div.widget-menu-tabs ul {

  margin: 0px;
  padding: 0px;
  
}

div.widget-menu-panels {
  z-index:  9000001; # fix google map zindex
}

div.widget-menu-tabs li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
  
}

div.widget-menu-tabs li a.widget-menu-popup-link-selected
{
  background: #CFC8B5;
  padding: 2px;
}

div.widget-menu-tabs li a
{
  background: white;
  padding: 2px;
}

/*http://static.menugourmet.com/mgWidgetsPlugin/themes/design.css*/

*
{
  padding: 0;
  margin: 0;
}

.body-widget
{
  background: #FFF url(/images/body_gradient_widget.gif) repeat-x left top;
}

.slot-medium
{
  width: 630px;
}

.slot-margin
{
  margin-right: 30px;
}

.slot-small
{
  width: 300px;
}

.slot-medium .only-1c
{
  display: none;
}

.slot-small .only-2c,
.guest-mode .only-2c
{
  display: none;
}






div.tab-panels
{
  width: 100%;
}

.slot-border
{
  background: #F7F2E9;
  opacity: 0.6; /* bonus, doesn't work with IE */
}

ul
{
  list-style: none;
}

.view-more, .view-more-text
{
  padding-left: 12px;
  background: transparent url(/images/icons/arrow_small_right_on.gif) no-repeat left center;
}

.view-more
{
  float: right;
  font-weight: bold;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:11px;height:11px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/icons/small_star_cancels.gif) no-repeat 0 -11px}
div.star-rating,div.star-rating a{background:url(/images/icons/small_stars.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:11px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -11px!important}
div.star-rating-hover a{background-position:0 -11px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */


/** STUFF THAT MIGHT NOT BE GENERIC BUT SHOULD */
/* originally found in GOURMET MAP */
.add-comment-form input,
.add-comment-form textarea
{
  border: 1px solid #D9D3B1;
  padding: 2px 4px;
  width: 170px;
}

.add-comment-form .add-comment-submit
{
  text-align: right;
}

/* originally found in RECIPE OF THE DAY */
.customize-widget
{
  position: relative;
  border: 1px solid #E9E0CB;
  background: #F7F2E9;
  padding: 10px;
  margin-bottom: 10px;
}

.slot-medium .customize-widget
{
  width: 608px;
}

.widget-second-box .customize-widget,
.slot-medium .widget-second-box .customize-widget
.slot-small .customize-widget
{
  width: 278px;
}

.customize-widget ul
{
  padding-left: 14px;
  color: #999;
  margin-top: 8px;
}

.customize-widget ul li
{
  margin-bottom: 4px;
}

.customize-widget-title
{
  padding-left: 14px;
  background: transparent url(/images/widgets/widget_arrow_settings_fold.gif) no-repeat left 4px;
}

.customize-widget .unfold
{
  background: transparent url(/images/widgets/widget_arrow_settings_unfold.gif) no-repeat left 4px;
}

.customize-widget a.more-settings
{
  padding-left: 14px;
  background: transparent url(/images/widgets/widget_more_settings.gif) no-repeat left center;
}

.widget-bottom
{
  margin-bottom: 10px;
}

.customize-widget .slider-label
{
  width: 80px;
  float: left;
}

.customize-widget .slider-item
{
  width: 182px;
  float: right;
}

.customize-widget .slider-control-less,
.customize-widget .slider-control-more
{
  cursor: default;
  background-color: #F7F2E9;
  background-image: url(/images/widgets/widget_slider_corners_controls.gif);
  background-repeat: no-repeat;
  width: 22px;
  height: 10px;
  float: left;
  text-indent: -9999px;
  position: relative;
  z-index: 0;
}

.customize-widget .slider-control-less,
.customize-widget .slider-corner-left
{
  right: -5px;
  background-position: left top;
}

.customize-widget .slider-control-more,
.customize-widget .slider-corner-right
{
  left: -5px;
  background-position: right top;
}

.customize-widget .slider-corner-left,
.customize-widget .slider-corner-right
{
  background-color: #F7F2E9;
  background-image: url(/images/widgets/widget_slider_corners.gif);
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  float: left;
  text-indent: -9999px;
  position: relative;
  z-index: 2;
}

.customize-widget .slider
{
  width: 136px;
  float: left;
}

.customize-widget .slider-steps
{
  width: 100%;
  margin: 4px auto 0;
  padding: 0;
}

.customize-widget .slider-steps li
{
  float: left;
  font-size: 10px;
  width: 8%;
}

.slot-medium .customize-widget .slider-steps li
{
  width: 39px;
}

/* originally found in RECIPES BY INGREDIENTS */
.item-view-mode-image,
.first-item-view-mode-image,
.last-item-view-mode-image,
.item-view-mode-image
{
  float: left;
  margin: 0 4px 4px 0;
}

.slot-medium .item-view-mode-image
{
  float: left;
  margin: 0 6px 4px 0;
}

.slot-medium .last-item-view-mode-image
{
  float: left;
  margin: 0 0 4px 0;
}

.slot-medium .first-item-view-mode-image
{
  float: left;
  margin: 0 6px 4px 6px;
}


.item-view-mode-image .item-image-picture
{
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.item-view-mode-image .item-image-stars p.stars
{
  left: 9px;
}

ul.view-mode-list, ul.view-mode-list-first-col
{
  float: left;
  width: 300px;
  position: relative;
}

ul.view-mode-list, ul.view-mode-list-second-col
{
  float: left;
  width: 300px;
  position: relative;
}

ul.view-mode-image-first-col
{
  position: relative;
  z-index: 1;
  height: 85px;
  padding-bottom: 10px;
}

.slot-medium ul.view-mode-list-first-col
{
  margin-right: 30px;
}

.item-view-mode-list
{
  padding-bottom:4px;
  position: relative;
}

.item-view-mode-list .item-list-picture
{
  width: 20px;
  height: 20px;
  margin-right: 4px;
  float: left;
  overflow: hidden;
}

.item-view-mode-list .item-list-info
{
  position: relative;
  border-bottom: 1px dotted #E0D3B4;
  float: left;
  width: 272px;
  height: 19px;
  overflow: hidden;
}

.item-view-mode-list .item-list-info a
{
  float: left;
  display: block;
  width: 212px;
  padding-top: 3px;
}

.item-view-mode-list .item-list-stars
{
  float: right;
  width: 60px;
  padding-top: 3px;
  height: 40px;
}

.item-view-mode-list .item-list-number
{
  float: left;
  width: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #649079;
  position: relative;
  top: 1px;
}

.slot-small .no-margin-right
{
  margin-right: 0;
}

.slot-small .no-display
{
  display: none;
}



/** TABS */
#widgets-top-bar
{
  position: relative;
  top: -1px;
  width: 100%;
}

#widgets-top-bar .ui-tabs-nav
{
  float: none;
  position: relative;
  z-index: 1;
  border: 0;
}

#widgets-top-bar .ui-tabs-nav li
{
  float: left;
  border: 0;
  background: transparent url(/images/widgets/widget_tab_middles.gif) repeat-x left -25px;
  position: relative;
}

#widgets-top-bar ul.widget-settings-tabs
{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#widgets-top-bar ul.widget-settings-tabs li
{
  float: left;
  background: none;
  color: #FFF;
  padding: 5px 5px 0;
  height: 19px;
  border-right: 1px solid #4D5D52;
  position: relative;
  top: 1px;
}

#widgets-top-bar ul.widget-settings-tabs li a
{
  color: #FFF;
}

#widgets-top-bar .ui-tabs-nav li.settings-tab img
{
  vertical-align: text-top;
}

#widgets-top-bar .ui-tabs-nav li a
{
  float: left;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  padding: 9px 0 2px;
  color: #666 !important;
  background: transparent url(/images/widgets/widget_tab_middles.gif) repeat-x left -25px;
}

#widgets-top-bar .ui-tabs-nav li a:hover
{
  background: transparent url(/images/widgets/widget_tab_middles.gif) repeat-x left -25px;
  color: #666 !important;
}

#widgets-top-bar .ui-tabs-nav li.ui-tabs-selected
{
  background: transparent url(/images/widgets/widget_tab_middles.gif) repeat-x left 0;
}

#widgets-top-bar .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover
{
  background: transparent url(/images/widgets/widget_tab_middles.gif) repeat-x left 0;
  color: #666 !important;
}

#widgets-top-bar .ui-tabs-panel
{
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
  /* font-family: Trebuchet MS, Arial, sans-serif; */
  clear: left;
  border: 0;
  background: #ffffff;
  p/adding: 1.5em 1.7em;
  font-size: 1.1em;
}

#widgets-top-bar .ui-tabs-hide
{
  display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

#widgets-top-bar .ui-tabs-nav li
{
  padding: 0 10px;
  left: -2px;
}

#widgets-top-bar span.widget-tab-close, #widgets-top-bar span.widget-tab-options
{
  float: left;
  margin: 8px 0 0 6px;
  color: #999;
  width: 8px;
}

#widgets-top-bar .ui-tabs-nav li .border-left
{
  background: transparent url('/images/widgets/widget_tab_borders.gif') no-repeat left -25px;
  height: 25px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

#widgets-top-bar .ui-tabs-nav li .border-right
{
  background: transparent url('/images/widgets/widget_tab_borders.gif') no-repeat right -25px;
  height: 25px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

#widgets-top-bar .ui-tabs-nav li.ui-tabs-selected .border-left
{
  background: transparent url('/images/widgets/widget_tab_borders.gif') no-repeat left top;
  height: 25px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

#widgets-top-bar .ui-tabs-nav li.ui-tabs-selected .border-right
{
  background: transparent url('/images/widgets/widget_tab_borders.gif') no-repeat right top;
  height: 25px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

#widget-tab-rename-input
{
  border: 1px solid #CCC;
  margin-top: 5px;
  padding: 2px 4px;
  display: block;
  float: left;
}

#widget-change-columns img
{
  position: relative;
  top: 1px;
}

/** ADD CONTENT */
#widgets-top-bar ul.widget-settings-tabs li.add-widget-link
{
  cursor: pointer;
  position: relative;
  padding-right: 18px;
  background: url(/images/widgets/manage_content_arrows.gif) no-repeat right top;
}

#widgets-top-bar #close-content-management
{
  position: relative;
  top: -1px;
}

#widgets-top-bar ul.widget-settings-tabs li.add-widget-link-on
{
  background: #C5DACE url(/images/widgets/manage_content_arrows.gif) no-repeat right bottom;
  *background-position: right -23px;
  color: #649079;
  border-top: 1px solid #575E57;
}

#mg-add-widgets-container
{
  border: 1px solid #9DAAA3;
  border-top: 0;
  border-bottom: 0;
  background: transparent url(/images/widgets/widget_add_container_middle.gif) repeat-x left bottom;
  position: relative;
  top: 1px;
  width: 958px;
  padding: 20px 0;
  z-index: 1;
}

.mg-add-widgets-lists
{
  border: 1px solid #9DAAA3;
  width: 918px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 140px;
  background: transparent url(/images/widgets/widget_add_container.gif) repeat-y left top;
}

.mg-up-list-categories, .mg-up-list-widgets,
.mg-down-list-categories, .mg-down-list-widgets
{
  position: absolute;
  width: 7px;
  height: 8px;
  background: transparent no-repeat;
  cursor: pointer;
  z-index: 50;
}

.mg-up-list-categories, .mg-up-list-widgets
{
  top: 8px !important;
  top: 2px; /* for IE6 */
  background-image: url(/images/icons/triangle_up_on.gif);
  background-position: center bottom;
}

.mg-down-list-categories, .mg-down-list-widgets
{
  bottom: 8px !important;
  bottom: 2px; /* for IE6 */
  background-image: url(/images/icons/triangle_down_on.gif);
  background-position: center top;
}

.mg-up-list-categories.controls-disabled, .mg-up-list-widgets.controls-disabled
{
  background-image: url(/images/icons/triangle_up_off.gif);
}

.mg-down-list-categories.controls-disabled, .mg-down-list-widgets.controls-disabled
{
  background-image: url(/images/icons/triangle_down_off.gif);
}

.mg-up-list-categories, .mg-down-list-categories
{
  left: 130px;
}

.mg-up-list-widgets, .mg-down-list-widgets
{
  left: 362px;
}

.mg-add-widgets-list
{
  float: left;
  overflow: hidden;
}

.list-categories,
.list-widgets
{
  width: 226px;
}

.list-categories
{
  background: #D8E6DE;
  margin-right: 1px;
}

.list-widgets
{
  background: #ECF3EF;
  position: relative;
}

.list-categories li.mg-add-widgets-list-category,
.list-widgets li.mg-add-widget-details
{
  width: 192px;
  padding: 3px 20px 5px 15px;
  height: 12px;
  background: transparent url(/images/icons/arrow_dark_right.gif) no-repeat 210px center;
  cursor: pointer;
}

.list-categories li.mg-add-widgets-list-category.list-hover,
.list-widgets li.mg-add-widget-details.list-hover,
.list-categories li.mg-add-widgets-list-category.list-selected,
.list-widgets li.mg-add-widget-details.list-selected
{
  background-color: #FFF;
  color: #DA3C00;
}

.list-description
{
  height: 110px;
  width: 464px;
  border-right: 0;
  padding: 15px 0;
  position: relative;
  float: right;
}

.list-description-text,
.list-description-image
{
  float: left;
  width: 202px;
  height: 100%;
  padding: 0 15px;
  color: #333;
  position: relative;
}

.list-description-text h3
{
  font-family: Arial, Tahoma /*Georgia, Times New Roman, Times, serif */;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #6b6961;
}

.list-description-text h3 span
{
  font-size: 18px;
  line-height: 18px;
  color: #DA3C00;
}

.list-description-text .description
{
  margin: 8px 0 10px;
}

.list-description-text .explanation
{
  position: absolute;
  bottom: 0;
  font-weight: bold;
  color: #649079;
  background: transparent url(/images/icons/triangle_right_on.gif) no-repeat right 5px;
  background-position: right 6px;
  padding-right: 15px;
}

.list-description .ui-sortable
{
  width: auto;
}

/** HEADER */
div.widget-container
{
  border-bottom: 1px solid #F6CEBF;
  padding-bottom: 3px;
  margin-bottom: 28px;
  z-index: 1;
  width: 100%;
}

div.widget-header
{
  position: relative;
  width: 100%;
  z-index: 2;
}

div.widget-header div
{
  float: none;
}

div.widget-header div.clear
{
  clear: both;
  float: none;
}

div.widget-header div.widget-header-left,
div.widget-header div.widget-header-right
{
  background-color: #FFF;
  background-image: url(/images/widgets/widget_header_borders.gif);
  background-repeat: no-repeat;
  font-size: 0;
  width: 6px;
  height: 21px;
}

div.widget-header div.widget-header-left
{
  background-position: left top;
}

div.widget-header div.widget-header-right
{
  background-position: right top;
  float: right;
}

.widget-header-icon-chef
{
  background:url(/images/icons/chef_small.gif) no-repeat left 2px;
  padding-left: 30px;
  width: 230px;
}

h1.widget-header-title
{
  text-align: left;
  font-family: Arial, Tahoma /*Georgia, Times New Roman, Times, serif */;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  color: #6b6961;
  position: relative;
  float: left;
  *padding-bottom: 1px;
  margin-right: 5px;
  cursor: move;
}

.slot-medium h1.widget-header-title
{
  width: 580px;
}

.slot-small h1.widget-header-title
{
  width: 273px;
}

#sidebar-contextual h1.widget-header-title,
.guest-mode h1.widget-header-title
{
  cursor: default;
}

.slot-medium h1.widget-header-title.widget-header-icon-chef
{
  width: 550px;
}

.slot-small h1.widget-header-title.widget-header-icon-chef
{
  width: 220px;
}

h1.widget-header-title span
{
  color: #DA3C00;
  font-size: 22px;
  line-height: 22px;
}

div.widget-header div.widget-header-actions
{
  float: right;
  position: relative;
  width: 22px;
  height: 8px;
  /*top: 11px;
  right: 0;*/
  margin-top: 10px;
}

div.widget-header div.widget-header-actions a
{
  display: block;
  font-size: 0;
  text-decoration: none;
}

a.widget-header-action-close
{
  background: url(/images/widgets/widget_header_closes.gif) no-repeat left 0px;
  width: 9px;
  height: 8px;
  float: right;
}

a.widget-header-action-close:hover
{
  background-position: left bottom;
  text-decoration: none;
}

a.widget-header-action-visible
{
  background: url(/images/widgets/widget_header_arrows.gif) no-repeat left top;
  width: 8px;
  height: 8px;
  float: left;
}

a.widget-header-action-visible:hover
{
  background-position: left bottom;
  text-decoration: none;
}

.widget-hidden a.widget-header-action-visible
{
  background-position: right top;
}

.widget-hidden a.widget-header-action-visible:hover
{
  background-position: right bottom;
}


/** CONTENT */
#widgets-tabs-container
{
  padding: 25px 0;
}

div.widget-content
{
  padding-top: 10px;
  position: relative;
  width: 100%;
  z-index: 2;
  /*border-bottom: 1px solid #F6CEBF;
  padding-bottom: 3px;*/
}

.drag-widget .widget-content
{
  border: none;
}

div.widget-first-box, div.widget-second-box, div.widget-map-first-box
{
  float: left;
  width: 300px;
  position: relative;
  z-index: 1;
}

div.widget-single-box
{
  width: 100%;
  position: relative;
  z-index: 1;
}

div.widget-map-first-box
{
  width: 298px;
  border: 1px solid #E0D3B4;
}

div.slot-medium div.widget-first-box
{
  margin-right: 30px;
}

div.slot-small div.widget-first-box
{
  margin-bottom: 10px;
}

div.slot-small div.w-chef-of-the-week div.widget-first-box
{
  margin-bottom: 20px;
}

div.slot-medium div.widget-map-first-box
{
  margin-right: 30px;
}

div.slot-small div.widget-map-first-box
{
}

ul.widget-actions
{
  margin-top: 5px;
  *margin-top: 8px;
}

ul.widget-actions li
{
  float: left;
  color: #CCC;
  font-size: 11px;
  padding-left: 5px;
  width: auto;
}

ul.widget-actions li.widget-action-read,
ul.widget-actions li.widget-action-add-recipe
{
  padding-left: 0;
}

ul.widget-actions li.widget-action-read a
{
  font-weight: normal;
  padding-left: 12px;
  background: transparent url(/images/icons/arrow_small_right_on.gif) no-repeat left center;
}


ul.widget-actions li a,
a.widget-action-send
{
  padding-left: 18px;
}

ul.widget-actions li.widget-action-send a,
a.widget-action-send
{
  background: transparent url(/images/widgets/widget_email.gif) no-repeat left 1px;
}

a.widget-action-send
{
  display: inline;
}

span.widget-action-separator
{
  padding: 0 2px;
  color: #CCC;
}

ul.widget-actions li.popup-trigger
{
  clear: right;
}

.w-chef-of-the-week .popup-box
{
  margin-top: -1px;
  *margin-top: -2px;
  margin-left: -2px;
}

ul.widget-actions li.widget-action-add-recipe a#link-add-recipe,
ul.widget-actions li.widget-action-add-chef a
{
  background: transparent url(/images/widgets/widget_add.gif) no-repeat 5px 2px;
}

ul.widget-actions li.widget-action-add-recipe a#link-remove-recipe
{
  background: transparent url(/images/widgets/widget_settings_less.gif) no-repeat 5px 4px;
}

ul.widget-actions li.widget-action-more-choices a
{
  background: transparent url(/images/widgets/widget_choice.gif) no-repeat left center;
}

div.widget-info-element
{
  position: relative;
  width: 100%;
  z-index: 1;
}

div.widget-info-element h3
{
  margin-top: -6px;
  margin-bottom: 5px;
}

div.widget-info-element-separator
{
  position: relative;
  border-bottom: 1px dotted #C1A76A;
  padding-top: 6px;
  *top: -11px;
  margin-bottom: 12px;
  *margin-bottom: 0;
  width: 100%;
}

/** CHEF OF THE WEEK */
div.widget-chef-bio h2
{
  margin-top: -6px;
}

div.widget-chef-bio ul.widget-actions
{
  margin-top: 10px;
  padding-bottom: 15px;
}

div.slot-small div.widget-chef-bio ul.widget-actions
{
  margin: 10px 0 13px;
  padding-bottom: 18px;
  border-bottom: 1px dotted #C1A76A;
}

img.chef-picture
{
  float: right;
  width: 147px;
  margin: 0 0 3px 8px;
}

ul.widget-chef-recipes li
{
  margin-bottom: 4px;
  display: block;
  position: relative;
  width: 100%;
}

div.widget-chef-recipe-picture
{
  width: 20px;
  height: 20px;
  margin-right: 4px;
  float: left;
  overflow: hidden;
}

div.widget-chef-recipe
{
  position: relative;
  border-bottom: 1px dotted #C1A76A;
  float: left;
  width: 276px;
}

ul.widget-chef-recipes li a
{
  float: left;
}

ul.widget-chef-recipes li .widget-recipe-stars
{
  float: right;
  height: auto;
}

.widget-chef-view-link
{
  margin-top: 8px;
}

/** RECIPE OF THE DAY */
.slot-medium div.widget-rotd
{
  *padding-bottom: 1px;
}

div.widget-rotd .widget-second-box h2
{
  margin-top: -6px;
}

.recipe-practical-info
{
  width: 300px;
  margin-top: 5px;
  border-top: 1px dotted #C1A76A;
  padding-top: 5px;
}

.recipe-practical-info ul
{
  list-style: none;
  float: left;
  padding-bottom: 4px;
  *padding-bottom: 1px;
}

.recipe-practical-info ul.first-col li,
.recipe-practical-info ul.second-col li
{
  overflow: hidden;
  padding: 4px 0 0;
  *padding: 1px 0 0;
  width: 145px;
}

.recipe-practical-info ul.first-col li
{
  margin-right: 10px;
}

.info-label
{
  color: #999;
  float: left;
  font-weight: bold;
}

.info-value
{
  width: 52px;
  float: right;
}

.with-icon
{
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
}

.timer-icon
{
  background-image: url(/images/icons/timer.gif);
}

.recipe-info
{
  position: relative;
  width: 100%;
  margin: 0 0 2px;
}

.recipe-info span
{
  color: #CCC;
}

.recipe-info .recipe-author
{
  float: left;
}

.recipe-info .recipe-comments
{
  float: left;
  padding-left: 18px;
  background: transparent url(/images/icons/comment_icon.gif) no-repeat left center;
}

.recipe-info .recipe-stars
{
  float: right;
}

.widget-rotd .short-version,
.widget-rotd .long-version
{
  display: inline;
}

.widget-rotd .short-version
{
  display: none;
}

.slot-small .widget-rotd .short-version,
.guest-mode .widget-rotd .short-version
{
  display: inline;
}

.slot-small .widget-rotd .long-version,
.guest-mode .widget-rotd .long-version
{
  display: none;
}


/** GOURMET MAP */
.slot-medium .w-gourmet-map
{
  *padding-bottom: 1px;
}

.rounded-top-corners,
.rounded-bottom-corners
{
  height: 8px;
  width: 100%;
  position: relative;
}

.rounded-tl-corner,
.rounded-bl-corner
{
  height: 8px;
  width: 8px;
  float: left;
}

.rounded-bl-corner
{
  background: transparent url(/images/buttons_tabs/rounded_corners.gif) no-repeat left top;
}

.rounded-bl-corner
{
  background: transparent url(/images/buttons_tabs/rounded_corners.gif) no-repeat left bottom;
}

.rounded-top-corner,
.rounded-bottom-corner
{
  height: 8px;
  _height: 4px;
  width: 209px;
  float: left;
  background: #F7F2E9;
}

.rounded-tr-corner,
.rounded-br-corner
{
  height: 8px;
  width: 8px;
  float: right;
  background: transparent url(/images/buttons_tabs/rounded_corners.gif) no-repeat right bottom;
}

.rounded-tr-corner
{
  background: transparent url(/images/buttons_tabs/rounded_corners.gif) no-repeat right top;
}

.rounded-br-corner
{
  background: transparent url(/images/buttons_tabs/rounded_corners.gif) no-repeat right bottom;
}

.white-corners .rounded-tl-corner, .white-corners .rounded-tr-corner,
.white-corners .rounded-bl-corner, .white-corners .rounded-br-corner
{
  background-image: url(/images/buttons_tabs/rounded_corners_white.gif);
}

.white-corners .rounded-top-corner,
.white-corners .rounded-bottom-corner
{
  background: #FFF;
}

.w-gourmet-map .widget-second-box
{
  padding: 10px 0 0;
  *padding: 5px 0 0;
}

.slot-medium .w-gourmet-map .widget-second-box
{
  padding: 0;
}

.widget-map-filters
{
  position: relative;
  width: 100%;
  *top: 5px;
}

.slot-medium .widget-map-filters
{
  *top: 0;
}

.widget-map-filters .inputs
{
  position: relative;
  width: 100%;
}

.widget-map-filters .left,
.widget-map-filters .right
{
  width: 150px;
}

.widget-map-filters .left
{
  text-align: left;
  float: left;
}

.widget-map-filters .right
{
  text-align: right;
  float: right;
}

.widget-map-filters .inputs input
{
  border: 1px solid #E0D3B4;
  width: 90px;
  padding: 2px 4px;
  margin-left: 5px;
}

.widget-map-filters .select
{
  margin-top: 6px;
  clear: both;
  position: relative;
  width: 100%;
}

.widget-map-filters .select label
{
  display: block;
  float: left;
  width: auto;
}

.widget-map-filters .select select
{
  font-size: 11px;
  width: 192px;
  float: left;
  position: relative;
  top: -1px;
}

.w-gourmet-map .widget-map-filters button
{
  float: right;
  padding: 0;
}

.w-gourmet-map .only-1c .select
{
  margin-bottom: 4px;
}

.w-gourmet-map .only-1c .select label
{
  float: left;
  width: 132px;
}

.w-gourmet-map .only-1c .select select
{
  float: right;
  width: 166px;
}

.w-gourmet-map .only-1c button
{
  float: right;
  padding: 0;
}

.w-gourmet-map .view-more
{
  margin-top: 5px;
}

.w-gourmet-map .only-1c .view-more
{
  float: left;
  margin-top: 2px;
}






.widget-map-results
{
  width:100%;
  position: relative;
}

.slot-small .widget-map-results,
.guest-mode .widget-map-results
{
  display: none;
}

.widget-map-results ul
{
  width:100%;
  position: relative;
  margin-top: 5px;
}

.widget-map-results ul li
{
  position: relative;
  width: 300px;
  padding-top: 4px;
  *padding-top: 2px;
  z-index: 1;
}

.widget-map-results ul li div
{
  font-size: 11px;
}

.widget-map-results .result-image
{
  float: left;
  width: 72px;
  height: 72px;
  overflow: hidden;
}


.widget-map-results .result-image img
{
  width: 72px;
  height: 72px;
}

.widget-map-results .result-type
{
  float: right;
  margin: 2px 0 -17px;
  z-index: 2;
  color: #FFF;
  height: 16px;
  padding: 0 4px 0 0;
  background: url(/images/buttons_tabs/mappable_type.gif) no-repeat right top;
}

.widget-map-results .result-type span
{
  display: block;
  display: inline-block;
  height: 16px;
  line-height: 14px;
  padding: 0 0 0 4px;
  background: url(/images/buttons_tabs/mappable_type.gif) no-repeat left top;
}

.widget-map-results .result-marker
{
  position: absolute;
  top: -4px;
  left: 58px;
  z-index: 1;
  width: 33px;
  height: 32px;
  color: #FFF;
  text-align: center;
  padding-top: 6px;
  font-weight: bold;
}
/*
.widget-map-results .result-marker .marker-pos
{
  position: relative;
  z-index: 500;
  padding-left: 12px;
  padding-top: 2px;
}
*/
.marker-restaurant
{
  background: transparent url(/images/markers/marker_restaurant.png) no-repeat center top;
}

.marker-club
{
  background: transparent url(/images/markers/marker_club.png) no-repeat center top;
}

.marker-event
{
  background: transparent url(/images/markers/marker_event.png) no-repeat center top;
}

.marker-market
{
  background: transparent url(/images/markers/marker_market.png) no-repeat center top;
}

.marker-supplier_producer,
.marker-supplier,
.marker-producer
{
  background: transparent url(/images/markers/marker_supplier_producer.png) no-repeat center top;
}

.marker-organization_school_other
{
  background: transparent url(/images/markers/marker_organization_school_other.png) no-repeat center top;
}

.marker-organization,
.marker-organisation
{
  background: transparent url(/images/markers/marker_organization_school_other.png) no-repeat center top;
}

.marker-school
{
  background: transparent url(/images/markers/marker_organization_school_other.png) no-repeat center top;
}

.marker-other
{
  background: transparent url(/images/markers/marker_organization_school_other.png) no-repeat center top;
}

.flat-mappable-marker
{
  width: 33px;
  height: 38px;
  position: absolute;
  top: -15px;
  left: 87px;
  color: #FFF;
  z-index: 1;
}

.flat-marker-restaurant
{
  background: transparent url(/images/markers/marker_restaurant.gif) no-repeat center top;
}

.flat-marker-club
{
  background: transparent url(/images/markers/marker_club.gif) no-repeat center top;
}

.flat-marker-event
{
  background: transparent url(/images/markers/marker_event.gif) no-repeat center top;
}

.flat-marker-market
{
  background: transparent url(/images/markers/marker_market.gif) no-repeat center top;
}

.flat-marker-supplier_producer,
.flat-marker-supplier,
.flat-marker-producer
{
  background: transparent url(/images/markers/marker_supplier_producer.gif) no-repeat center top;
}

.flat-marker-organization_school_other
{
  background: transparent url(/images/markers/marker_organization_school_other.gif) no-repeat center top;
}

.flat-marker-organization,
.flat-marker-organisation
{
  background: transparent url(/images/markers/marker_organization_school_other.gif) no-repeat center top;
}

.flat-marker-school
{
  background: transparent url(/images/markers/marker_organization_school_other.gif) no-repeat center top;
}

.flat-marker-other
{
  background: transparent url(/images/markers/marker_organization_school_other.gif) no-repeat center top;
}

.widget-map-results .result-info
{
  float: left;
  position: relative;
  width: 208px;
  padding-left: 20px;
  height: 70px;
  border-bottom: 1px dotted #E0D3B4;
}

.widget-map-results .result-name
{
  width: 115px;
}

.widget-map-results .result-name a
{
  color: #000;
}

.widget-map-results .result-stars img
{
  margin: 2px 0;
}

.widget-map-results .result-address
{
  clear: both;
  color: #999;
}

.widget-map-results .result-comments
{
  padding-left: 20px;
  height: 16px;
  background: transparent url(/images/icons/comment_icon.gif) no-repeat left 1px;
}

.widget-map-popup
{
  width: 225px;
  position: absolute;
  margin: 0 auto;
  top: 52px;
  left: 38px;
  z-index: 8800; /* to ensure it does display above everything else*/
}

.widget-map-popup-header
{
  background: white;
}

.widget-map-popup-close,
.widget-map-popup-close-hover
{
  width: 225px;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 16px;
  height: 16px;
  text-align: center;
  background: transparent url(/images/widgets/widget_map_popup_closes.gif) no-repeat;
  z-index: 1;
}

.widget-map-popup-close
{
  background-position: right top;
}

.widget-map-popup-close-hover
{
  background-position: right -16px;
  cursor: pointer;
}

.mappable-marker
{
  width: 26px;
  height: 27px;
  position: absolute;
  top: -14px;
  left: 100px;
  color: #FFF;
  z-index: 1;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
}

.mappable-marker-small
{
  *padding-left: 3px;
}

.mappable-marker-large
{
  *padding-left: 2px;
}

.mappable-description
{
  position: relative;
  padding: 7px 15px 12px;
}

.mappable-info
{
  float: left;
  width: 120px;
}

.mappable-type
{
  padding-bottom: 2px;
  font-weight: bold;
}

.mappable-name
{
  color: #000;
  padding-bottom: 2px;
}

.mappable-address
{
}

.mappable-phone
{
}

.mappable-image
{
  float: right;
  width: 72px;
}

.mappable-comments-stars
{
  clear: both;
  padding: 4px 0 8px;
}

.mappable-comments-stars span
{
  float: left;
  padding-left: 18px;
}

.mappable-comments
{
  float: left;
  padding-left: 22px;
  height: 16px;
  background: transparent url(/images/icons/comment_icon.gif) no-repeat left center;
}

.mappable-stars, .mappable-rating-label, .mappable-rating-stars
{
  float: left;
}

.mappable-interaction
{
  background: #F7F2E9;
  color: #A78647;
}

.mappable-interaction li
{
  border-top: 1px dotted #E9E0CB;
  padding: 2px 0 2px 15px;
}

.mappable-interaction li.first
{
  border-style: solid;
}

.mappable-interaction li.with-icon
{
  padding-left: 35px;
}

.mappable-interaction li.more-icon
{
  background: transparent url(/images/widgets/widget_add.gif) no-repeat 20px center;
}

.mappable-interaction li.email-icon
{
  background: transparent url(/images/widgets/widget_email.gif) no-repeat 15px center;
}

.mappable-interaction li.comment-icon
{
  background: transparent url(/images/icons/comment_icon.gif) no-repeat 15px top;
}

.mappable-interaction li.choice-icon
{
  background: transparent url(/images/widgets/widget_choice.gif) no-repeat 17px center;
}

.mappable-interaction li.choice-icon-selected a
{
  color: #649079;
}

.mappable-interaction li.comment-icon-selected
{
  background: white url(/images/icons/comment_icon.gif) no-repeat 15px top;
}

.mappable-rating-stars
{
  padding-left: 4px;
  position: relative;
  top: 2px;
}
/*
.widget-map-all-results a.view-more
{
  padding-top: 10px;
  padding-bottom: 10px;
}
*/
.mappable-interaction li.widget-map-tabs 
{
  padding: 0;
}

.mappable-interaction li.widget-map-tabs .ui-tabs-nav
{
  float: left;
  position: relative;
  z-index: 1;
  border-right: 0;
  bottom: 0;
}

.mappable-interaction li.widget-map-tabs .ui-tabs-nav li
{
  float: left;
  border: 1px solid transparent;
  padding: 0;
}

.mappable-interaction li.widget-map-tabs .ui-tabs-nav li a
{
  float: left;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  padding: 5px;
  color: #A78647 !important;
  background: transparent;
}

.mappable-interaction li.widget-map-tabs .ui-tabs-nav li.ui-tabs-selected
{
  background: #FFF;
  border-left: 1px solid #E9E0CB;
  border-right: 1px solid #E9E0CB;
  position: relative;
  top: 1px;
}

.mappable-interaction li.widget-map-tabs .ui-tabs-nav li.ui-tabs-selected a
{
  padding-top: 4px;
  padding-bottom: 6px;
  color: #649079 !important;
}

.mappable-interaction li.widget-map-tabs .ui-tabs-panel
{
  border-top: 1px solid #E9E0CB;
  padding: 10px 15px;
}

.mappable-interaction li.widget-map-tabs .ui-tabs-nav .widget-map-comments-tab
{
  background: transparent url(/images/icons/comment_icon.gif) no-repeat 2px 4px;
  padding-left: 16px;
}

.mappable-interaction li.widget-map-tabs .ui-tabs-nav li.ui-tabs-selected.widget-map-comments-tab
{
  background: #FFF url(/images/icons/comment_icon.gif) no-repeat 2px 3px;
  padding-left: 16px;
}

.mappable-interaction li.widget-map-tabs .ui-tabs-nav li.ui-tabs-selected.widget-map-first-tab
{
  border-left-color: #FFF;
}

.mappable-interaction li.widget-map-tabs .ui-tabs-nav li.ui-tabs-selected.widget-map-last-tab
{
  border-right-color: #FFF;
}

.color-restaurant
{
  color: #EE4607;
}

.color-supplier
{
  color: #FFAA08;
}

.color-market
{
  color: #06B527;
}

.color-producer
{
  color: #FFAA08;
}

.color-organization
{
  color: #00A4DA;
}

.color-school
{
  color: #00A4DA;
}

.color-event
{
  color: #FF7FDD;
}

.color-club
{
  color: #808080;
}

.color-other
{
  color: #00A4DA;
}

/** RECIPES BY INGREDIENTS */
.widget-rbi-filters
{
  /*margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #C1A76A;*/
  position: relative;
  width: 100%;
}

.widget-rbi-filter-with
{
  position: relative;
  float: left;
}

.widget-rbi-filter-without
{
  position: relative;
  float: right;
}

.slot-medium .widget-rbi-filter-with
{
  width: 210px;
}

.slot-medium .widget-rbi-filter-without
{
  width: 420px;
}

.widget-rbi-filter-title
{
  float: left;
  padding-top: 2px;
}

.widget-rbi-filter-with .widget-rbi-filter-title
{
  width: 30px;
}

.widget-rbi-filter-without .widget-rbi-filter-title
{
  width: 45px;
}

.slot-small .widget-rbi-filter-with .widget-rbi-filter-title,
.slot-small .widget-rbi-filter-without .widget-rbi-filter-title
{
  /*height: 70px;*/
}

.slot-small .widget-rbi-link-more-criteria
{
  padding-top: 3px;
}

.slot-medium .widget-rbi-link-more-criteria
{
  float: right;
  padding: 4px 0px 0px 0px;
  width: 50%;
  text-align: right;
}

.widget-rbi-ingredients-separation
{
  color: #999999;
  float: left;
  clear: both;
  width: 50%;
}

.slot-small .widget-rbi-filter-submit
{
  float: right;
  display: block;
  padding-top: 3px;
}

.slot-medium .widget-rbi-ingredients-separation
{
  padding-top: 3px;
}

.slot-small .widget-rbi-ingredients-separation
{
  padding-top: 4px;
  width: 70%;
}

.slot-medium .results-2-columns
{
  display: block;
}

.slot-small .results-2-columns
{
  display: none;
}

.slot-medium .results-1-column
{
  display: none;
}

.slot-small .results-1-column
{
  display: block;
}

.widget-rbi-filters ul
{
  float: left;
}

.widget-rbi-filters .widget-rbi-filter-with ul
{
  width: 175px;
}

.widget-rbi-filters .widget-rbi-filter-without ul
{
  width: 375px;
}

.slot-small .widget-rbi-filter-with ul,
.slot-small .widget-rbi-filter-without ul
{
  width: 104px;
}

.widget-rbi-filters ul li
{
  width: 171px;
  margin: 0 0px 4px !important;
  float: left;
  text-align: center;
}

.slot-small .widget-rbi-filters ul li
{
  width: 100px;
}

.widget-rbi-filters ul li.widget-rbi-more-filters
{
  width: 100px;
}

.widget-rbi-filters ul li.widget-rbi-more-filters a
{
  position: relative;
  top: 2px;
}

.widget-rbi-filters input
{
  border: 1px solid #E0D3B4;
  width: 161px;
  padding: 2px 4px;
}

.slot-small .widget-rbi-filters input
{
  border: 1px solid #E0D3B4;
  width: 94px;
  padding: 2px 4px;
}

.widget-rbi-filters ul li.widget-rbi-filter-last
{
  margin-right: 0;
}

.slot-medium .widget-rbi-filters ul li.widget-rbi-filter-submit,
.widget-rbi-filters ul .widget-rbi-filter-submit
{
  text-align: right;
  float: right;
  margin: 0;
  width: 120px;
}















.widget-results
{
  margin-bottom: 8px;
}

.widget-results-header
{
  position: relative;
  padding: 5px 0 10 0px;
  margin-top: 10px;
  border-top: 1px dotted #C1A76A;
}

.widget-results-title
{
  float: left;
}

.slot-medium .widget-results-display
{
  float: right;
  padding-top: 2px;
}

.slot-small .widget-results-display
{
  float: right;
  padding-top: 2px;
}

.widget-results-list
{
  clear: both;
  position: relative;
  width: 100%;
}

.recipe-ingredient-tooltip
{
  cursor: pointer;
}

.widget-no-results
{
  position: relative;
  padding: 5px 0 0;
  margin: 10px 0 0;
  border-top: 1px dotted #C1A76A;
  width: 100%;
}





/** RECIPES TOP 10 */
.widget-rt10-main-image
{
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 10px;
}

.widget-rt10-main-item
{
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px dotted #C1A76A;
  margin-bottom: 10px;
}

.widget-rt10-main-number
{
  background: transparent url(/widgets/recipes_top10/images/widget_number_1_big.gif) no-repeat scroll left top;
  float: left;
  height: 40px;
  width: 34px;
  text-indent:-9999px;
}

h2.widget-rt10-main-name
{
  width: 264px;
  position: relative;
  top: -3px;
}

.widget-rt10-main-info
{
  position: relative;
}

.widget-rt10 .item-view-mode-list .item-list-info
{
  position: relative;
  width: 248px;
  border: none;
}

.widget-rt10-main-author-comments
{
  float: left;
}

.widget-rt10 .item-view-mode-list .item-list-info a
{
  position: relative;
  width: 188px;
}

.widget-rt10-main-info .medium-stars
{
  float: right;
}

.widget-rt10 a.view-more
{
  margin: 4px 0 9px;
}


/** SEASON RECIPES */
.autumn .widget-content, .spring .widget-content, .summer .widget-content, .winter .widget-content
{
  padding-top: 5px;
}

.w-season-recipes li.tooltip-trigger
{
  width: 72px;
}

.autumn h1.widget-header-title, .spring h1.widget-header-title, .summer h1.widget-header-title, .winter h1.widget-header-title
{
  padding-left: 36px;
  padding-top: 2px;
  margin-top: -2px;
  height: 24px;
  background: url(/widgets/season_recipes/images/widget_seasons_icons.gif) no-repeat left 26px;
}

.slot-small .autumn h1.widget-header-title, .slot-small .spring h1.widget-header-title, .slot-small .summer h1.widget-header-title, .slot-small .winter h1.widget-header-title,
.guest-mode .autumn h1.widget-header-title, .guest-mode .spring h1.widget-header-title, .guest-mode .summer h1.widget-header-title, .guest-mode .winter h1.widget-header-title
{
  width: 237px;
}

.slot-medium .autumn h1.widget-header-title, .slot-medium .spring h1.widget-header-title, .slot-medium .summer h1.widget-header-title, .slot-medium .winter h1.widget-header-title
{
  width: 550px;
}

.widget-hidden h1.widget-header-title
{
  padding-left: 0;
  background: none;
}

.short-month
{
  cursor: pointer;
}
/*
.season-subheader
{
  height: 26px;
  padding-left: 36px;
  margin-bottom: 6px;
  background: url(/widgets/season_recipes/images/widget_seasons_icons.gif) no-repeat left 26px;
  color: #000;
  position: relative;
  width: auto;
}

.season-subheader span
{
  font-size: 24px;
  position: relative;
  bottom: 4px;
  margin-right: 3px;
  text-transform: capitalize;
}
*/
.w-season-recipes .customize-widget
{
  padding: 4px 5px 6px;
  margin: 0;
}

.slot-medium .w-season-recipes .customize-widget
{
  width: 618px;
}

.slot-medium .w-season-recipes .mg-sliders
{
  float: right;
  width: 480px;
}

.w-season-recipes .customize-widget .title
{
  margin-left: 5px;
}

.slot-medium .w-season-recipes .customize-widget .title
{
  float: left;
}

.w-season-recipes .customize-widget ul.mg-sliders
{
  margin-top: 4px;
  *margin-top: 5px;
}

.w-season-recipes .customize-widget ul.slider-steps
{
  padding-left: 0;
  margin: 7px 0 0;
}

.w-season-recipes .customize-widget ul li
{
  margin: 0;
}

.w-season-recipes .mg-sliders .slider-item
{
  width: 288px;
  left: 5px;
}

.slot-medium .w-season-recipes .mg-sliders .slider-item
{
  width: 480px;
}

.w-season-recipes .mg-sliders .ui-slider
{
  width: 280px;
  margin-left: 4px;
  background-image: url(/widgets/season_recipes/images/widget_seasons_sliders.png);
  z-index: 2;
}

.slot-medium .w-season-recipes .mg-sliders .ui-slider
{
  background-image: url(/widgets/season_recipes/images/widget_seasons_long_sliders.png);
  width: 480px;
  margin: 0;
}

.w-season-recipes .mg-sliders .ui-slider a
{
  z-index: 3;
}

.w-season-recipes .mg-sliders .ui-slider-handle
{
  background-image: url(/widgets/season_recipes/images/widget_seasons_slider_handles.gif);
  z-index: 4;
}

.w-season-recipes .customize-widget .slider-steps li
{
  width: 24px;
  text-align: center;
}

.slot-medium .w-season-recipes .customize-widget .slider-steps li
{
  width: 40px;
}

.w-season-recipes li.month-1,
.w-season-recipes li.month-2,
.w-season-recipes li.month-12
{
  color: #5F92C1;
}

.w-season-recipes li.month-3,
.w-season-recipes li.month-4,
.w-season-recipes li.month-5
{
  color: #3DA40B;
}

.w-season-recipes li.month-6,
.w-season-recipes li.month-7,
.w-season-recipes li.month-8
{
  color: #F29400;
}

.w-season-recipes li.month-9,
.w-season-recipes li.month-10,
.w-season-recipes li.month-11
{
  color: #B16240;
}

.w-season-recipes li.selected
{
  background-color: black;
  color: #FFF;
}

.w-season-recipes .widget-results-header
{
  border-top: 0;
  margin-top: 0;
}






.spring h1.widget-header-title span
{
  color: #339509;
}
/*
.spring .season-subheader
{
  background-position: left 0;
}
.spring .season-subheader .season
{
  color: #76B85A;
}
*/
.spring h1.widget-header-title
{
  background-position: left 0;
}
.spring .customize-widget
{
  border-color: #BBDFAA;
  background-color: #EDF7E9;
}
.spring .mg-sliders .ui-slider
{
  background-position: left 0;
}
.spring .mg-sliders .ui-slider-handle
{
  background-position: center 0;
}
.spring li.selected
{
  background-color: #3DA40B;
}
.spring.widget-container
{
  border-color: #D1F5BF;
}


.autumn h1.widget-header-title span
{
  color: #A24F34;
}
/*
.autumn .season-subheader
{
  background-position: left -26px;
}
.autumn .season-subheader .season
{
  color: #C18977;
}
*/
.autumn h1.widget-header-title
{
  background-position: left -26px;
}
.autumn .customize-widget
{
  border-color: #E4C8BC;
  background-color: #F7EDE9;
}
.autumn .mg-sliders .ui-slider
{
  background-position: left -10px;
}
.autumn .mg-sliders .ui-slider-handle
{
  background-position: center -10px;
}
.autumn li.selected
{
  background-color: #B16240;
}
.autumn.widget-container
{
  border-color: #F5CFBF;
}


.summer h1.widget-header-title span
{
  color: #F08000;
}
/*
.summer .season-subheader
{
  background-position: left -52px;
}
.summer .season-subheader .season
{
  color: #F5AA54;
}
*/
.summer h1.widget-header-title
{
  background-position: left -52px;
}
.summer .customize-widget
{
  border-color: #FADAA6;
  background-color: #F7F2E9;
}
.summer .mg-sliders .ui-slider
{
  background-position: left -20px;
}
.summer .mg-sliders .ui-slider-handle
{
  background-position: center -20px;
}
.summer li.selected
{
  background-color: #F29400;
}
.summer.widget-container
{
  border-color: #F5E0BF;
}


.winter h1.widget-header-title span
{
  color: #4C6896;
}
/*
.winter .season-subheader
{
  background-position: left -78px;
}
.winter .season-subheader .season
{
  color: #88A9CE;
}
*/
.winter h1.widget-header-title
{
  background-position: left -78px;
}
.winter .customize-widget
{
  border-color: #C7D9E9;
  background-color: #E9F0F7;
}
.winter .mg-sliders .ui-slider
{
  background-position: left -30px;
}
.winter .mg-sliders .ui-slider-handle
{
  background-position: center -30px;
}
.winter li.selected
{
  background-color: #5F92C1;
}
.winter.widget-container
{
  border-color: #BFDBF5;
}


/**
 * POPUP
 */
 
.popup-send-widget div.popup-box-content
{
  width: 348px;
}

.popup-send-widget .popup-box-title a
{
  background: #FFF9ED url(/images/widgets/widget_email.gif) no-repeat 11px 7px;
  padding-left: 29px;
}
 
.popup-trigger
{
  position: relative;
  width: 100%;
  *width: auto;
  display: block;
  z-index: 2;
}

.popup-box .send-popup-title
{
  width: 160px;
  font-weight: bold;
  color: #649079;
  margin-bottom: 5px;
}

.popup-box .send-popup-form-line
{
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  color: #999;
  font-size: 10px;
}

.popup-box .send-popup-form-label
{
  width: 130px;
  float: left;
  color: #333;
}

.popup-box .send-popup-form-input
{
  width: 200px;
  float: right;
}

.popup-box .send-popup-form-input textarea
{
  height: 120px;
}

.popup-box #send_to_friends_your_friends_emails
{
  height: 36px;
}

.popup-box .send-popup-form-input input,
.popup-box .send-popup-form-input textarea
{
  width: 190px;
  border: 1px solid #E0D3B4;
  padding: 2px 4px;
  font: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
}

.popup-box .send-popup-form-input div
{
  color: #999;
  font-size: 10px;
}

.popup-box .send-popup-form-checkbox
{
  width: 262px;
  float: left;
  color:#333;
}

.popup-box .send-popup-form-checkbox input
{
  vertical-align: middle;
  margin: 0;
}

.popup-box .send-popup-form-button
{
  width: 68px;
  float: right;
  text-align: right;
}

.popup-box .send-popup-form-button button
{
  padding: 0;
}


/**
 * Widget Tabs
 */
.slot-small .mg-widget-tabs,
.guest-mode .mg-widget-tabs
{
  position: relative;
  width: 300px;
}

.mg-widget-tabs .widget-tabs-nav
{
  margin: 0; padding: 0; border: 0; outline: 0; line-height: 1; text-decoration: none; font-size: 100%; list-style: none;
  float: left;
  position: relative;
  z-index: 1;
  bottom: -1px;
  border-bottom: 1px solid #DA3C00;
  width: 100%;
}

.mg-widget-tabs .widget-tabs-nav li
{
  margin: 0; padding: 0; border: 0; outline: 0; line-height: 1; text-decoration: none; font-size: 100%; list-style: none;
  float: left;
  position: relative;
  margin-right: 4px;
  height: 23px;
}


.mg-widget-tabs .widget-tabs-nav li.ui-tabs-right
{
  float: right;
  margin-right: 0;
}

.mg-widget-tabs .widget-tabs-nav li a
{
  margin: 0; padding: 0; border: 0; outline: 0; line-height: 1; text-decoration: none; font-size: 100%; list-style: none;
  float: left;
  background: #E0D3B4;
  color: #89682a !important;
  margin: 0 2px;
  padding: 4px 7px 2px;
  font-weight: normal;
  display: block;
  height: 17px;
}

.mg-widget-tabs .widget-tabs-nav li a:hover
{
  background: #E0D3B4;
  color: #89682a !important;
}

.mg-widget-tabs .widget-tabs-nav li.mg-tabs .widget-tabs-selected
{
  border-bottom: 0;
  background: #DA3C00;
  color: #FFF !important;
}

.mg-widget-tabs .widget-tabs-nav li.widget-tabs-selected a,
.mg-widget-tabs .widget-tabs-nav li.widget-tabs-selected a:hover
{
  background: #DA3C00;
  color: #FFF !important;
}

.mg-widget-tabs .ui-tabs-panel
{
  margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
  clear: left;
  color: #666;
}

.mg-widget-tabs .ui-tabs-hide
{
  display: none;
}

.mg-widget-tabs .widget-tabs-nav li a .mg-tabs-nav-item-left
{
  display: block;
  background: #FFF url('/images/buttons_tabs/content_tabs.gif') no-repeat left -23px;
  height: 23px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 0;
}

.mg-widget-tabs .widget-tabs-nav li a .mg-tabs-nav-item-right
{
  display: block;
  background: #FFF url('/images/buttons_tabs/content_tabs.gif') no-repeat right -23px;
  height: 23px;
  width: 7px;
  position: absolute;
  right: 0;
  top: 0;
}

.mg-widget-tabs .widget-tabs-nav li.widget-tabs-selected a .mg-tabs-nav-item-left
{
  display: block;
  background: #FFF url('/images/buttons_tabs/content_tabs.gif') no-repeat left top;
  height: 23px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 0;
}

.mg-widget-tabs .widget-tabs-nav li.widget-tabs-selected a .mg-tabs-nav-item-right
{
  display: block;
  background: #FFF url('/images/buttons_tabs/content_tabs.gif') no-repeat right top;
  height: 23px;
  width: 7px;
  position: absolute;
  right: 0;
  top: 0;
}

.mg-widget-tabs .widget-tabs-nav li a span.parenthesis
{
  color: #DA3C00;
}

.mg-widget-tabs .widget-tabs-nav li.widget-tabs-selected a span.parenthesis
{
  color: #FFF;
}

.widget-rt10-recipe-list
{
  padding-top: 5px;
  /*border-bottom: 1px dotted #E0D3B4;*/
}

.item-view-mode-list .item-list-number-rt10
{
  float: left;
  width: 19px;
  font-size: 14px;
  font-weight: bold;
  color: #649079;
  position: relative;
  top: 1px;
  padding-right: 5px;
  text-align: right;
}

div.slot-small div.widget-rt10
{
  margin-bottom: 0px;
}

.widget-rt10 .item-view-mode-list .item-list-stars
{
  float: right;
  width: 60px;
  position: relative;
  padding-top: 3px;
  height: 40px;
}

/**
 * Widget menusSelections
 */ 

.item-view-mode-list .item-list-picture-menus-selections
{
  width: 26px;
  height: 20px;
  margin-right: 2px;
  float: left;
  overflow: hidden;
}

.item-view-mode-list .item-list-info-menus-selections
{
  position: relative;
  border-bottom: 1px dotted #E0D3B4;
  float: left;
  width: 272px;
  height: 19px;
  overflow: hidden;
}

.item-view-mode-list .item-list-picture-menus-selections .menu-selection-picture
{
  height: 20px;
  width: 20px;
  margin-right: 2px;
  float: left;
}

.widget-wms-results-display
{
  padding-top: 7px;
  padding-bottom: 5px;
}

.widget-wms-results-display span
{
  color: #CCCCCC;
}

.wms-item-view-mode-image
{
  position: relative;
  width: 298px;
  height: 122px;
  cursor: pointer;
  float: left;
}

.slot-medium ul.wms-view-mode-image-first-col
{
  position: relative;
  z-index: 1;
  float: left;
  width: 310px;
}

.slot-small ul.wms-view-mode-image-first-col
{
  position: relative;
  z-index: 1;
  float: left;
  width: 300px;
}

.slot-medium ul.wms-view-mode-image-second-col
{
  position: relative;
  z-index: 1;
  float: right;
  width: 310px;
}

.slot-small ul.wms-view-mode-image-second-col
{
  position: relative;
  z-index: 1;
  float: right;
  width: 300px;
}

.slot-medium ul.wms-view-mode-list-second-col
{
  padding-left: 4px;
}

ul.wms-view-mode-image-first-col
{
  margin-right: 10px;
}

.slot-medium ul.wms-view-mode-image-second-col .wms-item-view-mode-image
{
    margin: 0 0 0px 12px;
}

.slot-small ul.wms-view-mode-image-second-col .wms-item-view-mode-image
{
}

.wms-item-view-mode-image .recipe-pictures
{
  padding-top: 23px;
}

.wms-item-view-mode-image .menu-first-picture
{
  float: left;
  padding-left: 75px;
}

.wms-item-view-mode-image .menu-second-picture
{
  float: left;
  padding-left: 2px;
}

.wms-item-view-mode-image .menu-third-picture
{
  float: left;
  padding-left: 3px;
}

.wms-item-view-mode-image .menu-picture
{
  width: 298px;
  height: 122px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('/images/menus/full_menu.png');
}

.wms-item-view-mode-image .recipe-tooltips
{
  width: 223px;
  height: 99px;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 23px;
  padding-left: 75px;
}

.wms-item-view-mode-image .first-recipe-tooltip,
.wms-item-view-mode-image .second-recipe-tooltip,
.wms-item-view-mode-image .third-recipe-tooltip
{
  float: left;
  width: 72px;
  height: 72px;
}

.wms-item-view-mode-image .first-recipe-tooltip
{
  width: 74px;
}

.wms-item-view-mode-image .second-recipe-tooltip
{
  width: 77px;
}

.slot-small .wms-hidden-menu
{
  display: none;
}

.wms-menu-label
{
  padding-top: 29px;
  text-align: center;
  width: 75px;
  font-family: Arial, Tahoma /*Georgia, Times New Roman, Times, serif */;
  color: #649079;
}

.wms-menu-label div
{
  font-size: 13px;
}

.wms-menu-label .menu-stars-separator
{
  line-height: 10px;
  padding-bottom: 2px;
}

.wms-widget-first-box,
.wms-widget-second-box
{
  float: left;
  position: relative;
  width: 300px;
}

.slot-medium .wms-widget-first-box
{
  margin-right: 30px;
}

.wms-link-see-all-menus
{
  clear: both;
}

/**
 * DÃ©placement widget
 */
.drag-widget
{
  background-color: #FFFFFF;
  border: 1px solid #F6CEBF;
  padding: 7px 7px 0 7px;
  -webkit-box-shadow: 1px 1px 10px #999999;
  -moz-box-shadow: 1px 1px 10px #999999;
  box-shadow: 1px 1px 10px #999999;
}

.placeholder-widget,
.placeholder-add-widget
{
  background-color: #FAFAFA;
  -webkit-box-shadow: inset 1px 1px 6px #999999;
  -moz-box-shadow: inset 1px 1px 6px #999999;
  box-shadow: inset 1px 1px 6px #999999;
}

/**
 * widget NewsFeed
 */

.feed
{
  padding-top: 7px
}

.slot-small .feed .feed-date
{
  width: 45px;
}

.feed .feed-date
{
  float: left;
  padding-right: 10px;
}

.feed .feed-picture
{
  float: left;
  width: 46px;
  margin-right: 10px;
}

.slot-small .feed .feed-message
{
  width: 244px;
}

.slot-medium .feed .feed-message
{
  width: 574px;
}

.feed 
{
  float: left;
}

.feed-message
{
  float: left;
  width: 574px;
}

.feed .feed-message
{
  float: left;
}

.see-all-feeds
{
  padding-top: 5px;
}

div.widget-loading-indicator,
h1.widget-header-title span.widget-loading-indicator,
span.small-loading-indicator
{
  width: 16px;
  height: 100%;
  background: transparent url(/images/ajax-loader.gif) no-repeat right;
  display: none;
}

div.widget-loading-indicator-display
{
  display: inline-block;
  *display: inline;
  zoom: 1;
}

h1.widget-header-title span.widget-loading-indicator-display
{
  display: inline;
  padding-left: 16px;
}

/**
 * Composant Mots ClÃ©
 */
.widget-content.keywords-component
{
  padding-top: 5px;
  *padding-top: 0;
}

.keywords-component .keywords-line .keywords-label,
.keywords-component .keywords-line .keywords-text
{
  float: left;
}

.keywords-component .keywords-line
{
  padding-top: 2px;
  *padding-top: 1px;
}

.keywords-component .keywords-line .keywords-label
{
  color: #999999;
  font-weight: bold;
  padding-right: 4px;
}






























/*********** CHILDREN CORNER ******************/
.slot-medium .w-children-corner .widget-header-title
{
  padding-left: 110px;
  width: 470px;
  z-index: 4;
}

.slot-small .w-children-corner .widget-header-title,
.guest-mode .w-children-corner .widget-header-title
{
  padding-left: 110px;
  width: 160px;
  z-index: 4;
}

.slot-medium .w-children-corner.widget-hidden .widget-header-title
{
  padding-left: 0;
  width: 580px;
}

.slot-small .w-children-corner.widget-hidden .widget-header-title,
.guest-mode .w-children-corner.widget-hidden .widget-header-title
{
  padding-left: 0;
  width: 273px;
}

.w-children-corner .widget-content
{
  font-family: "Comic sans MS", "sans serif";
  z-index: 1;
}

.child
{
  display: block;
  width: 200px;
  height: 250px;
  position: absolute;
  z-index: 3;
}

.child1
{
  top: -51px;
  background: transparent url(/widgets/children_corner/images/child_1.png) no-repeat left top;
}

.child2
{
  left: -3px;
  top: -50px;
  background: transparent url(/widgets/children_corner/images/child_2.png) no-repeat left top;
}

.child3
{
  left: -3px;
  top: -50px;
  background: transparent url(/widgets/children_corner/images/child_3.png) no-repeat left top;
}

.w-children-corner .mg-widget-tabs
{
  margin-bottom: 5px;
  z-index: 4;
}

.w-children-corner .recipe-title
{
  position: relative;
  width: 100%;
}

.w-children-corner .recipe-title h2
{
  position: relative;
  width: 100%;
}

.w-children-corner .recipe-title h2 a
{
  line-height: 24px;
}

.w-children-corner .recipe-title span.multicolor-text
{
  float: right;
  text-align: right;
  width: 110px;
  margin-top: 4px;
}

.w-children-corner .recipe-title span.multicolor-text span
{
  font-size: 14px;
}

.w-children-corner .recipe-info
{
  margin-bottom: 4px;
}

.slot-small .w-children-corner div.widget-first-box,
.guest-mode .w-children-corner div.widget-first-box
{
  margin-bottom: 0;
}

.w-children-corner .bottom-link
{
  width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slot-small .w-children-corner .bottom-link,
.guest-mode .w-children-corner .bottom-link
{
  margin-top: 3px;
  padding-top: 2px;
  border-top: 1px dotted #C1A76A;
}

.w-children-corner .widget-second-box
{
  margin-bottom: 23px;
}

.slot-medium .w-children-corner .widget-second-box
{
  /*padding-bottom: 20px;*/
}























.zindex .widget-content
{
  z-index: 1;
}

.widget-confirm-close
{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 350px;
  z-index: 424242;
}

div.shadow-full.widget-confirm-close
{
  z-index: 424242;
}

.shadow-full.widget-confirm-close div.shadow-tl
{
  background-image: url(/images/shadow.png);
}

.widget-confirm-close-content
{
  font-weight: normal;
  border: 1px solid #F2BBA6;
  padding: 20px;
  margin: 0;
  background: #FFF9ED;
  height: 100%;
}

.widget-confirm-close-content strong
{
  color: #649079;
}

.widget-confirm-close-content p
{
  padding-top: 5px;
  color: #333;
}

.widget-confirm-close-content .actions
{
  text-align: right;
}

.widget-confirm-close-content .close-x
{
  position: absolute;
  top: 14px;
  right: 11px;
  width: 9px;
  height: 8px;
  background: transparent url(/images/icons/flash_close.gif) no-repeat right top;
  text-indent: -9999px;
  cursor: pointer;
}

/**
 * Widget photoGrid
 */
.photogrid-tooltip
{
  float: left;
  margin-bottom: 3px;
}

#sidebar-contextual .photogrid-tooltip,
.slot-small .photogrid-tooltip
{
  margin-right: 4px;
}

.slot-medium .photogrid-tooltip
{
  margin-right: 7px;
  margin-bottom: 7px;
}

.slot-medium .widget-photogrid
{
  padding-left: 2px;
}

#sidebar-contextual .widget-photogrid .photogrid-1c,
.slot-small .widget-photogrid .photogrid-1c
{
  display: none;
}

.widget-photogrid-tabs
{
  padding-bottom: 5px;
  *position: relative;
  *z-index: 0;
}

#sidebar-contextual .photogrid-tooltip-1c-end-line,
.slot-small .photogrid-tooltip-1c-end-line
{
  margin-right: 0;
}

.slot-medium .photogrid-tooltip-2c-end-line
{
  margin-right: 0;
}

#result-starter-ingredients,
#result-main-course-ingredients,
#result-dessert-ingredients
{
  display: none;
}



/**
 * Widget robuchonPresents
 */
.w-rp .widget-content
{
  padding: 0 0 5px 0;
}

.slot-small .w-rp .widget-content,
.guest-mode .w-rp .widget-content
{
  *padding: 0;
}

.slot-small .w-rp .widget-second-box,
.guest-mode .w-rp .widget-second-box
{
  border-top: 1px dotted #DA3C00;
  padding-top: 10px;
}

.w-rp .widget-first-box h1.chef
{
  width: 224px;
  font-size: 18px;
}

.w-rp .widget-first-box h1.chef a
{
  color: #000;
  font-size: 18px;
}

.w-rp .widget-first-box h1.chef a:hover
{
  color: #B2B2B2;;
}

.w-rp .widget-first-box .chef-logo
{
  width: 71px;
  height: 61px;
  background: url(/images/icons/is_chef_icon.gif) no-repeat left top;
  position: absolute;
  top: 3px;
  right: 0;
}

.w-rp .widget-first-box .photo
{
  width: 147px;
  margin-right: 10px;
}

.w-rp .widget-first-box .restaurant
{
  width: 143px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.w-rp .widget-first-box .restaurant .type
{
  font-weight: bold;
  color: #999;
}

.w-rp .widget-first-box .restaurant .stars
{
  clear: both;
  left: 0;
}

.w-rp .widget-first-box .restaurant .address
{
  clear: both;
}

.w-rp .widget-second-box ul
{
  list-style: none;
}

.w-rp .widget-second-box ul li
{
  position: relative;
  width: 100%;
  clear: both;
  margin-bottom: 8px;
  padding-bottom: 8px;
  *margin-bottom: 5px;
  border-bottom: 1px dotted #C1A76A;
}

.w-rp .widget-second-box ul li.last
{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}


.w-rp .widget-second-box ul li .photo
{
  float: left;
  width: 46px;
  margin-right: 10px;
}

.w-rp .widget-second-box ul li .info
{
  float: left;
  width: 244px;
  position: relative;
  top: -2px;
}

.w-rp .widget-second-box ul li .info p.stars
{
  left: 0;
  margin-right: 4px;
}

.w-rp .widget-second-box ul li .info a.link-recipe
{
  
}

.w-rp .widget-second-box ul li .info ul li
{
  float: left;
  clear: none;
  width: auto;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.w-rp .widget-second-box ul li .info ul li .separator
{
  margin: 0 4px;
}

.w-rp .widget-second-box ul li .info ul li.time
{
  padding-left: 14px;
  background: url(/images/icons/timer.gif) no-repeat left center;
}

.w-rp .widget-second-box ul li .info ul li.comments
{
  padding-left: 18px;
  background: url(/images/icons/comment_icon.gif) no-repeat left center;
}

/** EDITO */


div.widget-edito .title
{
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}

div.widget-edito .content
{
  text-align: left;
}


/** categoryList*/

.categoryList .widget-content
{
  padding: 0 0 5px 0;
}

.slot-small .categoryList.widget-content,
.guest-mode .categoryList .widget-content
{
  *padding: 0;
}

.slot-small .categoryList .widget-second-box,
.guest-mode .categoryList .widget-second-box
{
  border-top: 1px dotted #DA3C00;
  padding-top: 10px;
}


div.categoryList  ul
{
  list-style: none;
}

div.categoryList ul li
{
  position: relative;
  width: 100%;
  clear: both;
  margin-bottom: 8px;
  padding-bottom: 8px;
  *margin-bottom: 5px;
  border-bottom: 1px dotted #C1A76A;
}

div.categoryList ul li.last
{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}


div.categoryList ul li .category-photo
{
  float: left;
  width: 72px;
  margin-right: 10px;
}

div.categoryList ul li .category-name
{
  float: left;
  width: 218px;
  position: relative;
  font-size: 18px;
  top: -2px;
}

