/* Created by Davy
 * @author LiWei
 * @last modifiy : 2015-40-26
*/
table { 
	border: solid 1px #e1e1e1;color: #998662; font-size: 15px;
	max-width: 100%; 
	background-color: transparent; 
	border-collapse: collapse; 
	border-spacing: 0; 
}

.table-bordered { 
	width : 1203px;
	font-size : 14px;
	border: solid 1px #e1e1e1;
	color: #998662;
	border-collapse: separate; 
	*border-collapse: collapsed; 
	border-left: 0; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	margin-bottom: 10px;
} 
.table-bordered th, .table-bordered td { 
	border-left: 1px solid #dddddd;
	text-align:  center;
	height : 41px; 
	border-top: solid 1px #e1e1e1;color: #998662;
}
.table-bordered th.first, .table-bordered td.first{ 
	padding-left: 23px;
	text-align: left;
}
.table-bordered th.head, .table-bordered td.head, .table-bordered td.col1, .table-bordered td.col3 { 
	width : 111px;
}
.table-bordered td.col2 { 
	width : 491px;
	text-align:  left;
	padding-left: 10px;
}
.table-bordered td.col4 { 
	width : 590px;
	text-align: left;
	padding-left : 10px;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { 
	border-top: 0; 
} 
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child { 
	-webkit-border-top-left-radius: 5px; 
	border-top-left-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
} 
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child { 
	-webkit-border-top-right-radius: 5px; 
	border-top-right-radius: 5px; 
	-moz-border-radius-topright: 5px; 
} 
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child { 
	-webkit-border-radius: 0 0 0 5px; 
	-moz-border-radius: 0 0 0 5px; 
	border-radius: 0 0 0 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	border-bottom-left-radius: 5px; 
	-moz-border-radius-bottomleft: 5px; 
} 
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child { 
	-webkit-border-bottom-right-radius: 5px; 
	border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomright: 5px; 
}