﻿.panel_receipt
{
    /*float:left;*/
    width:211px;
}

.panel_receipt_content
{
    background-image:url(panel_receipt_content.png);
    background-repeat:no-repeat;
    width:171px;
    min-height:50px;
    padding: 20px 20px 0 20px;
}

.panel_receipt .Head 
{
    /*font-family:Bookman Old Style, Georgia, Times New Roman, Times, serif;    */
    color:#e20015;
    font-size:16px;
    font-weight:bold;
    padding-bottom:5px;
}

.NormalText
{
    line-height:normal;
    font-size:10px;
    color:#000000;
}

.NormalWhiteText
{
    line-height:normal;
    font-size:10px;
    color:#FFFFFF;
}

.panel_receipt_bottom
{
    background-image:url(panel_receipt_bottom.png);
    background-repeat:no-repeat;
    width:211px;
    height:29px;
}

.SubMenuButton
{
    text-transform:uppercase;
    font-weight:bold;
    color:#D7A825;
}

.SubMenuButton a:visited, .SubMenuButton a:link 
{
    text-transform:uppercase;
    font-weight:bold;
    color:#D7A825;
}

.SubMenuButton a:hover
{
    text-decoration:none;
    color: #E20015;
}

.LeftPane
{
    width:0;
}

.recipe_property
{
    font-weight:bold
}

.recipe_divider
{
    border-bottom: solid 1px #D7A825;
    padding-top: 20px; 
    padding-bottom: 10px;    
}    

.resipe_separator
{
    border-bottom: 1px solid #d7a825; 
    border-top-style:none; 
    margin:0 0 0 0; 
    line-height:0; 
    font-size:0; 
    padding:0 0 0 0;
}

td.resipe_separator
{
    border-bottom: 1px solid #d7a825; 
}

.resipe_row
{
    border-top: 1px solid #d7a825; 
}

.resipe_link:link
{
   color: #000000;
   text-decoration:none;
}

.resipe_link:visited
{
   color: #000000;
   text-decoration:none;
}

.recipe_title:hover
{
   color: #D7A825;
   text-decoration:none;
}

.recipe_img
{
    border:none 0 transparent;
    margin-right:10px;
}

.recipe_title
{
    display:block;
    line-height:17px;
}

#sub_nav .sub_nav_sub.first a {
  width: 145px;
  display: block;
  
}



/*Subnavigation */

#sub_nav { 
  width: 165px; 
  float: left; 
  padding-right: 20px;
}


#sub_nav ul{
  background-image: url(sub_menu.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-color: transparent;
  list-style-type:none;
  /*position: relative;*/
  top: 2px;
  left: -3px;
}

#sub_nav li{
  list-style-type:none;
}

#sub_nav .sub_nav_sub {
  background-image: none;
  border-bottom: solid 1px #ffd885;
  margin-left: 4px;
  margin-right: 5px;
  padding-left: 10px;
}

#sub_nav .sub_nav_sub.first {
  background-image: url(sub_menu_top.png);
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: none;
  
}

#sub_nav .sub_nav_sub.last {
  background-image: url(sub_menu_bottom.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 14px;
  padding-left: 14px;
  margin: 0;
  border: none;
}

.LinkMenuPanel
{
    border-top: solid 1px #ffd885;
    margin: 20px -5px 0 -8px;
    padding-left: -10px;    
    background-color:Transparent;
}

div.LinkMenu
{
    border-bottom: solid 1px #ffd885;
}

a.LinkMenu:visited, a.LinkMenu:link
{
    padding: 10px 10px 10px 10px;
    display:block;
    color: #FFFFFF;
    text-transform:uppercase;
    font-weight:bold;
}

a.LinkMenu:hover 
{
    color: #E20015;
    text-decoration:none;
}
