/**
*
*	Author: Bogolubov Dmitriy
*	
*	Description:
*	Reset styles
*
**/

* {
	margin: 0;
	padding: 0;
	}
HTML {
	font-size: 100%;
	}
LI {
	list-style: none;
	}
IMG {
	border: none;
	}
A IMG {
	text-decoration: none;
	}
FIELDSET {
	border: solid 0 transparent;
	}
.clear {
	clear: both;
	font-size: 0 !important;
	line-height: 0 !important;
	}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
.clearfix {
	display: inline-block;
	}
html[xmlns] .clearfix {
	display: block;
	}
* html .clearfix {
	zoom: 1;
	}
