table {
	margin: 1em 0px;
	border-collapse: collapse;
}

	table td{
		vertical-align: top;
	}
	
	table.brown td {
		border: 1px solid #BC7362;
		color: #773B33;
		background: #F9DDB6 url("/bitrix/templates/sa_main/images/content/table-td.png") repeat-x;		
	}
	
	table.green td {
		border: 1px solid #5F975A;
		padding: 5px;
		color: #005B00;
		background: #90B78B url("/bitrix/templates/sa_main/images/content/table-green-td.png") repeat-x;
	}
	
		table.green tr.header td {
			color: white;
			font-weight: bold;
			background: #7DAC78 url("/bitrix/templates/sa_main/images/content/table-green-header-td.png") repeat-x;
		}
	
	
	
		table.data td {
			background: none;
			border: 0px none;
		}
	
		table td.param {
			white-space: nowrap;
			padding-right: 5px;
			text-align: right;
		}
		
		table td.value {
			width: 100%;
		}
		
			table td.value input, table td.value textarea {
				width: 100%;
			}
	
		table tr.header td {
			color: white;
			font-weight: bold;
			background: #B98180 url("/bitrix/templates/sa_main/images/content/table-header-td.png") repeat-x;
		}

h1 {
	color: #0E6205;
	font-size: 24pt;
	padding: 0.7em 0px 0.5em 0px;
}

h2 {
	color: #0E6205;
	font-size: 14pt;
	font-weight: normal;
	padding-bottom: 0.5em;
}

h3 {
	color: #0E6205;
	font-size: 12pt;
	font-weight: normal;
	padding-bottom: 0.5em;
}

h4 {
	color: #0E6205;
	font-size: 10pt;	
	padding-bottom: 0.5em;
}

h5 {
	color: #0E6205;
	font-size: 9pt;
	padding-bottom: 0.5em;
}

h6 {
	color: #0E6205;
	font-size: 8pt;	
	padding-bottom: 0.5em;
}
