/**
* Markup free clearing
* Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-block {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
/* End hide from IE-mac */

.no-display{display:none}

.left {float:left}
.right {float:right}
a img {border: none}

ul.plain {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

hr {
	height: 0px;
	border:none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
