#div_main_map
{
   position: relative ;
   left: 0px ;
   top: 0px ;
   width: 950px ;
   height: 600px ;
   margin: 0px ;
   margin-bottom: 20px ;
   padding: 0px ;
   border: 1px groove #000000 ;
}

.trip_table td {vertical-align: top;}
.trip_table td img {vertical-align: top;}

.trip_table
{
   margin: 10px 0 0 0 ;
   width: 100% ;
   padding: 0 ;
   border: 0px solid #000 ;
}

.trip_row
{
   m2argin: 30px 0 ;
   p2adding: 20px 0px ;
}

.table_trip_pic
{
   padding: 10px 0 ;
   width: 220px ;
   border: 0px solid #000 ;
}

.trip_pic
{
   height: 110px ;
   border: 0 ;
   box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4); 
}

.table_trip_content
{
   width: 500px ;
   padding: 10px 20px 5px 0 ;
   text-align: left ;
   border: 0px solid red ;
}

.table_trip_title
{
   font-size: 14pt ;
   font-weight: bold ;
   padding-bottom: 10px ;
}

.table_trip_address
{
   font-size: 11pt ;
   padding-bottom: 10px ;
}

.paragraph_trip_review
{
   color: black ; 
   font-size: 9pt ; 
   font-family: verdana ; 
   text-align: justify ;
   padding: 10px 0px ;
   font-weight: normal ;
}

.table_trip_data
{
   width: 240px ;
   padding: 5px 10px ;
   font-size: 11pt ;
   line-height: 160% ;
   border: 1px solid #bbbbdd ;
   background-color: #bbbbdd ;
   font-family: 'lucida grande',tahoma,verdana,arial,sans-serif ;
}

.table_td_hotel_param
{
   width: 145px ;
}

.table_td_hotel_value
{
   width: 80px ;
   text-align: right ;
   font-weight: bold ;
}

.div_reservation
{
   margin: 15px 0 ;
   padding: 4px ;
   font-size: 15pt ;
   font-weight: bold ;
   border: 1px solid #115511 ;
   background-color: #66dd66 ;
   letter-spacing: 2px ;
   text-align: center ;
   box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4); 
}

.div_reservation:hover
{
   border: 1px solid #44aa44 ;
   background-color: #99ff99 ;
}

.link_reservation
{
   color: black ;
}

.link_reservation:hover
{
   text-decoration: none ;
   color: black ;
}
