/**
 * Magento
 *
 * AIRBUS THEME
 */
 
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

/*hs*/body {
	background-color:#fff;
	background-image:url(../images/bg_body.png);
  	background-repeat:no-repeat;
	background-position:990px 140px;

	color: #7D94CA;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #1E3174;
	text-decoration:underline;
}

a:hover,
a:focus,
a:active {
	color: #7D94CA;
}

a img { border:0;}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}


/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label {}
input, select, button { vertical-align:middle; }
button {
	cursor: pointer;
}

/* Lists */
dt { display:block;}
ul,ol { list-style:none; }

hr { height:0; overflow:hidden; visibility:hidden; }



/*CMS*/


