﻿
body.Website
{
    background-image: url(../Images/backgrounds/bkgMedisca.png);
    background-repeat: repeat-x;
    background-position: top;
}

.Container
{
    width: 968px;
    min-width: 968px;
    margin: 0 auto;
}

/***** Top Section *****/
.TopSection
{
    height: 110px;
}

.Header
{
    height: 110px;
}

.MediscaLogo
{
    float: left;
    width: 224px;
    height: 61px;
    margin-left: 50px;
    margin-top: 29px;
}

.TopNavigation
{
    float: right;
}

.SearchBoxContainer
{
    margin-top: 15px;
}

.SearchBox
{
    float: right;
    margin: 0px;
    padding: 0px;
    width: 123px;
    height: 15px;
    color: #b7b7b7;
    padding-left: 20px;
    padding-top: 4px;
    background: #fff url(../Images/SearchBoxBG.gif) no-repeat top left;
    border: 1px solid #337e41;
    font-size: 10px;
}

.SearchBoxActive
{
    float: right;
    margin: 0px;
    padding: 0px;
    width: 123px;
    height: 17px;
    padding-left: 20px;
    padding-top: 2px;
    background: #fff url(../Images/SearchBoxBG.gif) no-repeat top left;
    border: 1px solid #337e41;
}

.TopLinksContainer
{
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
}

.TopLinksContainer img.Logo
{
    float: left;
    width: 100px;
    height: 50px;
    border: Solid 1px #9B9798;
    margin-left: 10px;
}

.TopLinksContainer a, .TopLinksContainer_LoggedOut a
{
    color: #565656;
    font-size: 10px;
    text-decoration: none;
}

.TopLinksContainer_LoggedOut
{
    width: 290px;
    float: right;
    margin-top: 16px;
}

.TopLinkIcon
{
    height: 27px;
    width: 21px;
    text-align: center;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
}

.TopLinkIcon img
{
    margin-left: auto;
    margin-right: auto;
}

.Flag
{
    height: 27px;
    width: 32px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

.Flag img
{
    margin-left: auto;
    margin-right: auto;
}

.RegionSelectLink
{
    height: 22px;
    padding-top: 5px;
    width: 151px;
    float: left;
}

.LoginLink
{
    height: 22px;
    padding-top: 5px;
    width: 50px;
    float: left;
}

.LogoutLink
{
    height: 22px;
    padding-top: 5px;
    padding-left: 15px;
    width: 40px;
    float: left;
}

.ShopLink
{
    height: 22px;
    padding-top: 5px;
    width: 73px;
    float: left;
}

.AccountArea
{
    margin-left: 5px;
    float: left;
    font-size: 10px;
}

.AccountArea .Links
{
    padding-top: 5px;
}

.AccountArea .Links a
{
    color: #9b9798;
    font-size: 9px;
}

.AccountArea a
{
    color: #9b9798;
    font-size: 9px;
}

/***** Main Section *****/

.MainSectionContainer
{
    position: relative;
    margin-left: -67px;
    width: 1035px;

    background-image: url(../Images/backgrounds/bkgLeftMenu.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.SubMenuArea
{
    float: left;
    width: 173px;
    margin-left: 67px;
}

.MainContentArea
{
    width: 795px; 
    float: left;
}

/***** Bottom Section *****/

.BottomSection
{
    padding: 10px 0 0 0;
    overflow: auto;
}

.BottomSection .Divider
{
    margin-left: 9px;
    margin-right: 9px;
}

.BottomLinks
{
    float: left;
}

.BottomLinks a
{
    color: #404040;
    font-size: 9px;
    text-decoration: none;
}

.CopyrightInfo
{
    font-size: 9px;
    width: 400px;
    float: right;
    text-align: right;
    color: #7f7f7f;
}

.CopyrightLine
{
    color: #565656;
}

.LifecaptureLine
{
    color: #7d7d7d;
}

/***** Home Template *****/

.HomeTemplate
{
    padding-top: 22px;
    padding-left: 24px;
    width: 795px;
}

.HomeSplashArea
{
    width: 490px;
    min-height: 293px;
    float: left;
}

.RotatingPromosArea
{
    width: 248px;
    float:left;
    margin-left: 24px;
}

.ContentArea
{
    width: 252px;
    float: left;
    margin-right: 7px;
    margin-top: 23px;
}

.RightContentArea
{
    margin-right: 0px;
}


/***** Default Template *****/
.DefaultTemplate
{
    padding-top: 22px;
    padding-left: 24px;
    padding-right: 24px;
}

.DefaultTemplate .BreadCrumb
{
}

.DefaultTemplate .TitleArea
{
}

.DefaultTemplate .LowerLeft
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.DefaultTemplate .FullWidthArea
{
}

.DefaultTemplate .LeftColumn
{
    float: left;
    width: 340px;
    min-height: 1px;
    _height: 1px;
    padding-top: 10px;
    padding-bottom:  20px;
}

.DefaultTemplate .RightColumn
{
    float: left;
    width: 360px;
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom:  20px;
}


/***** Three Column Template *****/
.ThreeColumnTemplate
{
    padding-top: 22px;
    padding-left: 24px;
    padding-right: 24px;
}

.ThreeColumnTemplate .LowerLeft
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.ThreeColumnTemplate .LeftColumn
{
    float: left;
    width: 190px;
    min-height: 1px;
    _height: 1px;
    padding-top: 10px;
    padding-bottom:  20px;
}

.ThreeColumnTemplate .MiddleColumn
{
    float: left;
    width: 190px;
    min-height: 1px;
    _height: 1px;
    padding-top: 10px;
    padding-bottom:  20px;
    margin-left: 80px;
}

.ThreeColumnTemplate .RightColumn
{
    float: left;
    width: 210px;
    margin-left: 70px;
    padding-top: 10px;
    padding-bottom:  20px;
}

/***** Two Column Template *****/
.TwoColumnTemplate
{
    padding-top: 22px;
    padding-left: 24px;
    padding-right: 24px;
}

.TwoColumnTemplate .LowerLeft
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.TwoColumnTemplate .LeftColumn
{
    float: left;
    width: 550px;
    min-height: 1px;
    _height: 1px;
    padding-top: 10px;
    padding-bottom:  20px;
    overflow: hidden;
}

.TwoColumnTemplate .RightColumn
{
    float: left;
    width: 150px;
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom:  20px;
}

.LanguageSelection
{
    width: 638px;
    margin: auto;
}

.MediscaButton
{ 
    color: #000; 
    font-weight: bold;
    text-decoration: none;
    
    background-color: #dedede; 
    border: solid 1px; 
    border-left: solid 2px;
    border-color: #f3f3f3 #b2b2b2 #b2b2b2 #b2b2b2; 
    
    cursor: pointer; cursor: hand;
    
    display: block;
    padding: 3px 10px 3px 9px;
}

/***** General Styles *****/

.Clear
{
    clear: both;
    font-size: 0;
    height: 0;
}

.Left
{
    float: left;
}

.Right
{
    float: right;
}

.Hidden
{
    display: none;
}

/*HACK*/
.AgilityStatusBar
{
    display: none;
}


