/*///////////////////////////////////////////////////////////////////////////////////////*/
/*/ destinations /*/
/*///////////////////////////////////////////////////////////////////////////////////////*/
.destinations dl{
}
.destinations dt{
line-height:25px;
margin:0 0 2px 0;
background:#FFF;
border-bottom:1px solid #CD3301;
font-size:140%;
text-indent:35px;
clear:both;
}
.destinations dl.england dt{background:url(/img/flags/england.png) no-repeat 5px 7px;}
.destinations dl.ireland dt{background:url(/img/flags/ireland.png) no-repeat 5px 7px;}
.destinations dl.scotland dt{background:url(/img/flags/scotland.png) no-repeat 5px 7px;}
.destinations dl.wales dt{background:url(/img/flags/wales.png) no-repeat 5px 7px;}
.destinations dl.nothernireland dt{background:url(/img/flags/northernireland.png) no-repeat 5px 7px;}
.destinations dl.spain dt{background:url(/img/flags/spain.png) no-repeat 5px 7px;}
.destinations dl.poland dt{background:url(/img/flags/poland.png) no-repeat 5px 7px;}
.destinations dl.czech dt{background:url(/img/flags/czech.png) no-repeat 5px 7px;}
.destinations dl.slovakia dt{background:url(/img/flags/slovakia.png) no-repeat 5px 7px;}
.destinations dl.hungary dt{background:url(/img/flags/hungary.png) no-repeat 5px 7px;}
.destinations dl.estonia dt{background:url(/img/flags/estonia.png) no-repeat 5px 7px;}
.destinations dd{
width:159px;
padding:0;
border-right:1px solid #FFF;
border-bottom:1px solid #FFF;
float:left;
}
.destinations dd a{
line-height:25px;
background:#EBAD99;
color:#CD3301;
text-decoration:none;
text-indent:5px;
display:block;
}
.destinations dd a:hover{
background:#CD3301;
color:#FFF;
}