﻿
/* range landing page */

#SaniPodRangeContainer
{
	width:100%;
    background: #eeedf0;
}
#SaniPodRangeContainer .Header
{}
#SaniPodRangeContainer .Body
{}
#SaniPodRangeContainer .Footer
{}

#SaniPodRangeContainer .PreviewPanel
{
    float: left;
    width: 175px;
    min-height: 1%;
    height: 440px;
    text-align: center;
    background: transparent url('../Images/ProductShots/Backgrounds/ProductBackground.png') no-repeat center top;
    margin-top: 20px;
    
}
#SaniPodRangeContainer .PreviewPanel .Image
{
    margin-top: 10px;
    display: none;
}
#SaniPodRangeContainer .PreviewPanel .Liners
{
    margin-top: 40px;
}
#SaniPodRangeContainer .PreviewPanel .Manual
{
    margin-top: 3px;
}

#SaniPodRangeContainer .ListPanel
{
    float: left;
    width: 801px;
    padding-bottom: 10px;
}
#SaniPodRangeContainer .ListPanel .Panel
{
    position: relative;
    width: 257px;
    margin: 5px 10px 10px 0;
    float: left;
}
#SaniPodRangeContainer .ListPanel .Panel .ProductThumbnail
{
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 8px;
}
#SaniPodRangeContainer .ListPanel .ServicePanel .ProductThumbnail
{
    position: absolute;
    top: 13px;
    left: 5px;
}
#SaniPodRangeContainer .ListPanel .LinerPanel .ProductThumbnail
{
    position: absolute;
    top: 20px;
    left: 8px;
}
#SaniPodRangeContainer .ListPanel .Panel .Header
{
    text-align: right;
    margin-top: 15px;
    padding: 16px 6px 0 0;
    height: 50px;
    width: 251px;
    background: transparent url('../Images/ProductShots/Backgrounds/RangeBackground_Top.png') no-repeat top right;
}
#SaniPodRangeContainer .ListPanel .Panel .Copy
{
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 8px 4px 75px;
    width: 174px;
    height: 100px;
    background: transparent url('../Images/ProductShots/Backgrounds/RangeBackground_Main.png') repeat-y top right;
}
#SaniPodRangeContainer .ListPanel .ServicePanel .Copy, #SaniPodRangeContainer .ListPanel .LinerPanel .Copy
{
    padding: 5px 8px 4px 85px;
    width: 164px;
}
#SaniPodRangeContainer .ListPanel .Panel .Footer
{
    padding: 4px 6px 0 0;
    text-align: right;
    height: 21px;
    width: 251px;
    background: transparent url('../Images/ProductShots/Backgrounds/RangeBackground_Bottom.png') no-repeat bottom right;
}