@charset "utf-8";

/* CSS Document */

.poll-list {
    float: left;
    width: 100%;
    height: auto;
}

.poll-list .poll-list-top {
    float: left;
    padding-left: 19px;
    margin-top: 0px;
    width: 98%;
    height: auto;
    border-bottom: 3px solid #00c6f7;
}

.c-ajax {
    height: 25px;
}

.c-ajax ul {
    height: 25px;
}

.c-ajax ul li {
    float: left;
    margin-right: 4px;
    display: block;
    height: auto;
}

.c-ajax ul li span.c-select {
    float: left;
    display: block;
    padding: 10px 32px;
    height: 18px;
    background: #00c6f7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #3f3f3f;
    font: 19px/20px 'supermarket', Arial, sans-serif;
}

.c-ajax ul li span.c-normal {
    float: left;
    display: block;
    padding: 10px 74px;
    padding-left: 40px;
    height: 18px;
}

.c-ajax ul li span.c-normal:hover {
    color: #522503;
    cursor: pointer;
}


/*************************************select********************************************/

.poll-list .poll-list-mid {
    float: left;
    width: 100%;
    height: auto;
}

.poll-bar {
    float: left;
    background: #202e77 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    background: #ff3019;
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    font-size: 14px;
    color: #fff;
}

.poll-list1 {
    float: left;
    width: 100%;
    height: auto;
}

.poll-list1 ul {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.poll-list1 ul li {
    float: left;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0 10px 0;
    width: 100%;
    height: auto;
    list-style: none;
}

.c-date {
    text-align: center;
    font: 17px/20px 'supermarket', Arial, sans-serif;
    color: #1c1c1c;
}

.c-detail {
    text-align: left;
}

.c-detail a {
    color: #1c1c1c;
    text-decoration: none;
}

.c-detail a:hover {
    color: #840E14;
    text-decoration: none;
}

.c-place {
    text-align: center;
    color: #1c1c1c;
}

.poll-list .poll-list-bottom {
    float: left;
    width: 100%;
    height: auto;
}


/******************************************************************************/

.gray {
    font-size: 12px;
    color: #999;
    width: 175px;
}

.gray.active {
    font-size: 12px;
    color: #000;
}

.c-text-box1 {
    width: 153px;
    font-size: 15px;
    padding: 6px 5px;
    border: none;
    color: #333;
    background-color: #e6e6e5;
}

.c-text-box2 {
    width: 220px;
    font-size: 15px;
    padding: 6px 5px;
    border: none;
    color: #333;
    background-color: #e6e6e5;
}

.c-more {
    float: right;
    padding: 5px 37px;
    background: #13c0ff;
    text-align: center;
    font: 15px/20px 'supermarket', Arial, sans-serif;
    color: #fff;
}

.c-more a {
    color: #fff;
}