/* Stylesheet: attica-print Modified On 2012-04-22 15:26:46 */
body {
	font-size: .46em; 
	font-family: Georgia, Helvetica, sans-serif;
	-webkit-print-color-adjust:exact; /* Makes chrome print background colors */
}
.gallery { width: 705px; }
.hierarchy { width: 350px; border: 0px solid; display: block; overflow: auto; }
.floatleft { float: left; }
.floatright { float: right; }
h1 {
	color: #ffffff;
	display: block; 
	clear: both;
	font-size: 1em;
	background: #B52025;
	text-align: center;
	padding: 3px;
	margin: 2px 0 2px 0;
}
h1.title {
	color: #000000;
/*	background: #AEA985; */
	background: none;
	margin: 2px 0 0px 0;
	font-size: 2em;
}
h2,h3 {
	display: block; 
	clear: both;
	font-size: 1em;
	color: #AEA985;
	margin: 0 0 5px 0;
	padding: 0;
}
.clear { 
}
span.center { display: block; text-align: center; margin-bottom: 10px; }

/** Container Style **/

.ProductDirectoryItem { 
	display: block; 
	overflow: hidden; 
	margin: 0px;
	padding: 0px;
	clear: right;
	background: #fafafa;
}

/** End Container Style **/

/** Table Styles **/

#hor-minimalist-a
{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	color: #AEA985;
	font-weight: normal;
	padding: 5px 4px;
	border-bottom: 1px solid #dcdcdc;
}
#hor-minimalist-a td
{
	width: 250px;
	padding: 5px 4px 0px 4px;
}
#hor-minimalist-a td.firstChild,
#hor-minimalist-a td.thirdChild
{ 
		width: 35px; 
}
#hor-minimalist-a tbody tr:hover td{}