.omrah_search_container {
	margin-top:0.3em;
}
.omrah_search_capt {
	float:left;
	width:10em;
	display:table-cell;
	font-weight:bold;
}

.omrah_search_field {
	width:25em;
	height:1.5em;
	display:table-cell;	
}

.omrah_search_box {
	width: 90%;
	height: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     box-sizing: border-box;        /* Opera/IE 8+ */
}

.omrah_tuottajalistaus {
	margin-top:1em;
}

.omrah_tabs {	
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-top: 2em;
}

.omrah_tabs > li {
	float: left;
}

.omrah_tabs > li > span {
	padding: 0.75em 0.75em 0.75em 0.75em;
	color: #00788f;
	cursor: pointer;
}

.omrah_tabs > li.active {
	background-color: #00788F;	
	color: white;
	cursor: default;
}

.omrah_indent {
	padding-left: 2.5em;
  text-indent: -2.5em;
}

.omrah_hintalistaus_capt {
	font-weight:bold; 
	font-size:125%
}

.omrah_hintalistaus_subcapt {
	font-weight:bold; 
	margin-top:1em;
}

.omrah_hintalistaus_cell {
	width:20em; 
	margin-right:3em;
}

.omrah_hintalistaus_table {
	margin-top: 1em;
}

th.omrah_tuottaja_table {
	font-weight: normal;
}

th.omrah_print_table {
	font-weight: normal;
}

tr:first-child > th.omrah_print_table {
	border-bottom: 2px solid #000000;
}

tr:last-child > td.omrah_print_table {
	border-bottom: 2px solid #000000;
}

td.omrah_print_table {
	border-left: 2px solid #000000;
}

td.omrah_print_table:last-child {
	border-right: 2px solid #000000;
}

.omrah_yritystieto_box {
	border: 1px solid #000000;	
	margin: 1em 1em 1em 1em;
	padding: 1em 1em 1em 1em;
}

/* Hide ie clear X */
::-ms-clear {
  display: none;
}

.omrah_tulostusnakyma {
	float: right;
	display: table;
	height: 100%;
}

.omrah_tulostusnakyma_box {
	display: table-cell;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}

.omrah_tulostusnakyma_box p {
	margin:0;
}

.tuotitsemaks_hintaryhma {
	margin-top: 6px;
}

.tuotitsemaks_hintaryhma_header {
	font-weight: bold;
}

.tuotitsemaks_palvelulaji {
	margin-top: 4px;
	margin-left: 4px;
}

.tuotitsemaks_palvelulaji_header {
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px
}

.tuotitsemaks_oletusnimikkeet {
	margin-top: 0px;
	margin-left: 4px;
	overflow: auto;
}

.alv_tarkenne {
	font-size: 80%;
}

.secondary_price_row {
	color: #6B6B6B;
	font-style: italic;
	font-size: 90%;
}

@media print {
	table.omrah_print_table {page-break-inside: avoid}
} 