

/************************
**  JQDOCK : DEMO CSS  **
************************/
/*dock styling...*/
/*docks (div.jqDock) get absolute position, zero padding and margin, and visible overflow; width and height are calculated*/
  /*...set a default dock background colour...*/
  #concessions1{
  
  }
  #candyMed, #candySmall, #candyLg, #candyO{
  margin-bottom: 15px; margin-top: 40px;
  }
  #candyO, #drinkF, #drinkBot, #popcorn{
  margin-top: 50px;
  }
  div.jqDock {background-color:transparent}
  /*...override background colour and/or border for specific demo docks...*/
  #menu2 div.jqDockWrap {background-color:#999999; width: 100%}
  #menu3 div.jqDock {border:2px solid #ff9900;}
  #menu4 div.jqDock {background-color:#cccccc; border:1px solid #000000;}
  #menu5 div.jqDock {background-color:#000000;}
  #menu6 div.jqDock {background-color:#e0e0ff; border:3px solid #0000ff;}
  #menu7 div.jqDock {border:1px solid #0000cc;}

/*label styling...*/
/*labels (div.jqDockLabel) only get absolute position and zero margin (with top and left being calculated); the rest is up to you*/
  /*...let's set some defaults...*/
  div.jqDockLabel {z-index: 10000; border:0 none; padding:0 14px; font-weight:bold; font-size:14px; font-style:italic; white-space:nowrap; color:#c85000; background-color:white; position: relative; top: 20px;}
  div.jqDockLabelLink {cursor:pointer;}
  div.jqDockLabelImage {cursor:default;}


    


