/*
 * define styles for linkselect plug-in
 */
a.linkselectLink {
	margin-left: 0px;
	font-size: 1.10em;
	height: 12px;
	color: #000!important;
	float: left;

	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

	-khtml-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled;
	text-align: left
}

a.linkselectLink { width: 80px; }

a.linkselectLink.error{
	border-color: #FF0000;
}

* html a.linkselectLink {
	overflow:hidden;
}

#booking-form a.linkselectLink {
	width: 80px; 
	height: 12px;
	padding: 3px 22px 5px 5px;
	background: url('../images/bg-linkselect-booking.gif') top no-repeat;
	border: 0px;
	font-size: 0.70em
}

#booking-form a.linkselectLink:hover {
	background: url('../images/bg-linkselect-booking.gif') bottom no-repeat;
}

#content a.linkselectLink {
	width: 169px; 
	height: 14px;
	padding: 2px 18px 6px 9px;
	background: url('../images/bg-linkselect-content.gif') top no-repeat;
	border: 0px;
	font-size: 1em
}

#content a.linkselectLink:hover {
	background: url('../images/bg-linkselect-content.gif') bottom no-repeat;
}



a.linkselectLink:hover, a.linkselectLinkFocus {
	color: #000 !important;
	background: #f7f7f7;
	outline: none; /* prevent the link from being outlined */
	background:  url('http://www.tout-saints.co.uk/images/select-open.gif') bottom right no-repeat;
}

/** html a.linkselectLink:hover {
background:  url('http://www.tout-saints.co.uk/images/select-open.gif') top right no-repeat;
}*/


a.linkselectLinkOpen {
	outline: 0; /* prevent the link from being outlined */
}

span.linkselectDisabled {
	/*filter: alpha(opacity=75);*/ /* ONLY REQUIRED FOR DISABLING SELECTS, OTHERWISE ERRORS */	
	-moz-opacity: 0.75;
	opacity: 0.75;
	-khtml-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

.linkselectContainer {
	position: absolute;
	/* this is required to correctly calculate the width of the container */
	left: 0; top: 0;
	display: none;
	/* 
	 * move the box up 3 pixels so that the title bar aligns with original anchor text, this 
	 * should be adjusted according to the padding/margin differences between the two links 
	 */
	margin-top: -1px;
	max-width: 500px;
	z-index: 50000;
}

.linkselectContainer .title {
	background: #d7d7d7 !important;
	color: #fff !important;
	white-space: nowrap;
	font-weight: bold !important;
	font-size: 0.7em !important;
}

.linkselectContainer .title span {
	display: block;
	padding: 3px 4px;
}

.linkselectContainer .scrollable {
	width: auto;
	background-color: white;
	border: 1px solid #d7d7d7;
	margin: 0;
	padding: 0px;
	font-size: 0.6em !important;
	line-height: 15px;
	text-align: left;
	overflow: auto;
	max-height: 240px;
	clear: both;
}

.linkselectContainer ul {
	list-style-type: decimal !important;
	margin: 0px;
	padding: 0px;
}

.linkselectContainer ul li.selected { 
	background-color: #e4e4e4;
}

.linkselectContainer ul li.current { 
	background-color: #eee;
}

.linkselectContainer ul li {
	display: block;
	margin: 0;
	padding: 3px;
	cursor: pointer;
	-khtml-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}