@charset "utf-8";
/* CSS Document */
DIV.recipeBox{
width:100%;
overflow:hidden;
position:relative;
margin-top:10px;
background:url(../images/centerColImgs/bearPeek.gif) bottom right no-repeat;
}
DIV.menuBox{
width:140px;

position:absolute;
right:0px;
top:0px;
overflow:hidden;

}
DIV.mBoxActive{
width:120px;
padding:3px 11px 3px 11px;
font-size:11px;
height:40px;
font-weight:bold;
background:url(../images/centerColImgs/activeRecipeBox.gif) top left no-repeat;
margin-bottom:2px;
}
DIV.mBoxInActive{
height:40px;
padding:3px 11px 3px 11px;
width:120px;
font-size:11px;

color:#999999;
background:url(../images/centerColImgs/inActiveRecipeBox.gif) top left no-repeat;
margin-bottom:2px;
}
DIV.mBoxInActive a:link{
color:#999999;
text-decoration:none;
}
DIV.mBoxInActive a:visited{
color:#999999;	
text-decoration:none;
}
DIV.mBoxInActive a:hover{
color:#000000;
text-decoration:underline;
}
DIV.recipiesTeaserOverflow
{
overflow:hidden;
width:100%;
}
DIV.recipeTeaserBox{
background:url(../images/centerColImgs/recipesBoxBG.gif) bottom left repeat-x;
width:366px;
overflow:hidden;
border:1px solid #CCCCCC;
}
DIV.recipeTeaserBox h2{
font-weight:normal;
font-size:18px;
padding:0px;
margin:12px 0px 7px 5px;
}
DIV.recipeTeaserBox DIV.leftBox{
float:left;
width:175px;
margin-right:10px;

}
DIV.recipeTeaserBox DIV.rightBox{
float:left;
width:175px;


}
DIV.recipeTeaserBox DIV.mBoxTeaser{
padding:5px 5px 5px 15px;
font-size:11px;

}
DIV.recipeTeaserBox DIV.mBoxTeaser img{
margin-bottom:3px;
border:0px;
}
DIV.recipeTeaserBox DIV.mBoxTeaser p{
margin:3px 0 3px 0;
padding:0px;
}
DIV.recipeTeaserBox DIV.mBoxTeaser p a:link{
color:#000000;
text-decoration:none;
}

DIV.recipeTeaserBox DIV.mBoxTeaser p a:visited{
color:#248dc4;
text-decoration:none;
}
DIV.recipeTeaserBox DIV.mBoxTeaser p a:hover{
color:#248dc4;
text-decoration:underline;
}