/* - - - - - - - - - - - - - - - - - - - - -

Title : Hotel Luxury Collection
URL : http://www.hotelluxurycollection.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

Description : Print Styles Only

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

html {
	padding: 0;
	margin: 0;
	}

body {
	background: #131718;
	font: 62.5%/1.5em "tahoma", arial, verdana, helvetica, sans-serif;
	color: #262d35;
	margin: 0.5em 0 0 0;
	padding: 0;
	}
	
img {
	border: 0;
	}

#blockFix {
	display: block;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}


/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#container {
	background: #fff url(/persistent/imgs/bgWrapper.gif) no-repeat 50% 100%;
	font: 1.1em/1.4em "tahoma", arial, verdana, helvetica, sans-serif;
	width: 770px;
	margin: 20px auto 0 auto;
	padding: 0 15px 15px 15px;
	}

#leftbar {
	display: none;
	}

#wrapper {
	width: 550px;
	}

	#header {
		display: none;
		}
	#content {
		width: auto;
		border-top: 2px solid #fff;
		padding: 5px 15px 5px 15px;
		}
	
#footer {
	display: none;
	}


/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/

#content h1 {
	font: bold 1.9em "tahoma", arial, verdana, helvetica, sans-serif;
	display: block;
	margin-top: 10px;
	}
	
#content h2 {
	font: bold 1.4em "tahoma", arial, verdana, helvetica, sans-serif;
	display: block;
	}
	
#subCatTabsWrapper h2, #productTabsWrapper h2 {
	font: bold 1em "tahoma", arial, verdana, helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	}

/*
----------------------------------------------------------------------------- 
CART STYLES
-----------------------------------------------------------------------------*/

/* -- Sub Categories -- */

#subCatTabsWrapper dl {
	background: #e6e2db;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 230px;
	max-height: 115px;
	}

#subCatTabs dt {
	margin: 0;
	padding: 0;
	}

#subCatTabs dd {
	margin: 0;
	padding: 0;
	}
	
/* -- Product Tabs Listing -- */

#productTabsWrapper dl {
	background: #e6e2db;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 149px;
	max-height: 180px;
	}
#productTabsWrapper dl img {
	display: block;
	border: 1px solid #fff;
	margin-bottom: 5px;
	}

#productTabs dt {
	margin: 0;
	padding: 0;
	}

#productTabs dd {
	margin: 0;
	padding: 0;
	}

/* -- Group Large Images Tabbed -- */

#groupProductImages {
	width: 215px;
	float: right;
	background: #e6e2db;
	margin-left: 30px;
	}


/*
----------------------------------------------------------------------------- 
NAVIGATION - Main Site
-----------------------------------------------------------------------------*/

#navWrapper ul {
	display: none;
	}
	

/*
----------------------------------------------------------------------------- 
CONTENTS - Default
-----------------------------------------------------------------------------*/

#content ul {
	padding-bottom: 1em;
	}

#content ul li {
	margin-bottom: 1em;
	}


/*
----------------------------------------------------------------------------- 
CATALOGUE
-----------------------------------------------------------------------------*/

/* -- Sidebar Categories -- */

#left ul {
	margin: 0;
	padding: 0 14px 5px 14px;
	list-style: none;
	}

#left ul li {
	font: bold 1em/1.2em arial, verdana, helvetica, sans-serif;
	margin: 0;
	padding: 0.2em;
	}



/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a {
	color: #262c2c;
	text-decoration: none;
	}
a:hover {
	color: #262c2c;
	text-decoration: underline;
	}

#subCatTabsWrapper a {
	color: #262c2c;
	text-decoration: none;
	}
#subCatTabsWrapper a:hover {
	color: #c1b4a1;
	}

#footer a {
	color: #666;
	}
#footer a:hover {
	color: #000;
	}


/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/

/* -- Globals -- */

form {
	padding: 0;
	margin: 0;
	}

legend {
	display: none;
	}

fieldset {
	border: none;
	}

label {
	padding: 0;
	display: block;
	line-height: 24px;
	width: 100%;
	}

textarea, input, select {
	font: 0.9em/1.1em "tahoma", arial, verdana, helvetica, sans-serif;
	border: 1px solid #858076;
	background: #e6e2db;
	padding: 2px;
	}
	
/* -- Shopping Cart Forms -- */

.button {
	font-weight: bold;
	}
