﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	/*All elements*/
	
	border: 0px none transparent;
	background: no-repeat;
	outline-width: 0px;
	outline-style: none;
	outline-color: transparent;
	
	color: inherit;
	
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	direction: ltr;
	
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: inherit;
	line-height: 1.5em;
	font-family: inherit;
	
	position: static;
	
	float: none;
	clear: none;
	visibility: visible;
	cursor: auto;
	
	/*position: relative, absolute*/
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	
	/*position: absolute*/
	clip: auto;
	
	/*non-replaced block-level elements, table cells, inline-table, and inline-block elements */
	overflow: visible;
	
	/*all elements except elements with table display types other than table-caption, table and inline-table */
	padding: 0px;
	
	/*all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column */
	/*All elements but non-replaced inline elements, table rows, and row groups */
	width: auto;
	min-width: 0px;
	
	/*All elements but non-replaced inline elements, table columns, and column groups  */
	height: auto;
	min-height: 0px;
	
	/*Display: Block*/
	text-align: left;
	text-indent: 0em;
	
	/*Display: List-Item*/
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	
	/*Display: Inline, table-cell*/
	vertical-align: baseline;
	
	/*table-caption*/
	caption-side:top;
	
	/*table, Display: inline-table*/
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}