@charset "UTF-8";

@media screen, projection
{


#store-tabs {
    position:relative;
    width:190px;
    height:29px;
    margin:0 auto 30px auto;
}



#store-tabs .shop-on {
    background: url("../../images/mod[store-sprite].jpg") top left no-repeat;
    height:29px;
     text-indent:-5px;
    }

#store-tabs .dining-off {
    background: url("../../images/mod[store-sprite].jpg") top right no-repeat;
    height:29px;
     text-indent:5px;
    }

#store-tabs .shop-on,
#store-tabs .dining-off {
    text-align:center;
    text-transform:uppercase;
    font-size:12px;
    font-family: "Times New Roman", Times, serif;
    line-height:29px;
    cursor:pointer;
   
}

/*------------------*/

#store-tabs2 {
    position:relative;
    width:190px;
    height:29px;
    margin:0 auto 30px auto;
}



#store-tabs2 .shop-off {
    background: url("../../images/mod[store-sprite].jpg") bottom left no-repeat;
    height:29px;
     text-indent:-5px;
    }

#store-tabs2 .dining-on {
    background: url("../../images/mod[store-sprite].jpg") bottom right no-repeat;
    height:29px;
     text-indent:5px;
    }

#store-tabs2 .shop-off,
#store-tabs2 .dining-on {
    text-align:center;
    text-transform:uppercase;
    font-size:12px;
    font-family: "Times New Roman", Times, serif;
    line-height:29px;
    cursor:pointer;
   
}


  /*----------MENU ---------**/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the class name "jcarousel-container".
 */
 
#store-menu,
#store-menu2 {
    position:relative;
    width:190px;
    border:4px #fff solid;
    margin:0 auto;
    ;
}

#jmenu,
#jmenu2{
    position:relative;
    padding:0px 6px;
    font-family: "Times New Roman", Times, serif;
}




.jmenu-container {
    position: relative;
   
}

.jmenu-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    
}

.jmenu-list {
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: 0;
    min-height:3000px;
}

.jmenu-list li,
.jmenu-item {
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 190px;
    height: 20px;
    font-size:14px;
    overflow:hidden;
}

.jmenu-list ul { 
    padding:0;
    margin:0 ;
}

.jmenu-list li {
    margin-left:0;
    line-height:10px;
    
}


  

/**
 * 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".
 */
.jmenu-next {
    z-index: 3;
    display: none;
}

.jmenu-prev {
    z-index: 3;
    display: none;
}


/** -----------------------------  **/

.jmenu-skin .jmenu-container {
    background: #FFF;
    border: 1px solid #EAEAEA;
    height: 300px;
}

.jmenu-skin .jmenu-container-horizontal {
    width: 180px;
    padding: 20px 40px;
}

.jmenu-skin .jmenu-container-vertical {
    width: 188px;
    height: 300px;
    padding: 0px 0px;
    text-align:center;
}

.jmenu-skin .jmenu-clip-horizontal {
    width:  180px;
    height: 75px;
}

.jmenu-skin .jmenu-clip-vertical {
    width:  188px;
    height: 300px;
    
}

.jmenu-skin .jmenu-item {
    width: 170px;
    height: 13px;
    padding:2px;
}

.jmenu-skin .jmenu-item a:link,
.jmenu-skin .jmenu-item a:visited {
    color:#666;
 }

  .jmenu-skin .jmenu-item.active { background: none; }

  .jmenu-skin .jmenu-item.active strong,
  .jmenu-skin .jmenu-item.active a,
  .jmenu-skin .jmenu-item.active a:focus,
  .jmenu-skin .jmenu-item.active a:hover,
  .jmenu-skin .jmenu-item.active a:active { color: #009ACD; font-weight: normal; }
  
.subcat {
text-align:left;
}



.subcat li {
    padding:0;
    margin:0;
}


.subcat .sub-title {
    font-weight:bold;
    font-size:14px;
    line-height:1.3em;
    height:1.4em;
    margin:5px 0 0 0;
    border-bottom:1px #222 dotted;
}

.subcat .sub-store {
    padding:0 0 0 10px;
    line-height:10px;
    font-size:12px;
}

.jmenu-skin .jmenu-item-horizontal {
    margin-right: 10px;
}

.jmenu-skin .jmenu-item-vertical {
    margin-bottom: 10px;
}

.jmenu-skin .jmenu-item-placeholder {
    background: #fff;
    color: #000;
}


/**
 *  Horizontal Buttons
 */
.jmenu-skin .jmenu-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../../images/next-horizontal.png") no-repeat 0 0;
}

.jmenu-skin .jmenu-next-horizontal:hover {
    background-position: -32px 0;
}

.jmenu-skin .jmenu-next-horizontal:active {
    background-position: -64px 0;
}

.jmenu-skin .jmenu-next-disabled-horizontal,
.jmenu-skin .jmenu-next-disabled-horizontal:hover,
.jmenu-skin .jmenu-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.jmenu-skin .jmenu-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../../images/prev-horizontal.png") no-repeat 0 0;
}

.jmenu-skin .jmenu-prev-horizontal:hover {
    background-position: -32px 0;
}

.jmenu-skin .jmenu-prev-horizontal:active {
    background-position: -64px 0;
}

.jmenu-skin .jmenu-prev-disabled-horizontal,
.jmenu-skin .jmenu-prev-disabled-horizontal:hover,
.jmenu-skin .jmenu-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jmenu-skin .jmenu-next-vertical {
    position: absolute;
    top: 305px;
    left: 78px;
    width: 36px;
    height: 17px;
    cursor: pointer;
    background: transparent url("../../images/slider[down].png") no-repeat 0 0;
}

.jmenu-skin .jmenu-next-vertical:hover {
    background-position: 0 -17px;
}

.jmenu-skin .jmenu-next-vertical:active {
    background-position: 0 -17px;
}

.jmenu-skin .jmenu-next-disabled-vertical,
.jmenu-skin .jmenu-next-disabled-vertical:hover,
.jmenu-skin .jmenu-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 0;
}

.jmenu-skin .jmenu-prev-vertical {
    position: absolute;
    bottom: 305px;
    left: 78px;
    width: 36px;
    height: 17px;
    cursor: pointer;
    background: transparent url("../../images/slider[up].png") no-repeat 0 0;
}

.jmenu-skin .jmenu-prev-vertical:hover {
    background-position: 0 -17px;
}

.jmenu-skin .jmenu-prev-vertical:active {
    background-position: 0 -17px;
}

.jmenu-skin .jmenu-prev-disabled-vertical,
.jmenu-skin .jmenu-prev-disabled-vertical:hover,
.jmenu-skin .jmenu-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 0px;
}
  
  

}
