.dropdown {
	margin: 0 0 10px 0;
}
.dropdownBox {
	position: relative;
	height: 20px;
	background: #fff;
	border: 1px solid #007483;
}
.dropdownBox .clear {
	clear:both;
}
.dropdownBox .selectedOption {
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 4px 7px 0 8px;
	height: 18px;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	overflow: hidden;
	cursor: pointer;
}
/*
.dropdownBox .icon {
	padding: 4px 7px 0 33px;
	background-position: 9px 4px;
	background-repeat: no-repeat;
}
.dropdownBox .iconVoyage {
	background-image: url(/images/cms/icons/icon-region-16.gif);
}
.dropdownBox .iconDate {
	background-image: url(/images/cms/icon_calendar_16.gif)
}
.dropdownBox .iconDuration {
	background-image: url(/images/cms/icon_calendar_16.gif)
}
.dropdownBox .iconVessel {
	background-image: url(/images/cms/icons/icon-vessel-16.gif);
}
*/
.dropdownBox .dropDown {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 26px;
	height: 22px;
	background: url(/images/front/dropdown_button.gif) left top no-repeat;
	cursor: pointer;
}
.dropdownBox .optionsContainerTop {
	position:absolute;
	background:url(top_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.dropdownBox .optionsContainerTop div {
	background:url(top_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.dropdownBox .optionsContainerTop div div {
	background:url(top_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.dropdownBox .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	background:url(bottom_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.dropdownBox .optionsContainerBottom div {
	background:url(bottom_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.dropdownBox .optionsContainerBottom div div {
	background:url(bottom_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.dropdownBox .optionsContainer {
	position:absolute;
	top: 20px;
	left: -1px;
	display: none;
	border: 1px solid #007483;
	background: #f8f8f8;
}
.dropdownBox .optionsContainer .option {
	padding: 3px 0 0 7px;
	height: 17px;
	color: #000;
	text-decoration: none;
	background: none;
	cursor: pointer;
}
.dropdownBox .optionsContainer .selected {
	background-color: #e8e8e8;
}
.dropdownBox .optionsContainer .icon {
	/*padding: 5px 0 2px 32px;*/
	padding: 5px 0 2px 7px;
	background-position: 8px 4px;
	background-repeat: no-repeat;
}
.dropdownBox .icon-region {
	background-image: url(/images/cms/icons/icon-region-16.gif);
}
.dropdownBox .icon-subregion {
	background-image: url(/images/cms/icons/icon-subregion-16.gif);
}
.dropdownBox .icon-destination {
	background-image: url(/images/cms/icons/icon-destination-16.gif);
}
.dropdownBox .icon-itinerary {
	background-image: url(/images/cms/icons/icon-itinerary-16.gif);
}
.dropdownBox .icon-trip {
	background-image: url(/images/cms/icons/icon-tripoptions-16.gif);
}
.dropdownBox .icon-tripoption {
	background-image: url(/images/cms/accordion/icon-settings.png);
}
.dropdownBox .icon-vessel {
	background-image: url(/images/cms/icons/icon-vessel-16.gif);
}
.dropdownBox .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
}
.icon_1 {
	background:url(icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}