/* 	ABOUT:
	
	Author					Pavel Kout ~ webface.cz
	Date					2011/01/16
	Revision				1.0
___________________________________________________ */

/* 	COLOR SHEME:
	
	Page Background			#FFFFFF
	Text					#292B2C
	Note					#606466
	Heading					#EF890E
	Caption					dtto
	Legend					dtto
	Highlight				dtto	
	Anchor
		- Link				#1F72A1
		- Visited			#606466
		- Active + Hover	#EF890E
	Border					#E9EAEB
	Background
		- Dark				#F1F1F2
		- Light				#F8F8F8
___________________________________________________ */

/* 	OUTLINE:
	
	@screen
		- Global (reset + generic elements)
		- Universal (wide use selectors)
		- Layout
		- MyStyles (client’s selectors)
	@print
___________________________________________________ */

/* @media: Screen
=================================================== */

@media screen {

/* Global
--------------------------------------------------- */

/* Global > Reset
................................................... */

body,
h1, h2, h3, h4, h5, h6,
address, blockquote, div, hr, iframe, object, p,
dl, dt, dd, ul, ol, li,
table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td,
form, fieldset, legend, label,
img,
a {
	border: none;
	margin: 0;
	padding: 0;
}
body, input, textarea, select {
	font: 85%/1.4 Tahoma, sans-serif;
}

/* Global > Base
................................................... */

body {
	text-align: center;
	color: #292B2C;
	background: #FFFFFF url(../img/bg_body.png) 50% 0 repeat-y;
	min-width: 950px;
	padding: 0 0 20px 0;
}


/* Global > Heading
................................................... */

h1 {
	font: bold 1.4em Tahoma, sans-serif;
	text-transform: uppercase;
	word-spacing: -1px;
	color: #EF890E;
	margin: 20px 0 10px 0;
}
h2 {
	font: normal 1.4em Tahoma, sans-serif;
	word-spacing: -1px;
	color: #EF890E;
	margin: 20px 0 10px 0;
}
h3  {
	font: bold 1em Tahoma, sans-serif;
	color: #EF890E;
	margin: 20px 0 10px 0;
}
h4, h5, h6  {
	font: normal 1em Tahoma, sans-serif;
	color: #EF890E;
	margin: 20px 0 10px 0;
}
h1+h2,
h2+h3,
h3+h4,
h4+h5,
h5+h6,
div h1:first-child,
div h2:first-child,
div h3:first-child,
div h4:first-child,
div h5:first-child,
div h6:first-child {
	margin-top: 0;
}

/* Global > Block
................................................... */

p, address {
	margin: 0 0 10px 0;
}
blockquote {
	margin: 20px 0;
	padding: 0 0 0 20px;
}
blockquote p {
	margin-bottom: 5px;
}
hr {
	display: block;
	height: 0;
	overflow: hidden;
	border: solid #E9EAEB;
	border-width: 2px 0 0 0;
	margin: 20px 0;
}

/* Global > List
................................................... */

dl {
	margin: 0 0 20px 0;
}
dd {
	margin: 0 0 0 20px;
}
dd+dt {
	margin: 20px 0 0 0;
}
ul {
	display: block;
	list-style: none;
	margin: 0 0 20px 0;
}
ul li,
ol ul li {
	display: block;
	padding: 2px 0 2px 30px;
	background: url(../img/bullet.png) 0 0 no-repeat;
	margin: 0 0 5px 0;
}
ol {
	display: block;
	list-style: decimal;
	margin: 0 0 10px 2.5em;
}
ol li,
ul ol li {
	display: list-item;
	background: none;
}
ul ul, ul ol,
ol ol, ol ul {
	margin: 5px 0;
}

/* Global > Table
................................................... */

table {
	border-collapse: separate;
	border-spacing: 2px;
	border: none;
	background-color: white;
	margin: 20px 0;
	max-width: 99.5%;
	line-height: 1.2;
}
caption {
	margin: 0 0 5px 0;
	text-align: left;
	color: #EF890E;
}
th {
	border: none;
	padding: 14px 10px;
	vertical-align: top;
	background: #D4DA5E none;
	color: white;
	font-weight: normal;
	text-align: left;
}
td {
	border: none;
	padding: 14px 10px;
	vertical-align: top;
	background: #F1F1F2 none;
}

/* Global > Form
................................................... */

form {
	margin: 0 0 20px 0;
}
fieldset {
	margin: 20px 0;
	padding: 19px;
	border: 2px solid #E9EAEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
legend {
	padding: 0 15px;
	color: #EF890E;
}
input, textarea, select {
	font-size: 1em;
}
input[type="text"], input[type="password"], input[type="file"],
textarea {
	color: #606466;
}
input:focus[type="text"], input:focus[type="password"], input:focus[type="file"],
textarea:focus {
	color: #292B2C;
}

/* Global > Inline
................................................... */

abbr, acronym {
	border-bottom: 1px dotted;
	font-variant: small-caps;
	cursor: help;
}
dfn {
	border-bottom: 1px dotted;
	cursor: help;
}
cite, em, q, var {
	font-style: italic;
}
code, kbd, samp, pre, .monospace {
	font-family: "Lucida Console", "Andale Mono", monospace;
	word-spacing: -1px;
}
sub {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: super;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}

/* Global > Link
................................................... */

a:link {
	color: #1F72A1;
}
a:visited {
	color: #606466;
}
a:hover, a:active {
	color: #EF890E;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #EF890E !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: black !important;
}

/* Universal (prefix wf-)
--------------------------------------------------- */

/* Universal > Display
................................................... */

.wf-no-float,
.wf-no-float-after:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wf-float-left {
	float: left;
	margin: 0 20px 20px 0;
}
.wf-float-right {
	float: right;
	margin: 0 0 20px 20px;
}
.wf-clear-both {
	clear: both;
}
.wf-invisible {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -5000px;
}
.wf-no-screen,
.wf-no-show {
	display: none;
}

/* Universal > Table
................................................... */

/* -- Table alternative */

.wf-table-alt {
	background-color: transparent;
}
.wf-table-alt th {
	background-color: #DDDDDE;
	color: #292B2C;
	font-weight: normal;
}
.wf-table-alt td {
	background-color: white;
}

.wf-table-alt thead th {
	background: #EF890E none;
	color: white;
}

/* -- Table Form */

.wf-table-form {
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.4;
	background: transparent none;
}
fieldset .wf-table-form {
	margin-top: 0;
}
.wf-table-form th {
	border: none;
	padding: 5px 10px 5px 0;
	font-weight: normal;
	background: transparent none;
	color: #292B2C;
	vertical-align: middle;
}
.wf-table-form td {
	border: none;
	padding: 5px 10px 5px 0;
	background: transparent none;
	color: #292B2C;
	vertical-align: middle;
}

/* -- Table Row Highlight */

.wf-table-row-highlight,
.wf-table-row-highlight td,
.wf-table-alt .wf-table-row-highlight,
.wf-table-alt .wf-table-row-highlight td {
	background-color: #FDF3E5;
}

/* Universal > List
................................................... */

.wf-no-list li {
	background: none;
	padding: 0;
}
.wf-no-list dt, .wf-no-list dd {
	margin: 0 0 10px 0;
}

/* Universal > Border
................................................... */

.wf-no-border {
	border: none !important;
}

/* Universal > Background
................................................... */

.wf-no-background {
	background: none !important;
}

/* Universal > Margin
................................................... */

.wf-margin-0 {
	margin: 0 !important;
}
.wf-margin-top-0 {
	margin-top: 0 !important;
}
.wf-margin-top-1 {
	margin-top: 10px;
}
.wf-margin-top-2 {
	margin-top: 20px;
}
.wf-margin-bottom-0 {
	margin-bottom: 0 !important;
}
.wf-margin-bottom-1 {
	margin-bottom: 10px;
}
.wf-margin-bottom-2 {
	margin-bottom: 20px;
}
.wf-margin-2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Universal > Width
................................................... */

.wf-width-auto {
	width: auto;
}
.wf-width-25-pct {
	width: 25%;
}
.wf-width-33-pct {
	width: 33%;
}
.wf-width-50-pct {
	width: 50%;
}
.wf-width-66-pct {
	width: 66%;
}
.wf-width-75-pct {
	width: 75%;
}
.wf-width-100-pct {
	width: 100%;
}

/* Universal > Align
................................................... */

.wf-align-left {
	text-align: left !important;
}
.wf-align-center {
	text-align: center !important;
}
.wf-align-right {
	text-align: right !important;
}

/* Universal > Vertical align
................................................... */

.wf-valign-middle,
.wf-valign-middle th, .wf-valign-middle td, th.wf-valign-middle, td.wf-valign-middle,
.wf-valign-middle label, .wf-valign-middle input, .wf-valign-middle select, .wf-valign-middle img {
	vertical-align: middle;
}
.wf-valign-top,
.wf-valign-top th, .wf-valign-top td, th.wf-valign-top, td.wf-valign-top,
.wf-valign-top label, .wf-valign-top input, .wf-valign-top select, .wf-valign-top img {
	vertical-align: top;
}
.wf-valign-bottom,
.wf-valign-bottom th, .wf-valign-bottom td, th.wf-valign-bottom, td.wf-valign-bottom,
.wf-valign-bottom label, .wf-valign-bottom input, .wf-valign-bottom select, .wf-valign-bottom img {
	vertical-align: bottom;
}

/* Universal > Text
................................................... */

.wf-no-wrap {
	white-space: nowrap;
}
.wf-text-bold {
	font-weight: bold;
}
.wf-text-italic {
	font-style: italic;
}
.wf-text-normal {
	font-weight: normal !important;
	font-style: normal !important;
}
.wf-text-caps {
	font-variant: small-caps;
}
.wf-text-uppercase {
	text-transform: uppercase;
}
.wf-text-large {
	font-size: 1.4em;
}
.wf-text-small {
	font-size: .9em;
}
.wf-text-highlight {
	color: #EF890E;
}
.wf-text-note {
	color: #606466;
	font-size: .9em;
	word-spacing: -1px;
}
p.wf-text-note {
	line-height: 1.2;
	font-size: .9em;
	word-spacing: -1px;
}

/* Universal > Gallery
................................................... */

.gallery {
	margin: 20px -20px 0 0;
	line-height: 1.2;
	font-size: .9em;
	word-spacing: -1px;
	text-align: center;
}
.gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.gallery li {
	float: left;
	width: 160px;
	margin: 0 15px 15px 0;
	padding: 14px;
	background: white url(../img/bg_imagebox.png) repeat-x 0 100%;
	min-height: 160px;
	border: 1px solid #E9EAEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gallery img {
	background-color: white;
}
.gallery a span, .gallery span span {
	display: block;
	padding: 5px 0 0 0;
}

/* Layout
--------------------------------------------------- */

/* Layout > Base
................................................... */

#case-out {
	background: url(../img/bg_body-top.png) no-repeat 50% 0;
}
#case {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0;
}

/* Layout > Header
................................................... */

#header {
	position: relative;
	width: 950px;
	height: 130px;
	margin: 0 0 10px 0;
	background: #EF890E url(../img/bg_header.jpg) no-repeat 0 0;
	color: white;
}

/* -- logo */

#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 265px;
	height: 110px;
	margin: 0;
}
#logo a, #logo strong {
	display: block;
}
#logo span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	height: 110px;
	background: url(../img/vseved.jpg) no-repeat 0 0;
}
#logo a span {
	cursor: pointer;
}

/* -- accesslink */

#accesslink {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -5000px;
}

/* -- quicktools */

#quicktools {
	position: absolute;
	top: 45px;
	right: 15px;
	width: 285px;
	line-height: 1px;
}

#social {
	float: right;
	margin: 0;
	padding: 10px;
}
#social li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
#social li + li {
	margin: 0 0 0 10px;
}

#quickapps {
	float: right;
	margin: 0;
	padding: 10px;
	background: url(../img/bg_header-icons.png) repeat 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#quickapps li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
#quickapps li + li {
	margin: 0 0 0 10px;
}

/* Layout > Nav
................................................... */

#nav {
	position: relative;
	width: 950px;
	margin: 0;
}
#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav-item {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
	border-bottom: 10px solid white;
}
#nav-01.selected {
	border-color: #B1BB24;
}
#nav-02.nav-item:hover,
#nav-03.nav-item:hover,
#nav-04.nav-item:hover,
#nav-05.nav-item:hover {
	/*border-color: #EF890E;*/
}

.nav-link {
	display: block;
	height: 30px;
	padding: 8px 13px 0 13px;
	color: white !important;
	text-decoration: none;
	background: #A9ABAC url(../img/bg_tab.png) repeat-x 0 0;
	border: 2px solid #A9ABAC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-link:hover,
.nav-item:hover .nav-link,
.nav-item.selected .nav-link {
	background: #EF890E url(../img/bg_tab-selected.png) repeat-x 0 0;
	border-color: #EF890E;
}

#nav-01 .nav-link {
	font-weight: bold;
	background: #B1BB24 url(../img/bg_tab-search.png) repeat-x 0 0;
	border-color: #B1BB24;
}
#nav-01.selected .nav-link/*,
#nav-02 .nav-link:hover,
#nav-03 .nav-link:hover,
#nav-04 .nav-link:hover,
#nav-05 .nav-link:hover,
#nav-02.nav-item:hover .nav-link,
#nav-03.nav-item:hover .nav-link
#nav-04.nav-item:hover .nav-link
#nav-05.nav-item:hover .nav-link*/ {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

/* -- subnav */

.subnav-item {
	display: none;
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 0;
	width: 600px;
	overflow: hidden;
	margin: 0;
	background-color: #FDF3E5;
	padding: 18px 13px;
	border: 2px solid #EF890E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-item:hover .subnav-item {
	display: block;
}

.menulist-item.newrow {
	clear: left;
}

/* -- subnav-02 */

#subnav-02 .menulist {
	margin: 0 -16px 0 0;
	line-height: 1.2;
	font-size: .9em;
	text-align: center;
}
#subnav-02 .menulist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#subnav-02 .menulist-item {
	float: left;
	width: 138px;
	margin: 0 16px 10px 0;
	padding: 0;
	background: none;
}
#subnav-02 .img {
	height: 43px;
	line-height: 43px;
	vertical-align: middle;
}

/* -- subnav-03 */

#subnav-03 .subnav-left {
	float: left;
	width: 292px;
	overflow: hidden;
}
#subnav-03 .subnav-right {
	float: right;
	width: 292px;
	overflow: hidden;
}

#subnav-03 .menulist-alphabetical ul {
	margin: 0 -15px 5px 0;
	line-height: 1.2;
	font-size: .9em;
}
#subnav-03 .menulist-alphabetical ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#subnav-03 .menulist-alphabetical li {
	float: left;
	width: 30px;
	margin: 0 5px 5px 0;
	padding: 0;
	background: none;
}
#subnav-03 .menulist-alphabetical li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: white;
	text-decoration: none;
	background-color: #1F72A1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#subnav-03 .menulist-alphabetical li a:hover,
#subnav-03 .menulist-alphabetical li a.selected {
	background-color: #EF890E;
}

#subnav-03 .menulist-scope {
	margin: 0 0 10px 0
}
#subnav-03 .menulist-scope fieldset {
	margin: 0;
	padding: 0;
	border: none;
	font-size: .9em;
}
#subnav-03 .menulist-scope legend {
	margin: 0;
	padding: 0 0 10px 0;
	color: #292B2C;
}

#subnav-03 .menulist-catalogue {
	border-top: 1px solid #EF890E;
	padding-top: 15px;
	margin-top: 20px
}
#subnav-03 .menulist-catalogue ul {
	font-size: .9em;
}
#subnav-03 .menulist-catalogue li {
	display: inline;
	margin: 0 5px 5px 0;
	padding: 0;
	background: none;
	white-space: nowrap;
}

/* -- subnav-04 */

#subnav-04 .menulist {
	margin: 0 -15px 0 0;
	line-height: 1.2;
	font-size: .9em;
}
#subnav-04 .menulist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#subnav-04 .menulist-item {
	float: left;
	width: 190px;
	margin: 0 15px 10px 0;
	padding: 0;
	background: none;
}
#subnav-04 .menulist-item a {
	padding: 15px 0 15px 60px;
	display: inline-block;
}

.item-earthquake {
	background: url(../img/ico_earthquake.png) no-repeat 0 50%;
}
.item-wind {
	background: url(../img/ico_wind.png) no-repeat 5px 50%;
}
.item-temperature {
	background: url(../img/ico_temperature.png) no-repeat 15px 50%;
}

/* -- subnav-05 */

#subnav-05 .menulist {
	margin: 0 -15px 0 0;
	line-height: 1.2;
	font-size: .9em;
}
#subnav-05 .menulist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#subnav-05 .menulist-item {
	float: left;
	width: 190px;
	margin: 0 15px 10px 0;
	padding: 0;
	background: none;
}
#subnav-05 .menulist-item a {
	padding: 15px 0 15px 60px;
	display: inline-block;
}

.item-weight {
	background: url(../img/ico_weight.png) no-repeat 0 50%;
}
.item-length {
	background: url(../img/ico_length.png) no-repeat 5px 50%;
}
.item-area {
	background: url(../img/ico_area.png) no-repeat 0 50%;
}
.item-speed {
	background: url(../img/ico_speed.png) no-repeat 7px 50%;
}
.item-volume {
	background: url(../img/ico_volume.png) no-repeat 0 50%;
}
.item-numeration {
	background: url(../img/ico_numeration.png) no-repeat 7px 50%;
}

/* Layout > Main
................................................... */

#main {
	width: 950px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

/* -- common */

.nextlink {
	text-align: right;
	font-size: .9em;
	display: inline-block;
}
.nextlink.alt {
	text-align: left;
}
.nextlink a {
	display: inline-block;
	background: url(../img/bullet.png) no-repeat 100% 50%;
	padding: 5px 30px 5px 0px;
}

.prevlink {
	text-align: left;
	font-size: .9em;
	display: inline-block;
}
.prevlink.alt {
	text-align: right;
}
.prevlink a {
	display: inline-block;
	background: url(../img/bullet_back.png) no-repeat 0% 50%;
	padding: 5px 30px 5px 30px;
}

/* -- box */

.box {
	margin: 0 0 10px 0;
	padding: 13px;
	background: #F1F1F2 url(../img/bg_gradient-box.png) repeat-x 0 0;
	border: 2px solid #F1F1F2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box.box-highlight {
	border-color: #FDF3E5;
	background: #FDF3E5 url(../img/bg_gradient-highlight.png) repeat-x 0 0;
}
.box.box-light {
	background: white none;
}

.box-h {
	border-bottom: 2px solid #E9EAEB;
	padding: 3px 0 15px 35px;
	background: url(../img/ico_h-generic.png) no-repeat 0 0;
	margin: 0 0 15px 0;
}
.box.box-highlight .box-h {
	border-color: #FDEED8;
}

#box-h-chart {
	background-image: url(../img/ico_h-chart.png);
	padding-left: 45px;
}
#box-h-about {
	background-image: url(../img/ico_h-about.png);
}
#box-h-help {
	background-image: url(../img/ico_h-help.png);
}
#box-h-topic {
	background-image: url(../img/ico_h-topic.png);
	padding-left: 45px;
}
#box-h-contact {
	background-image: url(../img/ico_h-contact.png);
	padding-left: 45px;
}

.adbox {
	margin: 0 0 10px 0;
	padding: 8px;
	border: 2px solid #F1F1F2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.adbox.alt {
       padding: 8px 4px;
}

/* Layout > Content
................................................... */

#content {
	float: left;
	width: 630px;
	overflow: hidden;
}

/* -- common */

#content h2 {
	font: bold 1.2em Tahoma, sans-serif;
}

.imagebox {
	padding: 13px;
	border: 2px solid #E9EAEB;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.separator {
	color: #EF890E;
	font-weight: bold;
}
.keyword {
	background-color: #F3F48E;
	padding: 0 2.5px;
}

.button {
	color: white;
	background: #B1BB24 url(../img/bg_tab-search.png) repeat-x 0 0;
	padding: 8px 23px;
	border: 2px solid #B1BB24;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.submit {
	font-weight: bold;
	color: white;
	background: #1F72A1 url(../img/bg_button.png) repeat-x 0 0;
	padding: 8px 23px;
	border: 2px solid #1F72A1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.required {
	color: #EF890E;
}
label .required {
	padding-left: 5px;
}

.smspath {
	color: #EF890E;
	font-weight: bold;
}
.smspath kbd {
	color: #B1BB24;
	white-space: nowrap;
	letter-spacing: -.5px;
}

/* -- cols */

.cols {
	clear: both;
	width: 630px;
}
.cols .col-left {
	float: left;
	width: 310px;
	overflow: hidden;
}
.cols .col-right {
	float: right;
	width: 310px;
	overflow: hidden;
}

.box .cols {
	width: 600px;
}
.box .cols .col-left, .box .cols .col-right {
	width: 295px;
}

div.col-left h1:first-child, div.col-right h1:first-child,
div.col-left h2:first-child, div.col-right h2:first-child,
div.col-left h3:first-child, div.col-right h3:first-child,
div.col-left h4:first-child, div.col-right h4:first-child,
div.col-left h5:first-child, div.col-right h5:first-child,
div.col-left h6:first-child, div.col-right h6:first-child {
	margin-top: 0;
}

/* -- search */

#search {
	margin: 0 0 10px 0;
	padding: 13px;
	color: white;
	background: #B1BB24 url(../img/bg_box-search.png) repeat-x 0 100%;
	border: 2px solid #B1BB24;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-top-left-radius-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
}

#searchtype {
	width: 560px;
	padding: 5px 10px;
	font-size: 1.4em;
	color: #A9ABAC;
	background: #F8F8F8 url(../img/bg_searchtype.png) repeat-x 0 100%;
	border: 10px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#searchtype:focus {
	color: #606466;
}

#searchspecify {
	float: left;
}
#searchspecify th {
	color: white;
	font-weight: bold;
}
#searchspecify td {
	color: white;
}
#searchspecify select {
	width: 300px;
}

#searchsubmit {
	float: right;
	margin: 15px 0;
	text-align: center;
}
#searchtip {
	font-size: .9em;
	color: white;
}
#searchtip:hover {
	color: black;
}

/* -- menu */

.menu {
	width: 600px;
	overflow: hidden;
	margin: 0 0 10px 0;
	background-color: #FDF4E8;
	padding: 18px 13px;
	border: 2px solid #FCE7CD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu .menulist-item a {
	display: inline-block;
	width: 136px;
	margin: 0 10px 0 0;
	padding: 9px 0;
	text-align: center;
	line-height: 68px;
	background: url(../img/bg_menu.png) repeat-x 0 100%;
	border: 1px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu .menulist-item a:hover, .menu .menulist-item a.selected {
	border-color: #EF890E;
}
.menu .menulist-item a img {
	vertical-align: middle;
}

#menu-02 .menulist {
	margin: 0 -16px 0 0;
	line-height: 1.2;
	font-size: .9em;
	text-align: center;
}
#menu-02 .menulist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#menu-02 .menulist-item {
	float: left;
	width: 138px;
	margin: 0 16px 10px 0;
	padding: 0;
	background: none;
}

#menu-03 .subnav-left {
	float: left;
	width: 292px;
	overflow: hidden;
}
#menu-03 .subnav-right {
	float: right;
	width: 292px;
	overflow: hidden;
}

#menu-03 .menulist-alphabetical ul {
	margin: 0 -15px 5px 0;
	line-height: 1.2;
	font-size: .9em;
}
#menu-03 .menulist-alphabetical ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#menu-03 .menulist-alphabetical li {
	float: left;
	width: 30px;
	margin: 0 5px 5px 0;
	padding: 0;
	background: none;
}
#menu-03 .menulist-alphabetical li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: white;
	text-decoration: none;
	background-color: #1F72A1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#menu-03 .menulist-alphabetical li a:hover,
#menu-03 .menulist-alphabetical li a.selected {
	background-color: #EF890E;
}

#menu-03 .menulist-scope {
	margin: 0 0 10px 0
}
#menu-03 .menulist-scope fieldset {
	margin: 0;
	padding: 0;
	border: none;
	font-size: .9em;
}
#menu-03 .menulist-scope legend {
	margin: 0;
	padding: 0 0 10px 0;
	color: #292B2C;
}

#menu-03 .menulist-catalogue {
	border-top: 1px solid #EF890E;
	padding-top: 15px;
	margin-top: 20px
}
#menu-03 .menulist-catalogue ul {
	font-size: .9em;
}
#menu-03 .menulist-catalogue li {
	display: inline;
	margin: 0 5px 5px 0;
	padding: 0;
	background: none;
	white-space: nowrap;
}

#menu-04 .menulist,
#menu-05 .menulist {
	margin: 0 -15px 0 0;
	line-height: 1.2;
	font-size: .9em;
}
#menu-04 .menulist:after,
#menu-05 .menulist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#menu-04 .menulist-item,
#menu-05 .menulist-item {
	float: left;
	width: 190px;
	margin: 0 15px 10px 0;
	padding: 0;
	background: url(../img/bg_menu.png) repeat-x 0 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu-04 .menulist-item a,
#menu-05 .menulist-item a {
	display: block;
	float: left;
	width: 105px;
	line-height: 1;
	text-align: left;
	margin: 0;
	padding: 29px 14px 29px 69px;
	border: 1px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu-04 .menulist-item a:hover,
#menu-04 .menulist-item a.selected,
#menu-05 .menulist-item a:hover,
#menu-05 .menulist-item a.selected {
	border-color: #EF890E;
}

#menu-04 .menulist-item .item-earthquake {
	background: url(../img/ico_earthquake.png) no-repeat 15px 50%;
}
#menu-04 .menulist-item .item-wind {
	background: url(../img/ico_wind.png) no-repeat 20px 50%;
}
#menu-04 .menulist-item .item-temperature {
	background: url(../img/ico_temperature.png) no-repeat 30px 50%;
}

#menu-05 .menulist-item .item-weight {
	background: url(../img/ico_weight.png) no-repeat 15px 50%;
}
#menu-05 .menulist-item .item-length {
	background: url(../img/ico_length.png) no-repeat 20px 50%;
}
#menu-05 .menulist-item .item-area {
	background: url(../img/ico_area.png) no-repeat 15px 50%;
}
#menu-05 .menulist-item .item-speed {
	background: url(../img/ico_speed.png) no-repeat 22px 50%;
}
#menu-05 .menulist-item .item-volume {
	background: url(../img/ico_volume.png) no-repeat 17px 50%;
}
#menu-05 .menulist-item .item-numeration {
	background: url(../img/ico_numeration.png) no-repeat 25px 50%;
}

/* -- useful */

#useful dt {
	padding: 5px 0 5px 40px;
	margin: 0 0 10px 0;
	color: #EF890E;
}
#useful dd {
	margin: 0 0 10px 40px;
	font-size: .9em;
}

#useful strong {
	color: #EF890E;
}

#useful-exterior {
	background: url(../img/ico_exterior.png) no-repeat 0 50%;
}
#useful-interior {
	background: url(../img/ico_interior.png) no-repeat 6px 50%;
}
#useful-garden {
	background: url(../img/ico_garden.png) no-repeat 5px 50%;
}
#useful-weather {
	background: url(../img/ico_weather.png) no-repeat 2px 50%;
}
#useful-work {
	background: url(../img/ico_work.png) no-repeat 0 50%;
}

/* -- map */

#googlemap {
	border: 1px solid #A9ABAC;
}

/* -- contactform */

#contactform {
	margin-left: 10px;
}
#contactform dl {
	margin: 20px 0;
}
#contactform dt {
	margin: 0 0 5px 0;
}
#contactform dd {
	margin: 0 0 10px 0;
}
#contactform dl input, #contactform dl textarea {
	width: 270px;
	border: 1px solid #A9ABAC;
}

/* -- pager */

.pager {
	margin: 20px 15px;
}

.pager .counter {
	float: left;
	font-size: .9em;
	margin: 0;
}
.pager .display {
	float: right;
	font-size: .9em;
	margin: 0;
}
.pager .nextlink {
	text-align: left;
	margin: 0;
}

/* -- results */

#results {
	margin: 10px 0;
	font-size: .9em;
}
#results .item {
	margin: 0 0 10px 0;
	padding: 14px;
	background: white none;
	border: 1px solid #E9EAEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#results h2 {
	font-size: 1em;
}
#results h2 a {
	color: #1F72A1 !important;
}
#results h2 a:hover {
	color: #EF890E !important;
}

#results .item strong {
	color: #EF890E;
}

/* -- iconbox */

.iconbox {
	margin: 15px 0;
}
.iconbox .item {
	display: inline-block;
	width: 136px;
	margin: 0 10px 0 0;
	padding: 9px 0;
	text-align: center;
	line-height: 68px;
	background: white url(../img/bg_imagebox.png) repeat-x 0 100%;
	border: 1px solid #E9EAEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.iconbox .item:hover {
	border-color: #EF890E;
}
.iconbox .item img {
	vertical-align: middle;
}

/* -- refineselect */

.refineselect {
	margin: 20px -15px 20px 0;
	line-height: 1.2;
	font-size: .9em;
}
.refineselect:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.refineselect li {
	float: left;
	width: 30px;
	margin: 0 5px 5px 0;
	padding: 0;
	background: none;
}
.refineselect li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: white;
	text-decoration: none;
	background-color: #1F72A1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.refineselect li a:hover,
.refineselect li a.selected {
	background-color: #EF890E;
}

/* -- convertor */

#convertor {
	margin: 15px 0;
	padding: 14px;
	background: white none;
	border: 1px solid #E9EAEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#convertor form {
	float: left;
	margin: 10px 0;
}
#convertor input[type="text"], #convertor input[type="password"], #convertor input[type="file"],
#convertor textarea {
	border: 1px solid #E9EAEB;
	background: url(../img/bg_input.png) repeat-x 0 100%;
	padding: 5px 10px;
}
#convertor input.highlight {
	border-color: #F7BB2F;
	background: #FEF5CE none;
}
#convertor input, #convertor select {
	vertical-align: middle;
}

#convertor table {
	float: right;
	font-size: .9em;
	margin: 10px 0;
}
#convertor th, #convertor td {
	padding: 5px 10px;
}

/* -- calculator */

#calculator {
	margin: 15px 0;
	padding: 14px;
	background: white none;
	border: 1px solid #E9EAEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#calculator input[type="text"], #calculator input[type="password"], #calculator input[type="file"],
#calculator textarea {
	border: 1px solid #E9EAEB;
	background: url(../img/bg_input.png) repeat-x 0 100%;
	padding: 5px 10px;
}
#calculator input.highlight {
	border-color: #F7BB2F;
	background: #FEF5CE none;
}
#calculator input, #calculator select {
	vertical-align: middle;
}
#calculator form span {
	padding: 0 5px;
}

#calculator hr {
	border-width: 1px 0 0 0;
}

#calculator table {
	border-collapse: collapse;
	border-spacing: 0;
}
#calculator th {
	border: 5px solid white;
	padding: 8px 10px;
	font-size: .9em;
}
#calculator td {
	border: 5px solid white;
	padding: 0;
	background: none;
}
#calculator table input {
	width: 100px;
}

/* -- faq */

#faq dl {
	margin: 15px 0;
}
#faq dt {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../img/ico_h-item.png) no-repeat 0 .5em;
	color: #EF890E;
	font-weight: bold;
}
#faq dd {
	margin: 0 0 10px 30px;
}

/* Layout > Sidebar
................................................... */

#sidebar {
	float: right;
	width: 310px;
	overflow: hidden;
}

/* Global > Footer
................................................... */

#footer {
	position: relative;
	z-index: 1;
	padding: 18px 13px;
	color:  white;
	background: #A9ABAC url(../img/bg_tab.png) repeat-x 0 0;
	border: 2px solid #A9ABAC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer a {
	color: white;
}
#footer a:hover {
	color:  black;
}

#disclaimer {
	text-align: center;
	margin: 0;
}

#tools {
	position: absolute;
	top: 18px;
	left: 13px;
	width: 225px;
	margin: 0;
}
#tools-top {
	background: url(../img/ico_tools-top.png) no-repeat 0 50%;
	padding: 10px 0 10px 25px;
	margin-right: 10px;
}
#tools-print {
	background: url(../img/ico_tools-print.png) no-repeat 0 50%;
	padding: 10px 0 10px 30px;
}

#footnav {
	position: absolute;
	top: 18px;
	right: 13px;
	width: 225px;
	margin: 0;
	text-align: right;
}
#footnav li {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
}
#footnav li a {
	background: url(../img/bullet.png) no-repeat 100% 50%;
	padding: 10px 30px 10px 10px;
}

/* MyStyles
--------------------------------------------------- */

/* -- here */

} /* <-- end-media-screen */

/* @media: Print
=================================================== */

@media print {

body {
	font-family: georgia, serif;
}
table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 10pt;
}
th, td {
	border: 1px solid;
}
.wf-no-print, .wf-no-show, .wf-no-float,
#accesslink, #quicktools, #nav, #search, .menu, #sidebar, #tools, #footnav {
	display: none;
}
a, img {
	border:  none;
}
.gallery li {
	display: inline-block;
	list-style: none;
	padding: 0 0 10pt 0;
	margin: 0;
	text-align: center;
}
.gallery li span {
	display: block;
}

} /* <-- end-media-print */

form.procenta {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

table.procenta {
	padding: 0px;
	margin: 0px;
}

.fullad {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.colad {
	text-align: center;
}

.topad {
	margin-top: 13px;
}