.searchresultspage {
    text-align: center;
}

.resultsfoundcomparenextprevlinkscontainer {width: 98%; padding-top: 20px;  padding-left: 15px;}
.resultsfoundtxt {width: 49%; float: left; font-size: 14px;text-align: left; }
.resultsfoundtxt strong {font-weight: bold;}  
.nextprevtxt {width: 49%; float: left; text-align: right;}
.nextprevtxt a,
.nextprevtxt span {
    display: inline-block;
    height: 23px;
}
.nextprevtxt a.prevlink { 
    background: transparent url(../img/left_arrow_round.gif) no-repeat top left;
    font-weight: bold; 
    text-transform: uppercase;
    padding-left: 30px;
}
.nextprevtxt a.nextlink { 
    background: transparent url(../img/right_arrow_round.gif) no-repeat top right;
    font-weight: bold; 
    text-transform: uppercase;
    padding-right: 30px;
}


/*#toursearchresults { border-collapse: separate; width: 98%; margin: 5px auto; _margin-top: 10px; }*/
#toursearchresults { border-collapse: collapse; width: 98%; margin: 5px auto; _margin-top: 10px; }
#toursearchresults thead tr { background: transparent url(../img/results_header_slice.jpg) repeat-x top left; height: 40px; }
#toursearchresults th { padding: 0 3px; font-weight: bold; text-align: center; }
#toursearchresults th.touritinerary { text-align: left; padding-left: 20px; }
#toursearchresults th a { color: #000; }
/*#toursearchresults td { padding: 6px 4px; border-bottom: 1px dotted #aaa; text-align: center; }*/
#toursearchresults td { padding: 6px 4px; text-align: center; }
#toursearchresults td.touritinerary { text-align: left; }

table#toursearchresults thead th.touritinerary {width: 300px; padding-left: 15px; border-left: 1px solid #cce0eb;} 
table#toursearchresults thead th.operator {width: 110px;}
table#toursearchresults thead th.quality {width: 90px;}
table#toursearchresults thead th.tourtype {width: 90px;}
table#toursearchresults thead th.length {width: 40px;}
table#toursearchresults thead th.price {width: 75px; border-right: 1px solid #cce0eb;}

table#toursearchresults tbody tr {height: 35px; width: 100%; background-color: #fff;} 
/*table#toursearchresults tbody tr.even td {border-top: 1px solid #fff; border-bottom: 1px solid #fff;}*/
table#toursearchresults tbody tr.odd {background-color: #f2f1ec;}
/*table#toursearchresults tbody tr.odd td {border-top: 1px solid #f2f1ec; border-bottom: 1px solid #f2f1ec;}*/
table#toursearchresults tbody tr:hover {background-color: #FFFF99;} 
/*table#toursearchresults tbody tr:hover {background-color: #ffe484;}    /* yellow orange 
/*table#toursearchresults tbody tr:hover {background-color: #ccefe0;}    *//* greenish blue */
/*table#toursearchresults tbody tr:hover {background-color: #a2e1ed;} *//* firebug color */



/*table#toursearchresults tbody tr:hover td {border-top: 1px solid #cad3b4 !important; border-bottom: 1px solid #cad3b4 !important;}*/

/*table#toursearchresults tbody tr.even td {border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
table#toursearchresults tbody tr.odd td {border-top: 1px solid #f2f1ec ; border-bottom: 1px solid #f2f1ec;}
table#toursearchresults tbody tr:hover td {border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5;}*/

/*table#toursearchresults tbody tr.even td.touritinerary {border-left: 1px solid #fff;}
table#toursearchresults tbody tr.odd td.touritinerary {border-left: 1px solid #f2f1ec;}*/
table#toursearchresults tbody tr td.touritinerary { border-left: 1px solid #d5d5d5; }
/*table#toursearchresults tbody tr:hover td.touritinerary {border-left: 1px solid #cad3b4 !important;} */

/*table#toursearchresults tbody tr.even td.price {border-right: 1px solid #fff;}
table#toursearchresults tbody tr.odd td.price {border-right: 1px solid #f2f1ec}*/
table#toursearchresults tbody tr td.price { border-right: 1px solid #d5d5d5; }
/*table#toursearchresults tbody tr:hover td.price {border-right: 1px solid #cad3b4 !important;}*/
    
table#toursearchresults { border-bottom: 1px solid #d5d5d5; }

table#toursearchresults tbody td {text-align: center; margin: 0; padding: 2px;}
table#toursearchresults tbody td a {font-weight: bold;}
/*table#toursearchresults tbody td.mapmagnify {width: 20px; padding-left: 15px;} 
table#toursearchresults tbody td.touritinerary {width: 300px;  text-align: left !important;}*/
table#toursearchresults tbody td.touritinerary {width: 300px; padding-left: 15px;  text-align: left !important;}
table#toursearchresults tbody td.nomap {padding-left: 15px;}
table#toursearchresults tbody td.operator {width: 110px;}
table#toursearchresults tbody td.quality {width: 90px;}
table#toursearchresults tbody td.tourtype {width: 90px;}
table#toursearchresults tbody td.length {width: 40px;}
table#toursearchresults tbody td.price {width: 75px; color: red !important; font-weight: bold;}

.refinetop {
    background: transparent url(../img/refine_top_curve.gif) no-repeat bottom left;
    width: 720px;
    margin: 0 auto;
/*    display: inline-block;*/
}
.refinebot {
    background: transparent url(../img/refine_bottom_curve.gif) no-repeat top left;
    width: 720px;
    margin: 0 auto;
/*    display: inline-block;*/
}
.refine {
    width: 720px;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: #21829C url(../img/refine_slice.jpg) repeat-x top left;
    text-align: center;
}
.refinesearch {
    width: 710px;
    margin: 0 auto;
    text-align: left;
}
.refinesearch .sub div {
    padding: 10px;
}
.refinesearch .sub label {
    width: 140px;
    display: inline-block; /* damn IE6 does not support this! */
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.refinesearchline {
    width: 710px;
    clear: both;
}
.sub1 {
    float: left;
    width: 50%;
}
.sub2 {
    float: left;
    width: 50%;
}
.subinner {
    padding: 0 0 0 30px !important;
}
.sub .button {
    text-align: center;
}
.searchformhead {
    height: 65px;
}
.tleft {
    float: left;
    width: 475px;
}
.tright {
    float: left;
    width: 230px;
}
.refineyoursearch {margin-top: 4px;}
.refineyoursearch a,
.refineyoursearch a:visited {
    cursor: pointer;
    width: 227px;
    height: 52px;
    display: block; 
    background: transparent url("../img/refine_your_search.gif") no-repeat top right;
}
.refineyoursearch a:hover {
    background: transparent url("../img/refine_your_search_hover.gif") no-repeat top right;
}
.refineyoursearch span {
    visibility: hidden;
    position: absolute;
    left: -999px;
}
#searchformbody { border-top: 1px dashed #fff; }
.searchformmid {
    margin-bottom: 2px;
    width: 100%;
}
.needcall {
    background: transparent url("../img/need_help_agent.gif") no-repeat top left;
    padding-left: 60px;
    color: #fff;
    text-align: left;
    height: 55px;
    margin: 3px 0 0 15px;
}
.needhelp {
    font-size: 19px;
    font-style: italic;
    margin-top: 8px;
}
.callnum {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .02em;
}
.callnum .phone {
    font-size: 18px;
    font-weight: normal;
}
.bottomcontact { text-align: center; margin: 0 auto; padding: 15px 0 15px 0; }
.questions, .getanswers, .callquote { margin: 5px auto; width: 420px; text-align: center; }
.questions { color: #1C80BE; font-size: 16px; font-weight: bold; }
.getanswers { font-size: 16px; font-weight: bold; }
.experienced { font-style: italic; }
.callquote {
    color: #1C80BE;
    font-size: 18px;
    font-weight: bold;
}

p.regiondesccontainer {
    padding: 0 11px;
}
.artlink {
    background: transparent url(../img/bluerightarrow.gif) no-repeat 0 5px;
    margin-left: 10px; margin-top: 5px; padding-left: 9px;
}

.moreabout {
    border: 1px solid #ccc;
    padding: 3px 5px;
    margin: 0 10px;
}
.moreaboutarticle {
    background: transparent url(../img/more_about_slice.jpg) repeat-x top left;
    padding: 0 10px 10px 10px;
}
.moreabout h4 {
    font-style: italic;
    color: #00689E;
    text-transform: none;
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
}
.moreabout p {margin-top: 10px;}