@charset "gb2312";
/* CSS Document */

/* 2015年9月6日 11:42 新曾产品介绍表格样式 */

.cp201596 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    border-top: 1px solid #888888;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #888888;
    background-color: #FFFFFF;
	font-size:14px;
}

.cp201596 th,td {
    padding: 5px 10px;
    border-top: none;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: none;
    vertical-align: middle;
}

.cp201596 td {
    background-color: #EFEFEF;
}

.cp201596 thead th,tfoot {
    color: #FFFFFF;
}

.cp201596 thead th,tfoot th {
    background-color: #333333;
}

.cp201596 tfoot td {
    background-color: #666666;
}

.cp201596 tbody th {
    background-color: #FCC;
}

/* 第1行、左端的元素 */
.cp201596 tr:first-child th:first-child,
.cp201596 tr:first-child td:first-child {
    border-top-left-radius: 10px; /* 左上角的圆角*/
}

/*第1行、右端的元素 */
.cp201596 tr:first-child th:last-child,
.cp201596 tr:first-child td:last-child {
    border-top-right-radius: 10px; /* 右上角的圆角*/
}

/* 不使用thead时的tbody > th（与thead > th采用相同样式。） */
.cp201596 table tbody:first-child th {
    background-color: #333333;
    color: #FFFFFF;
}

/*使用thead时的tbody的第1行、左端的元素*/
.cp201596 thead ~ tbody tr:first-child th:first-child,
.cp201596 thead ~ tbody tr:first-child td:first-child {
    border-top-left-radius: 0; /*每一个左上角*/
}

/*使用thead时的tbody的第1行、右端的元素*/
.cp201596 thead ~ tbody tr:first-child td:last-child {
    border-top-right-radius: 0; /*每一个右上角 */
}

/* tbody的最后1行、左端的元素*/
.cp201596 tbody tr:last-child th:first-child,
.cp201596 tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px; /* 左下角的圆角*/
}

/* tbody的最后1行、右端的元素*/
.cp201596 tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px; /* 右下角的圆角*/
}
