.specs {
	text-align: center;
	vertical-align: text-bottom;
	white-space: nowrap;
	border-radius: 4px 4px 0px 0px;
	background-color: #666;
	color: #FFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0px 2px 5px #666666;
	font-size: 15px;
}
table.tablesorter {
	width: 80%;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0px 1px 4px #666666;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #000;
	border-bottom-color: #666;
	border-left-color: #FFF;
	cursor: cell;
}
table.tablesorter th {
	background-image: url(null.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
	padding-bottom: 3px;
	font-size: 10px;
	box-shadow: 1px 1px 2px #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #333;
	border-left-color: #CCC;
	font-weight: bold;
}
table.tablesorter td {
	padding: 3px;
	white-space: nowrap;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	box-shadow: 0px 1px 2px #666666;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.td_sml {
	white-space: nowrap;
	font-weight: bolder;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
table.tablesorter .even {
	background-color: #E2E2E2;
}
table.tablesorter .odd {
	background-color: #BDBDBD;
}
table.tablesorter .header {
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-right: 1px;
	padding-top: 5px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(bg.png);
	padding-bottom: 3px;
	box-shadow: 1px 1px 2px #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000;
	border-left-color: #FFF;
}
table.tablesorter .headerSortUp {
	background-image: url(asc.png);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(desc.png);
	background-repeat: no-repeat;
}
.model {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666;
	white-space: nowrap;
	border-radius: 3px;
	background-color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	width: 90%;
	font-size: 17px;
	font-weight: bolder;
	cursor: text;
}
.model2 {
	background-color: #D9E3E2;
	color: #000;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.model3 {
	background-color: #000;
	color: #FFF;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.model4 {
	background-color: #666666;
	color: #FFF;
}
