#center {
	width:732px;
	padding:0px 0 0px 15px;
}
a
{
    cursor:pointer;
}

h1		{	font-size:24px; font-weight:normal; padding:0px; }
h2,
h2 a,
h2 a:visited,
h2 a:link,
h2 a:hover
{
	font-size:16px;
	padding:0;
	margin:0;
	cursor:pointer;
	font-weight:normal;
}
.destination-block 					{ background:#fff; height:190px; margin:0px 0px 15px 0px; padding: 160px 0px 0px 10px; border:none; position: relative;  }
.destination-hover					{ text-decoration: underline; }
.list-countries						{ width: 460px; float: left; color:#009ddc; }
.list-other-links					{ float: right; text-align: right;  width: 240px; margin: 0px 15px 0px 0px; }
.list-countries a 					{ color:#009ddc; }

a.image-block						
{ 
    display:block; 
    position:absolute;	
    top:0; 
    left:-1px; 
    text-indent:-2000px; 
    width:339px; 
    height:150px; 
    background:#fff;					   
    border-bottom:1px solid #009ddc;
    border-left:1px solid #009ddc;
    border-right:1px solid #009ddc;
 }

.destination-block ul.usp-texts 
{
	margin-top:5px;
}
/*.list-border-right 
{
	float: left; 
	width: 230px; 
	margin-right: 10px;
}

.list-border-left 
{
	width: 229px;
}*/

.destination-title
{
	font-size: 24px;
	color: #1c3f94;
	font-weight:normal;
	padding:0px;
	margin: 20px 0px 15px 0px;
}
.destination-intro
{
	margin-bottom: 10px;
}
.read-more
{
	text-align: left;
	font-size:10px;
}
.read-more a
{
	cursor:pointer;
}
#result-destination-popup .content 
{
	line-height:15px;
	padding:15px 5px;
}
#result-destination-popup .hidden 
{
	display:none;
}
#result-destination-popup ul
{
	list-style: none;
	margin:0;
	padding:0 0 0 15px;
}
#result-destination-popup li
{
	list-style: none;
	margin:0;
	padding:0;
}
#result-destination-popup li a
{
	font-size:10px;
	color:#555;
}
#result-destination-popup li.disabled > a, #result-destination-popup li.disabled > span
{
	color:#ccc;
}
#result-destination-popup table 
{
	width:735px;
}
#result-destination-popup td 
{
	vertical-align:top;
}
.locations-to-show
{
	margin-top: 5px;
	padding-right:5px;
}
.locations-to-show a,
.locations-to-show a:visited,
.locations-to-show a:link,
.locations-to-show a:hover
{
	color: #000;
	text-decoration: underline;
}
.locations-to-show a.all-destinations,
.locations-to-show a.all-destinations:visited,
.locations-to-show a.all-destinations:link
{
	color:#009ddc;
	text-decoration: none;
}
.locations-to-show a.all-destinations:hover
{
	color:#009ddc;
	text-decoration: underline;
}
.middle-block
{
    margin-top: 15px;
}
.destination-container
{
    float:left;
    padding-right:10px;
}
.header .remove
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/delete-button.gif) no-repeat scroll right bottom;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    height:13px;
    line-height:13px;
    padding-right:15px;
    right:10px;
    top:5px;
}