/*
	By Alexander Slyusar
	www.dotinline.com
	www.webvisions.com.ua
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

table td {
	vertical-align: top;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img { 
	border: none;
}

p, blockquote, ul, ol, dl, form, table, pre {
	line-height: inherit;
}

ul, ol, dl{
	padding: 0;
}
	
ul ul, ul ol, ol ol, ol ul, dd {
	margin: 0px;
}

li {
	margin: 0 0 0 30px;
	display: list-item;
	list-style-position: outside;
}	

blockquote, dd {
	padding: 0 0 0 2em;
}

pre, code, samp, kbd, var {
	font: 100% mono-space,monospace;
}

pre {
	overflow: auto;
}
	
abbr, acronym {
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
	letter-spacing: 1px;
}

abbr[title], acronym[title] {
	cursor: help;
}

small {
	font-size: .9em;
}

sup, sub {
	font-size: .8em;
}

em, cite, q {
	font-style: italic;
}

img {
	border: none;
}		

hr {
	display: none;
}	

table {
	border-collapse: collapse;
}

th, caption {
	text-align: left;
}

form div {
	margin: .5em 0;
	clear: both;
}

label {
	display:block;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	font-weight:bold;
}

input[type="radio"], input[type="checkbox"] {
	margin:0 5px 0 0;
}
