/* Tour Tools */


div#tour_toolbar {
    text-transform: uppercase;
    color: #9A9E5A;
    font-size: 12px;
    position: relative;
    float: left;
    z-index: 400;
}

div#tour_toolbar a {
    color: #9A9E5A;
}

div#tour_toolbar a:hover {

}

div#tour_toolbar a:focus {
    color: white;
}

div#tour_toolbar ul {
    height: 27px;
    margin: 0;

    border-bottom: 1px solid #292A20;

    float: left;
    width: 950px;
}

div#tour_toolbar ul li {
    float: left;
    padding: 5px 23px 4px 45px;
    border-right: 1px solid #292A20;
}

div#tour_toolbar ul li.disabled a {
    /*fades the link of a disabled tool */
    color: #55563f;
}

div#tour_toolbar ul li.disabled a:hover {
    text-decoration: none;
}

div#tour_toolbar #zoom {
    background: url(/assets/icon_zoom-424db53661fde3569af84f49774410c2d8de398603f5fd421593a53804da142b.gif) no-repeat 20px 5px;
}

div#tour_toolbar #zoom.active {
    background: url(/assets/icon_zoom_active-8ad8a5ad39d354e60f4d35fda0870ecd838119877df6a4ac40c764c2fa63cc1c.gif) no-repeat 20px 5px;
}

div#tour_toolbar #about {
    background: url(/assets/icon_about-5ae78b1169daef6d3d850fb9f8ed4e167a00e88d9beb67a6e9f7892b5695ad51.gif) no-repeat 20px 5px;
}

div#tour_toolbar #about.active {
    background: url(/assets/icon_about_active-a80cce220326bf10ab85b97ae9be7571676ffc88132f7c709a75d6015d3f5ff7.gif) no-repeat 20px 5px;
}

div#tour_toolbar #decode {
    background: url(/assets/icon_decode-13772680535830d8785fa524b2d29fb6f33c87037d7e715be68996f2cb52a5a4.gif) no-repeat 20px 5px;
}

div#tour_toolbar #decode.active {
    background: url(/assets/icon_decode_active-a579b22022522bedf5cc10006f577244b2c7a673d400789dd75a0f7eca669729.gif) no-repeat 20px 5px;
}

div#tour_toolbar #decode.disabled {
    background: url(/assets/icon_decode_disabled-0d4868ee82243573d17cf2e38b6ca7eb3ea6a518f1b1cf950cc475d7c52c8cf4.gif) no-repeat 20px 5px;
}

div#tour_toolbar #compare {
    background: url(/assets/icon_compare-a991d80bff809469faaba59adfe8055fa7ab80b3fbdc2dbd417c7cd53671a044.gif) no-repeat 20px 5px;
}

div#tour_toolbar #compare.active {
    background: url(/assets/icon_compare_active-8c414e2b6e12643b90fcb629444d2b5d09e788b31e8633cb02d0c53c1b717b2d.gif) no-repeat 20px 5px;
}

div#tour_toolbar #compare.disabled {
    background: url(/assets/icon_compare_disabled-affd2e32c510882718b079160ea413a7042cced373cd039b9600e01636cc5ce1.gif) no-repeat 20px 5px;
}

div#tour_toolbar #process {
    background: url(/assets/icon_process-142385d6a305785dd6639e0a70ff311f2f1f5cda890c6ca7a19107d024e2a012.gif) no-repeat 20px 5px;
}

div#tour_toolbar #process.active {
    background: url(/assets/icon_process_active-bbc267dd78400ff01e81440f39a6955978c8ecb6598490d2d6fb7f2c63b3d36a.gif) no-repeat 20px 5px;
}

div#tour_toolbar #process.disabled {
    background: url(/assets/icon_process_disabled-5b3b1ecde87ebb1d01a5fc529913969edb0dfe740618477c5167c2e27bd07a6a.gif) no-repeat 20px 5px;
}

div#tour_toolbar #words {
    background: url(/assets/icon_words-338944bc58350a3141f2f9b05d27593c28d99f8db95ebdebb72f8d061eee4b76.gif) no-repeat 20px 5px;
}

div#tour_toolbar #words.active {
    background: url(/assets/icon_words_active-ed8c346ebfd3b6a27ee2210d5517161c7329e34f5e16281ec4a3c84854122c51.gif) no-repeat 20px 5px;
}

div#tour_toolbar #locate {
    background: url(/assets/icon_locate-7b8e8a3d5076f7062430cadb57c9914bc464260d2a2ece77485ffc6691dab466.gif) no-repeat 20px 5px;
    border-right: none;
}

div#tour_toolbar #locate.active {
    background: url(/assets/icon_locate_active-c178fa84347d4e01225c6cfc5bad25bb7c5593ab7efaedf7287ce6e385c249a4.gif) no-repeat 20px 5px;
}

div#tour_toolbar .active a {
    color: white;
    position: relative;
}

div#tour_detail_wrap {
    border: 1px solid #292A20;
    float: left;
}

div#tour_tool {
    float: left;
    width: 297px;
}

div#tour_tool div.tour_tool_sidebar {
    padding: 0 10px 0 20px;
    background: #45453A;
    color: white;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    margin-top: 20px;
}

div#tour_tool .inner {
    height: 455px;
    max-width: 267px;
    overflow: auto;
    float: left;
}

div#tour_tool .inner p {
    padding-right: 10px;
}

div#tour_tool h4 {
    font-size: 28px;
    font-weight: lighter;
    margin-bottom: 10px;
}

div#tour_tool h3 {
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 10px;
    position: relative;
    text-transform: none;
}

div#tour_tool p {
    margin-bottom: 15px;
    line-height: 23px;
}

#tour_tool blockquote {
    color: whitesmoke;
}

div#locate_tool img {
    width: 260px;
    height: auto;
}

div#tour_tool #locate_tool .inner {
    padding: 0;
    height: 455px;
}

div#locations {
    margin-top: 15px;
}

/* Compare Tool */
#compare_tool ul {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}
