/* File: tourist-services.css */
/* EP red: #B51319, EP green: #86CF13 (#77B713), EP light green: #E6F6C7, EP Light blue: #E9EDF0 */

/* List */
.list-item { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px dotted #696969; }

.list-item .item-illu { float: left; margin-top: 8px; min-height: 100px; _height: 100px; }
.list-item .item-illu img { border: 1px solid #C1C1C1; padding: 1px !important; }

.list-item h3 { font-size: 12px; font-weight: bold; color: #000; border-bottom: 1px dotted #CECECE; text-transform: uppercase; margin: 0px !important; margin-bottom: 5px; padding-top: 0px !important; padding-bottom: 2px; }
.list-item h3 a { color: #B51319; text-decoration: none; }
.list-item h3 a:hover { text-decoration: underline; }



/* Reservation */
.reservation { background-color: #E6F6C7; border-left: 2px solid #B51319; padding: 8px; }
