

.show {
	display: block;
	}
	
.hide {
	display: none;
	}


.error {
 	background: url("../images/bg_alert.gif") no-repeat 0 50%;
 	font-size: 1.1em;
 	padding: 5px 0 5px 35px;
 	font-weight: bold;
 	color: #CD1717;
 	margin: 5px 0 0 0;
	}
	
	
hr {
	display: none;
	}
	
.top {
	position: absolute;
	left: -10000px;
	}
	

.flLeft {
	float: left;
	}
	
.flRight {
	float: right;
	}
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


