
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; }
.ui-widget-content { font-size:12px; color:#fff; height:auto;}
.ui-widget-content a { color: #fff; }
.ui-widget-header {  }
.ui-widget-header a { color: #fff; }




/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active {  }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }





/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {  background: #fbf9ee; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

div#accordion div ul li { color:#FFFFFF !important; }


div#accordion h3.happy a {
  background: url(/images/specials-hh.jpg) !important;
  height: 40px;
  width: 250px;
  padding:0px;
  overflow:hidden;
}
div#accordion h3.sundays a {
  background: url(/images/specials_03.jpg) !important;
  height: 40px;
  width: 250px;
  padding:0px;
  overflow:hidden;
}
div#accordion h3.mondays a {
  background: url(/images/specials_06.jpg) !important;
  height: 40px;
  width: 250px;
  padding:0px;
  overflow:hidden;
}
div#accordion h3.tuesdays a {
  background: url(/images/specials_08.jpg) !important;
  height: 40px;
  width: 250px;
  padding:0px;
  overflow:hidden;
}

div#accordion h3.wednesdays a {
  background: url(/images/specials_10.jpg) !important;
  height: 40px;
  width: 250px;
  padding:0px;
  overflow:hidden;
}
div#accordion h3.thursdays a {
  background: url(/images/specials_12.jpg) !important;
  height: 40px;
  width: 250px;
  padding:0px;
  overflow:hidden;
}
div#accordion h3.fridays a {
  background: url(/images/specials_14.jpg) !important;
  height: 40px;
  width: 250px;
  padding:0px;
  overflow:hidden;
}

div#accordion h3.saturdays a {
  background: url(/images/specials_16.jpg) !important;
  height: 40px;
  width: 250px;
  padding:0px;
  overflow:hidden;
}




div#accordion ul li {
  background: url(/images/special-bullet.jpg) no-repeat left 7px;
  padding-left: 30px;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  color:#FFFFFF !important;
}

div#accordion h4 {
  color: #a38f0a;
  font-size:12px;
  font-weight:normal;
}