/* 
	Title: Hungrybrowser - Global style sheet
	Description: Contains all the custom styling for the mmk website
	Client: MMK
	Date: 05/12/2006
	Version 1.01
	Author: Ben Ellis
*/

/* ------------------------------------------------------------
	Correct some of the styling from the main site
---------------------------------------------------------------- */

#booking #column1 ul li,
#column2.light ul li a {
	background-image: none;
	padding-left: 0px;
}

#booking #column1 ul {
	padding-bottom: 10px;
}


/* ------------------------------------------------------------
	booking-breadcrumb
---------------------------------------------------------------- */


#booking ul#booking-breadcrumb, #booking ul#booking-breadcrumb li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	color: #333333;
}

#booking ul#booking-breadcrumb {
	padding-top: 5px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	display: block;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

#booking ul#booking-breadcrumb li {
	color: #999999;
	font-size: 95%;
	background: url("../img/booking_breadcrumb_bg.gif") center left no-repeat;
	padding-left: 11px;
}

#booking ul#booking-breadcrumb li.first {
	background-image: none;
	padding-left: 0;
}

#booking ul#booking-breadcrumb li.active {
	color: #000000;
	font-weight: bold;
}

/* ------------------------------------------------------------
	Guest table
---------------------------------------------------------------- */

table.border {
	border-top: 1px #CCCCCC solid;
	padding-top: 5px;
	margin-top: 5px;
}

table.guest {
	width: 100%;
}

table.guest td {
	padding: 0 10px 0 0;
}

/* ------------------------------------------------------------
	General styles
---------------------------------------------------------------- */

.dash {
	border-top: 1px #CCCCCC solid;
	padding-top: 7px;
	clear: both;
}

.pdf {
	background: url("../img/pdfIcon.gif") 0px 0px no-repeat;
	padding: 2px 0px 2px 20px;
}

.word {
	background: url("../img/wordIcon.gif") 0px 0px no-repeat;
	padding: 2px 0px 2px 20px;
}

ul.preview, ul.preview li {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 95%;
	line-height: 15px;
}

.preview h4 {
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
}

.floatLeft {
	float: left;
	margin-right: 20px;
}

.secure {
	background:url("../img/secureIcon.gif") 1px 9px no-repeat;
	padding-left: 17px;
}
