
body, table, .main, option { font-family: tahoma, verdana, arial, sans-serif; font-size: 10pt; }
body {background:black;}
tr { vertical-align: top; }									/*format radku hlavniho okna*/
h1, h3, h4, h5 { margin: 0pt; }									/*format nadpisu*/
h1, h4 {font-size:13px}
select { width: 100%; }											/*format kombicka*/
a { text-decoration: none; color: black; cursor:pointer; _cursor:hand;}	/*format odkazu*/
a:hover { text-decoration: underline; }			/*odkaz po najeti mysi*/
a img {border:0px}									/*barva vodorovne cary*/

hr { color: #CE0006; background-color: #CE0006; border:0px; height:1px }

.mnux, .mnuy { font-weight: bolder; color: white; font-size: 10pt; text-decoration: none; letter-spacing: 1pt; }	/*format top a left menu*/
.mnux { text-align: center; }	/*format top menu*/
.menulog { color: black; font-weight: bold; font-size:11px}	/*format napisu uzivatele a firmy*/
.menulog_img {border:1pt solid gray}

.clear {clear:both;font-size:1px;}
.noclear {clear:none;}
.clear1 {_clear:both; _height:auto;} /*jen pro ie6*/	

/*format toolbaru*/
.toolbar { background-color: white; border: 1px solid black; font-family: wingdings; font-size: 14pt; width:20pt; height: 20pt; cursor: hand; }

/* tlacitka toolbaru */
.toolbar_new_active {background:white url('img/toolbar_new.gif') 0px 0px no-repeat;}
.toolbar_new_disable {background:white url('img/toolbar_new.gif') 0px -23px no-repeat;}
.toolbar_new_with_active {background:white url('img/toolbar_new_with.gif') 0px 0px no-repeat;}
.toolbar_new_with_disable {background:white url('img/toolbar_new_with.gif') 0px -23px no-repeat;}
.toolbar_change_active {background:white url('img/toolbar_change.gif') 0px 0px no-repeat;}
.toolbar_change_disable {background:white url('img/toolbar_change.gif') 0px -23px no-repeat;}
.toolbar_delete_active {background:white url('img/toolbar_delete.gif') 0px 0px no-repeat;}
.toolbar_delete_disable {background:white url('img/toolbar_delete.gif') 0px -23px no-repeat;}
.toolbar_submit_active {background:white url('img/toolbar_submit.gif') 0px 0px no-repeat;}
.toolbar_submit_disable {background:white url('img/toolbar_submit.gif') 0px -23px no-repeat;}
.toolbar_reset_active {background:white url('img/toolbar_reset.gif') 0px 0px no-repeat;}
.toolbar_reset_disable {background:white url('img/toolbar_reset.gif') 0px -23px no-repeat;}

/*podbarveni sudeho radku tabulky*/
.color_row { background-color: #DCDCDC; }

/*format tabulky*/
.tabform { background-color: white; border: 1pt solid Black; font-size: 8pt; }
.tabform th { background-color: #CE0006; border-bottom: 1pt solid Black; color:white}
.tabform th a { color:white; text-decoration:underline; }
.tabform tr { vertical-align: middle; height: 15pt;  }
.tabform td h2 {font-size:11px;margin:0px;font-weight:normal}

/*format tabulky s polozkama*/
.tabitem  { font-size: 8pt; background-color: #DCDCDC; }
.tabitem tr { height: 14pt; }
.tabitem th { background-color: transparent; color: #084994; height: 14pt; border: none; }
.tabitem th a { color:#084994; text-decoration:none; }

/*format tabulky v rezimu editace*/
.tabedit { background-color: #FFFFD0; border: 1pt solid Black; font-size: 8pt; }
.tabedit th { background-color: #CE0006; border-bottom: 1pt solid Black; color:white }		
.tabedit tr { vertical-align: middle; height: 15pt; }													

.td_borderB td { border-bottom: 1pt solid Black }

/*editace - jeden radek*/
.color_edit { background-color: #FFFFD0; }
.ahref { color:white; }
/*format tlacitek*/
.button { background-color: #CE0006; font-weight: bold; font-size: 10px; color:white; }	
/*symboly dle statusu produktu*/
.char { font-family: wingdings; font-size: 12pt; }

/*velikost pisma v legende*/
.legend { font-size: 8pt; }

/*objednavky*/
.color_ord_open { background-color: #FFFFD6 !important; } 	/*podbarveni otevrene objednavky/nabidky*/
.color_ord_offer { color: #C58B51 !important; } 						/*barva nabidky*/
.color_ord_stc { background-color: #B5FFB5; } 	/*podbarveni bunky nedodano - je skladem*/
.color_ord_nostc { background-color: #FF8684; } /*podbarveni bunky nedodano - neni skladem*/
.color_ord_stcb { background-color: #FFD78C; } 	/*podbarveni bunky nedodano - je skladem, ale mene nez nedodano*/
.color_ord_cli { color: red; } 									/*barva zaporneho kreditu klienta v sekci objednavek*/

/*faktury*/
.color_inv_open { background-color: #FFFFD6 !important; } 		/*podbarveni nepotvrzene faktury*/
.color_inv_due { color: red; font-weight: bold !important; } 	/*barva nezaplacene faktury*/

/*kontakty*/
.color_cont_log { background-color: lightgreen; } /*podbarveni radku prihlaseneho kontaktu*/
.color_cont_firm { color: blue; } 								/*barva firemniho kontaktu*/
.color_cont { color: black; } 										/*barva kontaktni osoby*/
.color_cont_int { color: red; } 									/*barva prihlaseneho kontaktu*/
.color_cont_imp { color: green; } 								/*barva implicitniho kontaktu*/

/*dodaci listy*/
.color_del_canc { background-color: #CD5C5C !important; }	 /*podbarveni stornovaneho dodaciho listu*/

/*input pro zadani mnozstvi*/
.inp_txt_qty {width:25px;font-size:9;text-align:right}

/* zobrazeni nahledu */
.gallery_tab {
	table-layout:fixed;
	float:left;
	border-right:1pt solid silver;
	border-bottom:1pt solid silver;
	width:245px;
	margin:5px;
	padding:3px;
	background:white;
	font-size:11px;
}
.gallery_head {
	width:245px;
	height:30px;
	text-align:left;
}
.gallery_tab a {
	font-size:11px;
	text-decoration:none;
	overflow:hidden;
}
.gallery_note img {
	width:75px;
	height:75px;
	border:0px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}
.gallery_note {
  font-size:8pt;
  height:190px;
  overflow: hidden;
  _word-wrap: break-word;
  ?word-wrap: break-word;
}
.gallery_qty_tr {
  height: 70px;
  overflow: hidden;
}
.gallery_prc_tr {
	white-space:nowrap;
}
.show_type_img_note {
  color:gray;
  font-size:8pt;
}
.dott_border_top td {
  border-top:1pt dotted #CE0006;
}
.dott_border_top {
  border-top:1pt dotted #CE0006;
}
/* rychlofiltr */
.stilist_top {
  border-top:1pt solid silver;
  border-bottom:1pt solid silver;
  font-size:11px;
  padding:3px;
  background:#DCDCDC;
}
.stilist_top ul {
  width:95%;
  float:left;
  list-style:none;
  margin:0px;
  padding:0px;
}
.stilist_top h1 {
  font-size:11px;
}
.stilist_top p {
  margin:3px;
  padding:0px;
  clear:left;
}
.stilist_top p a {
  text-decoration:underline;
}
.stilist_top p a:hover {
  text-decoration:none;
}
.stilist_top form {
  margin:0px;
  padding:0px;
}
.stilist_top form input {
	background:#DCDCDC;
	border:1pt solid gray;
	color:black;
	font-size:10px;
}

/* detail produktu */
.sti_detail {
	width:49%;
	clear:left;
	float:left;
	text-align:left;
	margin-bottom:10px;
	padding:0px;
	font-size:11px;
	border-bottom:1pt solid silver;
}
.sti_detail th, .sti_detail td {
	height:18px;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
        text-align:left;
}
.sti_detail th {
	background:#CE0006;

	color:white;
}
.sti_detail th a {
	color:white;
}
.sti_detail table th {
	background:white;
}
.sti_detail_head {
	border-top:2pt solid #CE0006;
	border-bottom:0px;
}
.sti_detail_head th {
	border-bottom:1pt solid silver;
	background:white;
	color:black;
}
.sti_detail_head td {
	border-bottom:1pt solid silver;
}
.sti_detail_head a {
	text-decoration:underline;
}
.price {
	font-weight:bold;
	color:#FF6347;
	font-size:14px;
}
.bold {
	font-weight:bold;
}
.line_through {
	text-decoration:line-through;
}
.sti_detail_avail td, .sti_detail_avail th {
	border:0px;
	font-size:11px;
}
.sti_relation_div {
	clear:both;
	margin:0px;
	margin-top:15px;
	padding:0px;
	float:right;
	border:1pt solid #CE0006;
	width:210px;
}
.sti_relation_div img {
	width:75px;
	height:75px;
	border:0px;
}
.sti_relation_head {
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:center;
	background:#CE0006;
	height:18px;
	color:white;
}
.sti_relation {
	margin-top:5px;
	margin-bottom:25px;
	padding:2px;
	font-size:11px;
	text-align:center;
}
.sti_field {
	clear:both;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	padding:2px;
	color:#CE0006;
	font-weight:bold;
	border:1pt solid #CE0006;
}


/* hlavicka */
/*#hlavicka {
	width:100%; 
	height:130px;
	background: url(img/logo_head.jpg) no-repeat 135px 0px black; 
	border-top: black 5px solid;
	border-bottom: black 5px solid; 
}*/
/*HLAVICKA*/
#hlavicka {width: 100%; height: 130px; background-position: 135px 0; background-repeat: no-repeat; border-top: 5px solid black;border-bottom: 5px solid black;}
.pozadi1 {background-image: url("img/hlavicka1.jpg");}
.pozadi2 {background-image: url("img/hlavicka2.jpg");}
.pozadi3 {background-image: url("img/hlavicka3.jpg");}
.pozadi4 {background-image: url("img/hlavicka4.jpg");}
.pozadi5 {background-image: url("img/hlavicka5.jpg");}
.pozadi6 {background-image: url("img/hlavicka6.jpg");}
.pozadi7 {background-image: url("img/hlavicka7.jpg");}
.pozadi8 {background-image: url("img/hlavicka8.jpg");}

#logo {
	float:left; 
	display: block;
	width:130px;
	height:130px;
	margin:0px;
	padding:0px; 
}
#logo a {
	display:block;
	width:130px;
	height:130px;
	background:url(img/logo.gif) no-repeat left top;
}
#logo span {
	display:none
}
#vlajky {
	margin:0px;
	padding:0px; 
	font-size:12px;
	text-align:right;
}
#vlajky span {
	padding:4px; 
	padding-right:0px;
	background-color:#000000;
}
#vlajky a {
	margin:0px;
	padding-right:1px;
	padding-left:1px;
	padding-bottom:2px;
	padding-top:4px;
}
#vlajky img { 
	border:0px;
}

/* webnewss */
#webnews {width:100%;font-size:10px}
#webnews h1 {margin:0px;font-size:10px}
#webnews h2 {margin:0px;font-size:13px;float:left;}
#webnews .wndiv {width:100%;clear:both;}
#webnews .wp {margin:0px;margin-top:3px;margin-bottom:3px;padding:5px;background:#DCDDDE;font-weight:bold}
#webnews ul {list-style:disc;list-style-position:inside;margin:0px;margin-left:5px;padding:0px;}
#webnews ul li {line-height:16px;white-space:nowrap;width:100%;overflow:hidden}
#webnews .wn_price {font-weight:bold}
#webnews .wn3 {clear:both;float:left;margin-top:10px;min-height:100px;_height:50px}
#webnews .wn3 p {margin:0px;}
#webnews .wn3 img {float:left;margin-right:5px;}
#webnews .wn3_block {}
#webnews .wn3_topinfo {font-weight:bold}
#webnews .wn3_top {font-weight:bold;color:red}
#webnews .wn3_text {}
#webnews .wn5 {text-align:center;margin-bottom:20px;z-index:1;}
#webnews .wn5 .wn5_img {margin:0px 10px 0px 10px;}
#webnews .wn7 {margin-top:10px;width:48%;float:right;}
#webnews .wn8 {margin-top:10px;width:48%;float:left;}
#webnews .wn9 {position:relative;float:left;font-size:11px;border-right:1px solid silver;border-bottom:1px solid silver;width:245px;_width:244px;height:190px;overflow:hidden;margin:0px;margin-left:2px;margin-bottom:5px;padding:8px;background:white}
#webnews .wn9_head {margin:0px;margin-bottom:3px;font-weight:bold;margin-bottom:10px}
#webnews .wn9 img {width:75px;height:75px;border:0px;margin:0px;margin-right:10px;margin-bottom:5px;float:left}
#webnews .wn9_text {}
#webnews .wn9_price {clear:both;position:absolute;left:5;bottom:0;margin:5px;font-size:13px;color:#FF6347;}
#webnews .wn10 {width:140px;text-align:center;overflow:hidden;margin:0px;padding:3px;border:1px solid silver;border-top:0pt}
#webnews .wn10 a {font-weight:bold}
#webnews .wn10 img {width:75px;height:75px;border:0px;margin:10px;padding:0px}
#webnews_detail {width:100%;float:left;font-size:11px;}

.w100 {
	width:100%;
}
.al_left {
	text-align:left;
}
.al_right {
	text-align:right;
}
.al_center {
	text-align:center;
}
.nowrap {
	white-space:nowrap;
}
.val_middle {
	vertical-align:middle;
}
.val_top {
	vertical-align:top !important;
}
.val_bottom {
	vertical-align:bottom;
}
form {
	margin:0px;
}
.f_left {
  float:left;
}
.f_right {
  float:right;
}

#stoitem_detail {
	width:100%;
}
#stoitem_detail p {
	margin:0px;
}
#stoitem_detail h1, #stoitem_detail h2, #stoitem_detail h3 {
	margin:0px; 
	font-size:13px;
}
#stoitem_detail h2, #stoitem_detail h3 { 
	font-size:11px; 
	font-weight:normal;
}
#stoitem_detail .sti_image {
  float:right;
  width:49%;
  text-align:center;
}
#stoitem_detail .pointer {
	cursor:pointer;
}
#stoitem_detail form {
	margin:0px;
}
#stoitem_detail .sti_detail input, #stoitem_detail .sti_detail textarea {
	/*width:100%;*/
}

#top {
	position:relative;
	float:left;
	width:100%;
	background: #FFFFFF url('img/clouds.jpg') top right no-repeat;
}
#top img {
	float:left;
	border:0px;
}
.picture_tab {
	width:100%;
}
.picture_tab td h2 {
	float:left;
	font-size:13px;
	margin:0px;
	font-weight:normal;
}
/* novy levy strom */
.left_tree {
	font-size:11px;
	margin-top:5px;
}
.left_tree th {
	vertical-align:middle; 
	height:20px;
}
.left_tree td {
	background:#CE0006;
	border:1pt solid black;
	border-top:none;
	padding-left:2px;
}
.left_tree td a {
  color:white;
}
.left_tree th a {
  color:white
}
.left_tree .td_strid_block {
	background:#CE0006;
	border:1px solid black;
	border-bottom:0px;
}
.left_tree .td_strid_hide {
	background:#DCDCDC;
	border:1px solid silver;
	border-bottom:1px solid black;
}
.left_tree .td_strid_block a {
	cursor:default;
	color:white;
}
.left_tree .td_strid_hide a {
	cursor:pointer;
	color:black;
}
.left_tree .div_strid_block {
	display:block;
}
.left_tree .div_strid_hide {
	display:none;
}
.left_tree ul li {
 clear:both;
 float:left;
 margin:0px;
 padding:0px;
 list-style:none;

}
.i6lt_ul, .i6lt_ul ul {
  padding:0px;
  margin:0px;
  margin-left:2px;
  list-style:none;
}
.i6lt_ul ul li {
	margin-left:15px;
	_margin-left:8px;
  white-space: nowrap; 	
}
.i6lt_ul a {
  font-size:11px;
  color:white; 
}
.i6lt_plus span, .i6lt_minus span, .i6lt_not span {
  display:block;
  width:9px;
  height:9px;
  float:left;
  margin-right:2px;
  margin-top:2px;
}
.i6lt_plus span {
  background: url('img/tc_no.gif') no-repeat;
}
.i6lt_minus span {
  background: url('img/tc_nc.gif') no-repeat;
}
.i6lt_minus .i6lt_plus span {
  background: url('img/tc_no.gif') no-repeat;
}
.i6lt_plus .i6lt_minus span {
  background: url('img/tc_nc.gif') no-repeat;
}
.i6lt_not span {
	background: url('img/tc_i.gif') no-repeat;
}
.stockfilterbox {float:left;margin:5px 0 0 0;padding:0 0 0 21px;font-size:11px;}
.stockfilterbox .check_radio {float:left;padding:2px 5px 4px 18px;color:#000;cursor:pointer;_cursor:hand;}
.stockfilterbox .check_radio.imgcheckon {background:url(img/DECprCheckOn.gif) no-repeat 0 0;}
.stockfilterbox .check_radio.imgcheckof {background:url(img/DECprCheckOf.gif) no-repeat 0 0;}

/* novy kosik */
.I6_basket_div {float:left;width:50%;background:white;border:1px solid black;font-size:11px;margin-bottom:10px;}
.I6_basket_div p {height:18px;margin:0px;padding:2px;background:#CE0006;font-weight:bold;color:white}
.I6_basket_div div {margin:0px;padding:2px;padding-left:3px;}
.I6_basket_div div div {clear:both;float:left;width:150px;padding:0px;}
.I6_basket_div label {cursor:hand}
.I6_basket_input input {width:240px;}
.I6_basket_input select {width:246px}
.I6_basket_input textarea {width:243px}

.I6_basket_cst {display:none;width:90%;height:160px;border:0px;}
.I6_basket_cst div {margin:0px;padding:2px;padding-left:3px;float:left;width:90% !important;}
.I6_basket_cst div div {width:150px !important;}

.I6_basket_navi_active, .I6_basket_navi_disable {float:left;background:url('img/steps.gif') no-repeat;margin:25px;margin-top:0px;width:66px;height:100px;}
.I6_basket_navi_active span {display:block;font-size:20px;text-align:center;}
.I6_basket_navi_active div {clear:both;display:block;font-size:14px;text-align:center;padding-top:3px}
.I6_basket_navi_active span a {display:block;padding-top:18px;height:45px;text-decoration:none;color:#FF6347;font-weight:bold;}
.I6_basket_navi_disable span {display:block;font-size:20px;text-align:center;color:gray;padding-top:20px}
.I6_basket_navi_disable div {clear:both;display:block;font-size:14px;text-align:center;padding-top:23px}

.border_top td {border-top:1px solid silver}
.refprice td {font-style:italic}
.button_basket {width:200px;height:40px}
