h3 {
   margin-top: 0px ;
   display: inline ;
}
   
#div_main_map
{
   position: relative ;
   width: 100% ;
   padding-bottom: 50% ;
   border: 1px groove #000000 ;
}

#big_google_map_div > div
{
   position: absolute ;
   top: 0 ;
   bottom: 0 ;
   left: 0 ;
   right: 0 ;
}

.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 ;
}

.hotel_row
{
   m2argin: 30px 0 ;
   padding: 10px 0px ;
   border-top: 1px solid #bbbbdd ;
}

.img_hotel
{
   float: left ;
   padding-right: 1em ;
   w2idth: 220px ;
   border: 0px solid #000 ;
}

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

.div_hotel_content_data {
   f2loat: left ;
   margin-left: 14em ;
}

.div_hotel_content
{
   float: left ;
   text-align: left ;
   border: 0px solid red ;
   width: 60% ;
}

.div_hotel_title
{
   margin-bottom: 1em ;
}

.div_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 ;
}

.div_hotel_data
{
   float: right ;
   width: 30% ;
   ma2x-width: 200px ;
   font-size: 10pt ;
   line-height: 160% ;
   border: 1px solid #bbbbdd ;
   background-color: #bbbbdd ;
   font-family: 'lucida grande',tahoma,verdana,arial,sans-serif ;
}

.div_hotel_data_inner
{
   padding: 5px 10px ;
}

.div_hotel_param
{
   float: left ;
   w2idth: 85px ;
}

.div_hotel_value
{
   m2argin-left: 100px ;
   text-align: right ;
   font-weight: bold ;
}

.div_reservation
{
   margin: 15px 0 ;
   padding: 5px ;
   font-size:  14px ;
   font-weight: bold ;
   -moz-border-radius: 4px;
   border-radius: 4px ;
   background-color: #229222 ;
   background-color: #66dd66 ;
   background: -moz-linear-gradient(90deg, #226222, #22b222);   
   background: -webkit-linear-gradient(bottom, #226222, #22b222);
   filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#22b222', endColorstr='#226222');
   letter-spacing: 1px ;
   text-align: center ;
   box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4); 
   font-family: "Verdana";
}

.link_reservation
{
   color: white ;
}

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

/* hotel_view */

#div_hotel_all_content
{
   border-top: 2px solid #777799 ;
   padding-top: 3px ;
}

#div_left_view {
   float:left ;
   width: 60% ;
}

#more_info
{
   padding: 20px 0 ;
}

.div_trip_address
{
   font-size: 11pt ;
   padding: 15px 0 ;
}

#div_google_map_detail
{
   float: left ;
   width: 45% ;
   padding-bottom: 30% ;
   border: 1px groove #000000 ;
}

#div_google_map_detail > div
{
   position: absolute ;
   top: 0 ;
   bottom: 0 ;
   left: 0 ;
   right: 0 ;
}

#div_google_map_slovenia
{
   float: right ;
   width: 45% ;
   padding-bottom: 30% ;
   border: 1px groove #000000 ;
}

#div_google_map_slovenia > div
{
   position: absolute ;
   top: 0 ;
   bottom: 0 ;
   left: 0 ;
   right: 0 ;
}

#img_hotel_view {
   width: 100% ;
   max-width: 500px ;
}

