/*------------------------------------------------------------------
[Master Stylesheet]

Project:		American Express
Version:		1.1
Last change:	05/05/08 [Round Corner Bug fixed]
Assigned to:	Yannick Stroobants - Ogilvy Interactive Belgique
Primary use:	SCREEN
-------------------------------------------------------------------*/
@import "screen_window.css";
@import "screen_colors.css";
@import "clearfix.css";
/* @import "debugging.css"; */


/* ---- body clearer */
html, body {margin:0; padding:0; border:0; outline:0; font:400 .9em Arial, Helvetica, sans-serif; vertical-align: baseline}
body {background-color:white; color:black}
fieldset, form, label, legend, img {margin:0; padding:0; vertical-align: baseline; border:none}
/*img { behavior: url(/content/dam/amex/cz/assets/css_corp/iepngfix.htc); }
*/
/* ---- common classes */
.float_left {float:left; text-align:left}
.float_right {float:right; text-align:right}
.float_clear, .cleaner {clear:both}
br.float_clear {margin:-1px -1px 0px 0px; width:1px; height:1px; clear:both}

.align_right {text-align:right}
.align_Center {text-align: center}
div.hr {clear:both; margin:0; padding:0}
div.hr_dotted {border-top: 1px dotted #666}
div.hr_dotted hr {display: none}
div.hr hr {display:none}

a {text-decoration:none}
a:hover {text-decoration:underline}
	
.hide {display:none !important}
.bold {font-weight:bold}
:focus, a {-moz-outline-style:none}
:focus {outline:0}
/* @end */


/* CLASSES NOT USE FOR SCREEN BUT FOR HANDHELD & PRINT */
.skip {display:none!important}