/* === reset === */

HTML, BODY, A, ADDRESS, DL, UL, OL, LI, DD, DT, H1, H2, H3, H4, H5, H6, KBD, VAR, BIG,
PRE, P, BLOCKQUOTE, TABLE, CAPTION, TR, TD, TH, FORM, FIELDSET, LEGEND, EMBED, OBJECT, INS {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-decoration: none;
	outline: 0;
	font-size: 100%;
}
SELECT {
	margin: 0;
}
HTML, BODY {
	width: 100%;
	height: 100%;
	min-width: 1000px;
}
A IMG, FIELDSET {
	border: none;
}
IMG, FIELDSET, LEGEND, LEGEND *, EMBED, OBJECT, INS {
	display: block;
}
TABLE {
	border-collapse: collapse;
	border: none;
	empty-cells: show;
	font-size: 100%;
}
UL, OL {
	list-style-type: none;
}
.clearfix {
	clear: both;
	//zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

A {
	color: #007ad8;
	text-decoration: underline;
}
A:hover {
	color: #09f;
}
/*A:visited {
	color: #abc;
}*/

:active,
:focus {
	outline: none;
}

.nobr {
	white-space: nowrap;
}

.toleft {
	position: relative;
	right: 50%;
	float: right;
}
.toright {
	position: relative;
	right: -50%;
	z-index: 1;
}

