#phraseType h1 {
	color: #39F;
	margin-top: 6px;
	margin-left: 8px;
}

/* start destinations */
#dest-list {
	float: left;
	display: inline;
	width: 698px;
	list-style-type: none;
	padding: 0;
	margin: 0;
        background-color: #fff;
}
#dest-list li {
	float: left;
	display: inline;
	width: 329px;
	margin: 10px 0 0 15px;
}

#dest-list .dest-img {
	float: left;
	display: inline;
	background: url(/static/images/bg/destination-shadow.png) no-repeat 0 0 transparent;
	width: 135px;
	height: 101px;
        padding:1px 0 0 2px;
}

#dest-list .dest-img img {
	width: 112px;
	height: 82px;
	margin: 5px 0 0 5px;
	border: none;
}
#dest-list .dest-zone {
	display: inline;
	margin: 20px 0 0 5px;
	color: #39F;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
#de #dest-list .dest-zone {
	margin: 14px 0 0 5px;
	width:185px;
}
#dest-list .dest-countries {
	float: left;
	display: inline;
	margin: 5px 0 0 5px;
	width: 175px;
	padding: 0;
	color: #333;
}
#dest-list .dest-country {
	color: #333;
}
/* end destinations */
.read-more {
    background: url("/static/images/sprites/icons-sprite.png") no-repeat 0 -464px;
    color: #0099FF !important;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    right: 34px;
    text-decoration: underline;
    height: 16px;
    display: inline-block;
    margin-top: 3px;
}
.read-more a:hover {
    text-decoration:none;
}
div.extensible-content {
    position: relative;
    display: block;
}
#description_destlist_content.extensible-content .lib-preview-view-more,
#description_destlist_content.extensible-content .lib-preview-view-less{
    position: relative;
    display: block;
    text-align: right;
}
.displayn {
    display: none;
}
