/** reset */
* {
	margin: 0 auto;
	padding: 0;
}


/** classes */
.clear {}

.clear.both {
	clear: both;
}

.clear.left {
	clear: left;
}

.clear.right {
	clear: right;
}

.float {}

.float.none {
	float: none;
}

.float.left {
	float: left;
}

.float.right {
	float: right;
}

.clpse,
.collapse {
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0.0;
}

.button,
.outdent {
	text-align: left;
	text-indent: -9999em;
}

.button {
	outline: none;
}

.small {
	font-size: 85%;
}

.medium {
	font-size: 95%;
}

.large {
	font-size: 105%;
}

.alert {
	color: #f00;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.preload {
	background: #3A3A40 url(images/global/misc/preload/global.gif) no-repeat 50% 50%;
}


/** elements */
body {
	font: small Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background: #fff;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

h1 {
	margin-bottom: .65em;
	font-size: 185%;
}

h2 {
	margin-bottom: .55em;
	font-size: 165%;
}

h3 {
	margin-bottom: .45em;
	font-size: 145%;
}

h4 {
	margin-bottom: .35em;
	font-size: 125%;
}

address,
blockquote,
div,
dl,
fieldset,
ol,
p,
ul,
table {
	margin-bottom: 1em;
}

div.clear {
	margin: 0;
}

dt {
	margin-bottom: .50em;
}

ul,
ol,
blockquote {
	padding-left: 1em;
	margin: 1em 0 1em 1em;
}

ul.list.none {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul ul {
	margin-top: 1em;
}

ul li,
ol li {
	margin-bottom: 1em;
}

th,
td {
	vertical-align: top;
}

p {
	line-height: 1.25;
}

address {
	line-height: 1.5;
}

img {}

img.float.left,
img.float.right {
	max-width: none;
	width: auto;
}

img.float.left {
	margin: 0 1em 1em 0;
}

img.float.right {
	margin: 0 0 1em 1em;
}