div.list {
	background: #682b11 bottom left repeat-x url(../img/structure/horz_sep.png);
	display: inline-block;
	}
	
div.list h3 {
	cursor:pointer;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	color: white;
	padding: 1em 13px 1.2em 13px;
	background: #4e1414;
	font-weight: bold;
	}
	
div.list h3.active {
	background: #2e1010;
	color: #ffb800;
	}			

div.h3Fake {
	background: #4e1414 !important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
div.h3Fake a {
	color: white;
	text-decoration: none;
	}	

div.h3Fake a:hover {
	color: #ffb800 !important;
	text-decoration: underline;
	}	


div.list h3:hover {
	background: #862020;
	color: #ffb800;
	}

div.subList {
	display: inline-block;
	background: #682b11 top left repeat-x url(../img/structure/horz_sep.png);
	padding-top: 2px;
	}

div.subList h4 {
	cursor:pointer;
	border:1px solid #ddd;
	border-top: none;
	padding:1.5em 1.25em 1.7em 1.25em;
	font-size: 10px;
	text-transform: uppercase;
	background: white;
	color: #6f1c1c;
	font-weight: bold;
	}
	
div.subList h4:hover {
	color: #a60000;
	}

div.subList h4.active {
	background: #6f1c1c bottom left repeat-x url(../img/blocks/red_content_bot.jpg);
	color: white;
	border-color: #6f1c1c;
	border-bottom-color: #4e1414;
	}

div.list h3 span, div.subList h4 span {
	font-size: 10px;
	text-transform: none !important;
	font-weight: normal !important;
	}

	
#tooltip {
	background: #6f1c1c top left repeat-x url(../img/blocks/red_content_top.jpg);
	padding: 1em;
	}

#tooltip h3, #tooltip p {
	margin: 0;
	padding: 0;
	background: none;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	}
	
.subList div, .details div {
	border: 1px solid #ddd;
	border-top: none;
	border-bottom: none;
	}

.subList table, .details table {
	border-collapse: collapse;
	}

table.images{
	background: white;
	}
	table.images tr{
	border: 1px solid #ccc;
	}

table.info td.description.error {
	color: #B22222; font-weight: bold;
	text-align: center;
	padding: 20px;
	}

.subList td {
	vertical-align: middle;
	background: white;
	border-bottom: 1px solid #ddd;	
	}

.details td {
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	background: white;
	}

table.info td {
	vertical-align: middle;
	}

td.portrait {
	padding: 1em;
	text-align: center;
	vertical-align: middle;
	}

td.portrait img {
	padding: 4px;
	background: white;
	border: 1px solid #ccc;
	margin: 0;	}

td.label {
	padding: 10px;
	width: 90px;
	border-left: 1px solid #ddd;
	text-align: right;
	vertical-align: middle;
	}

td.data {
	padding: 10px;
	width: 200px;
	border-left: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
	}

	
td.thm {
	vertical-align: middle;
	text-align: center;
	width: 25%;
	padding: 1.25em 0;
	}