/* bof: for the checkbox (partners) new */
.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 345px;
}

.checklist li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(../../../images/i/checkboxbg.gif) no-repeat 0 0;
	width: 105px;
	height: 150px;
	position: relative;
	font: normal 11px/1.3 "Lucida Grande","Lucida","Arial",Sans-serif;
}

.checklist li.selected {
	background-position: -105px 0;
}

.checklist li.selected .checkbox-select {
	display: none;
}

.checkbox-select {
	display: block;
	float: left;
	position: absolute;
	top: 118px;
	left: 10px;
	width: 85px;
	height: 23px;
	background: url(../../../images/i/select.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.checklist li input {
	display: none;	
}

a.checkbox-deselect {
	display: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 120px;
	right: 10px;
}

.checklist li.selected a.checkbox-deselect {
	display: block;
}

.checklist li label {
	display: block;
	text-align: center;
	padding: 8px;
}
/* eof: for the checkbox (partners) new */

/* bof: for the Switch effect (radio buttons - trip type) */
	.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../../../images/switch.gif) repeat-x; display: block; float: left; color:#aaa; }
	.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
	.cb-enable span { background-position: left -90px; padding: 0 10px; margin-bottom:-5px; }
	.cb-disable span { background-position: right -180px;padding: 0 10px; margin-bottom:-5px; }
	.cb-disable.selected { background-position: 0 -30px; }
	.cb-disable.selected span { background-position: right -210px; color: #fff; }
	.cb-enable.selected { background-position: 0 -60px; }
	.cb-enable.selected span { background-position: left -150px; color: #fff; }
	.switch label { cursor: pointer; }
/* eof: for the Switch effect (radio buttons - trip type) */