﻿div.featuredresults
{
    clear: left;
    float: left;
    display: inline;
    width: 100%;
    background: #ffcc00;
}

div.resultsArticles
{
    margin: 0 0 1px 0;
}

body.News div.resultsArticles
{
    background: #4e8631;
}
body.answers div.resultsArticles
{
    background: #b05772;
}
body.improve div.resultsArticles
{
    background: #566da2;
}

div.resultsArticles div.resultItem, div.resultsArticles div.resultItemAlternate
{
    color: #fff;
    padding: 10px 0 4px 0;
    margin: 0 0 1px 0;
    position:relative;
}

body.News div.resultsArticles div.resultItem
{
    background: #599a38;
}
body.News div.resultsArticles div.resultItemAlternate
{
    background: #66a845;
}

body.answers div.resultsArticles div.resultItem
{
    background: #d990b7;
}
body.answers div.resultsArticles div.resultItemAlternate
{
    background: #c97ba5;
}

body.improve div.resultsArticles div.resultItem
{
    background: #657baf;
}
body.improve div.resultsArticles div.resultItemAlternate
{
    background: #6e84b8;
}

div.imageResultWrapper
{
    float: left;
    width: 120px;
    text-align: center;
    position:relative;
}
div.resultItemContent
{
}

div.imageResultWrapper a img
{
    border: 1px solid #fff;
}

div.resultItemContent
{
    width: auto;
    margin-left: 120px;
   
}

div.resultItemContent h2 a
{
    color: #fff;
}

div.resultItemContent p
{
    padding: 0 0 6px 0;
}

body.News div.resultItemContent p.authoranddate
{
    color: #b3d647;
}
body.answers div.resultItemContent p.authoranddate
{
    color: #571f30;
}
body.improve div.resultItemContent p.authoranddate
{
    color: #a3b5df;
}

div.MiddleAdvert
{
    float: none;
    width: auto;
    margin-left: 10px;
}
#searchMiddleAd
{
    float: none;
    width: auto;
    display: block;
    margin: 0;
}

#searchMiddleAd div.MiddleAdvert 
{
    margin-left:10px;
    position:relative;
    z-index:2;
}
