﻿/*************** Main_MyRecipeBox ****************/
#RefineResult
{
    width:169px;
    margin-top:2px;
    background-image:url(/Images/refineResults.gif);
    background-repeat:no-repeat;
    border-left:solid 1px #DDDEDF;
    font-family:Verdana, Arial;
    font-size:x-small;
    
    
}
#RefineResult a
{
    margin-left:5px;
    color:#117AC0;
   line-height:18px;
    
}

#SearchResult
{
    width:650px;
    font-family:Verdana, Arial;
    font-size:x-small;
    font-weight:bold;
    float:right;
}
#SearchResult #RecipeHeader
{
    background-image:url(/Images/MyRecipeBox2.jpg);
    background-repeat:no-repeat;
    width:677px;
    height:153px;
    
}

#SearchResult #SearchHeader
{
     background-image:url(/Images/searchResultsHeader2.gif);
    background-repeat:no-repeat;
    width:677px;
    height:63px;
}

#SearchResult .item
{
    border-right:dotted 2px #E5D9BB;
    text-align:center;
}
#SearchResult .header
{
    background-image:url(/Images/recipeBoxBkg2.gif);
    width:677px;
    height:47px;
    background-repeat:no-repeat;
    font-family:Verdana, Arial;
    font-size:x-small;
    color:white;
    
}
#SearchResult .rbFooter
{
    background-color:#A31F24;
    width:677px;
    height:20px;
    background-repeat:no-repeat;
    font-family:Verdana, Arial;
    font-size:x-small;
    color:white;
    margin:0px;
    padding:0px;
    padding-top:10px;
}
#SearchResult .header p
{
    padding-top:10px;
    font-weight:bold;
    margin:0px; 
    float:left;
    text-align:center;
}
#SearchResult .rbFooter p
{
	 font-weight:bold;
    margin:0px; 
    float:left;
    text-align:right;
}
#SearchResult .header p a
{
    color:white;
    text-decoration:none;
}

#SearchResult #BoxListing a
{
	color:#A82C30;
}

#SearchResult #BoxListing a:Hover
{
      color:#F0AF45;
}
.seperator
{
    height:4px;
    background-image:url(/Images/reviewSep.gif);
    background-repeat:repeat-x;
}

#SearchHeader .text
{
   padding-top:25px;
   padding-left:200px;
   margin:0 0 3px 0;
   height:17px;
   width:200px;
   line-height:18px;
   text-align: center;
}
#RecipeHeader .text
{
   padding-top:134px;
   padding-left:5px;
   margin:0px;
   height:10px;
   line-height:18px;
}

#RecipeHeader p
{
   color:#A82C30;
   font-size:small;
   float:left;
}
#layer1 {
	position: absolute;
	/*visibility: hidden;*/
	width: 435px;
	height: 400px;
	/*left: 460px;*/
	margin: 0 auto 0 250px;
	top: 200px;
	background: url(/images/search/advSearchPanel.gif) no-repeat;
	padding: 10px;
}

#close {
	text-align: right;
	padding-bottom: 40px;
	width:100%;
}

#layer1 .dropDown, #layer1 .textBox { font-family:Verdana, Arial; font-size: x-small; }

#asrchOpts { padding-left: 125px;}
#asrchOpts a { color:#117AC0; }


/******************* Rating **********************/
#Rating
{
    background-image:url(/images/rateBkg.gif);
    background-repeat:no-repeat;
    width:400px;
    height:570px;
    padding:0px;
    font-size:x-small;
    font-family:Verdana, Arial; 
}
#Rating .Title
{
    font-family:Univers, Verdana, Arial;
    color:#A31F24;
    margin: 11px;
    font-size:small;
    line-height:12px;
    padding-top:5px;
}
#RateMe, #ReviewMe
{
    margin-left:12px;
    width:373px;
}
#RateMe
{
    height:20px;
}

#RateMe p
{
    float:left;
    
}
#ReviewMe p
{
    margin: 0 0 3px 0;
}
.reviewBox
{
    border:solid 1px #C7C6C2;
    width: 375px;
    height: 100px;
    font-size: small;
}
#Rating1_AllReviews, #ctl00_ContentPlaceHolder1_Rating1_AllReviews
{
    margin-top:5px;
    margin-left:10px;
    height:110px;
    width:370px;
    overflow: auto;
    background-color:#EEE7D2;
}
 #AllReviews
 {
	    margin-top:5px;
    margin-left:10px;
    height:285px;
    width:370px;
    overflow:auto;
    background-color:#EEE7D2;
 }
.review
{
    padding:5px;
    width:340px;
}
.review p
{
   margin:0px;
   float:left; 
   margin-bottom:4px;
}
.review .name
{
    color:#A82C30;
    font-weight:bold;
}

#Rating .seperator
{
    height:4px;
    background-image:url(/Images/reviewSep.gif);
    background-repeat:repeat-x;
    
}

/********************* SideBar_MostPopular **********************/
#PopularItems
{
    background-image: url(/Images/SideBarRedTop.gif);
    background-repeat:no-repeat;
    width:150px;
    font-size:x-small;
    padding-left:3px;
    padding-top:3px;
    font-family:Verdana,Arial;
}

#PopularItems #Title
{
    height:30px;
    color:white;
    font-weight:bold;
}

#PopularItems .Recipe
{
    height:auto;
    width:120px;
    margin-left:10px;
    color:#A82C30;
    font-weight:bold;
    margin-top:5px;
}
	#PopularItems .Recipe .thumb {
			width: 105px;
		height: 80px;
	}
#PopularItems .Recipe a
{
    color:#A82C30;
    font-weight:bold;
    text-decoration:none;
}

#PopularItems .Recipe a:Hover
{
color:#F0AF45;
}


#PopularItems .Rating
{
    height:16px;
}

#PopularItems p
{
    color:Black;
    float:left;
}
#PopularItems .seperator
{
    height:2px;
    background-image:url(/Images/reviewSep2.gif);
    background-repeat:repeat-x;
}

/************************** SideBar_RecipeBox **********************/
#MyRecBox
{
    background-image:url(/Images/recipeBox.gif); 
    background-repeat:no-repeat; 
    width:150px; 
    height:169px;
    color:white;
    font-family:Verdana, Arial;
    font-size:x-small;
    padding:3px;
    cursor:Hand;
}
.MyRecBoxa 
{
    text-decoration:none;
}

/*************************** Privacy ***********************************/
#privacy {
		background: url(/images/fullBkg.gif) no-repeat bottom left;
}

#privacy #innerContent a
{
	color:#0054A5;
	font-weight:bold;
	
}


#privacy #innerContent a:Hover
{
	color:#A21E22;
	
}
