/* big table with line separated rows */

table.axbigtable {
	border-top: 1px solid #8B6442;	
}

table.axbigtable td, table.axbigtable th {
	vertical-align: top;
	padding: 2px 8px;
	border-bottom: 1px solid #8B6442;
	text-align: left;
}

table.axbigtable th {
	background: #D6C0AD;
	color: #291300;
	font-weight: normal;
}

table.axbigtable td.marked {
	background: #E8E1DB;	
}

table.axbigtable td.center, table.axbigtable th.center {
	text-align: center;
}

table.axbigtable td.right, table.axbigtable th.right {
	text-align: right;
}

/* paramstable, for example for profile or good item params */

table.axparams {	
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

table.axparams th, table.axparams td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding: 2px 12px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

table.axparams th {
	background: #CCC;
}

table.axparams td {
	background: #EEE;
}