.items {
	color: #333;
	margin-bottom: 1.75em;
	width: 162px;
	}
	
.items thead tr th, .items thead tr td, .items tbody tr td, .items tbody tr th {
	font-size: 95%;
	text-align: left;
	padding: .35em .75em;
	border: solid 1px #CCC;
	border-width: 0 1px 1px 0;
	background: #FCF9F3;
	}
	
.items thead tr th {
	padding: .35em .25em;
	background-color: #465E7D !important;
	color: #FCF9F3;
	background-image: url("../images/th_bg.png");
	background-position: 0 100%;
	background-repeat: repeat-x;
	border: solid 1px #333 !important;
	border-width: 0 1px 1px 0 !important;
	text-align: center;
	}
	
.items thead tr td {
	text-align: left;
	font-size: 100%;
	background: transparent url("../images/white_BG_25.png") !important;
	font-weight: bold;
	}
	
.items tbody tr th {
	text-align: left;
	font-weight: normal;
	}

.none {
	background: transparent url("../images/white_BG_50.png") !important;
	}
