﻿.productshow {
    height: auto;
    overflow: hidden;
}

.productshow_top {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.productshow_top_left {
    width: 30%;
    float: left;
    box-shadow: 2px 2px 3px #ccc;
}

.productshow_top_right {
    width: 68%;
    float: right;
    height: auto;
    overflow: hidden;
}

    .productshow_top_right ul {
        height: auto;
        overflow: hidden;
    }

        .productshow_top_right ul li {
            height: 40px;
            line-height: 40px;
            border-bottom: 1px dashed #e5e5e5;
            padding-left: 15px;
        }

.productshow_title {
    font-size: 16px;
    padding: 5px 0;
    color: #007ACC;
    font-weight: bold;
}

.productshow_top_right ul li em {
    font-weight: bold;
    padding-right: 15px;
}

.productshow_top_right ul li.productshow_btn {
    border: none;
    height: 45px;
    line-height: 45px;
}

.productshow_btn input {
    background: #007ACC;
    width: 100px;
    height: 30px;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

    .productshow_btn input:hover {
        background: #278D35;
    }



.productshow_btn a {
    background: #007ACC;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    display: block;
    padding: 2px 3px;
    text-align: center;
}

    .productshow_btn a:hover {
        background: #278D35;
    }



.productshow_content strong {
    display: block;
    background: #007ACC;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin: 10px 0;
    text-align: center;
}

.productshow_content p {
    line-height: 30px;
    text-indent: 30px;
}

.productshow_content img {
    display: block;
    width: 100%;
    padding: 15px 0;
}
