.inner h2 {
	color:#3E3E3E; /*Dark grey*/
	font-size:18px;
}

.bg-grey {
	background-color:#EEE;
}

.list {
	margin-top:8px;
}

.list-input input {
	width:150px;
}

.list-input {
	margin: 4px 6px 0px 30px;
}

table.destination-list {
	border: 1px solid #CCC;
	padding:10px;
}

table.destination-list td, table.destination-list th {
	padding: 8px;
}

table.destination-list th {
	background-color:#BBB;
	color:white;
}

.destination {
	line-height: 14px;
	margin-bottom:9px;
}

.column {
	float: left;
	width: 227px;
	margin-right: 6px;
	line-height: 180%;
}

.destination:first-line {
	margin-left: 5px;
}

.destinations-container {
	width: 705px;
	line-height: 180%;
}

.top-destinations {
	width: 265px;
	background-color: #f7f7f7;
	border: 1px solid #dadbd7;
}

.top-destinations .content {
	padding: 13px;
}

.top-destinations li {
	font-size: 13px;
}

.map-container {
	height:350px;
	width:695px;
}

.trip-details-div {
	width: 260px;
	padding: 5px;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: #ffffff;
	border: 1px solid #ddd;
}

.trip-title {
	font-weight: bold;
}

.world-map {
	background-image: url('/images/bg_destinationmap.png');
	width: 663px;
	height: 273px;
}

.canada, .n-america, .c-america, .s-america, .europe, .middle-east,
.africa, .asia, .s-pacific {
/*	background-color: black;*/
	position:absolute;
	cursor: pointer;
}

.n-america {
	width:113px;
	height:26px;
	left:73px;
	top:68px;
}

.c-america {
	height:24px;
	left:118px;
	top:135px;
	width:126px;
}

.s-america {
	width:116px;
	height:27px;
	top:202px;
	left:144px;
}

.europe {
	width:72px;
	height:26px;
	top:49px;
	left:303px;
}

.middle-east {
	width:98px;
	height:25px;
	top:86px;
	left:369px;
}

.africa {
	width:62px;
	height:25px;
	top:142px;
	left:315px;
}

.asia {
	width:52px;
	height:25px;
	top:79px;
	left:528px;
}

.s-pacific {
	width:109px;
	height:43px;
	top:188px;
	left:529px;	
}

.search-input {
	margin-top:2px;
	width:172px;
	height:17px;
}
