﻿.SearchHeadingArea {
    border-top: 1px dotted #666666;
    padding-top: 10px;
    margin-bottom: 10px;
}
/* =======================================
    Collection (Search) Results
========================================*/
.SortBy {
    padding: 5px;
    overflow: hidden;
}
.SortBy,
.SortBy a {
    color: #ffffff;
}
.SortBy li a {
    color: #FDD494;
}
.SortBy strong,
.SortBy ul {
    float: left;
}
.SortBy li {
    float: left;
    margin-left: 15px;
}
.SortBy a.Selected {
    text-decoration: underline;
    color: #000000;
}

/* =======================================
   Search result navigation
========================================*/
.SearchResultNavigation {
    margin-bottom: 15px;
    height: 32px;
    background-color: #e7e7e7;
}

.SearchResultNavigation li {
    float: left;
    display: inline-block;
    position: relative;
    height: 32px;
}
.SearchResultNavigation li a {
    color: #555555;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 29%;
    padding: 9px 11px 9px 12px;
    text-decoration: none;
    /*width: 69%;*/
    text-transform: capitalize;
}
.SearchResultNavigation li span {padding-left: 10px; font-weight: bold; float: left; margin: 9px 5px 0 0;}

.SearchResultNavigation li.Selected a {
    color: #ffffff;
}
.SearchResultNavigation li .Arrow {
    display: none;
}
.SearchResultNavigation li.Selected .Arrow {
    display: block;
    background-color: Transparent;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    width: 6px;
    height: 3px;
    bottom: -3px;    
    left: 43%;
}
    POPULAR RECIPE COLLECTIONS
========================================*/
.PopularRecipesCollections {
    margin-top: 20px;
    margin-bottom: 20px;
}
.PopularRecipesCollections h2 {
    margin-bottom: 10px;
}
.PopularRecipesCollectionsArea {
    padding: 20px 20px;
    background-color: #f7f7f7;
}
.PopularRecipesCollectionsArea li {
    float: left;
    margin-right: 7px;
    width: 189px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.PopularRecipesCollectionsArea li .Title {
    display: inline;
}
.PopularRecipesCollections .More {
    float: right;
}
