
/* table style half width 470px */
#hor-minimalist-b{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fdfdfd;
	margin:10px auto 0 auto;
	padding:0;
	width:95%;
	min-width:450px;
	border-collapse: collapse;
	border:1px solid #d8d8d8;
	text-shadow: 2px 1px 0px rgba(255, 255, 255, 1);
	behavior: url(PIE.htc);
	text-decoration:none;
}
#hor-minimalist-b thead{
	background: #eee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ebebeb));
	background: -webkit-linear-gradient(#ffffff, #ebebeb);
	background: -moz-linear-gradient(#ffffff, #ebebeb);
	background: -ms-linear-gradient(#ffffff, #ebebeb);
	background: -o-linear-gradient(#ffffff, #ebebeb);
	background: linear-gradient(#ffffff, #ebebeb);
	-pie-background: linear-gradient(#ffffff, #ebebeb);
	border:1px solid #d8d8d8;
	-webkit-border-radius:4px 4px 0 0 ;
	-moz-border-radius:4px 4px 0 0 ;
	border-radius: 4px 4px 0 0 ;
	behavior: url(PIE.htc);
}
#hor-minimalist-b th{
	font-size: 14px;
	font-weight: bold;
	color: #444;
	padding: 5px 8px;
	margin:0;	
}
#hor-minimalist-b td{
	color: #33749e;
	padding: 12px;
	margin:0;
	text-decoration:none;
	border-bottom:1px solid #d8d8d8;
}
#hor-minimalist-b td a{
	color: #33749e;
	padding: 9px 12px 0px 12px;
	margin:0;
	text-decoration:none;
}
#hor-minimalist-b td a:hover{
	color: #d8773c;
	padding: 9px 8px 0px 0px;
	margin:0;
	text-decoration:none;
}
#hor-minimalist-b tbody tr:hover td{
	color: #444;
	text-decoration:none;
	background:#f9f9f9;
}
#hor-minimalist-b td a{
	padding:0;
	margin:0;
	text-decoration:none;	
}



