/**
 * @version: $Id: bookstyle.css 14113 2010-08-26 15:20:45Z jez $
 */

#stepbar {
	margin: 0;
	padding: 0;
}

#stepbar li {
	width: 170px;
	height: 41px;
	padding: 5px;
	
	list-style: none;
	float: left;
	
	background-color: #EBEBEB;
	background-image: url(/images/navBtn.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
	font-size: 12px;
}

#stepbar.threeStep li {
	width: 233px;
}

#stepbar li.current {
	background-color: #CCCCCC;
	background-image: url(/images/navCurrentBtn.gif);	
}

#stepbar li.lastDone {
	color: #ffffff;
	background-color: #818181;
	background-image: url(/images/navLastDoneBtn.gif);
}

#stepbar li.done {
	color: #ffffff;
	background-color: #818181;
	background-image: url(/images/navDoneBtn.gif);
}

#stepbar li.stepbarNoBg {
	background-image: none;
}

.stephd {
	padding-top: 5px;
	clear: both;
	width: 100%;
	font-weight: bold;
}


#step_1 td,
#step_2 td,
#mybasket td,
#step_4 td {
	font-size: 12px;
}


#login,
#party_details,
#booking {
	border: 1px solid #cccccc;
	background-color: #dddddd;
}

#login :hover,
#party_details :hover,
#booking :hover {
	border: 1px solid #bbbbbb;
	background-color: #dddddd;
}

#booking {
	padding: 0.5em;
}

#booking #total {
	border-top: 1px solid #bbbbbb;
	border-bottom: 3px double #bbbbbb;
}

.num,
.or {
	font-wieght: bold;
}

.num {
	border-right: 2px solid #DFDFDF;
}

.or {
	color: blue;
	padding: 2em;
}

.title_row td {
	border-bottom: 1px solid #DFDFDF;
	vertical-align: bottom;
	font-weight: bold;
}

.larrrrge {
	text-align: center;
	padding: 20px;
}

fieldset {
	border: 1px solid #DFDFDF;
	margin-bottom: 10px;
	padding: 10px;
}

legend {
	font-weight: bold;
}

input.price {
	text-align: right;
}
