#source,
#details {	border: 1px solid #ccc;	padding: 9px;
}
#source {	width: 600px;	float: left;	background: #eee;	padding: 0 9px;
}
.category {	margin: 10px 0;	height: 1%;	overflow: hidden;
}
.category .title {	font-weight: bold;	padding: 5px 10px 5px 25px;	background: #ddd url('/images/components/travelplanner/arrow-right.png') 10px center no-repeat;	cursor: pointer;
}
.open .title {	background: #ddd url('/images/components/travelplanner/arrow-down.png') 10px center no-repeat;
}
.category a.show {	display: none;	font-weight: normal;	font-size: smaller;	color: #37c;	margin-left: 5px;
}
.category a.addAll { float: right; color: #37c; font-size: 10px;
}
.category .items {	border: 1px solid #ddd;
}
.category .items div.box {	background: white;	padding: 8px 13px;	border: 1px solid #efefef;	height: 1%;	overflow: hidden;
}
.item {	cursor: pointer;	padding: 9px;
/*	background: #f4f4f4;	border: 1px solid #ccc;
*/	margin: 5px 0;	height: 1%;	overflow: hidden;	border-bottom: 1px solid #ddd;
}
.item:hover {	background: #f0f0f0;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;
}
.category .selected {	background-color: #f5c004;	border-color: #f5c004;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;
}
.item .check {	float: left;	width: 42px;	margin-right: 5px;	padding-top: 6px;	text-align: center;
}
.item .iconic,
.item .fauxImage {	float: left;	width: 48px;	height: 34px;	background: #ccc;	margin-right: 5px;
}
.item .content {	width: 440px;	margin-left: 10px;	float: left;	font-size: 14px;
}
.item .itemTitle {	color: #666;	font-size: 14px;
}
.item .itemTitle span {	color: black;
}
.item .itemID {	display: none;
}
.item .excerpt {	font-size: 11px;	padding: 5px 0;
}
.item .excerpt p {	margin: 0;
}
.item .links {	font-size: 10px;
}
.item .links a {	margin-right: 20px;
}
/*
.category .item {	cursor: pointer;	float: left;	padding: 9px;	width: 160px;	background: #f4f4f4;	border: 1px solid #ccc;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	margin: 5px 5px 5px 5px;	height: 1%;	overflow: hidden;
}
.item:hover {	background: #f0f0f0;
}
.item .iconic {	float: left;	margin-right: 5px;
}
.item .fauxImage {	width: 48px;	height: 34px;	border: 1px solid #ccc;	background: #efefef;
}
.item .content {	float: right;	width: 105px;	height: 36px;	overflow: hidden;	font-size: 10px;
}
.item .links {	clear: both;	font-size: 10px;	padding: 2px 4px 0 4px;
}
.item .links a {	width: 50%;	display: inline-block;	color: #666;
}
.item .itemCountry {	display: none;
}
.category .lastCol {
}
.category .selected {	background-color: #f5c004;	border-color: #f5c004;
}
*/
#details {	width: 310px;	float: right;	background: #eee;
}
#details fieldset {	border: none;
}
#details legend {	font-weight: bold;
}
#details .field {	margin: 10px 0;
}
#details label {	display: block;	float: left;	width: 100px;	padding: 4px 0;	margin-right: 10px;
}
#details input {	border: 1px solid #ddd;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	padding: 4px;
}
#details #name,
#details #email {	width: 190px;
}
#details #telephone {	width: 145px;
}
#details #datesLabel,
#details #messageLabel {	float: none;	width: auto;
}
#details textarea {	width: 300px;	border: 1px solid #ddd;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	padding: 4px;	font-family: Tahoma, Arial;	font-weight: normal;	font-size: 12px;
}
#details .submit {	float: right;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border: 1px solid #666;	padding: 8px;	background: #333;	color: white;	font-weight: bold;
}
#target {	border: 1px solid #ccc;	margin: 10px 0 5px 0;	max-height: 200px;	overflow: auto;
}
#target #helper {	padding: 5px 10px;	color: #666;
}
#target .box {	border: 1px solid #efefef;	padding: 0 8px;	background-color: white;
}
#targetControls {	text-align: right;	margin-bottom: 10px;	font-size: 10px;
}
#targetControls a,
#targetControls a:link,
#targetControls a:visited,
#targetControls a:active {	color: #37c;
}
#target ul {	list-style-type: none;	padding: 0;
}
#target li {	cursor: pointer;	border-top: 1px solid #ddd;	border-bottom: 1px solid #eee;	padding: 4px 30px 4px 10px;
}
#target li.hover {	background: url('/images/icons/silk/delete.png') center right no-repeat;
}
#target li.first {	border-top: 1px solid transparent;
}
#target li.last {	border-bottom: 1px solid transparent;
}
#formStatus {	clear: both;	margin: 10px 0;	padding: 5px;	text-align: center;	border: 2px solid #ff8000;	background: #ffd536;
}
div.complete {	border: 2px solid #008000 !important;	background: #d2ffc0 !important;
}
