@charset "utf-8";
/* 
= CSS Document  ==========================
	
	Site: 			Parkdean Holidays
	Author: 		Jon Park | Union Room
	Created: 	November 12th, 2008
	Updated: 
	Copyright: (c) 2008, Parkdean Holidays
	
=======================================
*/

.red { color: #C00; }

/* === Important Stuff === */
.fLeft { float: left !important; }
.fRight { float: right !important; }
.tLeft { text-align: left !important; }
.tRight { text-align: right !important; }
.tCentre { text-align: center !important; }

.bold { font-weight: bold !important; }
.noBold { font-weight: normal !important; }
.noBorder { border: none !important; }
.noBG { background: none; }

.imgReplace, a.btnReplace { background-position: top; background-repeat: no-repeat; display: block; }
.imgReplace span, a.btnReplace span { width: 0; height: 0; overflow: hidden; display: block; }
a.imgReplace:hover, a.btnReplace:hover { background-position: bottom; }

a.btnReplace { display: none; }

.hide { display: none; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */