.artcont table{
	border : 1px solid #666;
	border-collapse:none;
	width:100%;
	background: #fff;
}
.artcont table tbody tr td, .artcont table tbody tr th{
	padding:2px;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
}
.artcont table tbody tr.or td{
	background: #eee;
}
.artcont table tbody tr:hover td{
	background: #ffc;
}
.artcont table tbody tr th{
	border-right :none;
	background: #ccc;
	border-top : 1px solid #fff;
	border-bottom : 1px solid #666;
}
