/* 
 * Hotelbot
 * @file: css/htb.css
 * @contributers: Franklin Clark
 * @updated: 08/31/2007
 */

/* Main structure layout */
@import url("htb/structure.css");

/* Typography styles */
@import url("htb/typography.css");

/* Color and image scheme */
@import url("htb/theme.css");



/* Browser Fixes
--------------------------------------*/
.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 */
