﻿
/* On Newsstands Now */
.snavIssue
{
    width: 220px;
    padding: 0px 0px 15px 0px;
}
.snavIssueCopy
{
    width: 220px;
    border-right: solid 1px #c9cacb;
    width: 225px;
    overflow: hidden;
}
.snavIssueCopy .btnSubscribe
{
    margin: 0px 1px 0px 0px;
}
.snavIssueCopy a.linkIssue
{
    display: block;
    margin-left: 25px;
}
.btnSubscribe
{
    float: left;
}

/* flash home feature */
.rcolHomeFeature
{
    float: right;
    width: 690px;
    height: 400px;
    overflow: hidden;
}

/* Next Month callout */
.nextMonth
{
    margin: 18px 10px 0px 21px;
    border-bottom: 1px solid #ccc;
}
.nextMonth li
{
    margin-bottom: 5px;
}
.nextMonth ul
{
    list-style-image: url(../Images/bulBlue.gif);
    margin: 0px;
    padding: 0px 0px 15px 25px;
}

/* featured section area */
.featTravel
{
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #89a368;
    margin-bottom: 5px;
    background-image: url("/Assets/TempImages/tempFeatTravel.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}
.featLife
{
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #d1c587;
    margin-bottom: 5px;
    background-image: url("/Assets/TempImages/tempFeatLife.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}
.featBestOf
{
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #a74232;
    margin-bottom: 5px;
    color: #fff;
    background-image: url("/Assets/TempImages/tempFeatBestOf.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}
.featDocs
{
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #2d5980;
    margin-bottom: 5px;
    color: #fff;
    background-image: url("/Assets/TempImages/tempFeatDocs.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}
.featDentists
{
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #ccd8e3;
    margin-bottom: 5px;
    background-image: url("/Assets/TempImages/tempFeatDentists.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}
.featSectTxt
{
    padding: 15px 0px 0px 40px;
    width: 330px;
    height: 85px;
    overflow: hidden;
}
.featSectPhoto
{
    float: right;
}
.featTravel a:link, .featTravel a:visited, .featLife a:link, .featLife a:visited, .featDentists a:link, .featDentists a:visited
{
    color: #333;
}
.featBestOf a:link, .featBestOf a:visited, .featDocs a:link, .featDocs a:visited
{
    color: #fff;
}

.resultsNonFeat
{
    margin-bottom: 15px;
}

