/*------ table------ */

table.generalTable {
 border: 1px solid #363636;
 border-width: 1px 0 0 1px;
 border-collapse: collapse;
 margin-bottom: 20px;
}

.blockLeft table.generalTable,
.blockRight table.generalTable,
.blockFull table.generalTable {
 margin-left : 0;
 margin-right : 0;
 margin : 0;
}

table.generalTable td.level1 {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #91876E;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	line-height: 133%;
}

table.generalTable td.level2 {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #B9B79C;
	font-weight: bold;
	font-size: 100%;
	line-height: 133%;
}

table.generalTable td.level3 {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #D8D7C7;
	font-size: 100%;
	line-height: 133%;
	width: 120px;
}

table.generalTable td.level4 {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #D8D7C7;
	font-size: 100%;
	line-height: 133%;
	width: 200px;
}

.text {
	border-style: solid;
	border-width: 0 1px 1px 0;
	font-size: 12px;
	line-height: 133%;
}