html
{
	overflow-y: scroll;
}
a:focus, a:hover, a:active
{
	outline: none;
}

table, tr, td
{
	padding: 0;
}

.Normal td, td.Normal
{
	vertical-align: top;
	font-family: Times New Roman;
	font-size: 13px;
	padding: 5px;
}

.Ingredients td, td.Ingredients
{
	vertical-align: top;
	font-family: Times New Roman;
	font-size: 14px;
}

.Breadcrumb
{
	font-family: Times New Roman;
	font-size: 13px;
}

.BreadcrumbWrapper
{
	padding: 7px 0 0 71px;
}

img
{
	border: none;
}

p
{
	padding: 0;
	margin: 0;
}

ul
{
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

li
{
	padding: 0px;
	margin: 0px;
}

ul li
{
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	vertical-align: middle;
}

a:link, a:active, a:visited
{
	color: #8b0f04;
}

a:hover
{
	color: #000000;
}

.Normal, .Ingredients
{
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 19px;
}

#dnn_SidePane .Normal
{
	font-family: Times New Roman;
	font-size: 12px;
	line-height: 16px;
}

h3
{
	color: #8b0f04;
	font-family: Times New Roman;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.contentpane, .sidepane
{
	min-height: 150px;
	_height: 150px;
}

.Head, h2
{
	font-family: Times New Roman;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	color: #8b0f04;
}

#dnn_SidePane .Head
{
	font-family: Times New Roman;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #8b0f04;
}

#ControlPanel .SubHead, .ControlPanelHead
{
	color: #ffffff;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover
{
	color: #ffffff;
}

.RecipePager
{
	padding-top: 15px;
}

.nutritionBox td, td.nutritionBox
{
	vertical-align: top;
	padding: 3px;
}

.nutritionBoxTextBold {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #6E4B33;
}
.nutritionBoxText {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
	color: #6E4B33;
}

.SkinObject, a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active, a.SkinObject:hover
{
	font-size: 9px;
	color: #ffffff;
}

/* Menu Items */
.MainMenu_RootMenuItem, .MainSubMenu_RootMenuItem
{
    text-decoration: none;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemSelected, .MainSubMenu_RootMenuItemActive, .MainSubMenu_RootMenuItemSelected
{
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 14px;
    color: #8b0f04;
    text-decoration: none;
    cursor: pointer;
}

.MainSubMenu_MainMenuContainer td
{
	width: 172px;
}

.MainSubMenu_RootMenuItem, .MainSubMenu_RootMenuItemActive, .MainSubMenu_RootMenuItemSelected
{
	line-height: 30px;
	font-weight: normal;
}

.MainSubMenu_RootMenuItem
{
	color: #8b0f04;
}

.MainSubMenu_RootMenuItemActive, .MainSubMenu_RootMenuItemSelected
{
	color: #000000;
}

.SubMenu_RootMenuItem
{
    color: #000000; 
    text-decoration: none;  
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    padding: 0 8px 0 8px;
}
.SubMenu_RootMenuItemActive
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #000000;
}

.footer, a.footer:link, a.footer:visited, a.footer:active
{
	color: #8b0f04;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 11px;
}

a.footer:hover
{
	color: #8b0f04;
	text-decoration: underline;
	font-family: Times New Roman;
	font-size: 11px;
}

#subnavdiv table tr td
{
	white-space: normal !important;
}

.VideoThumbWrap
{
	width: 150px;overflow-x: hidden;overflow-y: visible;margin: 0 5px 15px 0;float: left;height: 150px;
}

a.VideoLink:link, a.VideoLink:active, a.VideoLink:visited
{
	color: #000;
}

a.VideoLink:hover
{
	color: #8B0F04;
}

table.NutritionInfo
{
	width: 500px;
  	margin: 0px auto;
}

table.NutritionInfo tr th, table.NutritionInfo tr td
{
	border-style: ridge;

	border-width: 2px;
	text-align: left;
	padding: 10px;
}

table.NutritionInfo tr th
{
	background-color: #8B0F04;
	color: #fff;
}

table.NutritionInfo tr td
{
	color: #000;
}

