﻿
    .content-box-ex{
        margin: 0 auto;
    } 
    .map-ex {
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        width: 155px;
    }
    .ulol {
    }

        .ulol li {
            list-style-type: disc !important;
        }

    .texarea {
        border: 1px solid #C8C8C8;
        border-radius: 2px;
        color: #585858;
        font: 12px/-0.8em arial,helvetica,sans-serif;
        height: 100px;
        margin: 0 0 8px;
        padding: 5px;
        width: 100%;
    }

    .input {
        border: 1px solid #C8C8C8;
        border-radius: 2px;
        color: #585858;
        font: 12px/-0.8em arial,helvetica,sans-serif;
        height: 13px;
        margin: 0 0 8px;
        padding: 5px;
        width: 50px;
    }

    .span-width {
        width: 150px;
    }

    .span-width1 {
        width: 200px;
    }

    .no-boder {
        margin-top: 10px !important;
        border: none !important;
        background: none !important;
        border: none !important;
        padding: 0 !important;
        border-right: none !important;
        border-bottom: none !important;
    }

        .no-boder tr td {
            width: 150px !important;
            height: 30px !important;
            border: none !important;
            background: none !important;
            border: none !important;
            padding: 0 !important;
            border-right: none !important;
            border-bottom: none !important;
        }

    select {
        border: 1px solid #cccccc;
        width: 60px;
        margin-right: 5px;
    }

    .style-botom {
        text-transform: uppercase;
        margin-top: 20px;
    }



    .slider-element {
        width: 718px !important;
    }

    .tab .content-tab {
        background: none;
        border: none;
        margin-top: 0px;
    }

    .tab .title-tab ul {
        position: static;
        margin: 0;
        padding: 0;
    }

    .tab .title-tab {
        border-bottom: 1px solid #ccc;
    }

        .tab .title-tab ul li.active {
            height: 18px;
        }

    .day {
        margin-bottom: 10px;
        font-weight: bold;
    }

        .day span {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            padding: 2px 5px;
            font-weight: bold;
            margin-right: 12px;
            color: #777;
            font-size: 11px;
            border: 1px solid #ddd;
        }

    table {
        border-top: 1px solid #CCC;
        border-left: 1px solid #CCC;
        width: 100%;
    }

        table th {
            background: #EEEEEE;
        }

        table th, table td {
            padding: 5px 2px;
            border-right: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
        }

        table tr td:last-child {
            width: 255px;
        }

        table td textarea {
            width: 250px;
            height: 100px;
        }
        .button {
    background: url("../images/bg-button.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    cursor: pointer;
    height: 24px;
    padding: 2px 5px;
            border: none;
}
        .clear {
    clear: both;
}
        .image-tour-detail {
            width: 100%;
            text-align: center;
        }
.image-tour-detail img:hover {
    opacity: 0.8;
        }