
		#article table {
			background-color: #ffffff;	
			width: 100%;
			text-align: left;
			border-collapse: collapse;
			clear: both;
			margin-top: 0em;
			margin-bottom: 2em;
		}
		
			#article table thead tr th,
			#article table tfoot tr th {
				background-color: #c0c0c0;
				border: 0;
				padding: 0.5em;
				color: #ffffff;
				height: 23px;
			}
				
				#article .products table thead tr .header {
					background-image: url(/img/bg.gif);
					background-repeat: no-repeat;
					background-position: center right;
					cursor: pointer;
				}
				
			#article table tbody td {
				padding: 0.5em;
				background-color: #ffffff;
				vertical-align: top;
			}
			#article table tbody td img {
				border: 0;	
			}
			#article table tbody tr.odd td {
				background-color:#ffffff;
			}
			#article table thead tr .headerSortUp {
				background-image: url(/img/asc.gif);
			}
			#article table thead tr .headerSortDown {
				background-image: url(/img/desc.gif);
			}
			#article table thead tr .headerSortDown,
			#article table thead tr .headerSortUp {
				background-color: #e1e1e1;
			}
		
