﻿#tour-list {margin-bottom: 1em}
#tour-list .tours-cont {padding: 0;margin: 0;}
#tour-list .tour {margin: 0; padding: 1em; list-style-type: none; width: auto; }
#tour-list .tour:hover {}
#tour-list .selected,  #tour-list .selected:hover {background-color: #f1f1f1}
#tour-list .selected h3 a,  #tour-list .selected:hover h3   {}
#tour-list .selected .intro {color: #555}                                                  
#tour-list .tour .image {float: left; margin: 0 10px 5px  0}
#tour-list .tour .image a {}
#tour-list .tour .image a img { border: 0; width: 75px; height: 75px;-moz-border-radius: 3px;-webkit-border-radius: 3px; }
#tour-list .tour h3 {}
#tour-list .tour h3 a {font-size: 14px; font-weight: 800; line-height: 1.4}
#tour-list .tour .intro {font-size: 12px;  line-height: 1.4; color: #555; margin-top: 0.5em; font-weight: 600}
#tour-list .clear {clear:both}