
table.borderless th,table.borderless td {
	padding: 20px;
	border-style: solid;
	vertical-align: top;
	background-color: rgba(14,26,28,0.75);
	border-width: 0px;
	color: #fff;
	font: 0.95em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	opacity: 0.9;
}

.datatable td {
	text-align: left;
	vertical-align: top;
	background-color: rgba(7,15,24,0.14);
	border: 1px double rgba(241,244,156,0.12);
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.datatable th {
	font-weight: bold;
	color: #b3bd70;
	text-align: left;
	padding: 4px;
	border: 1px solid #808080; /*darkgrey*/
	background-color: rgba(43,73,85,0.7); /*lightgrey*/ /*	display: none;*/
}
.datatable caption {
	font-size: 24px;
	font-weight: bold;
	color: rgba(58,177,173,0.77); /*charcoal*/
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

.datatable tr.altrow td {
	background-color: rgba(39,67,61,0.63);
	color: #b3dfb6;
}

.datatable tr:hover,.datatable tr.hilite {
	background-color: transparent; /*lightblue*/
	//color: black;
}

/* (?) popup properties */
a.info {
	position: relative; /*this is the key*/
	z-index: 24;
	background-color: white;
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.info:hover {
	z-index: 90;
	background-color: #004c93; /* darkblue */
	color: white;
}

#zing-sidebar-cart h1, #zing-sidebar-products h1, #zing-sidebar-general h1 {
	display: none;
}

p.zfaces-form-label {
	font-size: 24px;
	font-weight: bold;
	color: #2db27c; /*charcoal*/
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

