/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

.ys_primary{ background:#ce1700;color:#e9e9e4;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

.enclose:after {
clear:both; 
content:"."; 
display:block; 
height:0; 
visibility:hidden;
}
.enclose { zoom: 1; } /* IE 6 & 7 */

.breadcrumbs
{ font: normal 8pt/10pt verdana;
  color: black;
  text-align: left; }

.breadcrumbs a:link, .breadcrumbs a:visited
{ font: normal 8pt/10pt verdana;
  color: black;
  text-decoration: none; }

.breadcrumbs a:hover, .breadcrumbs a:active
{ text-decoration: underline; }

h1#section-contenttitle
{ font: bold 12pt/16pt arial;
  background: #999966;
  text-align: left;
  color: #fff;
  padding-left: 10px;
  margin-top: 5px; }

h1#item-contenttitle
{ font: bold 12pt/16pt arial;
  background: #999966;
  text-align: left;
  color: #fff;
  padding-left: 10px;
  margin-top: 5px;
}

#contents { padding-bottom: 1px; }

#itemtype #contents table {}

#contents #contents-table {
border-bottom: none;
}

#footer-links {color:#575757; display:block; font-size:11px; padding:10px 0 15px; text-align:center;}

#footer-links a {font-family: verdana; color:#999967; text-decoration:none;}

#footer-links a:visited {font-family: verdana; color:#999967; text-decoration:none; }

#footer-links a:hover {font-family: verdana; color: #669933; text-decoration:underline;}

#nav-product ul {
  list-style-type: none;
}
#nav-product li {
  font-family: verdana;
  margin: 0px;
  padding: 0px;
}
#nav-product li a {
  color: #999966;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}

ul.nav2 {
  list-style-type: none;
}
ul.nav2 li {
  margin: 0px;
  padding: 0px;
}
#nav-product ul.nav2 li a {
  display: block;
  color: #fff;
  background-color: #999966;
  border: 1px solid #CCCC99;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: verdana;
}

#container
{ text-align: center;
  margin: 0px auto;
  padding: 0px auto; }

body, table, p
{ font-size: 9pt;
  color: #77774F;
  font-family: verdana; }

/* MEAL PLAN ITEM BODY */

.itemform.mealplan .item-quantity {
width: 30px;
margin: 0 10px 0 0;
font-size:9px;
text-align: center;
}

.itemform.mealplan .addtocart-container {
margin: 10px 10px 0;
border-top: 1px solid #ddd;
text-align: right;
}

.itemform.mealplan .addtocartImg {
margin: 0 0 0 10px;
}

.itemform.mealplan .iteminfo {
margin: 0 10px 10px;
text-align: right;
}

.meal-row-header {
margin-top: 20px;
margin-bottom: 10px;
}

.meal-row-header .heading {
margin-bottom: 5px;
font-weight: bold;
font-size: 14px;
text-align: center;
}
.meal-row-header .detail {
margin-top: 5px;
padding: 0 10px;
font-weight: normal;
text-align: left;
font-size: 8pt;
}

.meal-row-container {
margin-top: 1px;
margin-bottom: 1px;
}

.meal-option-container {
display: block;
float:left;
width: 136px;
overflow: hidden;
}

.meal-option-container select {
width: 135px;
font: normal 9px verdana,tahoma,helvetica,sans-serif;
}

.meal-option-container select option {
padding-right: 20px
}

/* end MEAL PLAN ITEM BODY */


