
body {
	font-family: Arial, Arail CE, sans-serif;
  	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-weight: bold;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 10px;
}
.small {
	font-size: 10px;
}
.hidden {
	display: none;	
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 100px;
	padding: 0px;
	visibility: hidden;
	display: none;
}
#row1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:160px;
	background-color: #FFFFFF;
}
#slogan_img {
	position: relative;
	height: 160px;
	width: 289px;
	float:left;
	background-color: #d0d0d0;
}
#main_img {
	position: relative;
	height: 160px;
	float:left;
	text-align: right;
	background-color: #d0d0d0;
}

#main_img img {
	/*margin-left : auto;
	margin-right : 60px;*/
	float:right;
}

#navi {
	position: relative;
	float:left;
	height: 160px;
	width: 184px;
	background-color: #F7F3F7;
}

.navi_text {
	position: relative;
	padding: 5px 5px 5px 10px;
	float: left;
}

#row2 {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 100%;
	height:20px;
	background-color: #9C9AA5;
}

#tabs {
	position: relative;
	width: auto;
	height: 20px;
	background-color: #9C9AA5;
	float:left;
}

#tabs ul.tabs {
	margin: 0px;
	padding: 0px;
	display: block;
}

#tabs li.tab,
#tabs li.tab_passive {
	display: inline;
	float: left;
	width: 155px;
	height: 20px;
	cursor: pointer;
	float: left;
	background-image : url(../img/tabs-on.gif);
	background-repeat : no-repeat;
	background-color: #5A5D63;
	color: white;
	font-weight: bold;
}

#tabs li.tab {
	background-image : url(../img/tabs-off.gif);
	background-color: #9C9AA5;
}

#tabs li.tab_passive span.note_sign { display: inline }
#tabs li.tab span.note_sign { display: none }
span.note_sign { font-weight: normal; font-size: 120% }
p.note { margin: 10px }

#arrows {
	position: relative;
	width: 184px;
	height: 20px;
	background-color: #9C9AA5;
	text-align: center;
	float:left;
}

#arrows div.arrow {
	display: inline;
	padding-top: 3px;
	width: 92px;
	height: 17px;
	overflow: crop;
	float: left;
}

.active_arr {
	cursor: pointer;
}

#row3 {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 100%;
}

#row4 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#kalk_sum {
	float: left;
	padding-top: 0px;
}
#kalk_main {
	float: left;
	width: 100%;
}
#kalk_prev {
	width: 184px;
	background-color: #F7F3F7;
	float: right;
}


a:link,
a:visited,
a:active {
	color: #3E5F88;
	text-decoration: none;
}

a:hover {
	color: #3E5F88;
	text-decoration: underline;
}


div.model_cell {
	float: left;
	width: 91px;
	height: 80px;
	overflow: auto;
	background-color: #ffffff;
	text-align: center;
	/*margin: 2px;
	padding: 5px;*/
}

div.model_cell img {
	border-style: none;
}

.selected_prov {
	background-color: #d0d0d0;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}

td.ci_grp_nazev {
	/*background-color: #d0d0d0;*/
	font-weight: bold;
}

td.ci_buttoncell {
	width: 20px;
}

td.colorInnerIkona {
	width: 40px;	
}

tr.disable td {
	color: #a0a0a0;
}

div.ci_row {
	padding-left: 3em;
}

.info_cell {
	margin: 5px 5px 5px 5px;
}

.info_cell_send_mail {
	margin: 5px 0px 5px 0px;
	background-color: #900000;
	color: white;
	font-weight: bold;
}

.info_head {
	font-weight: bold;
}

.info_content {
	/*padding-left: 10px;*/
}

img.eq_img {
	margin: 5px;
	float: left;
	vertical-align: middle;
}

tr.white {
	background-color: #ffffff;
	text-align: left;
}

tr.zahlavi {
	background-color: #d0d0d0;
	text-align: left;
}

div.zahlavi {
	background-color: #d0d0d0;
	text-align: left;
	font-weight: bold;
	border: 2px ridge black;
	padding: 3px;
}

tr.seda {
	background-color: #F7F3F7;
	text-align: left;
}

td.vybava {
	padding: 3px 3px 3px 3px;
}

th.vybava {
	padding: 3px 3px 3px 3px;
}

td.price {
	padding: 3px 3px 3px 0px;
	text-align: right;
}

#eq_srch {
	position: relative;
	height: auto;
	padding: 5px 5px;
	margin: 0px;
}

#eq_main {
	position: relative;
	/* width: auto; */
	width: 600px;
	height: 250px;
	overflow: auto;
}

td.imgcell {
	text-align: center;
}

.prev_input {
	border-style:solid;
	border-width:1px;
	background-color:white;
	font-family: Arial, Arail CE, sans-serif;
	font-size: 11px;
	border-color:black;
	color:black;
	width: 160px;
	letter-spacing : 1;
}
	
.prev_submit {
	border-style:solid;
	border-width:1px;
	background-color:#d0d0d0;
	font-family: Arial, Arail CE, sans-serif;
    font-size: 11px;
	border-color:black;
	color:black;
	letter-spacing : 1;
	width: 160px;
}

.input_screen {
	border-style:solid;
	border-width:1px;
	background-color:white;
	font-family: Arial, Arail CE, sans-serif;
	font-size: 11px;
	border-color:black;
	color:black;
	width: 300px;
	letter-spacing : 1;
	
}

form {
 	/*margin: 0px;*/
}

form div.form_wrap {
	/*margin: 0px;*/
}

div.warn {
	margin-top: 3px;
}

.error {
	color: red;
}

#load_message {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 80px;
	border: black 1px solid;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

.price_emph {
	background-color: #900000;
	color: white;
	font-weight: bold;
	padding: 3px;
}

.head_img {
	position: relative;
	height: 160px;
	float: left;
}

.head_img img {
	display: block;	
	padding: 0;
	border: 0;
	float: left !important;
}

.head_img a {
	border: 0;
	display: block;	
	padding: 0 !important;
}

.head_img a span {
	display: block;
	width: 23px;
	height: 20px;
	background: transparent url(../img/ico-zoom.gif) top left no-repeat;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.banner {
  color: #000000;
  background-color:#FD9325; 
  height: 45px; 
  text-align: middle;
}

.banner2 {
  color: #000000;
  background-color:#FD9325; 
  height: 31px; 
  text-align: middle;
}

.banner a{
  color: #000000;
}
.banner2 a{
  color: #000000;
}
