/* ---------------------------------- */
/* --- CSS Reset Padding & Margin --- */
/* ---------------------------------- */

*
{
margin:0;
padding:0;
border:0;
outline:0;
}

body
{
	background:#DAD6BB;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
}
img
{
    border: 0;
}
input
{
    vertical-align: middle;
}
.clear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
body.master a img
{
    border: 0;
}
hr.separator
{
    clear: both;
    height: 0px;
    visibility: hidden;
}



/* ---------------------- */
/* --- General Styles --- */
/* ---------------------- */

body.master
{
    background: #fff url(/Pages/Images/background.jpg) repeat-x;
    font-family: Verdana,Sans-Serif;
    font-size: 12px;
}

img.title { margin-top:20px; }
div#main-content { margin:5px auto; width:1006px; }

.logo { margin-bottom:20px; }
body.master h2 { font-size:18px; color:#555; }
body.master p { font-size:12px; color:#7e7973; }

.roundtop { width:1006px; height:123px; padding-top:50px; background-image:url(/Pages/Images/top-corners.jpg); background-repeat:no-repeat; }

.roundmiddle { width:1006px; padding:0px 20px; background-image:url(/Pages/Images/bg-content.gif); background-repeat:repeat-y; overflow:auto; }

div#cols { width:920px;  }
div#leftcol { width:320px; float:left; margin-right:30px; text-align:left; }
div#rightcol { width:450px; float:left; text-align:left; }

div#locker { width:280px; padding:10px; margin:10px; background-color:#f3f3f3; text-align:center; }
div#locker  p { font-size:14px; font-weight:bold; color:#7e7973; }

img.corner { width:952px; height: 16px; border: none; display: block !important; }
/*
body.master fieldset { border:2px solid #83b919; padding:15px; }
body.master legend { color:#555; font-size:14px; font-weight:bold; margin:0 10px; }
body.master label { font-size:10px; margin-right:0px; }
body.master input { border:1px solid #e2e2e2; height:20px; }
*/
#container
{
    min-height: 100%;
    position: relative;
}
.main
{
    margin: 0 auto;
    width: 960px;
}
.main-background
{
    background: url(/Pages/Images/background-top-main.jpg) no-repeat top center;
    padding-bottom: 173px;
}
.pad_main
{
    padding: 20px 120px;
}


body.master input
{
    border: 1px solid #666666;
    font-size: 13px;
    padding: 2px;
    width: 150px;
}
body.master label
{
    color: #666666;
    font-size: 12px;
}
body.master label b
{
    color: #7ab51d;
    font-weight: normal;
}
body.master p
{
    color: #666666;
    font-size: 11px;
}
body.master i
{
    color: #666666;
    font-size: 10px;
}


p.icon_c2c
{
    background: url(/Pages/Images/small_icon.png) no-repeat center left;
    font-size: 11px;
    margin: 0 auto;
    padding: 12px 0 22px 50px;
    width: 400px;
}
p.icon_c2c a
{
    color: #7ab51d;
}

body.master h1
{
    font-family: Arial Rounded MT Bold,Helvetica,Verdana,Sans-Serif;
    text-align: center;
    color: #7BB51D;
    margin: 0px;
    font-size: 22px;
    
}
body.master h2
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
}

/* --------------------- */
/* --- Footer Styles --- */
/* --------------------- */

html, body
{
    height: 100%;
}
.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -173px;
}
.footer
{
    background: #527969 url(/Pages/Images/background_footer.jpg) no-repeat top center;
    color: #fff;
    height: 173px;
}
.footer .main
{
    padding: 10px 0;
}
.footer .big_links, .footer .big_links a
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.footer p
{
    font-size: 9px;
}

.lnkConnectButton
{
    height: 25px;
    width: 96px;
}
.lnkPayButton
{
    height: 25px;
}
.lnkCancelButton
{
    height: 25px;
}
.lmkArrowDown
{
    background: url(/Pages/Images/lmkArrow.gif) no-repeat;
    height: 138px;
    width: 83px;
    position: fixed;
    bottom: 50px;
    left: 10px;
    z-index: 9999;
    display: block;
}

.billsummary
{
    margin-left: auto;
    margin-right: auto;
}

.billsummary input
{
    border: none;
}

.label
{
    width: 200px;
    display: block;
    float: left;
}

.shop
{
    font-weight: bold;
}

.amount
{
    font-weight: bold;
    font-size: large;
}

.note
{
    font-style: italic;
    color: Gray;
}

.lstCredentials
{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}

.lstCredentials li
{
    padding: 3px;
}

table#BillArray
{
    font-size:medium;
    margin:5px auto;
}

table#BillArray td span.amount
{
    display:block;
    text-align:center;
}

table#BillArray td.MathSign
{
    padding:5px 15px;
    font-weight:bolder;
    font-size:large;
    text-align:center;
}

table#BillArray tr.DiscountLine td
{
    background-color: #B6DF53;
    color: #222;
    padding:5px 15px;
}

table#BillArray tr.FigureLine td
{
    padding:3px 15px;
    color: #222;
}


/* -----------------------------------*/
/* Imported from LmkWhiteLabelInjected.css
/* -----------------------------------*/

/* Bottom bar height. 
   TO BE SET IN LmkWhiteLabel.config in Proxy as well (navStateKey="BottomBarHeight") */
.bottom_bar_height {
    height:45px;
}

/* Background of elements added on top of pages (bottom bar, tooltip, popup) */
.lmk_bar_tooltip_and_popup_background
{
    background: url(/Pages/Images/bottom_bar_background.png) repeat-x;
}

/* 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: #82b81a;
    opacity:0.8;
    filter:alpha(opacity=80);
    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
{
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
}

/* 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
{
    font-family: Arial,Helvetica,sans-serif;
    position:absolute;
    top:50%;
    left:50%;
    width:500px;
    margin-left:-250px;
    background: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: #c6d100;
    padding: 10px;
    color: #000000;
}

/* Ok button. Can be used if no image button designed */
a.lmk_ok_button
{
    display:block;
    background-color: #73B94C;
    color: #FFF;
    font-weight: bold;
    width: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor:pointer;
    text-decoration:none;
}
a.lmk_ok_button:hover
{
    background-color: #93D96C;
}

.error
{
    color: Red;
}


/* TODO: Review and simplify this class... Remove ? */
.lmk_wl_logo {
    float:left; 
    margin-left:8px; 
    margin-top:10px; 
    height: 30px;
    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:11px;
    margin-right:35px; 
    border:0px;
}
/* TODO: Review and simplify this class... Remove ? */
.lmk_return_button {
    float:right; 
    margin-top:11px; 
    margin-right:15px;
    border:0px;
}
/* TODO: Review and simplify this class... Remove ? */
#lmk_bottom_bar_legend
{
    font-family: Arial,Helvetica,sans-serif;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 11px;
}
/* TODO: Review and simplify this class... Remove ? */
#lmk_bottom_bar_legend p
{
    padding:0;
    margin:0;
    text-align:center;
}
/* TODO: Review and simplify this class... Remove ? */
.lmk_bottom_bar_legal_mentions
{
    font-family: Arial,Helvetica,Sans-Serif;
    color: Black;
    float:left;
    padding-top:20px;
    font-size:11px;
}


/* STYLES STARTPAGE */

/* ----------------- Conteneur ------------------ */

div#conteneur
{
	width:915px;
	margin:auto ;
	margin-top:40px;

}
/* ----------------- Header ------------------ */

div#header 
{
	width:915px;
	margin:15px auto;
}

div#header h1
{
	width:154px;
	height:118px;
	text-indent:-9999px;
	background:url('../Images/logo.jpg') no-repeat;
}

div#header h2
{
	width:611px;
	height:77px;
	position:absolute;
	right:115px;
	bottom:10px;
	text-indent:-9999px;
	background:url('../Images/title.gif') no-repeat;
}

/* ----------------- Contenu ------------------ */

/*div#contenu
{
	width:915px;
	height:280px;
	background:url('../Images/fondContenu.jpg') no-repeat;
	position:relative;
}*/

/* STYLES STARTPAGE */

div#main-veronese { width:961px; text-align:center; margin:20px auto; font-family:Arial, Verdana, sans-serif;  }

div.content-veronese { text-align:left; background-image:url(../Images/middle-box-veronese.jpg); background-repeat:repeat-y; overflow:auto; margin-top:-3px; }
div.content-veronese h1 { font-family: Arial Rounded MT Bold,Helvetica,Verdana,Sans-Serif; text-align: center; margin:0 0 20px 0; font-size:24px; color:#7bb02e; font-weight:bold; }
div.content-veronese h2 { font-size:20px; color:#335958; font-weight:normal; font-weight:bold; }
div.content-veronese h3 { font-size:18px; color:#7f8883; font-weight:normal; font-weight:bold; }
div.content-veronese p { font-size:12px; color:#335958; text-align:justify; }
div.content-veronese a { font-size:12px; color:#7bb02e; font-weight:bold; text-decoration:none; }
div.content-veronese a:hover { font-size:12px; color:#ee8711; }

div.content-veronese table { width:625px; margin:10px auto; }
div.content-veronese td { font-size:12px; color:#7f8883; text-align:left; }

p.startpagestyle
{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#335958;
height:38px;
padding-left:50px;
width:770px;
margin:20px auto;
background:url('../Images/exclamation.jpg') no-repeat left;
}
 
 
/* ----------------- Contenu - Liste icone ------------------ */

div.content-veronese ul
{
	list-style:none;
	padding-top:20px;
	margin-left:10px;
}

div.content-veronese ul li
{
	display:block;
	float:left;
	text-align:center;
	margin-left:50px;
}

div.content-veronese ul li#icone1 h3
{
	width:170px;
	height:39px;
	background:url('../Images/legende1.jpg') no-repeat;
	text-indent:-9999px;
	margin-right: 20px;
	margin-left: 15px;
}

div.content-veronese ul li#icone2 h3
{
	width:277px;
	height:39px;
	background:url('../Images/legende2.jpg') no-repeat;
	text-indent:-9999px;
	margin-right:-20px;
	margin-left:-10px;
}

div.content-veronese ul li#icone3 h3
{
	width:273px;
	height:39px;
	background:url('../Images/legende3.jpg') no-repeat;
	text-indent:-9999px;
}

/* ----------------- Contenu - Bouton ------------------ */

.continueButton a
{
display:block;
margin:0 auto;
width:164px;
height:33px;
background:url('../Images/btn-continue.jpg');
/*text-indent:-9999px;*/
}

.continueButton a:hover
{
background:url('../Images/btn-continue-hover.png');
}

a:active, a:focus { outline:none; }
