﻿
  /*左边菜单*/

.dd_div_left
 {
     width: 180px; 
    float: left;
     height:auto !important;
     height:600px;
     min-height:600px;
     padding-left:10px;
  }
  
  .dd_div_left_maintitle
  {
    text-align: right;  font-size:larger; font-weight:bold; margin-bottom:20px; 
     }
     
   .dd_div_left_maintitle span
  {
    color:#4aa296;
     }
    
   .dd_div_left_subtitle
  {
    border-bottom: 1px solid #494949; 
    text-align: right;
    margin-top:10px; 
    margin-bottom:10px; 
   }
   
    .dd_div_left_subtitle:hover
  {
   cursor:pointer;
   }
   
   .dd_div_left_subtitle_selected
  {
     background-image: url(../Images/slogo.png);
     background-repeat:no-repeat;
       background-position: bottom left;
       
   }
    
     
   .dd_div_left_subtitle_cn
  {
   height: 25px;
   line-height:25px;
   }
     
   .dd_div_left_subtitle_en
  {
   font-size: 12px;
      height: 20px;
   line-height:20px;
  }
  
 /*右边内容*/
 .dd_div_content
 {
     width: 780px; 
     height:auto !important;
     height:600px;
     min-height:600px;
     margin-left:200px;
     margin-top:20px;
  }
  
  /*膳品*/
.dd_div_content_foods {
    width: 240px;
    height: 180px;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid transparent;
    background: white;
    display: inline-block;
}
  
   .dd_div_content_foods:hover
  {
   border: 1px solid #4aa296; 
   cursor:pointer;
  }

/*推荐膳品*/
.dd_div_left_sgstfoods
 {
     width: 180px; 
     height:165px;
      padding: 5px 0px 5px 0px;
     margin: 0px 0px 5px 0px;
    background: white;
    border: gray solid 1px;
    text-align: center;
 }

.dd_div_left_sgstfoods:hover
 {
     border: 1px solid #4aa296; 
   cursor:pointer;
 }

  /*淘私厨*/
.dd_div_content_cooker {
    width: 365px;
    height: 250px;
    padding: 5px;
    margin: 5px 2px 5px 2px;
    border: 1px solid transparent;
    background: white;
    display: inline-block;
}
  
   .dd_div_content_cooker:hover
  {
   border: 1px solid #4aa296; 
   cursor:pointer;
  }

   .suggest_food {
       position:absolute;
       background-image: url(../Images/SuggestFood.png);
       width: 40px;
       height:40px; 
       right: 0px; 
       top:0px;
   }