#thediv {
    width: 100%;
    margin-bottom: 30px;
}

.index-block #thediv h3,
#thediv h3 {
    margin-bottom: 14px;
    font-weight: 800;
    font-size: 20px;
	text-align: center;
}

#thediv table {
    background: #fff;
    width: 100%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

#thediv thead tr {
	background: #0B539F;
}

#thediv td {
	text-align: center;
	line-height: 24px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#thediv tbody td {
	font-size: 14px;
}

#thediv tr.even {
	background: #f7f7f7;
}

#thediv thead tr td {
	color: #fff;
}

#thediv td img {
	vertical-align: middle;
}

.firsttd {
	font-weight: 800;
}


.thead-bg {
    background: #0B539F url(../product/images/table-bg.png) no-repeat left center;
	width: 313px;
	height: 40px;
}

.thead-bg1 {
    float: right;
	margin-right: 10px;
}

.thead-bg2 {
    float: left;
	margin-left: 10px;
}

.thead-bg3 {
    background: #0B539F url(../product/images/table-bg2.png) no-repeat left center;
	width: 490px;
	height: 40px;
}

#thediv tbody tr td.function {
    text-align: left;
}

#thediv thead tr td {
    font-size: 14px;
    font-weight: bold;
}

#thediv tbody tr td {
    padding: 5px;
}