
/* ################################################################################################# */
/* ################################################################################################# */
/* ##                                                                                             ## */
/* ##    For white labels pages hosted by Limonetik (error.aspx, deny.aspx, help.aspx, etc.)      ## */
/* ##                                                                                             ## */
/* ################################################################################################# */
/* ################################################################################################# */


/* DOCUMENT INFORMATION
    - Document: Printemps A 2 Theme
    - Version:  1.0
    - Client:   Printemps A 2
    - Author:   Limonetik   

COLORS
    - default body text         #1a1a1a
    - input borders             #c5dbdb
    - input borders hover       #5caee7
    - link                      #121212
    - link border               #121212
    - link hover                #5caee7
    - link border hover         #5caee7
    - amount                    #9B2F00

FONTS
    - default body text  Helvetica Neue

FOR LAYOUT DEBBUGING, COPY THIS LINE UNDER THIS COMMENT

* { border: 1px solid #f00; }

*/


/* --------------------------------------------*/
/* ---------->>> GLOBAL SETTINGS <<<-----------*/
/* --------------------------------------------*/


/* Structure */

* {margin:0;padding:0;}
body {color:#000;font-size:13px;font-family: Helvetica Neue,Helvetica,Arial,sans-serif;}



/* Design */

h1 {color:#666666;font-family:Verdana;font-size:22px;font-weight:bold;}
h2 {color:#666666;font-family:Verdana;font-size:13px;font-weight:normal;}
.highlighted {border:1px solid #666666;font-size:13px;padding:2px; }
a {border-bottom:1px dotted #121212;color:#121212;text-decoration:none;font-size:13px;border-width:0px;}
img a, img:hover {border:0px;}
a.link:hover {border-bottom:solid 1px #000000;}
img {border:solid 0px #000000;}


/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/



/* ------------------------------------*/
/* ---------->>> CONTENT <<<-----------*/
/* ------------------------------------*/

/* Top Content */

/* Content */


.error {color:#ac0a0a;font-size:13px;}
.label {color:#666666;font-size:13px;}
.note {color:#666666;font-size:11px;}
.amount {color:#000;font-size:13px;font-weight:bold;}
.shop {font-size:13px;font-weight:bold;}
.powered {color:#277f98;font-family:Trebuchet MS;font-size:13px;font-weight:bold;margin-bottom:4px;padding-bottom:4px;}

.lmk_question {color:#000; font-weight:bold; }
.lmk_answer {color:#666666;font-size:14px;margin-left:25px;}

/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

.lmkArrowDown {background:url(/Pages/Images/lmkArrow.gif) no-repeat;height:138px;width:83px;position:fixed;bottom:30px;left:0;z-index:9999;display:block;}

/* -----------------------------------*/
/* Imported from LmkWhiteLabelInjected.css
/* -----------------------------------*/

/* Bottom bar height. 
   TO BE SET IN LmkWhiteLabel.config in Proxy as well (navStateKey="BottomBarHeight") */
.bottom_bar_height {
    height:50px;
}

/* Background of elements added on top of pages (bottom bar, tooltip, popup) */
.lmk_bar_tooltip_and_popup_background
{
    background:#000;
    opacity:0.7;
    filter:alpha(opacity=70);
}

/* SEMI TRANSPARENT LAYER FOR MODAL POPUPS
     height arbitrary set to 2000px as 100% is not working on IE6 
     (iframes are set no-scroll, so we don't care if height is big) */
.lmk_modal_popup_layer 
{
    background:#000;
    opacity:0.4;
    filter:alpha(opacity=40);
    z-index:-1;
    position:absolute; 
    width:100%; 
    left:0; 
    top:0; 
    height:2000px;
}

/* Police used in elements added on top of pages (bottom bar, tooltip, popup) */
.lmk_bar_tooltip_and_popup_police
{
    color: #fff;
}

/* Popup style. Default width set to 500px can be overridden.
   If needed, call method lmk_CenterElement() to set position absolute at center */
.lmk_popup_box
{
    position:absolute;
    top:50%;
    left:50%;
    width:500px;
    margin-left:-250px;
    background:#000000;
    border-width: 2px;
    border-style: solid;
    border-color: #FFF;
    padding: 10px;
    color: #fff;
}

/* Ok button. Can be used if no image button designed */
.lmk_ok_button
{
    background-color: #777;
    color: #FFF;
    font-weight: bold;
    width: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor:pointer;
    text-decoration:none;
}
div.lmk_ok_button:hover
{
    background-color: #AAA;
}



/* TODO: Review and simplify this class... Remove ? */
.lmk_wl_logo {
    float:left; 
    margin-left:8px; 
    margin-top:4px; 
    border:0px;
}
/* TODO: Review and simplify this class... Remove ? */
.lmk_logo {
    float:right; 
    margin-right:2px; 
    margin-top:9px;
    border:0px;
    
}
/* TODO: Review and simplify this class... Remove ? */
.lmk_help_button {
    float:right; 
    margin-top:15px;
    margin-right:35px; 
    border:0px;
}
/* TODO: Review and simplify this class... Remove ? */
.lmk_return_button {
    float:right; 
    margin-top:15px; 
    margin-right:15px;
    border:0px;
}

