﻿/* Styles for validation helpers
-----------------------------------------------------------*/
.error {
    color: #f00;
}

.table-comment {
}
.table-comment td input,.table-comment td textarea {
    width:90%;
    resize:none;
    padding:5px;
}
.table-comment td input
{

}

#Title {
}

#TitleSearch {
    height: 45px;
    background: #52843c;
}

#SearchArea {
    float: right;
    margin-right: 6px;
    line-height: 40px;
}

#LogoArea {
    float: left;
    color: #fff;
    line-height: 45px;
    margin-left: 20px;
    font-weight: bold;
}

#text {
    width: 80px;
    height: 16px;
}

#button {
    background: #3e662f;
    width: 70px;
    border: 0;
    line-height: 16px;
    color: #fff;
}

#TitleList {
    height: 70px;
    background: #F5F5F5;
}

    #TitleList ul {
        overflow: hidden;
    }

    #TitleList li {
        display: inline-block;
        line-height: 70px;
        text-align: center;
        float: left;
    }

        #TitleList li a {
            display: block;
            height: 70px;
        }

    #TitleList .index a {
        width: 93px;
    }

    #TitleList .other a {
        width: 120px;
        border-left: 1px solid #999;
    }

.choose {
    margin-top: -3px;
    border-bottom: 3px solid #52843C;
}
/*class=>choose用于被选中 js用*/

#Content {
    margin: 10px auto;
}






/*下面是bottom的样式*/
#BottomList {
    height: 215px;
    background: #f5f5f5;
    color: #666;
    margin-top: 20px;
}

.list-comment {
    width: 420px;
    height: 155px;
    padding: 25px 30px;
    float: left;
    font-size:12px;
}

.list-contact {
    width: 170px;
    height: 155px;
    padding: 25px 30px;
    float: left;
}

    .list-contact p {
        font-size: 14px;
    }

    .list-contact .contact {
        font-size: 12px;
        margin-top: 8px;
    }

        .list-contact .contact i {
            margin-right: 10px;
        }

    .list-contact hr {
        border-top: 1px dashed #666;
        border-bottom: 0;
    }

.list-block {
    width: 170px;
    padding: 25px 38px;
    float: left;
    height: 159px;
    font-size: 14px;
}

    .list-block p {
        text-align: center;
    }

.list-ul li {
    margin-top: 13px;
    color: #666;
    height: 20px;
    line-height: 20px;
}

.center-line {
    width: 2px;
    float: left;
    height: 200px;
    margin-top: 15px;
    background: -ms-linear-gradient(top, #c0c0c0, #f5f5f5); /* IE 10 */
    background: -moz-linear-gradient(top,#c0c0c0,#f5f5f5); /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#c0c0c0), to(#f5f5f5)); /*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c0c0c0), to(#f5f5f5)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #c0c0c0, #f5f5f5); /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #c0c0c0, #f5f5f5); /*Opera 11.10+*/
}

#BottomLine {
    height: 20px;
    background: #52843c;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

    #BottomLine span {
        margin: 0 5px;
        line-height: 20px;
    }

#SiteLeft {
    float: left;
    width: 20%;
}

#SiteRight {
    float: right;
    width: 76%;
    padding: 10px;
}

.clearfix {
    clear: both;
}

ul.category-list {
    font-size: 14px;
    padding: 10px;
}

    ul.category-list li {
        height: 30px;
        line-height: 30px;
        background: rgba(0, 0, 0, 0) url("/Images/Themes/LaLaStyle/icon_triangle.png") no-repeat scroll 3px 0.5em;
        line-height: 1.5em;
        padding: 0 0 0 14px;
    }

        ul.category-list li a {
            padding: 0 5px;
            color: #666;
            display: block;
            width: 100%;
        }

            ul.category-list li a:hover {
                text-decoration: underline;
            }

        ul.category-list li.current {
            background: #fff;
            text-indent:0.5em;
        }

            ul.category-list li.current a {
                color: #000;
            }

.product-list .item {
    float: left;
    margin: 10px;
}

    .product-list .item .img {
        border: 1px solid #ccc;
        width: 200px;
        height: 180px;
        margin: 5px;
        padding: 10px;
    }

        .product-list .item .img img {
            width: 100%;
            height: 100%;
        }

    .product-list .item .title {
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        margin-left: 5px;
        height: 25px;
    }

img {
    max-width: 100%;
}

.panel-title {
    border-left: 10px solid #52843C;
    text-indent: 1em;
    height: 30px;
    line-height: 30px;
}

.panel-body {
    padding: 10px;
    border: 1px solid #52843C;
}

    .panel-body .panel-picture {
        text-align: center;
        margin: 0 auto;
    }

.panel-footer {
    font-size: 12px;
    background: #333;
    color: #fff;
    padding: 3px;
}

table.table-list {
    border-collapse:collapse;
    width: 100%;
    font-size:14px;
}
table.table-list a
{

}

table.table-list td{
    height:40px;
    border-bottom:1px solid #ccc;
}

table.table-list tfoot td{
    text-align:center;
}