/*  ===============================================
    Default HTML Formatting
    =============================================*/

body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 101%;
    color: #252525;
    /*background: #ebeed3 url(//media.redcatsnordic.com/laredoute/Images/generic/graphics/bkg_100809.jpg) no-repeat scroll center top;*/
    background-color: #f8f2eb;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    color: #3c8c1e;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
}

a:hover
{
    text-decoration: underline;
    cursor: pointer;
}

img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    display: inline-block;
}

div
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    display: block;
}

textarea
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
}

input
{
    font-size: 11px;
    font-family: Arial, Tahoma, Sans-Serif;
}

select
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    color: #252525;
    font-size: 10px;
    padding: 2px 2px 2px 2px;
    border: 0px;
    border-top: solid 1px #cdcdcf;
    border-bottom: solid 1px #e3e3e4;
    border-left: solid 1px #e3e3e4;
    border-right: solid 1px #e3e3e4;
    background-color: #F5F5F5;
}

label
{
    font-weight: bold;
}

ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
}

li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
}

P
{
    margin: 0px;
    font: 12px;
    font-family: Arial, helvetica, Sans-Serif;
    margin-bottom: 40px;
}

.h1sifr
{
    font-size: 24px;
    font-weight: bold;
    font-family: Georgia, Garamond, Times New Roman, Serif;
    margin: 15px 0px 10px 0px;
    color: #3c8c1e;
    font-weight: bold;
}

.headerLogin .loginBackground .sIFRLogin /*SIFR*/
{
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Tahoma, Sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 5px;
    background-image: none;
}

.headerLogin .loginBackground .sIFRCorrection
{
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 5px;
}

H1
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    clear: both;
    display: inline-block;
    font-size: 28px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

H2
{
    font-size: 16px;
    font-weight: bold;
    font-family: Georgia, Garamond, Times New Roman, Serif;
    margin: 0px 0px 10px 0px;
    color: #252525;
}

H3
{
    font-size: 11px;
    font-weight: bold;
    font-family: Georgia, Garamond, Times New Roman, Serif;
    margin: 0px 0px 10px 0px;
    color: #252525;
    text-transform: uppercase;
    font-style: normal;
}

H4
{
    font-size: 32px;
    font-weight: normal;
    font-family: Georgia, Garamond, Times New Roman, Serif;
    margin: 0px 0px 4px 0px;
    color: #333333;
    font-style: italic;
}

H5
{
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia, Garamond, Times New Roman, Serif;
    margin: 0px 0px 5px 0px;
    color: #464646;
    font-style: italic;
}

H6
{
    font-size: 11px;
    font-weight: bold;
    font-family: Georgia, Garamond, Times New Roman, Serif;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    color: #252525;
}

.arial
{
    font-family: Arial, Helvetica, Sans-Serif;
}

.georgia
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
}

.bold
{
    font-weight: 700;
}

.defaultDropdown
{
}
/*******************dropdown CSS : DO NOT EDIT THIS******************************/
.msDropDown div
{
    display: inline-block;
    color: #000000;
    text-align: left;
}

.msDropDown
{
    background: transparent url(//media.redcatsnordic.com/laredoute/images/generic/graphics/background_dropdown.gif) no-repeat 0 0;
    padding: 0;
    width: auto;
    display: inline-block;
    position: absolute;
    margin-right: 5px;
    float: left;
}

.dropdownHorizontalMargin
{
    margin-bottom: 5px;
}
.msDropDown .msDropDown_Child
{
    border: 1px solid #d7d7d7;
    display: none;
    width: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: #FFFFFF;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0px !important;
}

.msDropDown .msDropDown_Child a span
{
    font-size: 11px;
    color: #464646;
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    padding-left: 10px;
}


.msDropDown .msEnabled
{
    cursor: pointer;
    width: 100%;
}
.msDropDown .msDisabled
{
    cursor: default;
}
.msDropDown .msArrow
{
    width: 17px;
    padding: 0;
    position: relative;
    float: right;
}
.msDropDown .msDropdownTitle
{
    width: auto;
    display: inline-block;
    padding-top: 4px;
    padding-left: 10px;
    overflow: hidden;
    font-size: 11px;
    color: #464646;
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
}
.msDropDown img
{
    border: 0;
    margin-right: -2px;
}
.msDropDown a img.icon
{
    padding-right: 0px;
}
.msDropDown .msDropDown_Child a
{
    padding: 3px 0 3px 2px;
    text-decoration: none;
    display: block;
    height: auto;
    clear: both;
    margin: 0;
    width: 130%;
    background-image: none;
}
.msDropDown .msDropDown_Child a, .msDropDown .msDropDown_Child a:visited
{
    color: #000000;
    background-image: none;
}
.msDropDown .msDropDown_Child a:hover
{
    color: #000000;
    background-color: #d7d7d7;
    background-image: none;
}
.msDropDown .msDropDown_Child a.selected
{
    color: #000000;
    background-color: #d7d7d7;
    background-image: none;
}
/**********************End******************************/


/*  ===============================================
    Site Layout
    =============================================*/
.siteContainer
{
    overflow: visible; /*z-index: 1;*/
}

.headerContainer
{
    position: relative;
    width: 100%; /*background: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/top_border.gif) #252525 repeat-x 0px bottom; */
    z-index: 5;
}

.headerContainer .headerContentContainer
{
    width: 960px;
    overflow: visible;
    margin: 0px auto; /*z-index: 3;*/
}

.boxAreaContainer
{
}

.mainContainer
{
    width: 960px;
    overflow: auto;
    margin: 0px auto; /*z-index: 1;*/
    background-color: #FFFFFF;
    min-height: 420px;
    border-bottom: solid 6px #e9e2de;
}

.pageNavigationContainer
{
    width: 180px;
    float: left; /*min-height: 600px;*/
    clear: left;
}

.mainContentContainer
{
    float: left;
    width: 780px;
    font-size: 0.75em;
}

.leftColumnContainer
{
    display: inline-block;
    float: left;
    overflow: auto;
    width: 585px;
}

.rightColumnContainer
{
    float: left;
    width: 195px;
}


.footerContainer
{
    background-color: transparent;
    margin: 0px auto;
    display: block;
    min-height: 40px;
}

.bigMainContentContainer
{
    float: left;
    width: 960px;
    font-size: 0.75em;
}

.bigMainContentContainer .leftColumnContainer
{
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 765px;
}

.mainContentContainer .leftColumnContainer
{
    display: inline-block;
    float: left;
    overflow: auto;
    width: 585px;
}

