﻿/* Imports all global css files */
@import url("/sitefiles/global/master.css");

/* Imports font styles for this site */
@import url("fonts.css");

/* Imports default tag styles for this site */
@import url("set.css");

/* Imports for master page css files */
@import url("mp/HomeMaster.css");
@import url("mp/Default.css");

/* Imports profile page styles for this site */
@import url("profile.css");

/* Imports newsletter sign up page styles for this site */
@import url("newslettersignup.css");

/* Imports for the individual pp, etc */
@import url("pp/PP_Master.css");

/* Imports client.css */
@import url("client.css");

/* Imports the styles sheets for the store */
@import url("store/Store_Master.css");

/* Imports the styles sheets for the tagged items */
@import url("pp/tagged-items.css");


/* -- Start IE6 popout -- */
#IE6
{
    display: none;
    border: 1px solid #000;
    position: absolute;
    left: 0px;
    top: -300px;
    width: 620px;
    height: 240px;
    background-color: #fff;
    text-align: center;
    padding: 30px;
    z-index: 500;
}

#IE6 .ie6close
{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 38px;
    height: 38px;
    background: url('../../Images/IE6Popout/images/IE6_CLose.jpg') no-repeat scroll left top;
}

#IE6 .warning
{
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 28px;
    background: url('../../Images/IE6Popout/images/IE6_Warning.gif') no-repeat scroll left top;
    margin-right: 10px;
}

#IE6 span
{
    color: #072459;
    font-size: 35px;
    font-family: Times New Roman;
}

#IE6 p
{
    color: #4d4838;
    font-size: 17px;
    font-family: Times New Roman;
    text-align: left;
    padding: 10px 0px;
}

#IE6 .ie6
{
    display: inline-block;
    width: 185px;
    height: 76px;
    background: url('../../Images/IE6Popout/images/IE_Link.gif') no-repeat scroll left top;
}

#IE6 .chrome
{
    display: inline-block;
    width: 215px;
    height: 76px;
    background: url('../../Images/IE6Popout/images/Chrome_Link.gif') no-repeat scroll left top;
}

#IE6 .firefox
{
    display: inline-block;
    width: 215px;
    height: 76px;
    background: url('../../Images/IE6Popout/images/FF_Link.gif') no-repeat scroll left top;
}
/* -- End IE6 popout -- */
