/**
 * @title    Touring Nature Travel Guide styles
 */
 
/**
 * @section     Global
 */
.tabs {
    background-position:0 0;
    height:15px;
}
 
/**
 * @section     Travel Idea + Travel Tops
 * @tree        #travelIdeas < #core < #content < #wrapper
 */
#travelIdeas {margin-bottom:15px;}
#travelIdeas h2 {
    clear:both;
    margin:0 0 12px 0; padding-top:0; padding-bottom:1px; border-bottom:1px solid #5aad43;
    color:#5aad43;
    font-size:12px; 
}
#travelIdeas .visual {
    float:left;
    margin:0 15px 10px 0;
    width:180px; height:auto;
}
#travelIdeas h3 {
    margin:5px 0 5px 0;
    color:#4d4445;
    font-size:14px;
}
#travelIdeas #travelTopsMap {
    margin-bottom:35px; border:1px solid #cac7c1;
    width:582px; height:304px;
}
#travelIdeas .description {
    text-align:justify;
}

/**
 * @section     Search Travel Form
 * @tree        #topGuidesDestinations < #core < #content < #wrapper
 */
#topGuidesDestinations h2 {
    margin-top:0;
}

/**
 * @section     Search Travel Form
 * @tree        #searchTravelForm < #core < #content < #wrapper
 */
#searchTravelForm {
    padding-top:15px;
    color:#FFF;
}
#searchTravelForm span.legend {
    float:left;
    width:8em;
    color:#fff;
    font-weight:bold;
}
#searchTravelForm .select {
    float:left;
    margin-right:5px;
    color:#7b7171;
}
#searchTravelForm .fauxSelect span {
    width:10em;
}
#searchTravelForm .destination {padding-bottom:15px;}
#searchTravelForm .checkbox {padding-bottom:5px;}
#searchTravelForm .destination label {
    position:absolute; top:-10000px; left:0;
}
#searchTravelForm .checkbox label {
    margin-right:1.5em;
    vertical-align:top;
}
#searchTravelForm .actions {
    float:right;
    height:22px;
    margin-top:15px; margin-bottom:0; padding-right:10px;
    background:url(../img/bg/bg-highlight-submit-right.png) no-repeat 100% 0;
}
#searchTravelForm .actions input {
    float:right;
    height:22px;
    padding-left:10px; border:none;
    color:#FFF; background:url(../img/bg/bg-highlight-submit-left.png) no-repeat 0 0;
    font-weight:bold;
}
#searchTravelForm .actions input:hover {
    text-decoration:underline;
    cursor:pointer;
}

.moreGuides h4 {
    color:#fff;
}
.moreGuides li {
    display:inline;
    margin-right:5px;
}
.moreGuides li a {
    color:#fff;
    text-decoration:underline;
}
.moreGuides li a:hover, .moreGuides li a:focus {
    text-decoration:none;
}


/**
 * @section     Travels ideas
 * @tree        #ideasTravels < #core < #content < #wrapper
 */
#ideasTravels {margin-top:15px;}
#ideasTravels .sectionInner div {
    float:left;
    width:181px;
    margin:10px 0 0 0; padding:0 10px; border-left:1px dotted #a29999;
}
#ideasTravels #fly {
    padding-left:0; border:none;
}
#ideasTravels #hotel {
    padding-right:0;
}
#ideasTravels #fly h3 {background:url(../img/picto/picto-flight.png) no-repeat 0 50%;}
#ideasTravels #sejour h3 {background:url(../img/picto/picto-sejour.png) no-repeat 0 50%;}
#ideasTravels #hotel h3 {background:url(../img/picto/picto-hotel.png) no-repeat 0 50%;}
#ideasTravels p.required {
    margin:2px 0 0 10px;
    font-size:9px;
}

#footer .linkList {border:none;}
#footer .linkList a.more, #footer .more:hover {margin:1em 0 0; text-decoration:none}
#footer .more span {color:#fff;}

/**
 * @workaround     Clearing
 */
#searchTravelForm:after {
    display:block; clear:both;
    visibility:hidden;
    height:0;
    content:".";
}
